]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
a9715dfaf189307d53a947be11f71cf092e04bd6
[features.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 % link all cross references and URLs
26 % in pdf output
27  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
28   bookmarksopen, bookmarksopenlevel=1,
29   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
30   pdfpagelayout=OneColumn, pdfnewwindow=true,
31   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
32   pdfauthor={LyX Team}, pdftex,
33   pdftitle={LyXs Mathehandbuch},
34   pdfsubject={LyX-Dokumentation der Mathefunktionen},
35   pdfkeywords={LyX, Mathed}]{hyperref}
36  
37 \else % if dvi or ps is produced
38
39  % link all cross references and URLs in DVI output
40  \usepackage[ps2pdf, colorlinks=true,
41   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
42
43 \fi % end if pdflatex is used
44
45 % Folgendes Problem lösen:
46 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
47 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
48 % die Kapitelnummer geschrieben.
49 % Als Lösung wird mehr Platz zwischen Nummer und
50 % Überschrift eingefügt.
51 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
52 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
53
54 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
55 % siehe Kap. 22.11
56 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
57 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
58
59 % Linkfläche für Querverweise vergrößern und automatisch benennen,
60 % siehe Kap. 22.18.1
61 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
62 \renewcommand{\sectionautorefname}{Kap.\negthinspace}
63 \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
64 \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
65 \newlength{\abc}
66 \settowidth{\abc}{\space}
67 \renewcommand{\equationautorefname}{\hspace{-\abc}}
68
69 % Makros damit Pakete nicht doppelt geladen werden.
70 % siehe erste Fußnote in Kap. 9.3
71 \@ifundefined{textcolor}{\usepackage{color}}{}
72
73 % damit die Seiten des Inhaltsverzeichnisses römisch
74 % nummeriert werden und damit das Inhaltsverzeichnis
75 % ein eigenes pdf-Lesezeichen erhält
76 \pagenumbering{Roman}
77 \let\myTOC\tableofcontents
78 \renewcommand{\tableofcontents}{%
79  \vspace{1cm}
80  \pdfbookmark[1]{Inhaltsverzeichnis}{}
81  \myTOC
82  \cleardoublepage
83  \pagenumbering{arabic}}
84
85 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
86 % siehe Kap. 22.16
87 \let\myFoot\footnote
88 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
89
90 % provides caption formatting
91 \setkomafont{captionlabel}{\bfseries}
92
93 % benutzt in Kap. 22.4
94 \usepackage{braket}
95
96 % benutzt in Kap. 22.6
97 \usepackage[samesize]{cancel}
98
99 % enables calculation of values,
100 \usepackage{calc}
101
102 % für Mehrfachzeilen und -spalten
103 \usepackage{multirow}
104 \usepackage{multicol}
105
106 % für Diagramme
107 \usepackage{amscd}
108
109 % benutzt in Kap. 19.4
110 \usepackage{remreset}
111
112 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
113 \renewcommand{\multirowsetup}{\centering}
114
115 % Farbdefinition aus Kap. 9.3
116 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
117
118 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
119 \DeclareMathOperator*{\Raute}{\blacklozenge}
120 \DeclareMathOperator{\sgn}{sgn}
121
122 \newcommand{\leer}{\textvisiblespace}
123
124 % Beispielbefehle aus Kap. 20.1 
125 \newcommand{\gr}{\Longrightarrow}
126 \newcommand{\us}[1]{\underline{#1}}
127 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
128 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
129 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
130
131 % Beispielmakro aus Kap. 19.4
132 %\def\tagform@#1{\maketag@@@{|#1|}}
133
134 % Makro aus Kap. 10.2
135 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
136 \def\mathclap {\mathpalette \mathclapinternal}
137 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
138
139 % Grauschrift Notiz umdefinieren
140 \renewenvironment{lyxgreyedout}
141  {\textcolor{blue}\bgroup}{\egroup}
142
143 % Damit der Index einen anderen Namen erhält.
144 \addto\captionsngerman
145 {\renewcommand{\indexname}
146 {Stichwort- und Befehlsverzeichnis}}
147
148 % testen ob das Paket eurosym installiert ist
149 % wird benutzt für das Euro-Symbol
150 \newboolean{eurosym}
151 \IfFileExists{eurosym.sty}
152  {\usepackage[gennarrow]{eurosym}
153   \setboolean{eurosym}{true}}
154  {\setboolean{eurosym}{false}}
155
156 % benutzt in Kap. 22.4
157 % testen ob Paket braket installiert ist
158 \newboolean{braket}
159 \IfFileExists{braket.sty}
160  {\usepackage{braket}
161   \setboolean{braket}{true}}
162  {\setboolean{braket}{false}}
163
164 % benutzt in Kap. 22.10
165 % testen ob Paket upgreek installiert ist
166 \newboolean{upgreek}
167 \IfFileExists{upgreek.sty}
168  {\usepackage{upgreek}
169   \setboolean{upgreek}{true}}
170  {\setboolean{upgreek}{false}}
171
172 % benötigt für Kommas in Formeln, siehe Kap. 22.3
173 \IfFileExists{icomma.sty}
174  {\usepackage{icomma}}{}
175 \end_preamble
176 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
177 \language ngerman
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref false
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \cite_engine basic
196 \use_bibtopic false
197 \paperorientation portrait
198 \secnumdepth 4
199 \tocdepth 3
200 \paragraph_separation skip
201 \defskip medskip
202 \quotes_language german
203 \papercolumns 1
204 \papersides 2
205 \paperpagestyle plain
206 \bullet 1 0 6 -1
207 \bullet 2 2 35 -1
208 \bullet 3 2 7 -1
209 \tracking_changes false
210 \output_changes false
211 \author "" 
212 \author "" 
213 \extra_embedded_files ""
214 \end_header
215
216 \begin_body
217
218 \begin_layout Title
219 LyXs detailliertes Mathe Handbuch
220 \end_layout
221
222 \begin_layout Author
223 vom LyX Team
224 \begin_inset Foot
225 status collapsed
226
227 \begin_layout Plain Layout
228 \noindent
229 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
230 ons-Liste: 
231 \family typewriter
232
233 \begin_inset ERT
234 status collapsed
235
236 \begin_layout Plain Layout
237
238
239 \backslash
240 href{mailto:lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch}{
241 \end_layout
242
243 \end_inset
244
245 lyx-docs@lists.lyx.org
246 \begin_inset ERT
247 status collapsed
248
249 \begin_layout Plain Layout
250
251 }
252 \end_layout
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Verfasser: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 1.6svn
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
299  
300 \series bold
301 eurosym,
302 \series default
303  
304 \series bold
305 multirow,
306 \series default
307  und 
308 \series bold
309 was
310 \series default
311  installiert sein.
312  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
313  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
314  dann aber nicht im Ausdruck.
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Einleitung
331 \begin_inset CommandInset label
332 LatexCommand label
333 name "sec:Einleitung"
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Standard
341 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
342  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
343  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
344 tten.
345  Das setzt voraus, dass bereits das Kapitel 
346 \family typewriter
347 Mathematische
348 \family default
349  
350 \family typewriter
351 Formeln
352 \family default
353  des Benutzerhandbuchs gelesen worden ist.
354 \end_layout
355
356 \begin_layout Standard
357 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
358 \family sans
359 Einfügen
360 \series bold
361 \SpecialChar \menuseparator
362
363 \series default
364 Mathe
365 \family default
366  oder die 
367 \family sans
368 Mathe-Werkzeugleiste
369 \family default
370  aufrufbar.
371  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
372  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
373  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
374  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
375 \end_layout
376
377 \begin_layout Standard
378 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
379  LyX verfügbar.
380  Um alle Befehle nutzen zu können, muss die Option 
381 \family sans
382 AMS-Mathe-Paket verwenden
383 \family default
384  im Menü 
385 \family sans
386 Dokument\SpecialChar \menuseparator
387 Einstellungen\SpecialChar \menuseparator
388 Mathe Optionen
389 \family default
390  aktiviert sein.
391 \begin_inset Foot
392 status collapsed
393
394 \begin_layout Plain Layout
395 Die 
396 \family sans
397 Option
398 \family default
399  
400 \family sans
401 AMS-Mathe-Paket automatisch verwenden
402 \family default
403  verwendet 
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS 
412 \end_layout
413
414 \end_inset
415
416 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
417  LyX unterstützt.
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
427 listung
428  aller 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS 
437 \end_layout
438
439 \end_inset
440
441 -Mathe Befehle
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446 Eine Liste mit allen 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS
455 \end_layout
456
457 \end_inset
458
459 -Mathe Befehlen findet sich in der Datei 
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465
466 \backslash
467 href{ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps}{
468 \end_layout
469
470 \end_inset
471
472
473 \family sans
474 amsguide.ps
475 \family default
476
477 \begin_inset ERT
478 status collapsed
479
480 \begin_layout Plain Layout
481
482 }
483 \end_layout
484
485 \end_inset
486
487 , die Teil jeder LaTeX-Standardinstallation ist.
488 \end_layout
489
490 \end_inset
491
492  verzichtet.
493 \end_layout
494
495 \begin_layout Section
496 Allgemeine Hinweise
497 \begin_inset CommandInset label
498 LatexCommand label
499 name "sec:Allgemeine-Hinweise"
500
501 \end_inset
502
503
504 \end_layout
505
506 \begin_layout Standard
507 Um eine in einer Textzeile eingebettete Formel
508 \begin_inset Index
509 status collapsed
510
511 \begin_layout Plain Layout
512 Formel ! eingebettete
513 \end_layout
514
515 \end_inset
516
517  zu erstellen, drückt man 
518 \family sans
519 Strg-m
520 \family default
521  oder den Werkzeugleistenknopf 
522 \begin_inset Graphics
523         filename ../../images/math-mode.png
524         embed ""
525         scale 85
526
527 \end_inset
528
529 .
530 \begin_inset Newline newline
531 \end_inset
532
533 Um eine abgesetzte Formel
534 \begin_inset Index
535 status collapsed
536
537 \begin_layout Plain Layout
538 Formel ! abgesetzte
539 \end_layout
540
541 \end_inset
542
543  zu erstellen, drückt man 
544 \family sans
545 Strg-M
546 \family default
547 .
548 \end_layout
549
550 \begin_layout Standard
551 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
552  Cursor in die Formel und drückt 
553 \family sans
554 Strg-M
555 \family default
556  oder benutzt das Menü 
557 \family sans
558 Bearbeiten\SpecialChar \menuseparator
559 Mathe\SpecialChar \menuseparator
560
561 \begin_inset ERT
562 status collapsed
563
564 \begin_layout Plain Layout
565
566
567 \backslash
568 linebreak 
569 \end_layout
570
571 \end_inset
572
573 Formelart ändern
574 \family default
575 .
576  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
577  umwandeln.
578 \end_layout
579
580 \begin_layout Standard
581 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
582  gibt man in die Formel den Befehl 
583 \series bold
584
585 \backslash
586 displaystyle
587 \begin_inset Index
588 status collapsed
589
590 \begin_layout Plain Layout
591 Befehle ! D ! 
592 \backslash
593 displaystyle
594 \end_layout
595
596 \end_inset
597
598
599 \series default
600  ein.
601  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
602  wird.
603 \end_layout
604
605 \begin_layout Standard
606 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
607 \end_layout
608
609 \begin_layout Standard
610 Die 
611 \family sans
612 Mathe-Werkzeugleiste
613 \family default
614  kann über das Menü 
615 \family sans
616 Ansicht\SpecialChar \menuseparator
617 Werkzeugleisten
618 \family default
619  eingeblendet werden.
620  Wenn dort auf 
621 \begin_inset Quotes eld
622 \end_inset
623
624 Mathe
625 \begin_inset Quotes erd
626 \end_inset
627
628  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
629  diese Einstellung wird durch ein Häkchen im Menü 
630 \family sans
631 Werkzeugleisten
632 \family default
633  angezeigt.
634  Wenn nun im Menü 
635 \family sans
636 Werkzeugleisten
637 \family default
638  nochmal auf 
639 \begin_inset Quotes eld
640 \end_inset
641
642 Mathe
643 \begin_inset Quotes erd
644 \end_inset
645
646  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
647  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
648  des Menüeintrags von 
649 \begin_inset Quotes eld
650 \end_inset
651
652 Mathe
653 \begin_inset Quotes erd
654 \end_inset
655
656  zu 
657 \begin_inset Quotes eld
658 \end_inset
659
660 Mathe
661 \begin_inset Space ~
662 \end_inset
663
664 (automatisch)
665 \begin_inset Quotes erd
666 \end_inset
667
668  angezeigt.
669 \end_layout
670
671 \begin_layout Standard
672 In den TeX-Modus
673 \begin_inset Index
674 status collapsed
675
676 \begin_layout Plain Layout
677 T@
678 \begin_inset ERT
679 status collapsed
680
681 \begin_layout Plain Layout
682
683
684 \backslash
685
686 \begin_inset ERT
687 status collapsed
688
689 \begin_layout Plain Layout
690
691 {
692 \end_layout
693
694 \end_inset
695
696
697 \begin_inset ERT
698 status collapsed
699
700 \begin_layout Plain Layout
701
702 }
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \end_inset
711
712 TeX-Modus
713 \end_layout
714
715 \end_inset
716
717  gelangt man über den Werkzeugleistenknopf 
718 \begin_inset Graphics
719         filename ../../images/ert-insert.png
720         embed ""
721         scale 85
722
723 \end_inset
724
725  oder das Menü 
726 \family sans
727 Einfügen\SpecialChar \menuseparator
728 T
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {
735 \end_layout
736
737 \end_inset
738
739 e
740 \begin_inset ERT
741 status collapsed
742
743 \begin_layout Plain Layout
744
745 }
746 \end_layout
747
748 \end_inset
749
750 X
751 \begin_inset Space ~
752 \end_inset
753
754 Code
755 \family default
756  (Tastenkürzel 
757 \family sans
758 Strg-l
759 \family default
760 ).
761 \begin_inset Note Note
762 status collapsed
763
764 \begin_layout Plain Layout
765 In LyX gibt es drei 
766 \begin_inset Quotes gld
767 \end_inset
768
769 Eigennamen
770 \begin_inset Quotes grd
771 \end_inset
772
773 , die im Ausdruck mit hoch bzw.
774  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
775 \end_layout
776
777 \begin_layout Plain Layout
778 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, setzt
779  man einen der Buchstaben in TeX-Klammern.
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 In den LaTeX-Vorspann
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 L@LaTeX-Vorspann
794 \end_layout
795
796 \end_inset
797
798  gelangt man über das Menü 
799 \family sans
800 Dokument\SpecialChar \menuseparator
801 Einstellungen\SpecialChar \menuseparator
802 La
803 \begin_inset ERT
804 status collapsed
805
806 \begin_layout Plain Layout
807
808 {
809 \end_layout
810
811 \end_inset
812
813 T
814 \begin_inset ERT
815 status collapsed
816
817 \begin_layout Plain Layout
818
819 }
820 \end_layout
821
822 \end_inset
823
824 eX-Vorspann
825 \family default
826 .
827 \end_layout
828
829 \begin_layout Standard
830 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
831 en Formeln kann man die Menüs 
832 \family sans
833 Bearbeiten\SpecialChar \menuseparator
834 Mathe
835 \family default
836  und 
837 \family sans
838 Bearbeiten\SpecialChar \menuseparator
839 Zeilen
840 \begin_inset Space \thinspace{}
841 \end_inset
842
843 &
844 \begin_inset Space \thinspace{}
845 \end_inset
846
847 Spalten
848 \family default
849  oder die 
850 \family sans
851 Tabellen-Werkzeugleiste
852 \family default
853  verwenden.
854  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
855  die Spalte bzw.
856  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
857  bzw.
858  darunter liegenden Zeile vertauscht.
859  Befindet sich der Cursor in der letzten Spalte bzw.
860  Zeile, wird mit der links daneben stehenden Spalte bzw.
861  darüber liegenden Zeile vertauscht.
862 \end_layout
863
864 \begin_layout Standard
865 Zum Schreiben von Text in einer Formel
866 \begin_inset Foot
867 status collapsed
868
869 \begin_layout Plain Layout
870 Bei mehrzeiligen Formeln wird der Befehl 
871 \series bold
872
873 \backslash
874 intertext
875 \series default
876  verwendet, siehe 
877 \begin_inset CommandInset ref
878 LatexCommand ref
879 reference "sub:Text-in-mehrzeiligen"
880
881 \end_inset
882
883 .
884 \end_layout
885
886 \end_inset
887
888  verwendet man den 
889 \emph on
890 mathematischen Textmodus
891 \emph default
892
893 \begin_inset Index
894 status collapsed
895
896 \begin_layout Plain Layout
897 Text ! in Formeln
898 \end_layout
899
900 \end_inset
901
902
903 \begin_inset Index
904 status collapsed
905
906 \begin_layout Plain Layout
907 Mathematischer Textmodus
908 \end_layout
909
910 \end_inset
911
912 , in den man mit dem Tastenkürzel 
913 \family sans
914 Alt-m
915 \begin_inset Space ~
916 \end_inset
917
918 m
919 \family default
920  oder durch Eingabe des Befehls 
921 \series bold
922
923 \backslash
924 text
925 \begin_inset Index
926 status collapsed
927
928 \begin_layout Plain Layout
929 Befehle ! T ! 
930 \backslash
931 text
932 \end_layout
933
934 \end_inset
935
936
937 \series default
938  gelangt.
939  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
940  Formel unterscheiden.
941  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
942  anderen Zeichen einer Formel nicht kursiv.
943 \end_layout
944
945 \begin_layout Subsection*
946 Befehlsschema
947 \end_layout
948
949 \begin_layout Standard
950 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
951  Schema:
952 \end_layout
953
954 \begin_layout Standard
955
956 \series bold
957
958 \backslash
959 Befehlsname[optionales
960 \series default
961  
962 \series bold
963 Argument]{anzugebendes
964 \series default
965  
966 \series bold
967 Argument}
968 \end_layout
969
970 \begin_layout Standard
971 Ein Befehl muss immer mit einem Backslash 
972 \begin_inset Quotes gld
973 \end_inset
974
975
976 \series bold
977
978 \backslash
979
980 \series default
981
982 \begin_inset Quotes grd
983 \end_inset
984
985  beginnen.
986  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
987  eckigen Klammern weggelassen werden.
988  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
989 \begin_inset Index
990 status collapsed
991
992 \begin_layout Plain Layout
993 T@
994 \begin_inset ERT
995 status collapsed
996
997 \begin_layout Plain Layout
998
999
1000 \backslash
1001
1002 \begin_inset ERT
1003 status collapsed
1004
1005 \begin_layout Plain Layout
1006
1007 {
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \begin_inset ERT
1014 status collapsed
1015
1016 \begin_layout Plain Layout
1017
1018 }
1019 \end_layout
1020
1021 \end_inset
1022
1023
1024 \end_layout
1025
1026 \end_inset
1027
1028 TeX-Klammern
1029 \end_layout
1030
1031 \end_inset
1032
1033  bezeichnet.
1034  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
1035  an, erzeugt LyX automatisch eine TeX-Klammer.
1036  Ansonsten werden sie in Formeln mit dem Befehl 
1037 \series bold
1038
1039 \backslash
1040 {
1041 \series default
1042  erzeugt.
1043  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
1044  Klammern, die blau erscheinen.
1045  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
1046  TeX-Klammern erscheinen nicht im Ausdruck.
1047 \end_layout
1048
1049 \begin_layout Standard
1050 Werden Befehle ohne Argumente, wie z.
1051 \begin_inset Space \thinspace{}
1052 \end_inset
1053
1054 B.
1055  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
1056 \emph on
1057 immer
1058 \emph default
1059  ein Leerzeichen folgen um ihn zu beenden.
1060  Dieses Leerzeichen erscheint nicht im Ausdruck.
1061  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
1062  normalen Text ein geschütztes Leerzeichen folgen.
1063 \end_layout
1064
1065 \begin_layout Standard
1066 Ein geschütztes Leerzeichen gibt man mit 
1067 \family sans
1068 Strg-Leertaste
1069 \family default
1070  ein.
1071 \end_layout
1072
1073 \begin_layout Subsection*
1074 Zeichenerklärung
1075 \end_layout
1076
1077 \begin_layout Itemize
1078 Das Symbol
1079 \begin_inset Foot
1080 status collapsed
1081
1082 \begin_layout Plain Layout
1083 Dieses sichtbare Leerzeichen erhält man über den Befehl 
1084 \series bold
1085
1086 \backslash
1087 textvisiblespace
1088 \series default
1089
1090 \begin_inset Index
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 Befehle ! T ! 
1095 \backslash
1096 textvisiblespace
1097 \end_layout
1098
1099 \end_inset
1100
1101 , der im TeX-Modus einzugeben ist.
1102 \end_layout
1103
1104 \end_inset
1105
1106  
1107 \begin_inset ERT
1108 status collapsed
1109
1110 \begin_layout Plain Layout
1111
1112
1113 \backslash
1114 leer 
1115 \end_layout
1116
1117 \end_inset
1118
1119
1120 \begin_inset Space ~
1121 \end_inset
1122
1123 steht für ein einzugebendes Leerzeichen.
1124 \end_layout
1125
1126 \begin_layout Itemize
1127 Ein Pfeil wie z.
1128 \begin_inset Space \thinspace{}
1129 \end_inset
1130
1131 B.
1132  
1133 \begin_inset Formula $\to$
1134 \end_inset
1135
1136  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1137 \end_layout
1138
1139 \begin_layout Subsection*
1140 Verwendete Einheiten
1141 \end_layout
1142
1143 \begin_layout Standard
1144 \align center
1145 \begin_inset Float table
1146 placement H
1147 wide false
1148 sideways false
1149 status open
1150
1151 \begin_layout Plain Layout
1152 \align center
1153 \begin_inset Caption
1154
1155 \begin_layout Plain Layout
1156 \begin_inset CommandInset label
1157 LatexCommand label
1158 name "tab:Verwendete-Einheiten"
1159
1160 \end_inset
1161
1162 Verwendete Einheiten
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Plain Layout
1171 \align center
1172 \begin_inset Tabular
1173 <lyxtabular version="3" rows="13" columns="2">
1174 <features>
1175 <column alignment="center" valignment="top" width="0">
1176 <column alignment="center" valignment="top" width="0">
1177 <row>
1178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Einheit
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 Name / Beschreibung
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 mm
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 Millimeter
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 cm
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 Zentimeter
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 in
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 Inch / Zoll (1
1252 \begin_inset Space \thinspace{}
1253 \end_inset
1254
1255 in = 2,54
1256 \begin_inset Space \thinspace{}
1257 \end_inset
1258
1259 cm)
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 </row>
1265 <row>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 pt
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 Punkt (72,27
1280 \begin_inset Space \thinspace{}
1281 \end_inset
1282
1283 pt = 1
1284 \begin_inset Space \thinspace{}
1285 \end_inset
1286
1287 in)
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 </row>
1293 <row>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 pc
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 Pica (1
1308 \begin_inset Space \thinspace{}
1309 \end_inset
1310
1311 pc = 12
1312 \begin_inset Space \thinspace{}
1313 \end_inset
1314
1315 pt)
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 sp
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 scaled point (65536
1336 \begin_inset Space \thinspace{}
1337 \end_inset
1338
1339 sp = 1
1340 \begin_inset Space \thinspace{}
1341 \end_inset
1342
1343 pt)
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 </row>
1349 <row>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 bp
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 big point (72
1364 \begin_inset Space \thinspace{}
1365 \end_inset
1366
1367 bp = 1
1368 \begin_inset Space \thinspace{}
1369 \end_inset
1370
1371 in)
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 </row>
1377 <row>
1378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1379 \begin_inset Text
1380
1381 \begin_layout Plain Layout
1382 dd
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1388 \begin_inset Text
1389
1390 \begin_layout Plain Layout
1391 Didot (1
1392 \begin_inset Space \thinspace{}
1393 \end_inset
1394
1395 dd 
1396 \begin_inset Formula $\approx$
1397 \end_inset
1398
1399  0,376
1400 \begin_inset Space \thinspace{}
1401 \end_inset
1402
1403 mm)
1404 \end_layout
1405
1406 \end_inset
1407 </cell>
1408 </row>
1409 <row>
1410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1411 \begin_inset Text
1412
1413 \begin_layout Plain Layout
1414 cc
1415 \end_layout
1416
1417 \end_inset
1418 </cell>
1419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1420 \begin_inset Text
1421
1422 \begin_layout Plain Layout
1423 Cicero (1
1424 \begin_inset Space \thinspace{}
1425 \end_inset
1426
1427 cc = 12
1428 \begin_inset Space \thinspace{}
1429 \end_inset
1430
1431 dd)
1432 \end_layout
1433
1434 \end_inset
1435 </cell>
1436 </row>
1437 <row>
1438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Plain Layout
1442 ex
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Plain Layout
1451 Höhe des Buchstabens 
1452 \emph on
1453 x
1454 \emph default
1455  in der aktuellen Schrift
1456 \end_layout
1457
1458 \end_inset
1459 </cell>
1460 </row>
1461 <row>
1462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 em
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Plain Layout
1475 Breite des Buchstabens 
1476 \emph on
1477 M
1478 \emph default
1479  in der aktuellen Schrift
1480 \end_layout
1481
1482 \end_inset
1483 </cell>
1484 </row>
1485 <row>
1486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1487 \begin_inset Text
1488
1489 \begin_layout Plain Layout
1490 mu
1491 \end_layout
1492
1493 \end_inset
1494 </cell>
1495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1496 \begin_inset Text
1497
1498 \begin_layout Plain Layout
1499 math unit (1
1500 \begin_inset Space \thinspace{}
1501 \end_inset
1502
1503 mu = 
1504 \begin_inset Formula $\nicefrac{1}{18}$
1505 \end_inset
1506
1507
1508 \begin_inset Space \thinspace{}
1509 \end_inset
1510
1511 em)
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 </row>
1517 </lyxtabular>
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \begin_layout Standard
1530 \begin_inset Newpage newpage
1531 \end_inset
1532
1533
1534 \end_layout
1535
1536 \begin_layout Section
1537 Grundlegende Funktionen
1538 \end_layout
1539
1540 \begin_layout Subsection
1541 Exponenten
1542 \begin_inset Index
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 Exponenten
1547 \end_layout
1548
1549 \end_inset
1550
1551  und Indizes
1552 \begin_inset Index
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 Indizes
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \begin_inset Index
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 Hochstellen|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Exponenten
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \begin_inset Index
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598 Tiefstellen|see
1599 \begin_inset ERT
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603
1604 {
1605 \end_layout
1606
1607 \end_inset
1608
1609 Indizes
1610 \begin_inset ERT
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614
1615 }
1616 \end_layout
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \begin_layout Standard
1629 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1630  
1631 \begin_inset Graphics
1632         filename ../../images/math-subscript.png
1633         embed ""
1634         scale 85
1635
1636 \end_inset
1637
1638 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1639  
1640 \begin_inset Graphics
1641         filename ../../images/math-superscript.png
1642         embed ""
1643         scale 85
1644
1645 \end_inset
1646
1647  erzeugt.
1648 \end_layout
1649
1650 \begin_layout Standard
1651 \align center
1652 \begin_inset Tabular
1653 <lyxtabular version="3" rows="4" columns="2">
1654 <features>
1655 <column alignment="center" valignment="top" width="0pt">
1656 <column alignment="center" valignment="top" width="0pt">
1657 <row>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662 Befehl
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671 Ergebnis
1672 \begin_inset Note Note
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676
1677 \series bold
1678
1679 \backslash
1680 raisebox
1681 \series default
1682  dient nur als Abstandhalter.
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 </row>
1693 <row>
1694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 B_V
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 \begin_inset Formula $B_{V}$
1708 \end_inset
1709
1710
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 </row>
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721 B^V
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Plain Layout
1730 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1731 \end_inset
1732
1733
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 </row>
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744 B^
1745 \begin_inset ERT
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749
1750
1751 \backslash
1752 leer 
1753 \end_layout
1754
1755 \end_inset
1756
1757 A
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 </row>
1775 </lyxtabular>
1776
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1784 llt
1785 \begin_inset Foot
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1790 \end_layout
1791
1792 \end_inset
1793
1794 .
1795  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1796  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1797 \end_layout
1798
1799 \begin_layout Subsection
1800 Brüche
1801 \begin_inset CommandInset label
1802 LatexCommand label
1803 name "sub:Brüche"
1804
1805 \end_inset
1806
1807
1808 \begin_inset Index
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812 Brüche
1813 \end_layout
1814
1815 \end_inset
1816
1817
1818 \end_layout
1819
1820 \begin_layout Standard
1821 Brüche werden mit dem Befehl 
1822 \series bold
1823
1824 \backslash
1825 frac
1826 \series default
1827
1828 \begin_inset Index
1829 status collapsed
1830
1831 \begin_layout Plain Layout
1832 Befehle ! F ! 
1833 \backslash
1834 frac
1835 \end_layout
1836
1837 \end_inset
1838
1839  oder mit dem Mathe-Werkzeugleistenknopf 
1840 \begin_inset Graphics
1841         filename ../../images/math/frac.png
1842         embed ""
1843         scale 50
1844
1845 \end_inset
1846
1847  erstellt.
1848  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1849  in einer eingebetteten oder abgesetzten Formel befindet.
1850  Mit dem Mathe-Werkzeugleistenknopf 
1851 \begin_inset Graphics
1852         filename ../../images/math/frac-square.png
1853         embed ""
1854         scale 85
1855
1856 \end_inset
1857
1858  können verschieden Bruchtypen gewählt werden.
1859 \end_layout
1860
1861 \begin_layout Standard
1862 Mit dem Befehl 
1863 \series bold
1864
1865 \backslash
1866 dfrac
1867 \begin_inset Index
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 Befehle ! D ! 
1872 \backslash
1873 dfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878
1879 \series default
1880  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1881  Formel erscheint.
1882  Mit 
1883 \series bold
1884
1885 \backslash
1886 tfrac
1887 \begin_inset Index
1888 status collapsed
1889
1890 \begin_layout Plain Layout
1891 Befehle ! T ! 
1892 \backslash
1893 tfrac
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \series default
1900  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1901  Ein Beispiel:
1902 \end_layout
1903
1904 \begin_layout Standard
1905 Eine Zeile mit dem Bruch 
1906 \begin_inset Formula $\frac{1}{2}$
1907 \end_inset
1908
1909 , der mit dem Befehl 
1910 \series bold
1911
1912 \backslash
1913 frac
1914 \series default
1915  erstellt wurde.
1916 \end_layout
1917
1918 \begin_layout Standard
1919 Eine Zeile mit dem Bruch 
1920 \begin_inset Formula $\dfrac{1}{2}$
1921 \end_inset
1922
1923 , der mit dem Befehl 
1924 \series bold
1925
1926 \backslash
1927 dfrac
1928 \series default
1929  erstellt wurde.
1930 \end_layout
1931
1932 \begin_layout Standard
1933 \align center
1934 \begin_inset Tabular
1935 <lyxtabular version="3" rows="4" columns="2">
1936 <features>
1937 <column alignment="center" valignment="top" width="0pt">
1938 <column alignment="center" valignment="top" width="0pt">
1939 <row>
1940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 Befehl
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 Ergebnis
1954 \begin_inset Note Note
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958
1959 \series bold
1960
1961 \backslash
1962 raisebox
1963 \series default
1964  dient nur als Abstandhalter.
1965 \end_layout
1966
1967 \end_inset
1968
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 </row>
1975 <row>
1976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1977 \begin_inset Text
1978
1979 \begin_layout Plain Layout
1980
1981 \backslash
1982 frac
1983 \begin_inset ERT
1984 status collapsed
1985
1986 \begin_layout Plain Layout
1987
1988
1989 \backslash
1990 leer 
1991 \end_layout
1992
1993 \end_inset
1994
1995 A
1996 \begin_inset Formula $\downarrow$
1997 \end_inset
1998
1999 B
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
2009 \end_inset
2010
2011
2012 \end_layout
2013
2014 \end_inset
2015 </cell>
2016 </row>
2017 <row>
2018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022
2023 \backslash
2024 dfrac
2025 \begin_inset ERT
2026 status collapsed
2027
2028 \begin_layout Plain Layout
2029
2030
2031 \backslash
2032 leer 
2033 \end_layout
2034
2035 \end_inset
2036
2037 A
2038 \begin_inset Formula $\downarrow$
2039 \end_inset
2040
2041 B
2042 \end_layout
2043
2044 \end_inset
2045 </cell>
2046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \end_inset
2057 </cell>
2058 </row>
2059 <row>
2060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064
2065 \backslash
2066 dfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 leer 
2075 \end_layout
2076
2077 \end_inset
2078
2079 e^
2080 \begin_inset ERT
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084
2085
2086 \backslash
2087 leer 
2088 \end_layout
2089
2090 \end_inset
2091
2092
2093 \backslash
2094 frac
2095 \begin_inset ERT
2096 status collapsed
2097
2098 \begin_layout Plain Layout
2099
2100
2101 \backslash
2102 leer 
2103 \end_layout
2104
2105 \end_inset
2106
2107 1
2108 \begin_inset Formula $\downarrow$
2109 \end_inset
2110
2111 2
2112 \begin_inset Formula $\downarrow\downarrow$
2113 \end_inset
2114
2115 3
2116 \end_layout
2117
2118 \end_inset
2119 </cell>
2120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2125 \end_inset
2126
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 </lyxtabular>
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 \begin_inset VSpace bigskip
2142 \end_inset
2143
2144
2145 \begin_inset Newpage newpage
2146 \end_inset
2147
2148 Für Mehrfachbrüche gibt es den Befehl 
2149 \series bold
2150
2151 \backslash
2152 cfrac
2153 \series default
2154
2155 \begin_inset Index
2156 status collapsed
2157
2158 \begin_layout Plain Layout
2159 Befehle ! C ! 
2160 \backslash
2161 cfrac
2162 \end_layout
2163
2164 \end_inset
2165
2166 .
2167  Dazu ein Beispiel:
2168 \begin_inset VSpace -3mm
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset Formula \begin{align*}
2176 \textrm{mit \textbf{\textbackslash  frac} erstellt} &  & \textrm{mit \textbf{\textbackslash  cfrac} erstellt}\\
2177 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2178
2179 \end_inset
2180
2181
2182 \end_layout
2183
2184 \begin_layout Standard
2185 Der Befehl für obiges Beispiel lautet:
2186 \end_layout
2187
2188 \begin_layout Standard
2189
2190 \series bold
2191
2192 \backslash
2193 cfrac{A
2194 \begin_inset Formula $\to$
2195 \end_inset
2196
2197
2198 \backslash
2199 {B+
2200 \backslash
2201 cfrac{C+
2202 \backslash
2203 cfrac{E
2204 \begin_inset Formula $\to$
2205 \end_inset
2206
2207
2208 \backslash
2209 {F
2210 \begin_inset Formula $\to\to$
2211 \end_inset
2212
2213
2214 \backslash
2215 {D
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset VSpace medskip
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \begin_layout Standard
2226
2227 \series bold
2228
2229 \backslash
2230 cfrac
2231 \series default
2232  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2233  auch wenn er selbst Teil eines Bruches ist.
2234  
2235 \series bold
2236
2237 \backslash
2238 cfrac
2239 \series default
2240  besitzt folgendes Befehlsschema:
2241 \end_layout
2242
2243 \begin_layout Standard
2244
2245 \series bold
2246
2247 \backslash
2248 cfrac[Zählerposition]{Zähler}{Nenner}
2249 \end_layout
2250
2251 \begin_layout Standard
2252 Zählerposition kann 
2253 \emph on
2254 l
2255 \emph default
2256  , 
2257 \emph on
2258 c
2259 \emph default
2260  oder 
2261 \emph on
2262 r
2263 \emph default
2264  sein.
2265  Bei 
2266 \emph on
2267 l
2268 \emph default
2269  oder 
2270 \emph on
2271 r
2272 \emph default
2273  wird der Zähler links- bzw.
2274 \begin_inset Space ~
2275 \end_inset
2276
2277 rechtsbündig am Bruchstrich ausgerichtet.
2278  Wird 
2279 \emph on
2280 c
2281 \emph default
2282  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2283  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2284 \begin_inset Newline newline
2285 \end_inset
2286
2287
2288 \series bold
2289
2290 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2291 \end_inset
2292
2293
2294 \begin_inset Formula $\cfrac {A}{B+C}$
2295 \end_inset
2296
2297
2298 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 \begin_inset VSpace medskip
2306 \end_inset
2307
2308 Oftmals ist es am günstigsten 
2309 \series bold
2310
2311 \backslash
2312 cfrac
2313 \series default
2314  und 
2315 \series bold
2316
2317 \backslash
2318 frac
2319 \series default
2320  zu kombinieren:
2321 \begin_inset Formula \[
2322 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \begin_layout Standard
2330 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2331 \series bold
2332
2333 \backslash
2334 nicefrac
2335 \begin_inset Index
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339 Befehle ! N ! 
2340 \backslash
2341 nicefrac
2342 \end_layout
2343
2344 \end_inset
2345
2346
2347 \series default
2348  benutzt werden: 
2349 \begin_inset Formula $\nicefrac{5}{31}$
2350 \end_inset
2351
2352
2353 \end_layout
2354
2355 \begin_layout Standard
2356 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2357  in 
2358 \begin_inset CommandInset ref
2359 LatexCommand ref
2360 reference "sub:Selbstdefinierte-Brüche"
2361
2362 \end_inset
2363
2364  erklärt.
2365 \end_layout
2366
2367 \begin_layout Subsection
2368 Wurzeln
2369 \begin_inset Index
2370 status collapsed
2371
2372 \begin_layout Plain Layout
2373 Wurzeln
2374 \end_layout
2375
2376 \end_inset
2377
2378
2379 \end_layout
2380
2381 \begin_layout Standard
2382 Quadratwurzeln werden mit 
2383 \series bold
2384
2385 \backslash
2386 sqrt
2387 \series default
2388
2389 \begin_inset Index
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 Befehle ! S ! 
2394 \backslash
2395 sqrt
2396 \end_layout
2397
2398 \end_inset
2399
2400  oder dem Mathe-Werkzeugleistenknopf 
2401 \begin_inset Graphics
2402         filename ../../images/math/sqrt.png
2403         embed ""
2404         scale 85
2405
2406 \end_inset
2407
2408  gesetzt, alle anderen Wurzeln mit dem Befehl 
2409 \series bold
2410
2411 \backslash
2412 root
2413 \series default
2414
2415 \begin_inset Index
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419 Befehle ! R ! 
2420 \backslash
2421 root
2422 \end_layout
2423
2424 \end_inset
2425
2426  oder dem Mathe-Werkzeugleistenknopf 
2427 \begin_inset Graphics
2428         filename ../../images/math/root.png
2429         embed ""
2430         scale 85
2431
2432 \end_inset
2433
2434 .
2435 \end_layout
2436
2437 \begin_layout Standard
2438 \align center
2439 \begin_inset Tabular
2440 <lyxtabular version="3" rows="3" columns="2">
2441 <features>
2442 <column alignment="center" valignment="top" width="0pt">
2443 <column alignment="center" valignment="top" width="0pt">
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449 Befehl
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458 Ergebnis
2459 \begin_inset Note Note
2460 status collapsed
2461
2462 \begin_layout Plain Layout
2463
2464 \series bold
2465
2466 \backslash
2467 raisebox
2468 \series default
2469  dient nur als Abstandhalter.
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 </row>
2480 <row>
2481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Plain Layout
2485
2486 \backslash
2487 sqrt
2488 \begin_inset ERT
2489 status collapsed
2490
2491 \begin_layout Plain Layout
2492
2493
2494 \backslash
2495 leer 
2496 \end_layout
2497
2498 \end_inset
2499
2500 A-B
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 </row>
2518 <row>
2519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2520 \begin_inset Text
2521
2522 \begin_layout Plain Layout
2523
2524 \backslash
2525 root
2526 \begin_inset ERT
2527 status collapsed
2528
2529 \begin_layout Plain Layout
2530
2531
2532 \backslash
2533 leer 
2534 \end_layout
2535
2536 \end_inset
2537
2538 3
2539 \begin_inset Formula $\downarrow$
2540 \end_inset
2541
2542 A-B
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Plain Layout
2551 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2552 \end_inset
2553
2554
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 </row>
2560 </lyxtabular>
2561
2562 \end_inset
2563
2564
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Eine Quadratwurzel kann man auch mit 
2569 \series bold
2570
2571 \backslash
2572 root
2573 \series default
2574  erstellen, indem man das Feld über der Wurzel frei lässt.
2575 \end_layout
2576
2577 \begin_layout Standard
2578 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2579  Formel: 
2580 \begin_inset Formula $\sqrt[\beta]{B}$
2581 \end_inset
2582
2583
2584 \begin_inset Newline newline
2585 \end_inset
2586
2587 Das 
2588 \begin_inset Formula $\beta$
2589 \end_inset
2590
2591  berührt die Wurzel.
2592  Um dies zu verhindern, verwendet man die Befehle 
2593 \series bold
2594
2595 \backslash
2596 leftroot
2597 \series default
2598
2599 \begin_inset Index
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Befehle ! L ! 
2604 \backslash
2605 leftroot
2606 \end_layout
2607
2608 \end_inset
2609
2610  und 
2611 \series bold
2612
2613 \backslash
2614 uproot
2615 \series default
2616
2617 \begin_inset Index
2618 status collapsed
2619
2620 \begin_layout Plain Layout
2621 Befehle ! U ! 
2622 \backslash
2623 uproot
2624 \end_layout
2625
2626 \end_inset
2627
2628 , die folgendes Schema besitzen:
2629 \end_layout
2630
2631 \begin_layout Standard
2632
2633 \series bold
2634
2635 \backslash
2636 leftroot{Abstand}
2637 \series default
2638  bzw.
2639  
2640 \series bold
2641
2642 \backslash
2643 uproot{Abstand}
2644 \end_layout
2645
2646 \begin_layout Standard
2647 Abstand ist die Anzahl der Big Points (Einheit bp; 
2648 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2649 \end_inset
2650
2651 ), um die der Index nach links bzw.
2652  nach oben verschoben werden soll.
2653  Die Befehle werden in den Index geschrieben.
2654  So ergibt der Befehl
2655 \begin_inset Newline newline
2656 \end_inset
2657
2658
2659 \series bold
2660
2661 \backslash
2662 root
2663 \backslash
2664 leftroot{-1
2665 \begin_inset Formula $\to$
2666 \end_inset
2667
2668
2669 \backslash
2670 uproot{2
2671 \begin_inset Formula $\to$
2672 \end_inset
2673
2674
2675 \backslash
2676 beta
2677 \begin_inset ERT
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681
2682
2683 \backslash
2684 leer 
2685 \end_layout
2686
2687 \end_inset
2688
2689
2690 \begin_inset Formula $\to$
2691 \end_inset
2692
2693 B
2694 \begin_inset Newline newline
2695 \end_inset
2696
2697
2698 \series default
2699 eine korrekt gesetzte Formel: 
2700 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2701 \end_inset
2702
2703
2704 \end_layout
2705
2706 \begin_layout Subsection
2707 Binomialkoeffizienten
2708 \begin_inset Index
2709 status collapsed
2710
2711 \begin_layout Plain Layout
2712 Binomialkoeffizienten
2713 \end_layout
2714
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \begin_layout Standard
2721 Binomialkoeffizienten können mit dem Befehl 
2722 \series bold
2723
2724 \backslash
2725 binom
2726 \series default
2727
2728 \begin_inset Index
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732 Befehle ! B ! 
2733 \backslash
2734 binom
2735 \end_layout
2736
2737 \end_inset
2738
2739  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2740 \begin_inset Graphics
2741         filename ../../images/math/frac-square.png
2742         embed ""
2743         scale 85
2744
2745 \end_inset
2746
2747 eingefügt werden.
2748  Analog zu Brüchen (
2749 \series bold
2750
2751 \backslash
2752 frac
2753 \series default
2754 ) gibt es außer 
2755 \series bold
2756
2757 \backslash
2758 binom
2759 \series default
2760  noch die Befehle 
2761 \series bold
2762
2763 \backslash
2764 dbinom
2765 \begin_inset Index
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 Befehle ! D ! 
2770 \backslash
2771 dbinom
2772 \end_layout
2773
2774 \end_inset
2775
2776
2777 \series default
2778  und 
2779 \series bold
2780
2781 \backslash
2782 tbinom
2783 \series default
2784
2785 \begin_inset Index
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789 Befehle ! T ! 
2790 \backslash
2791 tbinom
2792 \end_layout
2793
2794 \end_inset
2795
2796 .
2797 \end_layout
2798
2799 \begin_layout Standard
2800 \align center
2801 \begin_inset Tabular
2802 <lyxtabular version="3" rows="4" columns="2">
2803 <features>
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 Befehl
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820 Ergebnis
2821 \begin_inset Note Note
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825
2826 \series bold
2827
2828 \backslash
2829 raisebox
2830 \series default
2831  dient nur als Abstandhalter.
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 </row>
2842 <row>
2843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \backslash
2849 binom
2850 \begin_inset ERT
2851 status collapsed
2852
2853 \begin_layout Plain Layout
2854
2855
2856 \backslash
2857 leer 
2858 \end_layout
2859
2860 \end_inset
2861
2862 A
2863 \begin_inset Formula $\downarrow$
2864 \end_inset
2865
2866 B
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \backslash
2891 dbinom
2892 \begin_inset ERT
2893 status collapsed
2894
2895 \begin_layout Plain Layout
2896
2897
2898 \backslash
2899 leer 
2900 \end_layout
2901
2902 \end_inset
2903
2904 A
2905 \begin_inset Formula $\downarrow$
2906 \end_inset
2907
2908 B
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 </row>
2926 <row>
2927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \backslash
2933 tbinom
2934 \begin_inset ERT
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938
2939
2940 \backslash
2941 leer 
2942 \end_layout
2943
2944 \end_inset
2945
2946 A
2947 \begin_inset Formula $\downarrow$
2948 \end_inset
2949
2950 B
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 </row>
2968 </lyxtabular>
2969
2970 \end_inset
2971
2972
2973 \end_layout
2974
2975 \begin_layout Subsection
2976 Fallunterscheidungen
2977 \begin_inset Index
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981 Fallunterscheidungen
2982 \end_layout
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \begin_layout Standard
2990 \align center
2991 \begin_inset Tabular
2992 <lyxtabular version="3" rows="3" columns="2">
2993 <features>
2994 <column alignment="center" valignment="top" width="0pt">
2995 <column alignment="center" valignment="top" width="0pt">
2996 <row>
2997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 Befehl
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010 Ergebnis
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset ERT
3025 status collapsed
3026
3027 \begin_layout Plain Layout
3028
3029
3030 \backslash
3031 leer 
3032 \end_layout
3033
3034 \end_inset
3035
3036 A
3037 \begin_inset Formula $\to$
3038 \end_inset
3039
3040 B>0
3041 \begin_inset Index
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045 Befehle ! C ! 
3046 \backslash
3047 cases
3048 \end_layout
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061 \begin_inset Formula $\begin{cases}
3062 A & B>0\end{cases}$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 <row>
3072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \backslash
3078 cases
3079 \begin_inset ERT
3080 status collapsed
3081
3082 \begin_layout Plain Layout
3083
3084
3085 \backslash
3086 leer 
3087 \end_layout
3088
3089 \end_inset
3090
3091 Strg-Enter
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 \begin_inset Formula $\begin{cases}
3101 A & \textrm{für }x>0\\
3102 B & \textrm{für }x=0\end{cases}$
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 </lyxtabular>
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \begin_layout Standard
3119 Nach der Eingabe von 
3120 \series bold
3121
3122 \backslash
3123 cases
3124 \series default
3125  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3126 \begin_inset Graphics
3127         filename ../../images/math/cases.png
3128         embed ""
3129         scale 85
3130
3131 \end_inset
3132
3133  können mit 
3134 \family sans
3135 Strg-Enter
3136 \family default
3137  oder dem Tabellen-Werkzeugleistenknopf 
3138 \begin_inset Graphics
3139         filename ../../images/tabular-feature_append-row.png
3140         embed ""
3141         scale 85
3142
3143 \end_inset
3144
3145  neue Zeilen erstellt werden.
3146 \begin_inset Foot
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3151 \begin_inset CommandInset ref
3152 LatexCommand ref
3153 reference "sub:Akzente-für-ein"
3154
3155 \end_inset
3156
3157  beschrieben.
3158 \end_layout
3159
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \begin_layout Standard
3166 Der Befehl 
3167 \series bold
3168
3169 \backslash
3170 cases
3171 \series default
3172  ist auch über das Menü 
3173 \family sans
3174 Einfügen\SpecialChar \menuseparator
3175 Mathe\SpecialChar \menuseparator
3176 Cases-Umgebung
3177 \family default
3178  verfügbar.
3179 \end_layout
3180
3181 \begin_layout Subsection
3182 Verneinungen
3183 \begin_inset Index
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187 Verneinungen
3188 \end_layout
3189
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \begin_layout Standard
3196 Durch die Eingabe von 
3197 \series bold
3198
3199 \backslash
3200 not
3201 \series default
3202
3203 \begin_inset Index
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 Befehle ! N ! 
3208 \backslash
3209 not
3210 \end_layout
3211
3212 \end_inset
3213
3214  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3215  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3216 \end_layout
3217
3218 \begin_layout Standard
3219 \align center
3220 \begin_inset Tabular
3221 <lyxtabular version="3" rows="4" columns="2">
3222 <features>
3223 <column alignment="center" valignment="top" width="0pt">
3224 <column alignment="center" valignment="top" width="0pt">
3225 <row>
3226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 Befehl
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 Ergebnis
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \backslash
3252 not=
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 \begin_inset Formula $\not=$
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row>
3271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \backslash
3277 not 
3278 \backslash
3279 le
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 \begin_inset Formula $\not\le$
3289 \end_inset
3290
3291
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row>
3298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \backslash
3304 not 
3305 \backslash
3306 parallel
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 \begin_inset Formula $\not\parallel$
3316 \end_inset
3317
3318
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 </lyxtabular>
3325
3326 \end_inset
3327
3328
3329 \end_layout
3330
3331 \begin_layout Standard
3332 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3333  Deswegen gibt es für Einige spezielle Befehle (siehe 
3334 \begin_inset CommandInset ref
3335 LatexCommand ref
3336 reference "sub:Mathematische-Symbole"
3337
3338 \end_inset
3339
3340  und 
3341 \begin_inset CommandInset ref
3342 LatexCommand ref
3343 reference "sec:Relationen"
3344
3345 \end_inset
3346
3347 ).
3348 \end_layout
3349
3350 \begin_layout Subsection
3351 Platzhalter
3352 \begin_inset CommandInset label
3353 LatexCommand label
3354 name "sub:Platzhalter"
3355
3356 \end_inset
3357
3358
3359 \begin_inset Index
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363 Platzhalter
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \begin_inset Index
3370 status collapsed
3371
3372 \begin_layout Plain Layout
3373 chemische Zeichen ! Isotope
3374 \end_layout
3375
3376 \end_inset
3377
3378
3379 \begin_inset Index
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Isotope|see
3384 \begin_inset ERT
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388
3389 {
3390 \end_layout
3391
3392 \end_inset
3393
3394 chemische Zeichen
3395 \begin_inset ERT
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399
3400 }
3401 \end_layout
3402
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \begin_layout Standard
3414 Möchte man z.
3415 \begin_inset Space \thinspace{}
3416 \end_inset
3417
3418 B.
3419  Isotope
3420 \begin_inset Foot
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 Weiteres zu chemischen Symbolen steht in 
3425 \begin_inset CommandInset ref
3426 LatexCommand ref
3427 reference "sub:Chemische-Symbole-und"
3428
3429 \end_inset
3430
3431 .
3432 \end_layout
3433
3434 \end_inset
3435
3436  darstellen, tritt folgendes Problem auf:
3437 \end_layout
3438
3439 \begin_layout Standard
3440 \align center
3441 \begin_inset Tabular
3442 <lyxtabular version="3" rows="2" columns="2">
3443 <features>
3444 <column alignment="center" valignment="top" width="0pt">
3445 <column alignment="center" valignment="top" width="0pt">
3446 <row>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 durch Hoch- und Tiefstellen erzeugte Indizes:
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3461 \end_inset
3462
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 korrekte Indizes:
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 </lyxtabular>
3493
3494 \end_inset
3495
3496
3497 \begin_inset Note Note
3498 status collapsed
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503
3504 \backslash
3505 raisebox
3506 \series default
3507  dient nur
3508 \end_layout
3509
3510 \begin_layout Plain Layout
3511 als Abstandhalter.
3512 \end_layout
3513
3514 \end_inset
3515
3516
3517 \end_layout
3518
3519 \begin_layout Standard
3520 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3521  längeren Index gesetzt.
3522  Um das zu verhindern gibt es den Befehl 
3523 \series bold
3524
3525 \backslash
3526 phantom
3527 \series default
3528
3529 \begin_inset Index
3530 status collapsed
3531
3532 \begin_layout Plain Layout
3533 Befehle ! P ! 
3534 \backslash
3535 phantom
3536 \end_layout
3537
3538 \end_inset
3539
3540  oder den Mathe-Werkzeugleistenknopf
3541 \begin_inset Space \thinspace{}
3542 \end_inset
3543
3544
3545 \begin_inset Foot
3546 status collapsed
3547
3548 \begin_layout Plain Layout
3549 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3550 \begin_inset Graphics
3551         filename ../../images/math/space.png
3552         embed ""
3553         scale 85
3554
3555 \end_inset
3556
3557
3558 \end_layout
3559
3560 \end_inset
3561
3562  
3563 \begin_inset Graphics
3564         filename ../../images/math/phantom.png
3565         embed ""
3566         scale 85
3567
3568 \end_inset
3569
3570 , der ein oder mehrere Phantomzeichen erstellt.
3571  Wenn 
3572 \series bold
3573
3574 \backslash
3575 phantom
3576 \series default
3577  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3578  Pfeilen überlagert wird.
3579  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3580  als Leerraum erstellt wird.
3581  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3582  Zeichen.
3583 \end_layout
3584
3585 \begin_layout Standard
3586 \align center
3587 \begin_inset Tabular
3588 <lyxtabular version="3" rows="4" columns="2">
3589 <features>
3590 <column alignment="center" valignment="top" width="0">
3591 <column alignment="center" valignment="top" width="0">
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Befehl
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Ergebnis
3607 \begin_inset Note Note
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613
3614 \backslash
3615 raisebox
3616 \series default
3617  dient nur als Abstandhalter.
3618 \end_layout
3619
3620 \end_inset
3621
3622
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 ^19
3634 \begin_inset ERT
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638
3639
3640 \backslash
3641 leer 
3642 \end_layout
3643
3644 \end_inset
3645
3646 _
3647 \backslash
3648 phantom
3649 \begin_inset ERT
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653
3654
3655 \backslash
3656 leer 
3657 \end_layout
3658
3659 \end_inset
3660
3661 1
3662 \begin_inset Formula $\to$
3663 \end_inset
3664
3665 9
3666 \begin_inset ERT
3667 status collapsed
3668
3669 \begin_layout Plain Layout
3670
3671
3672 \backslash
3673 leer 
3674 \end_layout
3675
3676 \end_inset
3677
3678 F
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3688 \end_inset
3689
3690
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 ^235
3702 \begin_inset ERT
3703 status collapsed
3704
3705 \begin_layout Plain Layout
3706
3707
3708 \backslash
3709 leer 
3710 \end_layout
3711
3712 \end_inset
3713
3714 _
3715 \backslash
3716 phantom
3717 \begin_inset ERT
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722
3723 \backslash
3724 leer 
3725 \end_layout
3726
3727 \end_inset
3728
3729 23
3730 \begin_inset Formula $\to$
3731 \end_inset
3732
3733 9
3734 \begin_inset ERT
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738
3739
3740 \backslash
3741 leer 
3742 \end_layout
3743
3744 \end_inset
3745
3746 F
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3756 \end_inset
3757
3758
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769
3770 \backslash
3771 Lambda^
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 leer 
3780 \end_layout
3781
3782 \end_inset
3783
3784
3785 \backslash
3786 phantom
3787 \begin_inset ERT
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791
3792
3793 \backslash
3794 leer 
3795 \end_layout
3796
3797 \end_inset
3798
3799 ii
3800 \begin_inset Formula $\to$
3801 \end_inset
3802
3803 t
3804 \begin_inset ERT
3805 status collapsed
3806
3807 \begin_layout Plain Layout
3808
3809
3810 \backslash
3811 leer 
3812 \end_layout
3813
3814 \end_inset
3815
3816 _MMt
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3826 \end_inset
3827
3828
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 </lyxtabular>
3835
3836 \end_inset
3837
3838
3839 \end_layout
3840
3841 \begin_layout Standard
3842 Des Weiteren gibt es noch die Befehle 
3843 \series bold
3844
3845 \backslash
3846 vphantom
3847 \series default
3848
3849 \begin_inset Index
3850 status collapsed
3851
3852 \begin_layout Plain Layout
3853 Befehle ! V ! 
3854 \backslash
3855 vphantom
3856 \end_layout
3857
3858 \end_inset
3859
3860  (Werkzeugleistenknopf 
3861 \begin_inset Space ~
3862 \end_inset
3863
3864
3865 \begin_inset Graphics
3866         filename ../../images/math/vphantom.png
3867         embed ""
3868         scale 85
3869
3870 \end_inset
3871
3872 ) und 
3873 \series bold
3874
3875 \backslash
3876 hphantom
3877 \series default
3878
3879 \begin_inset Index
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883 Befehle ! H ! 
3884 \backslash
3885 hphantom
3886 \end_layout
3887
3888 \end_inset
3889
3890  (Werkzeugleistenknopf 
3891 \begin_inset Space ~
3892 \end_inset
3893
3894
3895 \begin_inset Graphics
3896         filename ../../images/math/hphantom.png
3897         embed ""
3898         scale 85
3899
3900 \end_inset
3901
3902 ).
3903  
3904 \series bold
3905
3906 \backslash
3907 hphantom
3908 \series default
3909  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3910  nicht jedoch für deren Breite.
3911  Bei 
3912 \series bold
3913
3914 \backslash
3915 vphantom
3916 \series default
3917  wird nur Platz mit der Breite des Kästchens erstellt.
3918  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3919 \end_layout
3920
3921 \begin_layout Standard
3922 Zum Beispiel erzeugt 
3923 \series bold
3924
3925 \backslash
3926 vphantom
3927 \series default
3928
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934
3935 \backslash
3936 leer 
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \series bold
3943 a
3944 \backslash
3945 int
3946 \series default
3947  Platz der Höhe des Integralzeichens,
3948 \begin_inset Foot
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 Der Befehl 
3953 \series bold
3954
3955 \backslash
3956 int
3957 \series default
3958  erzeugt ein Integralzeichen, siehe 
3959 \begin_inset CommandInset ref
3960 LatexCommand ref
3961 reference "sub:Große-Operatoren"
3962
3963 \end_inset
3964
3965 .
3966 \end_layout
3967
3968 \end_inset
3969
3970  da dieses das größere Zeichen ist.
3971  Eine Beispielanwendung ist in 
3972 \begin_inset CommandInset ref
3973 LatexCommand ref
3974 reference "sub:Mehrzeilige-Klammern"
3975
3976 \end_inset
3977
3978  zu finden.
3979 \end_layout
3980
3981 \begin_layout Subsection
3982 Linien
3983 \begin_inset Index
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Linien
3988 \end_layout
3989
3990 \end_inset
3991
3992
3993 \begin_inset Index
3994 status collapsed
3995
3996 \begin_layout Plain Layout
3997 Formel ! unterstrichene
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \end_layout
4004
4005 \begin_layout Standard
4006 \align center
4007 \begin_inset Tabular
4008 <lyxtabular version="3" rows="4" columns="2">
4009 <features>
4010 <column alignment="center" valignment="top" width="0pt">
4011 <column alignment="center" valignment="top" width="0pt">
4012 <row>
4013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Befehl
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Ergebnis
4027 \begin_inset Note Note
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033
4034 \backslash
4035 raisebox
4036 \series default
4037  dient nur als Abstandhalter.
4038 \end_layout
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \backslash
4055 overline
4056 \begin_inset ERT
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060
4061
4062 \backslash
4063 leer 
4064 \end_layout
4065
4066 \end_inset
4067
4068 A+B
4069 \begin_inset Index
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Befehle ! O ! 
4074 \backslash
4075 overline
4076 \end_layout
4077
4078 \end_inset
4079
4080
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \backslash
4105 underline
4106 \begin_inset ERT
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110
4111
4112 \backslash
4113 leer 
4114 \end_layout
4115
4116 \end_inset
4117
4118 A+B
4119 \begin_inset Index
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Befehle ! U ! 
4124 \backslash
4125 underline
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4140 \end_inset
4141
4142
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \backslash
4155 overline
4156 \begin_inset ERT
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160
4161
4162 \backslash
4163 leer 
4164 \end_layout
4165
4166 \end_inset
4167
4168
4169 \backslash
4170 underline
4171 \begin_inset ERT
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175
4176
4177 \backslash
4178 leer 
4179 \end_layout
4180
4181 \end_inset
4182
4183 A+B
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 </lyxtabular>
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \begin_layout Standard
4209 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4210 \series bold
4211
4212 \backslash
4213 overline
4214 \series default
4215  oder 
4216 \series bold
4217
4218 \backslash
4219 underline
4220 \series default
4221  eingibt.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4226 \begin_inset ERT
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230
4231
4232 \backslash
4233 linebreak 
4234 \end_layout
4235
4236 \end_inset
4237
4238  
4239 \series bold
4240
4241 \backslash
4242 underline
4243 \series default
4244 .
4245 \end_layout
4246
4247 \begin_layout Standard
4248 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4249 \end_layout
4250
4251 \begin_layout Subsection
4252 Fortsetzungspunkte
4253 \begin_inset Index
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 Fortsetzungspunkte
4258 \end_layout
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \begin_layout Standard
4266 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4267 \begin_inset Foot
4268 status collapsed
4269
4270 \begin_layout Plain Layout
4271 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4272 \begin_inset Graphics
4273         filename ../../images/math/ldots.png
4274         embed ""
4275         scale 85
4276
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283
4284  Für Aufzählungen verwendet man unten sitzende Punkte (
4285 \series bold
4286
4287 \backslash
4288 ldots
4289 \series default
4290
4291 \begin_inset Index
4292 status collapsed
4293
4294 \begin_layout Plain Layout
4295 Befehle ! L ! 
4296 \backslash
4297 ldots
4298 \end_layout
4299
4300 \end_inset
4301
4302 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4303  die Operatoren sind (
4304 \series bold
4305
4306 \backslash
4307 cdots
4308 \series default
4309
4310 \begin_inset Index
4311 status collapsed
4312
4313 \begin_layout Plain Layout
4314 Befehle ! C ! 
4315 \backslash
4316 cdots
4317 \end_layout
4318
4319 \end_inset
4320
4321 ).
4322  Verwendet man den Befehl 
4323 \series bold
4324
4325 \backslash
4326 dots
4327 \series default
4328
4329 \begin_inset Index
4330 status collapsed
4331
4332 \begin_layout Plain Layout
4333 Befehle ! D ! 
4334 \backslash
4335 dots
4336 \end_layout
4337
4338 \end_inset
4339
4340 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4341  wird.
4342 \begin_inset Newpage newpage
4343 \end_inset
4344
4345
4346 \end_layout
4347
4348 \begin_layout Standard
4349 \align center
4350 \begin_inset Tabular
4351 <lyxtabular version="3" rows="8" columns="2">
4352 <features>
4353 <column alignment="center" valignment="top" width="0pt">
4354 <column alignment="center" valignment="top" width="0pt">
4355 <row>
4356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Befehl
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Ergebnis
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 A_1
4381 \begin_inset ERT
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385
4386
4387 \backslash
4388 leer 
4389 \end_layout
4390
4391 \end_inset
4392
4393 ,
4394 \backslash
4395 dots
4396 \begin_inset ERT
4397 status collapsed
4398
4399 \begin_layout Plain Layout
4400
4401
4402 \backslash
4403 leer 
4404 \end_layout
4405
4406 \end_inset
4407
4408 ,A_n
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 \begin_inset Formula $A_{1},\dots,A_{n}$
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 A_1
4432 \begin_inset ERT
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436
4437
4438 \backslash
4439 leer 
4440 \end_layout
4441
4442 \end_inset
4443
4444 +
4445 \backslash
4446 dots
4447 \begin_inset ERT
4448 status collapsed
4449
4450 \begin_layout Plain Layout
4451
4452
4453 \backslash
4454 leer 
4455 \end_layout
4456
4457 \end_inset
4458
4459 +A_n
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 \begin_inset Formula $A_{1}+\dots+A_{n}$
4469 \end_inset
4470
4471
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 A_1
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 leer 
4491 \end_layout
4492
4493 \end_inset
4494
4495 ,
4496 \backslash
4497 ldots
4498 \begin_inset ERT
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502
4503
4504 \backslash
4505 leer 
4506 \end_layout
4507
4508 \end_inset
4509
4510 ,A_n
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 \begin_inset Formula $A_{1},\ldots,A_{n}$
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 A_1
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 leer 
4542 \end_layout
4543
4544 \end_inset
4545
4546 +
4547 \backslash
4548 cdots
4549 \begin_inset ERT
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553
4554
4555 \backslash
4556 leer 
4557 \end_layout
4558
4559 \end_inset
4560
4561 +A_n
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4571 \end_inset
4572
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \backslash
4586 vdots
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 \begin_inset Formula $\vdots$
4596 \end_inset
4597
4598
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \backslash
4611 ddots
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 \begin_inset Formula $\ddots$
4621 \end_inset
4622
4623
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 3
4635 \series bold
4636 ×
4637 \series default
4638 3
4639 \begin_inset Space \thinspace{}
4640 \end_inset
4641
4642 Matrix mit obigen Befehlen
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 \begin_inset Formula $\begin{array}{ccc}
4652 A_{11} & \cdots & A_{1m}\\
4653 \vdots & \ddots & \vdots\\
4654 A_{n1} & \cdots & A_{nm}\end{array}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 </lyxtabular>
4664
4665 \end_inset
4666
4667
4668 \end_layout
4669
4670 \begin_layout Standard
4671 Die im Menü 
4672 \family sans
4673 Einfügen\SpecialChar \menuseparator
4674 Sonderzeichen
4675 \family default
4676  verfügbaren Fortsetzungspunkte sind 
4677 \series bold
4678
4679 \backslash
4680 ldots
4681 \series default
4682 .
4683 \end_layout
4684
4685 \begin_layout Standard
4686 \begin_inset VSpace medskip
4687 \end_inset
4688
4689 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4690  Spalten erstrecken.
4691  Man erhält sie mit dem Befehl 
4692 \series bold
4693
4694 \backslash
4695 hdotsfor
4696 \series default
4697
4698 \begin_inset Index
4699 status collapsed
4700
4701 \begin_layout Plain Layout
4702 Befehle ! H ! 
4703 \backslash
4704 hdotsfor
4705 \end_layout
4706
4707 \end_inset
4708
4709 , der folgendes Schema besitzt:
4710 \end_layout
4711
4712 \begin_layout Standard
4713
4714 \series bold
4715
4716 \backslash
4717 hdotsfor[Abstand]{Anzahl der Spalten}
4718 \end_layout
4719
4720 \begin_layout Standard
4721 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4722  sollen.
4723  Abstand ist ein Faktor, der den Punktabstand festlegt.
4724 \end_layout
4725
4726 \begin_layout Standard
4727 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4728  
4729 \series bold
4730
4731 \backslash
4732 hdotsfor[2]{4}
4733 \series default
4734  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4735  beim Befehl 
4736 \series bold
4737
4738 \backslash
4739 dots
4740 \series default
4741  zu erhalten:
4742 \begin_inset Formula \[
4743 \left(\begin{array}{cccc}
4744 A & B & C & D\\
4745 \hdotsfor [2]{4}\\
4746 q & w & e & r\end{array}\right)\]
4747
4748 \end_inset
4749
4750 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4751  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4752 \end_layout
4753
4754 \begin_layout Standard
4755 \begin_inset VSpace bigskip
4756 \end_inset
4757
4758 Des Weiteren kann man mit dem Befehl 
4759 \series bold
4760
4761 \backslash
4762 dotfill
4763 \series default
4764
4765 \begin_inset Index
4766 status collapsed
4767
4768 \begin_layout Plain Layout
4769 Befehle ! D ! 
4770 \backslash
4771 dotfill
4772 \end_layout
4773
4774 \end_inset
4775
4776  den Rest einer Zeile mit Punkten füllen.
4777  Die Wirkungsweise des Befehls entspricht der von 
4778 \series bold
4779
4780 \backslash
4781 hfill
4782 \series default
4783 , siehe 
4784 \begin_inset CommandInset ref
4785 LatexCommand ref
4786 reference "sub:Variabler-Leerraum"
4787
4788 \end_inset
4789
4790 .
4791 \end_layout
4792
4793 \begin_layout Standard
4794 Z.
4795 \begin_inset Space \thinspace{}
4796 \end_inset
4797
4798 B.
4799  ergibt der Befehl 
4800 \series bold
4801 A
4802 \backslash
4803 dotfill
4804 \begin_inset ERT
4805 status collapsed
4806
4807 \begin_layout Plain Layout
4808
4809
4810 \backslash
4811 leer 
4812 \end_layout
4813
4814 \end_inset
4815
4816 B
4817 \end_layout
4818
4819 \begin_layout Standard
4820 \begin_inset Formula $A\dotfill  B$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \begin_layout Standard
4827 Analog dazu gibt es für eine Linie den Befehl 
4828 \series bold
4829
4830 \backslash
4831 hrulefill
4832 \series default
4833
4834 \begin_inset Index
4835 status collapsed
4836
4837 \begin_layout Plain Layout
4838 Befehle ! H ! 
4839 \backslash
4840 hrulefill
4841 \end_layout
4842
4843 \end_inset
4844
4845 :
4846 \end_layout
4847
4848 \begin_layout Standard
4849 \begin_inset Formula $A\hrulefill  B$
4850 \end_inset
4851
4852
4853 \end_layout
4854
4855 \begin_layout Standard
4856 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4857  werden.
4858 \end_layout
4859
4860 \begin_layout Section
4861 Matrizen
4862 \begin_inset CommandInset label
4863 LatexCommand label
4864 name "sec:Matrizen"
4865
4866 \end_inset
4867
4868
4869 \begin_inset Index
4870 status collapsed
4871
4872 \begin_layout Plain Layout
4873 Matrizen
4874 \end_layout
4875
4876 \end_inset
4877
4878
4879 \end_layout
4880
4881 \begin_layout Standard
4882 Matrizen können über den Mathe-Werkzeugleistenknopf
4883 \family sans
4884  
4885 \family default
4886
4887 \begin_inset Graphics
4888         filename ../../images/dialog-show_mathmatrix.png
4889         embed ""
4890         scale 85
4891
4892 \end_inset
4893
4894  oder das Menü 
4895 \family sans
4896 Einfügen\SpecialChar \menuseparator
4897 Mathe\SpecialChar \menuseparator
4898 Matrix
4899 \family default
4900  eingefügt werden.
4901  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4902  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4903  von Bedeutung:
4904 \end_layout
4905
4906 \begin_layout Standard
4907 Die erste Matrix ist oben 
4908 \begin_inset Formula $\begin{array}[t]{cccc}
4909 A & D & G & J\\
4910 B & E & H & K\\
4911 C & F & I & L\end{array}$
4912 \end_inset
4913
4914 , die zweite mittig 
4915 \begin_inset Formula $\begin{array}{cccc}
4916 A & D & G & J\\
4917 B & E & H & K\\
4918 C & F & I & L\end{array}$
4919 \end_inset
4920
4921  und die dritte unten 
4922 \begin_inset Formula $\begin{array}[b]{cccc}
4923 A & D & G & J\\
4924 B & E & H & K\\
4925 C & F & I & L\end{array}$
4926 \end_inset
4927
4928  ausgerichtet.
4929 \end_layout
4930
4931 \begin_layout Standard
4932 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4933  werden sollen.
4934  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4935  
4936 \emph on
4937 l
4938 \emph default
4939  steht für linksbündig, 
4940 \emph on
4941 c
4942 \emph default
4943  für mittig und 
4944 \emph on
4945 r
4946 \emph default
4947  für rechtsbündig.
4948  Möchte man z.
4949 \begin_inset Space \thinspace{}
4950 \end_inset
4951
4952 B.
4953  eine 4
4954 \series bold
4955 ×
4956 \series default
4957 4
4958 \begin_inset Space ~
4959 \end_inset
4960
4961 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4962  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4963  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4964 \series bold
4965 lccr
4966 \series default
4967  an.
4968  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4969  die Voreinstellung für jede Spalte ein 
4970 \series bold
4971 c
4972 \series default
4973  ist.
4974 \end_layout
4975
4976 \begin_layout Standard
4977 Horizontale Ausrichtung:
4978 \end_layout
4979
4980 \begin_layout Standard
4981
4982 \series bold
4983 lll
4984 \series default
4985  : 
4986 \begin_inset Formula $\begin{array}{lll}
4987 10000 & D & G\\
4988 B & 10000 & H\\
4989 C & F & 10000\end{array}$
4990 \end_inset
4991
4992  , 
4993 \series bold
4994 ccc
4995 \series default
4996  : 
4997 \begin_inset Formula $\begin{array}{ccc}
4998 10000 & D & G\\
4999 B & 10000 & H\\
5000 C & F & 10000\end{array}$
5001 \end_inset
5002
5003  , 
5004 \series bold
5005 rrr
5006 \series default
5007  : 
5008 \begin_inset Formula $\begin{array}{rrr}
5009 10000 & D & G\\
5010 B & 10000 & H\\
5011 C & F & 10000\end{array}$
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5019  man die Mathe-Werkzeugleistenknöpfe 
5020 \begin_inset Graphics
5021         filename ../../images/tabular-feature_append-row.png
5022         embed ""
5023         scale 85
5024
5025 \end_inset
5026
5027
5028 \begin_inset Graphics
5029         filename ../../images/tabular-feature_delete-row.png
5030         embed ""
5031         scale 85
5032
5033 \end_inset
5034
5035 , usw.
5036 \begin_inset Space ~
5037 \end_inset
5038
5039 oder das Menü 
5040 \family sans
5041 Bearbeiten\SpecialChar \menuseparator
5042 Zeilen & Spalten
5043 \family default
5044  verwenden.
5045  Neue Zeilen können auch mit 
5046 \family sans
5047 Strg-Enter
5048 \family default
5049  erstellt werden.
5050 \end_layout
5051
5052 \begin_layout Standard
5053 \begin_inset VSpace bigskip
5054 \end_inset
5055
5056 Klammern um eine Matrix können entweder mit den Befehlen 
5057 \series bold
5058
5059 \backslash
5060 left
5061 \series default
5062
5063 \begin_inset Index
5064 status collapsed
5065
5066 \begin_layout Plain Layout
5067 Befehle ! L ! 
5068 \backslash
5069 left
5070 \end_layout
5071
5072 \end_inset
5073
5074  und 
5075 \series bold
5076
5077 \backslash
5078 right
5079 \series default
5080
5081 \begin_inset Index
5082 status collapsed
5083
5084 \begin_layout Plain Layout
5085 Befehle ! R ! 
5086 \backslash
5087 right
5088 \end_layout
5089
5090 \end_inset
5091
5092  erstellt werden (Tastenkürzel 
5093 \family sans
5094 Alt-m
5095 \begin_inset Space ~
5096 \end_inset
5097
5098 Klammer
5099 \family default
5100 ), siehe 
5101 \begin_inset CommandInset ref
5102 LatexCommand ref
5103 reference "sub:Automatische-Klammergrößen"
5104
5105 \end_inset
5106
5107 , oder man verwendet folgende Befehle:
5108 \begin_inset VSpace bigskip
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \begin_layout Standard
5115 \begin_inset Space \hfill{}
5116 \end_inset
5117
5118
5119 \begin_inset Tabular
5120 <lyxtabular version="3" rows="4" columns="2">
5121 <features>
5122 <column alignment="center" valignment="top" width="0">
5123 <column alignment="center" valignment="top" width="0">
5124 <row>
5125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Befehl
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Ergebnis
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \backslash
5151 bmatrix
5152 \begin_inset ERT
5153 status collapsed
5154
5155 \begin_layout Plain Layout
5156
5157
5158 \backslash
5159 leer 
5160 \end_layout
5161
5162 \end_inset
5163
5164 2
5165 \series bold
5166 ×
5167 \series default
5168 2
5169 \begin_inset Space \thinspace{}
5170 \end_inset
5171
5172 Matrix
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5182 0 & \textrm{-}\mathrm{i}\\
5183 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \backslash
5199 Bmatrix
5200 \begin_inset ERT
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204
5205
5206 \backslash
5207 leer 
5208 \end_layout
5209
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset Space \thinspace{}
5218 \end_inset
5219
5220 Matrix
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 pmatrix
5248 \begin_inset ERT
5249 status collapsed
5250
5251 \begin_layout Plain Layout
5252
5253
5254 \backslash
5255 leer 
5256 \end_layout
5257
5258 \end_inset
5259
5260 2
5261 \series bold
5262 ×
5263 \series default
5264 2
5265 \begin_inset Space \thinspace{}
5266 \end_inset
5267
5268 Matrix
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5278 0 & \textrm{-}\mathrm{i}\\
5279 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 </lyxtabular>
5289
5290 \end_inset
5291
5292
5293 \begin_inset Space \hfill{}
5294 \end_inset
5295
5296
5297 \begin_inset Tabular
5298 <lyxtabular version="3" rows="4" columns="2">
5299 <features>
5300 <column alignment="center" valignment="top" width="0">
5301 <column alignment="center" valignment="top" width="0">
5302 <row>
5303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 Befehl
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 Ergebnis
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 <row>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \backslash
5329 vmatrix
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 leer 
5338 \end_layout
5339
5340 \end_inset
5341
5342 2
5343 \series bold
5344 ×
5345 \series default
5346 2
5347 \begin_inset Space \thinspace{}
5348 \end_inset
5349
5350 Matrix
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5360 0 & \textrm{-}\mathrm{i}\\
5361 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \backslash
5377 Vmatrix
5378 \begin_inset ERT
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382
5383
5384 \backslash
5385 leer 
5386 \end_layout
5387
5388 \end_inset
5389
5390 2
5391 \series bold
5392 ×
5393 \series default
5394 2
5395 \begin_inset Space \thinspace{}
5396 \end_inset
5397
5398 Matrix
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5408 0 & \textrm{-}\mathrm{i}\\
5409 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \backslash
5425 matrix
5426 \begin_inset ERT
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430
5431
5432 \backslash
5433 leer 
5434 \end_layout
5435
5436 \end_inset
5437
5438 2
5439 \series bold
5440 ×
5441 \series default
5442 2
5443 \begin_inset Space \thinspace{}
5444 \end_inset
5445
5446 Matrix
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5456 0 & \textrm{-}\mathrm{i}\\
5457 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 </lyxtabular>
5467
5468 \end_inset
5469
5470
5471 \begin_inset Space \hfill{}
5472 \end_inset
5473
5474
5475 \end_layout
5476
5477 \begin_layout Standard
5478 \begin_inset VSpace medskip
5479 \end_inset
5480
5481 Wurde z.
5482 \begin_inset Space \thinspace{}
5483 \end_inset
5484
5485 B.
5486  
5487 \series bold
5488
5489 \backslash
5490 vmatrix
5491 \series default
5492  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5493  in das die Matrix eingefügt wird.
5494 \end_layout
5495
5496 \begin_layout Standard
5497 \begin_inset VSpace bigskip
5498 \end_inset
5499
5500 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5501 \begin_inset CommandInset ref
5502 LatexCommand ref
5503 reference "sub:Spaltenabstand"
5504
5505 \end_inset
5506
5507  beschriebene Länge 
5508 \series bold
5509
5510 \backslash
5511 arraycolsep
5512 \series default
5513
5514 \begin_inset Index
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Befehle ! A ! 
5519 \backslash
5520 arraycolsep
5521 \end_layout
5522
5523 \end_inset
5524
5525  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5526 \end_layout
5527
5528 \begin_layout Standard
5529 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5530 \series bold
5531
5532 \backslash
5533 arraystretch
5534 \series default
5535
5536 \begin_inset Index
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540 Befehle ! A ! 
5541 \backslash
5542 arraystretch
5543 \end_layout
5544
5545 \end_inset
5546
5547 .
5548  Dieser wird folgendermaßen benutzt:
5549 \end_layout
5550
5551 \begin_layout Standard
5552
5553 \series bold
5554
5555 \backslash
5556 renewcommand{
5557 \backslash
5558 arraystretch}{Dehnungsfaktor}
5559 \begin_inset Index
5560 status collapsed
5561
5562 \begin_layout Plain Layout
5563 Befehle ! R ! 
5564 \backslash
5565 renewcommand
5566 \end_layout
5567
5568 \end_inset
5569
5570
5571 \end_layout
5572
5573 \begin_layout Standard
5574 Der Befehl 
5575 \series bold
5576
5577 \backslash
5578 renewcommand
5579 \series default
5580  weist dabei dem vordefinierten Befehl 
5581 \series bold
5582
5583 \backslash
5584 arraystretch
5585 \series default
5586  den Dehnungsfaktor zu.
5587  Möchte man z.
5588 \begin_inset Space \thinspace{}
5589 \end_inset
5590
5591 B.
5592  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5593  Dieser wird dann für alle folgenden Matrizen verwendet.
5594  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5595 \series bold
5596
5597 \backslash
5598 arraystretch
5599 \series default
5600  den Faktor 1 zu.
5601 \end_layout
5602
5603 \begin_layout Standard
5604 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5605 \series bold
5606
5607 \backslash
5608 smallmatrix
5609 \series default
5610
5611 \begin_inset Index
5612 status collapsed
5613
5614 \begin_layout Plain Layout
5615 Befehle ! S ! 
5616 \backslash
5617 smallmatrix
5618 \end_layout
5619
5620 \end_inset
5621
5622 .
5623  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5624  gestrichelten Linien.
5625  In dieses Kästchen wird die Matrix eingegeben.
5626  Man verwendet stattdessen das Menü 
5627 \family sans
5628 Bearbeiten\SpecialChar \menuseparator
5629 Zeilen
5630 \begin_inset Space ~
5631 \end_inset
5632
5633 &
5634 \begin_inset Space ~
5635 \end_inset
5636
5637 Spalten
5638 \family default
5639  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5640  Neue Zeilen können auch mit 
5641 \family sans
5642 Strg-Enter
5643 \family default
5644  erstellt werden.
5645 \end_layout
5646
5647 \begin_layout Standard
5648 Dies ist eine Matrix 
5649 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5650 C & D\end{smallmatrix}\right)$
5651 \end_inset
5652
5653  in einer Textzeile.
5654 \end_layout
5655
5656 \begin_layout Section
5657 Klammern und Begrenzungszeichen
5658 \begin_inset Index
5659 status collapsed
5660
5661 \begin_layout Plain Layout
5662 Klammern
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \begin_inset Index
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672 Begrenzungszeichen
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Subsection
5681 Vertikale Klammern und Begrenzungszeichen
5682 \begin_inset Index
5683 status collapsed
5684
5685 \begin_layout Plain Layout
5686 Klammern ! vertikale
5687 \end_layout
5688
5689 \end_inset
5690
5691
5692 \end_layout
5693
5694 \begin_layout Standard
5695 \begin_inset Space \hfill{}
5696 \end_inset
5697
5698
5699 \begin_inset Tabular
5700 <lyxtabular version="3" rows="9" columns="2">
5701 <features>
5702 <column alignment="center" valignment="top" width="0pt">
5703 <column alignment="center" valignment="top" width="0pt">
5704 <row>
5705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 Befehl
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 Ergebnis
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 (
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Formula $($
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 {
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $\{$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 [
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $[$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \backslash
5800 langle
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 \begin_inset Formula $\langle$
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \backslash
5825 lceil
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 \begin_inset Formula $\lceil$
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \backslash
5850 lfloor
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $\lfloor$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 /
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $/$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 |
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $|$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 </lyxtabular>
5915
5916 \end_inset
5917
5918
5919 \begin_inset Space \hfill{}
5920 \end_inset
5921
5922
5923 \begin_inset Tabular
5924 <lyxtabular version="3" rows="9" columns="2">
5925 <features>
5926 <column alignment="center" valignment="top" width="0pt">
5927 <column alignment="center" valignment="top" width="0pt">
5928 <row>
5929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 Befehl
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 Ergebnis
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 )
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 \begin_inset Formula $)$
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 }
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $\}$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 ]
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $]$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022
6023 \backslash
6024 rangle
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $\rangle$
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047
6048 \backslash
6049 rceil
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Formula $\rceil$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \backslash
6074 rfloor
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 \begin_inset Formula $\rfloor$
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 </row>
6092 <row>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \backslash
6099
6100 \backslash
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $\backslash$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \backslash
6126 |
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $\|$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 </lyxtabular>
6145
6146 \end_inset
6147
6148
6149 \begin_inset Space \hfill{}
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \begin_layout Standard
6156
6157 \series medium
6158 \begin_inset Note Greyedout
6159 status open
6160
6161 \begin_layout Plain Layout
6162
6163 \series bold
6164 Achtung:
6165 \series default
6166  Im TeX-Modus muss für den Backslash der Befehl 
6167 \series bold
6168
6169 \backslash
6170 textbackslash
6171 \series default
6172
6173 \begin_inset Index
6174 status collapsed
6175
6176 \begin_layout Plain Layout
6177 Befehle ! T ! 
6178 \backslash
6179 textbackslash
6180 \end_layout
6181
6182 \end_inset
6183
6184  verwendet werden, denn der Befehl 
6185 \series bold
6186
6187 \backslash
6188
6189 \backslash
6190
6191 \series default
6192  steht dort für einen Zeilenumbruch.
6193 \end_layout
6194
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6202  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6203  Dabei können dann statt den Befehlen 
6204 \series bold
6205
6206 \backslash
6207 langle
6208 \series default
6209  und 
6210 \series bold
6211
6212 \backslash
6213 rangle
6214 \series default
6215  direkt die Zeichen < und > verwendet werden.
6216 \end_layout
6217
6218 \begin_layout Subsubsection
6219 Manuelle Klammergrößen
6220 \begin_inset CommandInset label
6221 LatexCommand label
6222 name "sub:Manuelle-Klammergrößen"
6223
6224 \end_inset
6225
6226
6227 \begin_inset Index
6228 status collapsed
6229
6230 \begin_layout Plain Layout
6231 Klammergrößen ! manuelle
6232 \end_layout
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6241  LaTeX-Befehle 
6242 \series bold
6243
6244 \backslash
6245 big
6246 \series default
6247
6248 \begin_inset Index
6249 status collapsed
6250
6251 \begin_layout Plain Layout
6252 Befehle ! B ! 
6253 \backslash
6254 big
6255 \end_layout
6256
6257 \end_inset
6258
6259
6260 \series bold
6261
6262 \backslash
6263 Big
6264 \series default
6265
6266 \series bold
6267
6268 \backslash
6269 bigg
6270 \series default
6271  und 
6272 \series bold
6273
6274 \backslash
6275 Bigg
6276 \series default
6277  tun.
6278  
6279 \series bold
6280
6281 \backslash
6282 big
6283 \series default
6284  steht hierbei für die kleinste und 
6285 \series bold
6286
6287 \backslash
6288 Bigg
6289 \series default
6290  für die größte Klammergröße.
6291 \end_layout
6292
6293 \begin_layout Standard
6294 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6295 \end_layout
6296
6297 \begin_layout Standard
6298 \align center
6299 \begin_inset Tabular
6300 <lyxtabular version="3" rows="2" columns="2">
6301 <features>
6302 <column alignment="center" valignment="top" width="0pt">
6303 <column alignment="center" valignment="top" width="0pt">
6304 <row>
6305 <cell alignment="center" valignment="top" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 einheitliche Klammergröße:
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 besser sieht das so aus:
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 </lyxtabular>
6351
6352 \end_inset
6353
6354
6355 \begin_inset Note Note
6356 status collapsed
6357
6358 \begin_layout Plain Layout
6359
6360 \series bold
6361
6362 \backslash
6363 raisebox
6364 \series default
6365  dient nur
6366 \end_layout
6367
6368 \begin_layout Plain Layout
6369 als Abstandhalter.
6370 \end_layout
6371
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \begin_layout Standard
6378 Für die zweite Formel wurde der Befehl 
6379 \series bold
6380
6381 \backslash
6382 Big((A+B)(A-B)
6383 \backslash
6384 Big)^
6385 \begin_inset ERT
6386 status collapsed
6387
6388 \begin_layout Plain Layout
6389
6390
6391 \backslash
6392 leer 
6393 \end_layout
6394
6395 \end_inset
6396
6397 C
6398 \series default
6399  verwendet.
6400 \end_layout
6401
6402 \begin_layout Standard
6403 Hier alle Klammergrößen in der Übersicht:
6404 \end_layout
6405
6406 \begin_layout Standard
6407 \align center
6408
6409 \backslash
6410 Bigg(
6411 \backslash
6412 exp
6413 \backslash
6414 bigg<
6415 \backslash
6416 Big[
6417 \backslash
6418 big{
6419 \backslash
6420 ln(3x)
6421 \backslash
6422 big}^2
6423 \begin_inset ERT
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427
6428
6429 \backslash
6430 leer 
6431 \end_layout
6432
6433 \end_inset
6434
6435
6436 \backslash
6437 sin(x)
6438 \backslash
6439 Big]^
6440 \begin_inset ERT
6441 status collapsed
6442
6443 \begin_layout Plain Layout
6444
6445
6446 \backslash
6447 leer 
6448 \end_layout
6449
6450 \end_inset
6451
6452 A
6453 \begin_inset ERT
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457
6458
6459 \backslash
6460 leer 
6461 \end_layout
6462
6463 \end_inset
6464
6465
6466 \backslash
6467 bigg>
6468 \backslash
6469 Bigg)^0,5
6470 \end_layout
6471
6472 \begin_layout Standard
6473 \align center
6474 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \begin_layout Standard
6481 Es gibt außer den 
6482 \series bold
6483
6484 \backslash
6485 big
6486 \series default
6487 -Befehlen noch die Variante 
6488 \series bold
6489
6490 \backslash
6491 bigm
6492 \series default
6493
6494 \begin_inset Index
6495 status collapsed
6496
6497 \begin_layout Plain Layout
6498 Befehle ! B ! 
6499 \backslash
6500 bigm
6501 \end_layout
6502
6503 \end_inset
6504
6505 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6506  die Variante 
6507 \series bold
6508
6509 \backslash
6510 bigl
6511 \series default
6512 -
6513 \series bold
6514
6515 \backslash
6516 bigr
6517 \series default
6518
6519 \begin_inset Index
6520 status collapsed
6521
6522 \begin_layout Plain Layout
6523 Befehle ! B ! 
6524 \backslash
6525 bigl - 
6526 \backslash
6527 bigr
6528 \end_layout
6529
6530 \end_inset
6531
6532 , die keinen zusätzlichen Leerraum erzeugt.
6533  Das 
6534 \emph on
6535 l
6536 \emph default
6537  am Ende des Befehls 
6538 \series bold
6539
6540 \backslash
6541 bigl
6542 \series default
6543  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6544  ein 
6545 \emph on
6546 r
6547 \emph default
6548  ersetzt.
6549  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6550  sein.
6551 \end_layout
6552
6553 \begin_layout Standard
6554 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6555 \end_layout
6556
6557 \begin_layout Standard
6558 \align center
6559 \begin_inset Tabular
6560 <lyxtabular version="3" rows="5" columns="2">
6561 <features>
6562 <column alignment="center" valignment="middle" width="0">
6563 <column alignment="center" valignment="middle" width="0">
6564 <row>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 Befehl
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 Ergebnis
6579 \begin_inset Note Note
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583
6584 \series bold
6585
6586 \backslash
6587 raisebox
6588 \series default
6589  dient nur als Abstandhalter.
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 <row>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605
6606 \backslash
6607 Bigm(
6608 \backslash
6609 bigm(
6610 \backslash
6611 ln(3x)
6612 \backslash
6613 bigm)^2
6614 \begin_inset ERT
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618
6619
6620 \backslash
6621 leer 
6622 \end_layout
6623
6624 \end_inset
6625
6626
6627 \backslash
6628 Bigm)
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 <row>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651
6652 \backslash
6653 Big(
6654 \backslash
6655 big(
6656 \backslash
6657 ln(3x)
6658 \backslash
6659 big)^2
6660 \begin_inset ERT
6661 status collapsed
6662
6663 \begin_layout Plain Layout
6664
6665
6666 \backslash
6667 leer 
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \backslash
6674 Big)
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \backslash
6699 Bigl(
6700 \backslash
6701 bigl(
6702 \backslash
6703 ln(3x)
6704 \backslash
6705 bigr)^2
6706 \begin_inset ERT
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711
6712 \backslash
6713 leer 
6714 \end_layout
6715
6716 \end_inset
6717
6718
6719 \backslash
6720 Bigr)
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6730 \end_inset
6731
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 </row>
6738 <row>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743
6744 \backslash
6745 bigl)
6746 \backslash
6747 ln(3x)
6748 \backslash
6749 bigr(
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 </lyxtabular>
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Subsubsection
6775 Automatische Klammergrößen
6776 \begin_inset CommandInset label
6777 LatexCommand label
6778 name "sub:Automatische-Klammergrößen"
6779
6780 \end_inset
6781
6782
6783 \begin_inset Index
6784 status collapsed
6785
6786 \begin_layout Plain Layout
6787 Klammergrößen ! automatische
6788 \end_layout
6789
6790 \end_inset
6791
6792
6793 \end_layout
6794
6795 \begin_layout Standard
6796 Klammern variabler Größe können mit den Befehlen 
6797 \series bold
6798
6799 \backslash
6800 left
6801 \series default
6802
6803 \begin_inset Index
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 Befehle ! L ! 
6808 \backslash
6809 left
6810 \end_layout
6811
6812 \end_inset
6813
6814  und 
6815 \series bold
6816
6817 \backslash
6818 right
6819 \series default
6820
6821 \begin_inset Index
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825 Befehle ! R ! 
6826 \backslash
6827 right
6828 \end_layout
6829
6830 \end_inset
6831
6832  oder über den Mathe-Werkzeugleistenknopf
6833 \family sans
6834  
6835 \family default
6836
6837 \begin_inset Graphics
6838         filename ../../images/dialog-show_mathdelimiter.png
6839         embed ""
6840         scale 85
6841
6842 \end_inset
6843
6844  eingefügt werden.
6845  Auf 
6846 \series bold
6847
6848 \backslash
6849 left
6850 \series default
6851  und 
6852 \series bold
6853
6854 \backslash
6855 right
6856 \series default
6857  muss unmittelbar die gewünschte Klammer folgen.
6858  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6859 \end_layout
6860
6861 \begin_layout Standard
6862 \align center
6863 normale Klammer: Der Befehl 
6864 \series bold
6865
6866 \backslash
6867 ln(
6868 \backslash
6869 frac
6870 \begin_inset ERT
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874
6875
6876 \backslash
6877 leer 
6878 \end_layout
6879
6880 \end_inset
6881
6882 A
6883 \begin_inset Formula $\downarrow$
6884 \end_inset
6885
6886 C
6887 \begin_inset ERT
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892
6893 \backslash
6894 leer 
6895 \end_layout
6896
6897 \end_inset
6898
6899 )
6900 \series default
6901  ergibt
6902 \begin_inset Formula \[
6903 \ln(\frac{A}{C})\]
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \begin_layout Standard
6911 \align center
6912 mehrzeilige Klammer: Der Befehl 
6913 \series bold
6914
6915 \backslash
6916 ln
6917 \backslash
6918 left(
6919 \backslash
6920 frac
6921 \begin_inset ERT
6922 status collapsed
6923
6924 \begin_layout Plain Layout
6925
6926
6927 \backslash
6928 leer 
6929 \end_layout
6930
6931 \end_inset
6932
6933 A
6934 \begin_inset Formula $\downarrow$
6935 \end_inset
6936
6937 C
6938 \begin_inset ERT
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942
6943
6944 \backslash
6945 leer 
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \backslash
6952 right)
6953 \series default
6954  ergibt
6955 \begin_inset Formula \[
6956 \ln\left(\frac{A}{C}\right)\]
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 An Stelle von 
6965 \series bold
6966
6967 \backslash
6968 left
6969 \series default
6970  und 
6971 \series bold
6972
6973 \backslash
6974 right
6975 \series default
6976  kann man die Tastenkürzel 
6977 \family sans
6978 Alt-m
6979 \begin_inset Space ~
6980 \end_inset
6981
6982 Klammer
6983 \family default
6984  verwenden.
6985  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6986  und dass die rechte Klammer gleich mit erstellt wird.
6987 \begin_inset Newline newline
6988 \end_inset
6989
6990 Der Befehl für das letzte Beispiel würde dann lauten: 
6991 \series bold
6992
6993 \backslash
6994 ln Alt-m
6995 \series default
6996  
6997 \series bold
6998 (
6999 \backslash
7000 frac
7001 \begin_inset ERT
7002 status collapsed
7003
7004 \begin_layout Plain Layout
7005
7006
7007 \backslash
7008 leer 
7009 \end_layout
7010
7011 \end_inset
7012
7013 A
7014 \begin_inset Formula $\downarrow$
7015 \end_inset
7016
7017 C
7018 \end_layout
7019
7020 \begin_layout Standard
7021 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7022  Klammer einen Punkt.
7023  So ergibt z.
7024 \begin_inset Space \thinspace{}
7025 \end_inset
7026
7027 B.
7028  der Befehl 
7029 \series bold
7030
7031 \backslash
7032 left.
7033 \backslash
7034 frac
7035 \begin_inset ERT
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039
7040
7041 \backslash
7042 leer 
7043 \end_layout
7044
7045 \end_inset
7046
7047 A
7048 \begin_inset Formula $\downarrow$
7049 \end_inset
7050
7051 B
7052 \begin_inset ERT
7053 status collapsed
7054
7055 \begin_layout Plain Layout
7056
7057
7058 \backslash
7059 leer 
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \backslash
7066 right}
7067 \series default
7068
7069 \begin_inset Space \thinspace{}
7070 \end_inset
7071
7072 :
7073 \series bold
7074
7075 \begin_inset Formula \[
7076 \left.\frac{A}{B}\right\} \]
7077
7078 \end_inset
7079
7080
7081 \series default
7082 Die Befehle 
7083 \series bold
7084
7085 \backslash
7086 left
7087 \series default
7088  und 
7089 \series bold
7090
7091 \backslash
7092 right
7093 \series default
7094  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7095  umgewandelt.
7096  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7097 \end_layout
7098
7099 \begin_layout Standard
7100 \begin_inset VSpace bigskip
7101 \end_inset
7102
7103 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7104  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7105  Befehl 
7106 \series bold
7107
7108 \backslash
7109 middle
7110 \series default
7111
7112 \begin_inset Index
7113 status collapsed
7114
7115 \begin_layout Plain Layout
7116 Befehle ! M ! 
7117 \backslash
7118 middle
7119 \end_layout
7120
7121 \end_inset
7122
7123  zur Verfügung.
7124  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7125  angepasst, was z.
7126 \begin_inset Space \thinspace{}
7127 \end_inset
7128
7129 B.
7130  für physikalische Vektoren von Nutzen ist:
7131 \begin_inset Formula \[
7132 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7133
7134 \end_inset
7135
7136 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7137 \begin_inset CommandInset ref
7138 LatexCommand ref
7139 reference "sub:Physikalische-Vektoren"
7140
7141 \end_inset
7142
7143  beschrieben ist.
7144 \end_layout
7145
7146 \begin_layout Subsection
7147 Horizontale Klammern
7148 \begin_inset Index
7149 status collapsed
7150
7151 \begin_layout Plain Layout
7152 Klammern ! horizontale
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \begin_layout Standard
7161 \align center
7162 \begin_inset Tabular
7163 <lyxtabular version="3" rows="4" columns="2">
7164 <features>
7165 <column alignment="center" valignment="top" width="0pt">
7166 <column alignment="center" valignment="top" width="0pt">
7167 <row>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 Befehl
7173 \begin_inset Note Note
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177
7178 \series bold
7179
7180 \backslash
7181 raisebox
7182 \series default
7183  dient nur als Abstandhalter.
7184 \end_layout
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 Ergebnis
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 \begin_inset ERT
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212
7213
7214 \backslash
7215 raisebox{2.3mm}{
7216 \end_layout
7217
7218 \end_inset
7219
7220
7221 \backslash
7222 overbrace
7223 \begin_inset ERT
7224 status collapsed
7225
7226 \begin_layout Plain Layout
7227
7228
7229 \backslash
7230 leer 
7231 \end_layout
7232
7233 \end_inset
7234
7235 A+B
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 leer 
7244 \end_layout
7245
7246 \end_inset
7247
7248 ^
7249 \begin_inset ERT
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254
7255 \backslash
7256 leer 
7257 \end_layout
7258
7259 \end_inset
7260
7261 3
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267 }
7268 \end_layout
7269
7270 \end_inset
7271
7272
7273 \begin_inset Index
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 Befehle ! O ! 
7278 \backslash
7279 overbrace
7280 \end_layout
7281
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 \begin_inset Formula $\overbrace{A+B}^{3}$
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 </row>
7302 <row>
7303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 \begin_inset ERT
7308 status collapsed
7309
7310 \begin_layout Plain Layout
7311
7312
7313 \backslash
7314 raisebox{-2.2mm}{
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \backslash
7321 underbrace
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 leer 
7330 \end_layout
7331
7332 \end_inset
7333
7334 A+B
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 leer 
7343 \end_layout
7344
7345 \end_inset
7346
7347 _5
7348 \begin_inset ERT
7349 status collapsed
7350
7351 \begin_layout Plain Layout
7352
7353 }
7354 \end_layout
7355
7356 \end_inset
7357
7358
7359 \begin_inset Index
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363 Befehle ! U ! 
7364 \backslash
7365 underbrace
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 \begin_inset Formula $\underbrace{A+B}_{5}$
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 </row>
7388 <row>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393
7394 \backslash
7395 overbrace
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 leer 
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \backslash
7410 underbrace
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 leer 
7419 \end_layout
7420
7421 \end_inset
7422
7423 A+B_w
7424 \begin_inset ERT
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428
7429
7430 \backslash
7431 leer 
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \begin_inset ERT
7438 status collapsed
7439
7440 \begin_layout Plain Layout
7441
7442
7443 \backslash
7444 leer 
7445 \end_layout
7446
7447 \end_inset
7448
7449 _7
7450 \begin_inset ERT
7451 status collapsed
7452
7453 \begin_layout Plain Layout
7454
7455
7456 \backslash
7457 leer 
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \begin_inset ERT
7464 status collapsed
7465
7466 \begin_layout Plain Layout
7467
7468
7469 \backslash
7470 leer 
7471 \end_layout
7472
7473 \end_inset
7474
7475 ^
7476 \begin_inset ERT
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480
7481
7482 \backslash
7483 leer 
7484 \end_layout
7485
7486 \end_inset
7487
7488 C
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7498 \end_inset
7499
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 </lyxtabular>
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \begin_layout Standard
7514 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7515 \series bold
7516
7517 \backslash
7518 overbrace
7519 \series default
7520  oder 
7521 \series bold
7522
7523 \backslash
7524 underbrace
7525 \series default
7526  eingibt.
7527 \end_layout
7528
7529 \begin_layout Standard
7530 \begin_inset VSpace bigskip
7531 \end_inset
7532
7533 Benötigt man Klammern, die sich überschneiden, muss man die in 
7534 \begin_inset CommandInset ref
7535 LatexCommand ref
7536 reference "sec:Mehrzeilige-Formeln"
7537
7538 \end_inset
7539
7540  beschriebenen mehrzeiligen Formeln verwenden:
7541 \begin_inset Formula \begin{eqnarray*}
7542 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7543  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7544
7545 \end_inset
7546
7547 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7548  Dabei ist es wichtig, dass vor dem ersten 
7549 \begin_inset Formula $d$
7550 \end_inset
7551
7552  der Abstandsbefehl
7553 \begin_inset Foot
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557 Abstandsbefehle sind in 
7558 \begin_inset CommandInset ref
7559 LatexCommand ref
7560 reference "sub:Vordefinierter-Leerraum"
7561
7562 \end_inset
7563
7564  erklärt.
7565 \end_layout
7566
7567 \end_inset
7568
7569  
7570 \series bold
7571
7572 \backslash
7573 :
7574 \series default
7575  eingegeben wird, denn die nach dem 
7576 \begin_inset Formula $q$
7577 \end_inset
7578
7579  endende Klammer verhindert, dass das nachfolgende 
7580 \begin_inset Quotes gld
7581 \end_inset
7582
7583 +
7584 \begin_inset Quotes grd
7585 \end_inset
7586
7587  von Leerraum umgeben ist.
7588 \begin_inset Foot
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 weil eine Klammer nicht als Zeichen gilt, siehe 
7593 \begin_inset CommandInset ref
7594 LatexCommand ref
7595 reference "sub:Binäre-Operatoren"
7596
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \end_inset
7603
7604  In die zweite Zeile wird die zweite Klammer eingegeben.
7605  Da sie vor dem 
7606 \begin_inset Formula $b$
7607 \end_inset
7608
7609  beginnen soll, gibt man zuerst 
7610 \series bold
7611
7612 \backslash
7613 hphantom{gggg+
7614 \backslash
7615 :}
7616 \series default
7617  ein.
7618 \begin_inset Foot
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622 mehr zu 
7623 \series bold
7624
7625 \backslash
7626 hphantom
7627 \series default
7628  siehe 
7629 \begin_inset CommandInset ref
7630 LatexCommand ref
7631 reference "sub:Platzhalter"
7632
7633 \end_inset
7634
7635 .
7636 \end_layout
7637
7638 \end_inset
7639
7640  Dieser Leerraum wird benötigt, weil das 
7641 \begin_inset Quotes gld
7642 \end_inset
7643
7644 +
7645 \begin_inset Quotes grd
7646 \end_inset
7647
7648  in der Formel auch von Leerraum umgeben ist.
7649  Die Klammer wird unter den Befehl 
7650 \series bold
7651
7652 \backslash
7653 hphantom{bbqq+dddd}
7654 \series default
7655  gesetzt.
7656 \end_layout
7657
7658 \begin_layout Standard
7659 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7660 n, wie in folgendem Beispiel:
7661 \begin_inset ERT
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665
7666
7667 \backslash
7668 setlength{
7669 \backslash
7670 jot}{-6pt}
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \begin_inset Formula \begin{eqnarray*}
7677  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7678 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7679
7680 \end_inset
7681
7682
7683 \begin_inset ERT
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 setlength{
7691 \backslash
7692 jot}{3pt}
7693 \end_layout
7694
7695 \end_inset
7696
7697 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7698  mit dem Unterschied, dass sich die Klammer oben befindet.
7699  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7700  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7701  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7702  werden.
7703  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7704 \begin_inset Foot
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708 \begin_inset ERT
7709 status open
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
7716 \end_layout
7717
7718 \end_inset
7719
7720 LyX-Fehler #1505
7721 \begin_inset ERT
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725
7726 }
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735
7736 .
7737  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7738 \series bold
7739
7740 \backslash
7741 jot
7742 \series default
7743
7744 \begin_inset Index
7745 status collapsed
7746
7747 \begin_layout Plain Layout
7748 Befehle ! J ! 
7749 \backslash
7750 jot
7751 \end_layout
7752
7753 \end_inset
7754
7755  vor der Formel mit dem Befehl 
7756 \series bold
7757
7758 \backslash
7759 setlength{
7760 \backslash
7761 jot}{-6pt}
7762 \series default
7763  im TeX-Modus auf den Wert -6
7764 \begin_inset Space \thinspace{}
7765 \end_inset
7766
7767 pt geändert.
7768  Nach der Formel wird 
7769 \series bold
7770
7771 \backslash
7772 jot
7773 \series default
7774  mit demselben Befehl wieder auf den Standardwert 3
7775 \begin_inset Space \thinspace{}
7776 \end_inset
7777
7778 pt zurückgesetzt.
7779  Genaueres zum Zeilenabstand in Formeln ist in 
7780 \begin_inset CommandInset ref
7781 LatexCommand ref
7782 reference "sub:Zeilenabstand"
7783
7784 \end_inset
7785
7786  erklärt.
7787 \end_layout
7788
7789 \begin_layout Section
7790 Pfeile
7791 \begin_inset Index
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795 Pfeile
7796 \end_layout
7797
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \begin_layout Standard
7804 Pfeile können über den Mathe-Werkzeugleistenknopf 
7805 \begin_inset Graphics
7806         filename ../../images/math/leftarrow.png
7807         embed ""
7808         scale 85
7809
7810 \end_inset
7811
7812  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7813  aufgelistet sind.
7814 \end_layout
7815
7816 \begin_layout Subsection
7817 Horizontale Pfeile
7818 \begin_inset Index
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822 Pfeile ! horizontale
7823 \end_layout
7824
7825 \end_inset
7826
7827
7828 \end_layout
7829
7830 \begin_layout Standard
7831 \begin_inset Space \hfill{}
7832 \end_inset
7833
7834
7835 \begin_inset Tabular
7836 <lyxtabular version="3" rows="8" columns="2">
7837 <features>
7838 <column alignment="center" valignment="top" width="0pt">
7839 <column alignment="center" valignment="top" width="0pt">
7840 <row>
7841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 Befehl
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Ergebnis
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \backslash
7867 gets
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 \begin_inset Formula $\gets$
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \backslash
7892 Leftarrow
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 \begin_inset Formula $\Leftarrow$
7902 \end_inset
7903
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \backslash
7917 longleftarrow
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 \begin_inset Formula $\longleftarrow$
7927 \end_inset
7928
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \backslash
7942 Longleftarrow
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 \begin_inset Formula $\Longleftarrow$
7952 \end_inset
7953
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \backslash
7967 leftharpoonup
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 \begin_inset Formula $\leftharpoonup$
7977 \end_inset
7978
7979
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \backslash
7992 leftharpoondown
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 \begin_inset Formula $\leftharpoondown$
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 hookleftarrow
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\hookleftarrow$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 </lyxtabular>
8036
8037 \end_inset
8038
8039
8040 \begin_inset Space \hfill{}
8041 \end_inset
8042
8043
8044 \begin_inset Tabular
8045 <lyxtabular version="3" rows="8" columns="2">
8046 <features>
8047 <column alignment="center" valignment="top" width="0pt">
8048 <column alignment="center" valignment="top" width="0pt">
8049 <row>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Befehl
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Ergebnis
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \backslash
8076 to
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 \begin_inset Formula $\to$
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \backslash
8101 Rightarrow
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 \begin_inset Formula $\Rightarrow$
8111 \end_inset
8112
8113
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \backslash
8126 longrightarrow
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 \begin_inset Formula $\longrightarrow$
8136 \end_inset
8137
8138
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \backslash
8151 Longrightarrow
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 \begin_inset Formula $\Longrightarrow$
8161 \end_inset
8162
8163
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \backslash
8176 rightharpoonup
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 \begin_inset Formula $\rightharpoonup$
8186 \end_inset
8187
8188
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \backslash
8201 rightharpoondown
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 \begin_inset Formula $\rightharpoondown$
8211 \end_inset
8212
8213
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 hookrightarrow
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\hookrightarrow$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 </lyxtabular>
8245
8246 \end_inset
8247
8248
8249 \begin_inset Space \hfill{}
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \begin_layout Standard
8256 \begin_inset Space \hfill{}
8257 \end_inset
8258
8259
8260 \begin_inset Tabular
8261 <lyxtabular version="3" rows="6" columns="2">
8262 <features>
8263 <column alignment="center" valignment="top" width="0pt">
8264 <column alignment="center" valignment="top" width="0pt">
8265 <row>
8266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Befehl
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Ergebnis
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \backslash
8292 leftrightarrow
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\leftrightarrow$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \backslash
8317 Leftrightarrow
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 \begin_inset Formula $\Leftrightarrow$
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \backslash
8342 longleftrightarrow
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 \begin_inset Formula $\longleftrightarrow$
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \backslash
8367 Longleftrightarrow
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 \begin_inset Formula $\Longleftrightarrow$
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \backslash
8392 rightleftharpoons
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 \begin_inset Formula $\rightleftharpoons$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 </lyxtabular>
8411
8412 \end_inset
8413
8414
8415 \begin_inset Space \hspace{}
8416 \length 25pt
8417 \end_inset
8418
8419
8420 \begin_inset Space \hfill{}
8421 \end_inset
8422
8423
8424 \begin_inset Tabular
8425 <lyxtabular version="3" rows="5" columns="2">
8426 <features>
8427 <column alignment="center" valignment="top" width="0pt">
8428 <column alignment="center" valignment="top" width="0pt">
8429 <row>
8430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Befehl
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Ergebnis
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 mapsto
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\mapsto$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 longmapsto
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\longmapsto$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 leadsto
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\leadsto$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 dasharrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\dasharrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset Space \hfill{}
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \begin_layout Standard
8561 \begin_inset VSpace medskip
8562 \end_inset
8563
8564 Als Akzent verwendete Pfeile, wie z.
8565 \begin_inset Space \thinspace{}
8566 \end_inset
8567
8568 B.
8569  Vektorpfeile, sind in 
8570 \begin_inset CommandInset ref
8571 LatexCommand ref
8572 reference "sec:Akzente"
8573
8574 \end_inset
8575
8576  aufgelistet.
8577 \end_layout
8578
8579 \begin_layout Standard
8580 \begin_inset VSpace bigskip
8581 \end_inset
8582
8583 Des Weiteren gibt es die beschriftbaren Pfeile
8584 \begin_inset Index
8585 status collapsed
8586
8587 \begin_layout Plain Layout
8588 Pfeile ! beschriftbare
8589 \end_layout
8590
8591 \end_inset
8592
8593  
8594 \series bold
8595
8596 \backslash
8597 xleftarrow
8598 \series default
8599
8600 \begin_inset Index
8601 status collapsed
8602
8603 \begin_layout Plain Layout
8604 Befehle ! X ! 
8605 \backslash
8606 xleftarrow
8607 \end_layout
8608
8609 \end_inset
8610
8611  und 
8612 \series bold
8613
8614 \backslash
8615 xrightarrow
8616 \series default
8617
8618 \begin_inset Index
8619 status collapsed
8620
8621 \begin_layout Plain Layout
8622 Befehle ! X ! 
8623 \backslash
8624 xrightarrow
8625 \begin_inset VSpace 4mm
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \end_inset
8632
8633 .
8634  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8635  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8636  Die Pfeillänge passt sich der Breite der Beschriftung an.
8637 \end_layout
8638
8639 \begin_layout Standard
8640 \align center
8641 \begin_inset Tabular
8642 <lyxtabular version="3" rows="3" columns="2">
8643 <features>
8644 <column alignment="center" valignment="top" width="0pt">
8645 <column alignment="center" valignment="top" width="0pt">
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Befehl
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Ergebnis
8661 \begin_inset Note Note
8662 status collapsed
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667
8668 \backslash
8669 raisebox
8670 \series default
8671  dient nur als Abstandhalter.
8672 \end_layout
8673
8674 \end_inset
8675
8676
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 F(a)
8688 \backslash
8689 xleftarrow
8690 \begin_inset ERT
8691 status collapsed
8692
8693 \begin_layout Plain Layout
8694
8695
8696 \backslash
8697 leer 
8698 \end_layout
8699
8700 \end_inset
8701
8702 x=a
8703 \begin_inset Formula $\downarrow$
8704 \end_inset
8705
8706 x>0
8707 \begin_inset Formula $\to$
8708 \end_inset
8709
8710 F(x)
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 F(x)
8734 \backslash
8735 xrightarrow
8736 \begin_inset ERT
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740
8741
8742 \backslash
8743 leer 
8744 \end_layout
8745
8746 \end_inset
8747
8748 x=a
8749 \begin_inset Formula $\downarrow$
8750 \end_inset
8751
8752 x>0
8753 \begin_inset Formula $\to$
8754 \end_inset
8755
8756 F(a)
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 </lyxtabular>
8775
8776 \end_inset
8777
8778
8779 \end_layout
8780
8781 \begin_layout Subsection
8782 Vertikale und diagonale Pfeile
8783 \begin_inset Index
8784 status collapsed
8785
8786 \begin_layout Plain Layout
8787 Pfeile ! diagonale
8788 \end_layout
8789
8790 \end_inset
8791
8792
8793 \begin_inset Index
8794 status collapsed
8795
8796 \begin_layout Plain Layout
8797 Pfeile ! vertikale
8798 \end_layout
8799
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \begin_layout Standard
8806 \begin_inset Space \hfill{}
8807 \end_inset
8808
8809
8810 \begin_inset Tabular
8811 <lyxtabular version="3" rows="7" columns="2">
8812 <features>
8813 <column alignment="center" valignment="top" width="0pt">
8814 <column alignment="center" valignment="top" width="0pt">
8815 <row>
8816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Befehl
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Ergebnis
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \backslash
8842 uparrow
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\uparrow$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \backslash
8867 Uparrow
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 \begin_inset Formula $\Uparrow$
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \backslash
8892 updownarrow
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 \begin_inset Formula $\updownarrow$
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \backslash
8917 Updownarrow
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 \begin_inset Formula $\Updownarrow$
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \backslash
8942 Downarrow
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 \begin_inset Formula $\Downarrow$
8952 \end_inset
8953
8954
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \backslash
8967 downarrow
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 \begin_inset Formula $\downarrow$
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 </lyxtabular>
8986
8987 \end_inset
8988
8989
8990 \begin_inset Space \hfill{}
8991 \end_inset
8992
8993
8994 \begin_inset Tabular
8995 <lyxtabular version="3" rows="5" columns="2">
8996 <features>
8997 <column alignment="center" valignment="top" width="0pt">
8998 <column alignment="center" valignment="top" width="0pt">
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Befehl
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Ergebnis
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 nearrow
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 $\nearrow$
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 searrow
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 $\searrow$
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" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 swarrow
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\swarrow$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 nwarrow
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 \begin_inset Formula $\nwarrow$
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 </lyxtabular>
9120
9121 \end_inset
9122
9123
9124 \begin_inset Space \hfill{}
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \begin_layout Standard
9131 \begin_inset VSpace medskip
9132 \end_inset
9133
9134 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9135  
9136 \begin_inset CommandInset ref
9137 LatexCommand ref
9138 reference "sub:Manuelle-Klammergrößen"
9139
9140 \end_inset
9141
9142  und 
9143 \begin_inset CommandInset ref
9144 LatexCommand ref
9145 reference "sub:Automatische-Klammergrößen"
9146
9147 \end_inset
9148
9149  beschriebenen Befehlen verwendet werden.
9150 \end_layout
9151
9152 \begin_layout Section
9153 Akzente
9154 \begin_inset CommandInset label
9155 LatexCommand label
9156 name "sec:Akzente"
9157
9158 \end_inset
9159
9160
9161 \begin_inset Index
9162 status collapsed
9163
9164 \begin_layout Plain Layout
9165 Akzente
9166 \end_layout
9167
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \begin_layout Standard
9174 Akzente können über den Mathe-Werkzeugleistenknopf 
9175 \begin_inset Graphics
9176         filename ../../images/math/hat.png
9177         embed ""
9178         scale 85
9179
9180 \end_inset
9181
9182  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9183  aufgelistet sind.
9184 \end_layout
9185
9186 \begin_layout Subsection
9187 Akzente für ein Zeichen
9188 \begin_inset ERT
9189 status collapsed
9190
9191 \begin_layout Plain Layout
9192
9193
9194 \backslash
9195 texorpdfstring{
9196 \end_layout
9197
9198 \end_inset
9199
9200
9201 \begin_inset Foot
9202 status collapsed
9203
9204 \begin_layout Plain Layout
9205 Akzente im Text siehe 
9206 \begin_inset CommandInset ref
9207 LatexCommand ref
9208 reference "sub:Sonderzeichen-Akzente"
9209
9210 \end_inset
9211
9212
9213 \end_layout
9214
9215 \end_inset
9216
9217
9218 \begin_inset ERT
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222
9223 }{}
9224 \end_layout
9225
9226 \end_inset
9227
9228
9229 \begin_inset Note Note
9230 status collapsed
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235
9236 \backslash
9237 texorpdfstring
9238 \series default
9239  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9240 \end_layout
9241
9242 \begin_layout Plain Layout
9243 Näheres zu 
9244 \series bold
9245
9246 \backslash
9247 texorpdfstring
9248 \series default
9249  steht in Kapitel 
9250 \begin_inset CommandInset ref
9251 LatexCommand ref
9252 reference "sub:Formeln-in-Überschriften"
9253
9254 \end_inset
9255
9256 .
9257 \end_layout
9258
9259 \end_inset
9260
9261
9262 \begin_inset CommandInset label
9263 LatexCommand label
9264 name "sub:Akzente-für-ein"
9265
9266 \end_inset
9267
9268
9269 \begin_inset Index
9270 status collapsed
9271
9272 \begin_layout Plain Layout
9273 Akzente ! für ein Zeichen
9274 \end_layout
9275
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Standard
9282 \begin_inset Space \hfill{}
9283 \end_inset
9284
9285
9286 \begin_inset Tabular
9287 <lyxtabular version="3" rows="8" columns="2">
9288 <features>
9289 <column alignment="center" valignment="top" width="0pt">
9290 <column alignment="center" valignment="top" width="0pt">
9291 <row>
9292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Befehl
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Ergebnis
9306 \begin_inset Note Note
9307 status collapsed
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312
9313 \backslash
9314 raisebox
9315 \series default
9316  dient nur als Abstandhalter.
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \backslash
9334 dot
9335 \begin_inset ERT
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339
9340
9341 \backslash
9342 leer 
9343 \end_layout
9344
9345 \end_inset
9346
9347 A
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 ddot
9373 \begin_inset ERT
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378
9379 \backslash
9380 leer 
9381 \end_layout
9382
9383 \end_inset
9384
9385 A
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 dddot
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 leer 
9419 \end_layout
9420
9421 \end_inset
9422
9423 A
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 ddddot{A
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \backslash
9473 vec
9474 \begin_inset ERT
9475 status collapsed
9476
9477 \begin_layout Plain Layout
9478
9479
9480 \backslash
9481 leer 
9482 \end_layout
9483
9484 \end_inset
9485
9486 A
9487 \begin_inset Index
9488 status collapsed
9489
9490 \begin_layout Plain Layout
9491 Vektoren
9492 \end_layout
9493
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \backslash
9521 bar
9522 \begin_inset ERT
9523 status collapsed
9524
9525 \begin_layout Plain Layout
9526
9527
9528 \backslash
9529 leer 
9530 \end_layout
9531
9532 \end_inset
9533
9534 A
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \backslash
9559 mathring
9560 \begin_inset ERT
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564
9565
9566 \backslash
9567 leer 
9568 \end_layout
9569
9570 \end_inset
9571
9572 A
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 </lyxtabular>
9591
9592 \end_inset
9593
9594
9595 \begin_inset Space \hfill{}
9596 \end_inset
9597
9598
9599 \begin_inset Tabular
9600 <lyxtabular version="3" rows="7" columns="2">
9601 <features>
9602 <column alignment="center" valignment="top" width="0pt">
9603 <column alignment="center" valignment="top" width="0pt">
9604 <row>
9605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 Befehl
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 Ergebnis
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 tilde
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 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9654 \end_inset
9655
9656
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 hat
9670 \begin_inset ERT
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674
9675
9676 \backslash
9677 leer 
9678 \end_layout
9679
9680 \end_inset
9681
9682 A
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 check
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 leer 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 acute
9746 \begin_inset ERT
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751
9752 \backslash
9753 leer 
9754 \end_layout
9755
9756 \end_inset
9757
9758 A
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 grave
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 leer 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 breve
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827
9828 \backslash
9829 leer 
9830 \end_layout
9831
9832 \end_inset
9833
9834 A
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 </lyxtabular>
9853
9854 \end_inset
9855
9856
9857 \begin_inset Space \hfill{}
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \begin_layout Standard
9864 \begin_inset VSpace bigskip
9865 \end_inset
9866
9867 Wenn man in einer Formel Umlaute
9868 \begin_inset Index
9869 status collapsed
9870
9871 \begin_layout Plain Layout
9872 Umlaute
9873 \end_layout
9874
9875 \end_inset
9876
9877  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9878  Diese beiden Zeichen bilden dann für LaTeX 
9879 \emph on
9880 ein
9881 \emph default
9882  Zeichen.
9883  Im Gegensatz zu 
9884 \series bold
9885
9886 \backslash
9887 ddot
9888 \series default
9889  entstehen damit 
9890 \begin_inset Quotes gld
9891 \end_inset
9892
9893 echte
9894 \begin_inset Quotes grd
9895 \end_inset
9896
9897  Umlaute, was folgendes Beispiel zeigt:
9898 \end_layout
9899
9900 \begin_layout Standard
9901 \begin_inset VSpace -2mm
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \begin_layout Standard
9908 \align center
9909 \begin_inset Tabular
9910 <lyxtabular version="3" rows="3" columns="2">
9911 <features>
9912 <column alignment="center" valignment="top" width="0">
9913 <column alignment="center" valignment="top" width="0">
9914 <row>
9915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 Befehl
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Ergebnis
9929 \begin_inset Note Note
9930 status collapsed
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935
9936 \backslash
9937 raisebox
9938 \series default
9939  dient nur als Abstandhalter.
9940 \end_layout
9941
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 \begin_inset Quotes grd
9956 \end_inset
9957
9958 i
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 \begin_inset Formula $"i$
9968 \end_inset
9969
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \backslash
9983 ddot
9984 \begin_inset ERT
9985 status collapsed
9986
9987 \begin_layout Plain Layout
9988
9989
9990 \backslash
9991 leer 
9992 \end_layout
9993
9994 \end_inset
9995
9996 i
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 </lyxtabular>
10015
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \begin_layout Standard
10022 Ein weiterer Vorteil gegenüber 
10023 \series bold
10024
10025 \backslash
10026 ddot
10027 \series default
10028  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10029  denn die obigen Akzentbefehle sind 
10030 \emph on
10031 im mathematischen Text\SpecialChar \-
10032 modus nicht erlaubt
10033 \emph default
10034 .
10035  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10036  nur das Zeichen unter dem Akzent umgewandelt werden.
10037  Das gilt auch für alle anderen Umwandlungen wie z.
10038 \begin_inset Space \thinspace{}
10039 \end_inset
10040
10041 B.
10042  in kursiv oder fett.
10043 \end_layout
10044
10045 \begin_layout Standard
10046 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10047  direkt eingegeben werden.
10048 \end_layout
10049
10050 \begin_layout Subsection
10051 Akzente für Operatoren
10052 \begin_inset Index
10053 status collapsed
10054
10055 \begin_layout Plain Layout
10056 Akzente ! für Operatoren
10057 \end_layout
10058
10059 \end_inset
10060
10061
10062 \end_layout
10063
10064 \begin_layout Standard
10065 Zum Akzentuieren von Operatoren gibt es die Befehle 
10066 \series bold
10067
10068 \backslash
10069 overset
10070 \series default
10071
10072 \begin_inset Index
10073 status collapsed
10074
10075 \begin_layout Plain Layout
10076 Befehle ! O ! 
10077 \backslash
10078 overset
10079 \end_layout
10080
10081 \end_inset
10082
10083  und 
10084 \series bold
10085
10086 \backslash
10087 underset
10088 \series default
10089
10090 \begin_inset Index
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094 Befehle ! U ! 
10095 \backslash
10096 underset
10097 \end_layout
10098
10099 \end_inset
10100
10101 , mit denen man Zeichen über bzw.
10102  unter einen Operator setzen kann.
10103  Mit dem Befehl 
10104 \series bold
10105
10106 \backslash
10107 sideset
10108 \series default
10109
10110 \begin_inset Index
10111 status collapsed
10112
10113 \begin_layout Plain Layout
10114 Befehle ! S ! 
10115 \backslash
10116 sideset
10117 \end_layout
10118
10119 \end_inset
10120
10121  können Zeichen vor und nach einen Operator gesetzt werden.
10122  Das Befehlsschema lautet:
10123 \end_layout
10124
10125 \begin_layout Standard
10126
10127 \series bold
10128
10129 \backslash
10130 sideset{Zeichen
10131 \series default
10132  
10133 \series bold
10134 davor}{Zeichen
10135 \series default
10136  
10137 \series bold
10138 dahinter}
10139 \end_layout
10140
10141 \begin_layout Standard
10142
10143 \series bold
10144
10145 \backslash
10146 sideset
10147 \series default
10148  mussen immer vor dem zu akzentuierenden Operator stehen.
10149  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10150  Symbolen akzentuiert werden.
10151  Will man mit 
10152 \series bold
10153
10154 \backslash
10155 sideset
10156 \series default
10157  z.
10158 \begin_inset Space \thinspace{}
10159 \end_inset
10160
10161 B.
10162  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10163  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10164 \end_layout
10165
10166 \begin_layout Standard
10167 Z.
10168 \begin_inset Space \thinspace{}
10169 \end_inset
10170
10171 B.
10172  ergibt der Befehl 
10173 \series bold
10174
10175 \backslash
10176 sideset{
10177 \begin_inset Formula $\to$
10178 \end_inset
10179
10180
10181 \backslash
10182 {
10183 \series default
10184 '
10185 \series bold
10186
10187 \begin_inset Formula $\to$
10188 \end_inset
10189
10190
10191 \backslash
10192 sum_k=1
10193 \begin_inset ERT
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197
10198
10199 \backslash
10200 leer 
10201 \end_layout
10202
10203 \end_inset
10204
10205
10206 \series default
10207 ^
10208 \series bold
10209 n
10210 \series default
10211  :
10212 \begin_inset Formula \[
10213 \sideset {}{'}\sum_{k=1}^{n}\]
10214
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \begin_layout Standard
10221 Der Befehl 
10222 \series bold
10223
10224 \backslash
10225 overset
10226 \begin_inset ERT
10227 status collapsed
10228
10229 \begin_layout Plain Layout
10230
10231
10232 \backslash
10233 leer 
10234 \end_layout
10235
10236 \end_inset
10237
10238
10239 \backslash
10240 maltese
10241 \begin_inset ERT
10242 status collapsed
10243
10244 \begin_layout Plain Layout
10245
10246
10247 \backslash
10248 leer 
10249 \end_layout
10250
10251 \end_inset
10252
10253
10254 \series default
10255
10256 \begin_inset Formula $\uparrow$
10257 \end_inset
10258
10259
10260 \series bold
10261 a
10262 \series default
10263  ergibt:
10264 \begin_inset Formula \[
10265 \overset{a}{\maltese}\]
10266
10267 \end_inset
10268
10269 Wie man am letzten Beispiel sieht, kann man mit 
10270 \series bold
10271
10272 \backslash
10273 overset
10274 \series default
10275  bzw.
10276  
10277 \series bold
10278
10279 \backslash
10280 underset
10281 \series default
10282  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10283 \series bold
10284
10285 \backslash
10286 sideset
10287 \series default
10288  ist dies nicht möglich.
10289 \end_layout
10290
10291 \begin_layout Subsection
10292 Akzente für mehrere Zeichen
10293 \begin_inset CommandInset label
10294 LatexCommand label
10295 name "sub:Akzente-für-mehrere"
10296
10297 \end_inset
10298
10299
10300 \begin_inset Index
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304 Akzente ! für mehrere Zeichen
10305 \end_layout
10306
10307 \end_inset
10308
10309
10310 \end_layout
10311
10312 \begin_layout Standard
10313 \begin_inset Space \hfill{}
10314 \end_inset
10315
10316
10317 \begin_inset Tabular
10318 <lyxtabular version="3" rows="5" columns="2">
10319 <features>
10320 <column alignment="center" valignment="top" width="0pt">
10321 <column alignment="center" valignment="top" width="0pt">
10322 <row>
10323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Befehl
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Ergebnis
10337 \begin_inset Note Note
10338 status collapsed
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343
10344 \backslash
10345 raisebox
10346 \series default
10347  dient nur als Abstandhalter.
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \backslash
10365 overleftarrow
10366 \begin_inset ERT
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370
10371
10372 \backslash
10373 leer 
10374 \end_layout
10375
10376 \end_inset
10377
10378 A=B
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 underleftarrow
10404 \begin_inset ERT
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409
10410 \backslash
10411 leer 
10412 \end_layout
10413
10414 \end_inset
10415
10416 A=B
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \backslash
10441 overleftrightarrow
10442 \begin_inset ERT
10443 status collapsed
10444
10445 \begin_layout Plain Layout
10446
10447
10448 \backslash
10449 leer 
10450 \end_layout
10451
10452 \end_inset
10453
10454 A=B
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10464 \end_inset
10465
10466
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \backslash
10479 underleftrightarrow
10480 \begin_inset ERT
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484
10485
10486 \backslash
10487 leer 
10488 \end_layout
10489
10490 \end_inset
10491
10492 A=B
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 </lyxtabular>
10511
10512 \end_inset
10513
10514
10515 \begin_inset Space \hfill{}
10516 \end_inset
10517
10518
10519 \begin_inset Tabular
10520 <lyxtabular version="3" rows="5" columns="2">
10521 <features>
10522 <column alignment="center" valignment="top" width="0pt">
10523 <column alignment="center" valignment="top" width="0pt">
10524 <row>
10525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Befehl
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Ergebnis
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \backslash
10551 overrightarrow
10552 \begin_inset ERT
10553 status collapsed
10554
10555 \begin_layout Plain Layout
10556
10557
10558 \backslash
10559 leer 
10560 \end_layout
10561
10562 \end_inset
10563
10564 A=B
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 underrightarrow
10590 \begin_inset ERT
10591 status collapsed
10592
10593 \begin_layout Plain Layout
10594
10595
10596 \backslash
10597 leer 
10598 \end_layout
10599
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 widetilde
10628 \begin_inset ERT
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632
10633
10634 \backslash
10635 leer 
10636 \end_layout
10637
10638 \end_inset
10639
10640 A=B
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 widehat
10666 \begin_inset ERT
10667 status collapsed
10668
10669 \begin_layout Plain Layout
10670
10671
10672 \backslash
10673 leer 
10674 \end_layout
10675
10676 \end_inset
10677
10678 A=B
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 </lyxtabular>
10697
10698 \end_inset
10699
10700
10701 \begin_inset Space \hfill{}
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \begin_layout Standard
10708 \begin_inset VSpace medskip
10709 \end_inset
10710
10711 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10712  Die Akzente
10713 \begin_inset ERT
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717
10718
10719 \backslash
10720 linebreak 
10721 \end_layout
10722
10723 \end_inset
10724
10725  
10726 \series bold
10727
10728 \backslash
10729 widetilde
10730 \series default
10731  und 
10732 \series bold
10733
10734 \backslash
10735 widehat
10736 \series default
10737  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10738  was folgendes Beispiel verdeutlicht:
10739 \begin_inset Formula \[
10740 \widetilde{A+B=C-D}\]
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 Mit den im vorigen Kapitel beschriebenen Befehlen 
10749 \series bold
10750
10751 \backslash
10752 overset
10753 \series default
10754
10755 \begin_inset Index
10756 status collapsed
10757
10758 \begin_layout Plain Layout
10759 Befehle ! O ! 
10760 \backslash
10761 overset
10762 \end_layout
10763
10764 \end_inset
10765
10766  und 
10767 \series bold
10768
10769 \backslash
10770 underset
10771 \series default
10772
10773 \begin_inset Index
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777 Befehle ! U ! 
10778 \backslash
10779 underset
10780 \end_layout
10781
10782 \end_inset
10783
10784  ist es auch möglich mehrere Zeichen zu akzentuieren.
10785  Der Befehl 
10786 \series bold
10787
10788 \backslash
10789 underset
10790 \begin_inset ERT
10791 status collapsed
10792
10793 \begin_layout Plain Layout
10794
10795
10796 \backslash
10797 leer 
10798 \end_layout
10799
10800 \end_inset
10801
10802 A=B
10803 \begin_inset Formula $\downarrow$
10804 \end_inset
10805
10806 ***
10807 \series default
10808  ergibt:
10809 \begin_inset Formula \[
10810 \underset{***}{A=B}\]
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Section
10818 Leerraum
10819 \begin_inset CommandInset label
10820 LatexCommand label
10821 name "sub:Leerraum"
10822
10823 \end_inset
10824
10825
10826 \begin_inset Index
10827 status collapsed
10828
10829 \begin_layout Plain Layout
10830 Leerraum ! horizontaler
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \begin_layout Subsection
10839 Vordefinierter Leerraum
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "sub:Vordefinierter-Leerraum"
10843
10844 \end_inset
10845
10846
10847 \begin_inset Index
10848 status collapsed
10849
10850 \begin_layout Plain Layout
10851 Leerraum ! horizontaler ! vordefiniert
10852 \end_layout
10853
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \begin_layout Standard
10860 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10861  Dazu gibt man ein geschütztes Leerzeichen ein.
10862  Es erscheint ein blaues 
10863 \begin_inset Quotes gld
10864 \end_inset
10865
10866
10867 \series bold
10868 \color blue
10869
10870 \begin_inset ERT
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874
10875
10876 \backslash
10877 leer 
10878 \end_layout
10879
10880 \end_inset
10881
10882
10883 \series default
10884 \color inherit
10885
10886 \begin_inset Quotes grd
10887 \end_inset
10888
10889  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10890  Leerraum-Größen wählen.
10891  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10892 \begin_inset Graphics
10893         filename ../../images/math/space.png
10894         embed ""
10895         scale 85
10896
10897 \end_inset
10898
10899  oder mit einzelnen Befehlen aufrufen.
10900  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10901  danach wieder aus allen Größen wählen.
10902 \end_layout
10903
10904 \begin_layout Standard
10905 \align center
10906 \begin_inset VSpace -5mm
10907 \end_inset
10908
10909
10910 \begin_inset Tabular
10911 <lyxtabular version="3" rows="3" columns="7">
10912 <features>
10913 <column alignment="center" valignment="middle" width="6.8cm">
10914 <column alignment="center" valignment="top" width="0pt">
10915 <column alignment="center" valignment="top" width="0pt">
10916 <column alignment="center" valignment="top" width="0pt">
10917 <column alignment="center" valignment="top" width="0pt">
10918 <column alignment="center" valignment="top" width="0pt">
10919 <column alignment="center" valignment="top" width="0pt">
10920 <row>
10921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 Befehl
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \backslash
10936 ,
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \backslash
10947 :
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \backslash
10958 ;
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \backslash
10969 quad
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978
10979 \backslash
10980 qquad
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \backslash
10991 !
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 0
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 1
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 2
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 3
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 4
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 5
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 <row>
11063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Ergebnis
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 \begin_inset Formula $A\, B$
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 \begin_inset Formula $A\: B$
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 \begin_inset Formula $A\; B$
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 \begin_inset Formula $A\quad B$
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 \begin_inset Formula $A\qquad B$
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 \begin_inset Formula $A\! B$
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 </lyxtabular>
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Standard
11153 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11154  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11155  denn sie erstellt negativen Leerraum.
11156  Es gibt noch zwei weitere negative Leerräume:
11157 \end_layout
11158
11159 \begin_layout Standard
11160 \align center
11161 \begin_inset Tabular
11162 <lyxtabular version="3" rows="3" columns="3">
11163 <features>
11164 <column alignment="center" valignment="middle" width="6.8cm">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <column alignment="center" valignment="top" width="0pt">
11167 <row>
11168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 Befehl
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \backslash
11183 negmedspace
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 negthickspace
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 6
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 7
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Ergebnis
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 \begin_inset Formula $A\negmedspace B$
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 \begin_inset Formula $A\negthickspace B$
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Standard
11272 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11273  Man kann auf diese Weise Ligaturen erzwingen, was z.
11274 \begin_inset Space \thinspace{}
11275 \end_inset
11276
11277 B.
11278  für Summenzeichen von Nutzen ist: 
11279 \end_layout
11280
11281 \begin_layout Standard
11282 \align center
11283 \begin_inset Tabular
11284 <lyxtabular version="3" rows="3" columns="2">
11285 <features>
11286 <column alignment="center" valignment="top" width="0">
11287 <column alignment="center" valignment="top" width="0">
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Befehl
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 Ergebnis
11303 \begin_inset Note Note
11304 status collapsed
11305
11306 \begin_layout Plain Layout
11307
11308 \series bold
11309
11310 \backslash
11311 raisebox
11312 \series default
11313  dient nur als Abstandhalter.
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 <row>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329
11330 \backslash
11331 sum
11332 \backslash
11333 sum
11334 \begin_inset ERT
11335 status collapsed
11336
11337 \begin_layout Plain Layout
11338
11339
11340 \backslash
11341 leer 
11342 \end_layout
11343
11344 \end_inset
11345
11346 f_kl
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 </row>
11364 <row>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369
11370 \backslash
11371 sum
11372 \backslash
11373 negmedspace
11374 \backslash
11375 sum
11376 \begin_inset ERT
11377 status collapsed
11378
11379 \begin_layout Plain Layout
11380
11381
11382 \backslash
11383 leer 
11384 \end_layout
11385
11386 \end_inset
11387
11388 f_kl
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
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 Relationen, wie z.
11415 \begin_inset Space \thinspace{}
11416 \end_inset
11417
11418 B.
11419  Gleichheitszeichen, sind immer von Leerraum umgeben.
11420  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11421  TeX-Klammer.
11422  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11423 \end_layout
11424
11425 \begin_layout Standard
11426 \align center
11427 \begin_inset Tabular
11428 <lyxtabular version="3" rows="2" columns="2">
11429 <features>
11430 <column alignment="center" valignment="top" width="0pt">
11431 <column alignment="center" valignment="top" width="0pt">
11432 <row>
11433 <cell alignment="center" valignment="top" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 normale Gleichung
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Formula $A=B$
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Note Note
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464
11465 \series bold
11466
11467 \backslash
11468 raisebox
11469 \series default
11470  dient nur als Abstandhalter.
11471 \end_layout
11472
11473 \end_inset
11474
11475
11476 \begin_inset Formula $\raisebox {5mm}{}$
11477 \end_inset
11478
11479 Gleichung ohne Leerraum
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $A{=}B$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 Der Befehl für die letzte Formel lautet: 
11506 \series bold
11507 A
11508 \backslash
11509 {=
11510 \begin_inset Formula $\to$
11511 \end_inset
11512
11513 B
11514 \end_layout
11515
11516 \begin_layout Standard
11517 \begin_inset VSpace bigskip
11518 \end_inset
11519
11520 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11521  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11522  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11523 \family sans
11524 Einfügen\SpecialChar \menuseparator
11525 Formatierung\SpecialChar \menuseparator
11526 Kleiner
11527 \begin_inset Space ~
11528 \end_inset
11529
11530 Abstand
11531 \family default
11532  (Tastenkürzel 
11533 \family sans
11534 Strg-Shift-Leertaste
11535 \family default
11536 ) ein.
11537 \end_layout
11538
11539 \begin_layout Standard
11540 Ein Beispiel zur Veranschaulichung:
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \begin_inset Tabular
11545 <lyxtabular version="3" rows="2" columns="2">
11546 <features>
11547 <column alignment="left" valignment="top" width="0">
11548 <column alignment="left" valignment="top" width="0">
11549 <row>
11550 <cell alignment="center" valignment="top" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 24 kW
11555 \begin_inset Formula $\cdot$
11556 \end_inset
11557
11558 h
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 Leerzeichen zwischen Wert und Einheit
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 24
11579 \begin_inset Space \thinspace{}
11580 \end_inset
11581
11582 kW
11583 \begin_inset Formula $\cdot$
11584 \end_inset
11585
11586 h
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 kleinster Leerraum zwischen Wert und Einheit
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 </lyxtabular>
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Variabler Leerraum
11610 \begin_inset ERT
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614
11615
11616 \backslash
11617 texorpdfstring{
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \begin_inset Foot
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627 für vertikalen Leerraum in Formeln siehe 
11628 \begin_inset CommandInset ref
11629 LatexCommand ref
11630 reference "sub:Zeilenabstand"
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \begin_inset ERT
11641 status collapsed
11642
11643 \begin_layout Plain Layout
11644
11645 }{}
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Note Note
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655
11656 \series bold
11657
11658 \backslash
11659 texorpdfstring
11660 \series default
11661  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11662 \end_layout
11663
11664 \begin_layout Plain Layout
11665 Näheres zu 
11666 \series bold
11667
11668 \backslash
11669 texorpdfstring
11670 \series default
11671  steht in Kapitel 
11672 \begin_inset CommandInset ref
11673 LatexCommand ref
11674 reference "sub:Formeln-in-Überschriften"
11675
11676 \end_inset
11677
11678 .
11679 \end_layout
11680
11681 \end_inset
11682
11683
11684 \begin_inset CommandInset label
11685 LatexCommand label
11686 name "sub:Variabler-Leerraum"
11687
11688 \end_inset
11689
11690
11691 \begin_inset Index
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 Leerraum ! horizontaler ! variabel
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Standard
11704 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11705 \series bold
11706
11707 \backslash
11708 hspace{Länge}
11709 \series default
11710
11711 \begin_inset Index
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715 Befehle ! H ! 
11716 \backslash
11717 hspace
11718 \end_layout
11719
11720 \end_inset
11721
11722  einfügen.
11723  Dabei können alle Längeneinheiten verwendet werden, die in 
11724 \begin_inset CommandInset ref
11725 LatexCommand ref
11726 reference "tab:Verwendete-Einheiten"
11727
11728 \end_inset
11729
11730  aufgelistet sind, mit Ausnahme der Einheit 
11731 \begin_inset Quotes gld
11732 \end_inset
11733
11734 mu
11735 \begin_inset Quotes grd
11736 \end_inset
11737
11738 .
11739  Die Länge darf auch negativ sein.
11740  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11741  einnimmt, benutzt man den Befehl 
11742 \series bold
11743
11744 \backslash
11745 hfill
11746 \series default
11747
11748 \begin_inset Index
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 Befehle ! H ! 
11753 \backslash
11754 hfill
11755 \end_layout
11756
11757 \end_inset
11758
11759 .
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset VSpace -1mm
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 \align center
11771 \begin_inset Tabular
11772 <lyxtabular version="3" rows="4" columns="2">
11773 <features>
11774 <column alignment="center" valignment="top" width="0">
11775 <column alignment="center" valignment="top" width="0">
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 Befehl
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 Ergebnis
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 </row>
11796 <row>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 A=B
11802 \backslash
11803 hspace{3cm
11804 \begin_inset Formula $\to$
11805 \end_inset
11806
11807 A
11808 \backslash
11809 not=C
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11819 \end_inset
11820
11821
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 </row>
11827 <row>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 A
11833 \backslash
11834 hspace{-1mm
11835 \begin_inset Formula $\to$
11836 \end_inset
11837
11838 A
11839 \backslash
11840 not=A
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 <row>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 A=A
11864 \backslash
11865 hfill
11866 \begin_inset ERT
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870
11871
11872 \backslash
11873 leer 
11874 \end_layout
11875
11876 \end_inset
11877
11878 B=B
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 \begin_inset Formula $A=A\hfill  B=B$
11888 \end_inset
11889
11890
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 </row>
11896 </lyxtabular>
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \begin_layout Standard
11904 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11905  Spalteneintrags der Tabelle vorgegeben.
11906  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11907  in die 
11908 \series bold
11909
11910 \backslash
11911 hfill
11912 \series default
11913  eingegeben wird.
11914  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11915  
11916 \series bold
11917
11918 \backslash
11919 hfill
11920 \series default
11921  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11922 \series bold
11923 Eingerückt
11924 \series default
11925  eingestellt ist.
11926  (Formelstile sind in 
11927 \begin_inset CommandInset ref
11928 LatexCommand ref
11929 reference "sec:Formelstile"
11930
11931 \end_inset
11932
11933  erklärt.)
11934 \end_layout
11935
11936 \begin_layout Standard
11937 Die Befehle 
11938 \series bold
11939
11940 \backslash
11941 hspace
11942 \series default
11943  und 
11944 \series bold
11945
11946 \backslash
11947 hfill
11948 \series default
11949  können auch im TeX-Modus eingegeben werden, um sie für Text zu verwenden:
11950 \end_layout
11951
11952 \begin_layout Standard
11953 Dies ist eine Zeile mit
11954 \begin_inset ERT
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958
11959
11960 \backslash
11961 hspace{2cm}
11962 \end_layout
11963
11964 \end_inset
11965
11966 2
11967 \begin_inset Space \thinspace{}
11968 \end_inset
11969
11970 cm Leerraum.
11971 \end_layout
11972
11973 \begin_layout Standard
11974 Dies ist eine Zeile mit
11975 \begin_inset Space \hfill{}
11976 \end_inset
11977
11978 maximalem Leerraum.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Im letzten Beispiel wurde 
11983 \series bold
11984
11985 \backslash
11986 hfill
11987 \series default
11988  über das Menü 
11989 \family sans
11990 Einfügen\SpecialChar \menuseparator
11991 Formatierung\SpecialChar \menuseparator
11992 Variabler horiz.
11993  Abstand
11994 \family default
11995  eingefügt, was in Formeln nicht möglich ist.
11996  Das hat den Vorteil, dass man in LyX direkt sieht, dass es sich um einen
11997  gedehnten Leerraum handelt.
11998 \end_layout
11999
12000 \begin_layout Standard
12001 Befinden sich die Befehle am Anfang einer Zeile, jedoch nicht am Anfang
12002  eines Absatzes, werden sie von LaTeX ignoriert.
12003  Um das zu verhindern, verwendet man statt 
12004 \series bold
12005
12006 \backslash
12007 hspace
12008 \series default
12009  den Befehl 
12010 \series bold
12011
12012 \backslash
12013 hspace*
12014 \series default
12015 .
12016  Bei 
12017 \series bold
12018
12019 \backslash
12020 hfill
12021 \series default
12022  fügt man vor dem Befehl einen Zeilenumbruch und im TeX-Modus mit dem Befehl
12023  
12024 \series bold
12025
12026 \backslash
12027 vphantom{}
12028 \series default
12029  einen leeren Platzhalter
12030 \series bold
12031
12032 \begin_inset Foot
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Platzhalter siehe 
12037 \begin_inset CommandInset ref
12038 LatexCommand ref
12039 reference "sub:Platzhalter"
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \series default
12050  ein.
12051 \end_layout
12052
12053 \begin_layout Subsection
12054 Leerraum neben eingebetteten Formeln
12055 \begin_inset Index
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Leerraum ! neben eingebetteten Formeln
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Über die Länge 
12069 \series bold
12070
12071 \backslash
12072 mathsurround
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Befehle ! M ! 
12078 \backslash
12079 mathsurround
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \series default
12086  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12087  wird.
12088  Der Wert einer Länge wird mit dem Befehl 
12089 \series bold
12090
12091 \backslash
12092 setlength
12093 \begin_inset Index
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097 Befehle ! S ! 
12098 \backslash
12099 setlength
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \series default
12106  gesetzt.
12107  Dieser besitzt folgendes Befehlsschema:
12108 \end_layout
12109
12110 \begin_layout Standard
12111
12112 \series bold
12113
12114 \backslash
12115 setlength{Längenname}{Wert}
12116 \end_layout
12117
12118 \begin_layout Standard
12119 Um 
12120 \series bold
12121
12122 \backslash
12123 mathsurround
12124 \series default
12125  den Wert 5
12126 \begin_inset Space \thinspace{}
12127 \end_inset
12128
12129 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12130 \end_layout
12131
12132 \begin_layout Standard
12133
12134 \series bold
12135
12136 \backslash
12137 setlength{
12138 \backslash
12139 mathsurround}{5mm}
12140 \end_layout
12141
12142 \begin_layout Standard
12143 ein.
12144  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12145 \begin_inset Space \thinspace{}
12146 \end_inset
12147
12148 mm Leerraum gesetzt:
12149 \begin_inset ERT
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153
12154
12155 \backslash
12156 setlength{
12157 \backslash
12158 mathsurround}{5mm}
12159 \end_layout
12160
12161 \end_inset
12162
12163
12164 \end_layout
12165
12166 \begin_layout Standard
12167 Dies ist eine Zeile in der sich 
12168 \begin_inset Formula $A=B$
12169 \end_inset
12170
12171  eine Formel mit 5
12172 \begin_inset Space \thinspace{}
12173 \end_inset
12174
12175 mm umgebendem Leerraum befindet.
12176 \begin_inset ERT
12177 status collapsed
12178
12179 \begin_layout Plain Layout
12180
12181
12182 \backslash
12183 setlength{
12184 \backslash
12185 mathsurround}{0pt}
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12195 \series bold
12196
12197 \backslash
12198 mathsurround
12199 \series default
12200  auf den Wert 0
12201 \begin_inset Space \thinspace{}
12202 \end_inset
12203
12204 pt.
12205 \end_layout
12206
12207 \begin_layout Section
12208 Boxen und Rahmen
12209 \begin_inset Index
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213 Boxen
12214 \end_layout
12215
12216 \end_inset
12217
12218
12219 \begin_inset Index
12220 status collapsed
12221
12222 \begin_layout Plain Layout
12223 Rahmen | see 
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229 {
12230 \end_layout
12231
12232 \end_inset
12233
12234 Boxen
12235 \begin_inset ERT
12236 status collapsed
12237
12238 \begin_layout Plain Layout
12239
12240 }
12241 \end_layout
12242
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 Boxen für Text sind im Kapitel 
12255 \family typewriter
12256 Boxen
12257 \family default
12258  im Handbuch 
12259 \family typewriter
12260 Eingebettete
12261 \begin_inset Space ~
12262 \end_inset
12263
12264 Objekte
12265 \family default
12266  beschrieben.
12267 \end_layout
12268
12269 \begin_layout Subsection
12270 Boxen mit Rahmen
12271 \begin_inset CommandInset label
12272 LatexCommand label
12273 name "sub:Boxen-mit-Rahmen"
12274
12275 \end_inset
12276
12277
12278 \begin_inset Index
12279 status collapsed
12280
12281 \begin_layout Plain Layout
12282 Boxen ! mit Rahmen
12283 \end_layout
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \begin_layout Standard
12291 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12292 \series bold
12293
12294 \backslash
12295 fbox
12296 \series default
12297
12298 \begin_inset Index
12299 status collapsed
12300
12301 \begin_layout Plain Layout
12302 Befehle ! F ! 
12303 \backslash
12304 fbox
12305 \end_layout
12306
12307 \end_inset
12308
12309  und 
12310 \series bold
12311
12312 \backslash
12313 boxed
12314 \series default
12315
12316 \begin_inset Index
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320 Befehle ! B ! 
12321 \backslash
12322 boxed
12323 \end_layout
12324
12325 \end_inset
12326
12327  zu umranden.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12332  in einem Rahmen.
12333  Bei 
12334 \series bold
12335
12336 \backslash
12337 fbox
12338 \series default
12339  muss in diesem Eingabefeld mit 
12340 \family sans
12341 Strg-m
12342 \family default
12343  noch eine Formel erstellt werden
12344 \begin_inset Foot
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12349 \family sans
12350 Strg-m
12351 \family default
12352  eine neue Formel zu erzeugen, siehe 
12353 \begin_inset ERT
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357
12358
12359 \backslash
12360 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12361 \end_layout
12362
12363 \end_inset
12364
12365 LyX-Fehler #1435
12366 \begin_inset ERT
12367 status collapsed
12368
12369 \begin_layout Plain Layout
12370
12371 }
12372 \end_layout
12373
12374 \end_inset
12375
12376 .
12377 \end_layout
12378
12379 \end_inset
12380
12381 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12382  Verwendet man 
12383 \series bold
12384
12385 \backslash
12386 boxed
12387 \series default
12388 , wird automatisch im Rahmen eine neue Formel erzeugt.
12389 \end_layout
12390
12391 \begin_layout Standard
12392 Der Befehl 
12393 \series bold
12394
12395 \backslash
12396 fbox
12397 \series default
12398  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12399  wird dann immer in Textzeilengröße gesetzt.
12400  Im Gegensatz dazu ist 
12401 \series bold
12402
12403 \backslash
12404 boxed
12405 \series default
12406  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12407  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 Als Erweiterung zu 
12412 \series bold
12413
12414 \backslash
12415 fbox
12416 \series default
12417  gibt es den Befehl 
12418 \series bold
12419
12420 \backslash
12421 framebox
12422 \series default
12423
12424 \begin_inset Index
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 Befehle ! F ! 
12429 \backslash
12430 framebox
12431 \end_layout
12432
12433 \end_inset
12434
12435 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12436  kann.
12437  
12438 \series bold
12439
12440 \backslash
12441 framebox
12442 \series default
12443  wird nach folgendem Schema verwendet:
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449
12450 \backslash
12451 framebox[Rahmenbreite][Position]{Boxinhalt}
12452 \end_layout
12453
12454 \begin_layout Standard
12455 Die Position kann entweder 
12456 \emph on
12457 l
12458 \emph default
12459  oder 
12460 \emph on
12461 r
12462 \emph default
12463  sein.
12464  
12465 \emph on
12466 l
12467 \emph default
12468  bewirkt linksbündige, 
12469 \emph on
12470 r
12471 \emph default
12472  rechtsbündige Ausrichtung der Formel in der Box.
12473  Gibt man keine Position an, wird die Formel zentriert.
12474 \begin_inset Newline newline
12475 \end_inset
12476
12477 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12478  In diesem Falle wird die Rahmenbreite wie bei 
12479 \series bold
12480
12481 \backslash
12482 fbox
12483 \series default
12484  an den Boxinhalt angepasst.
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Wenn man den Befehl 
12489 \series bold
12490
12491 \backslash
12492 framebox
12493 \series default
12494  eingibt, erscheint eine Box mit drei Eingabefeldern.
12495  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12496  beiden optionalen Argumente.
12497  In das dritte Feld wird wie bei 
12498 \series bold
12499
12500 \backslash
12501 fbox
12502 \series default
12503  die Formel eingegeben.
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \align center
12508 \begin_inset Note Note
12509 status open
12510
12511 \begin_layout Plain Layout
12512 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12513  auch erscheint.
12514  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset Box Frameless
12521 position "c"
12522 hor_pos "c"
12523 has_inner_box 1
12524 inner_pos "c"
12525 use_parbox 0
12526 width "100col%"
12527 special "none"
12528 height "1in"
12529 height_special "totalheight"
12530 status open
12531
12532 \begin_layout Plain Layout
12533 \align center
12534 \begin_inset Tabular
12535 <lyxtabular version="3" rows="5" columns="2">
12536 <features>
12537 <column alignment="center" valignment="top" width="0">
12538 <column alignment="center" valignment="top" width="0">
12539 <row>
12540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 Befehl
12545 \begin_inset Foot
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12550 \family sans
12551 Strg-m
12552 \family default
12553  eine neue Formel zu erzeugen, siehe 
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12562 \end_layout
12563
12564 \end_inset
12565
12566 LyX-Fehler #1435
12567 \begin_inset ERT
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571
12572 }
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 Ergebnis
12592 \begin_inset Note Note
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597 \series bold
12598
12599 \backslash
12600 raisebox
12601 \series default
12602  dient nur als Abstandhalter.
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618
12619 \backslash
12620 fbox
12621 \begin_inset ERT
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625
12626
12627 \backslash
12628 leer 
12629 \end_layout
12630
12631 \end_inset
12632
12633
12634 \family sans
12635 Strg-m
12636 \family default
12637  
12638 \backslash
12639 int
12640 \begin_inset ERT
12641 status collapsed
12642
12643 \begin_layout Plain Layout
12644
12645
12646 \backslash
12647 leer 
12648 \end_layout
12649
12650 \end_inset
12651
12652 A=B
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12662
12663 \end_inset
12664
12665
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 </row>
12671 <row>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676
12677 \backslash
12678 boxed
12679 \begin_inset ERT
12680 status collapsed
12681
12682 \begin_layout Plain Layout
12683
12684
12685 \backslash
12686 leer 
12687 \end_layout
12688
12689 \end_inset
12690
12691
12692 \backslash
12693 int
12694 \begin_inset ERT
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698
12699
12700 \backslash
12701 leer 
12702 \end_layout
12703
12704 \end_inset
12705
12706 A=B
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 </row>
12724 <row>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 A+
12730 \backslash
12731 fbox
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 leer 
12740 \end_layout
12741
12742 \end_inset
12743
12744 B
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 <row>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767
12768 \backslash
12769 framebox
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 leer 
12778 \end_layout
12779
12780 \end_inset
12781
12782 20mm
12783 \begin_inset Formula $\to$
12784 \end_inset
12785
12786
12787 \begin_inset Formula $\to$
12788 \end_inset
12789
12790
12791 \family sans
12792 Strg-m
12793 \family default
12794  
12795 \backslash
12796 frac
12797 \begin_inset ERT
12798 status collapsed
12799
12800 \begin_layout Plain Layout
12801
12802
12803 \backslash
12804 leer 
12805 \end_layout
12806
12807 \end_inset
12808
12809 A
12810 \begin_inset Formula $\downarrow$
12811 \end_inset
12812
12813 B
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 \begin_inset Formula $\raisebox {6mm}{}$
12823 \end_inset
12824
12825
12826 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12827 \end_inset
12828
12829
12830 \begin_inset Formula $\raisebox {-4mm}{}$
12831 \end_inset
12832
12833
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 </lyxtabular>
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \end_inset
12847
12848
12849 \end_layout
12850
12851 \begin_layout Standard
12852 Die Rahmendicke kann ebenfalls eingestellt werden.
12853  Dazu müssen vor der Formel im TeX-Modus die Befehle
12854 \end_layout
12855
12856 \begin_layout Standard
12857
12858 \series bold
12859
12860 \backslash
12861 fboxrule
12862 \series default
12863  
12864 \series bold
12865
12866 \begin_inset Quotes gld
12867 \end_inset
12868
12869 Dicke
12870 \begin_inset Quotes grd
12871 \end_inset
12872
12873
12874 \series default
12875  
12876 \series bold
12877
12878 \backslash
12879 fboxsep
12880 \series default
12881  
12882 \series bold
12883
12884 \begin_inset Quotes gld
12885 \end_inset
12886
12887 Abstand
12888 \begin_inset Quotes grd
12889 \end_inset
12890
12891
12892 \end_layout
12893
12894 \begin_layout Standard
12895 eingegeben werden.
12896  
12897 \begin_inset Quotes gld
12898 \end_inset
12899
12900 Abstand
12901 \begin_inset Quotes grd
12902 \end_inset
12903
12904  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12905  in der Box fest.
12906  Ein Beispiel dafür ist folgende umrandete Formel:
12907 \begin_inset ERT
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911
12912
12913 \backslash
12914 fboxrule 2mm 
12915 \backslash
12916 fboxsep 3mm
12917 \end_layout
12918
12919 \end_inset
12920
12921
12922 \begin_inset Formula \[
12923 \boxed{A+B=C}\]
12924
12925 \end_inset
12926
12927 Vor dieser Formel wurde im TeX-Modus
12928 \end_layout
12929
12930 \begin_layout Standard
12931
12932 \series bold
12933
12934 \backslash
12935 fboxrule
12936 \series default
12937  
12938 \series bold
12939 2mm
12940 \series default
12941  
12942 \series bold
12943
12944 \backslash
12945 fboxsep
12946 \series default
12947  
12948 \series bold
12949 3mm
12950 \end_layout
12951
12952 \begin_layout Standard
12953 eingegeben.
12954  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12955 \end_layout
12956
12957 \begin_layout Standard
12958 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12959  nächsten Formel im TeX-Modus folgende Befehle ein:
12960 \end_layout
12961
12962 \begin_layout Standard
12963
12964 \series bold
12965
12966 \backslash
12967 fboxrule
12968 \series default
12969  
12970 \series bold
12971 0.4pt
12972 \series default
12973  
12974 \series bold
12975
12976 \backslash
12977 fboxsep
12978 \series default
12979  
12980 \series bold
12981 3pt
12982 \series default
12983
12984 \begin_inset ERT
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988
12989
12990 \backslash
12991 fboxrule 0.4pt 
12992 \backslash
12993 fboxsep 3pt
12994 \end_layout
12995
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Subsection
13002 Boxen ohne Rahmen
13003 \begin_inset CommandInset label
13004 LatexCommand label
13005 name "sub:Boxen-ohne-Rahmen"
13006
13007 \end_inset
13008
13009
13010 \begin_inset Index
13011 status collapsed
13012
13013 \begin_layout Plain Layout
13014 Boxen ! ohne Rahmen
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \end_layout
13021
13022 \begin_layout Standard
13023 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13024 \series bold
13025
13026 \backslash
13027 mbox
13028 \series default
13029
13030 \begin_inset Index
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034 Befehle ! M ! 
13035 \backslash
13036 mbox
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \series bold
13043
13044 \backslash
13045 makebox
13046 \series default
13047
13048 \begin_inset Index
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052 Befehle ! M ! 
13053 \backslash
13054 makebox
13055 \end_layout
13056
13057 \end_inset
13058
13059  und
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065
13066 \backslash
13067 linebreak 
13068 \end_layout
13069
13070 \end_inset
13071
13072  
13073 \series bold
13074
13075 \backslash
13076 raisebox
13077 \series default
13078
13079 \begin_inset Index
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083 Befehle ! R ! 
13084 \backslash
13085 raisebox
13086 \end_layout
13087
13088 \end_inset
13089
13090
13091 \end_layout
13092
13093 \begin_layout Standard
13094 Mit 
13095 \series bold
13096
13097 \backslash
13098 raisebox
13099 \series default
13100  kann man eine Box hoch- oder tiefstellen.
13101  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13102 n die Schriftgröße bei.
13103  
13104 \series bold
13105
13106 \backslash
13107 raisebox
13108 \series default
13109  wird dabei mit folgendem Schema benutzt:
13110 \end_layout
13111
13112 \begin_layout Standard
13113
13114 \series bold
13115
13116 \backslash
13117 raisebox{Höhe}{Boxinhalt}
13118 \end_layout
13119
13120 \begin_layout Standard
13121 Soll in der Box eine Formel stehen, muss man wie bei 
13122 \series bold
13123
13124 \backslash
13125 fbox
13126 \series default
13127  eine weitere Formel erstellen.
13128 \end_layout
13129
13130 \begin_layout Standard
13131 \align center
13132 \begin_inset Tabular
13133 <lyxtabular version="3" rows="4" columns="2">
13134 <features>
13135 <column alignment="center" valignment="top" width="0">
13136 <column alignment="center" valignment="top" width="0">
13137 <row>
13138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 Befehl
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 Ergebnis
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 </row>
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 H
13163 \backslash
13164 raisebox{2mm
13165 \begin_inset Formula $\to$
13166 \end_inset
13167
13168
13169 \backslash
13170 {al
13171 \begin_inset Formula $\to$
13172 \end_inset
13173
13174  lo
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 H
13198 \backslash
13199 raisebox{-2mm
13200 \begin_inset Formula $\to$
13201 \end_inset
13202
13203
13204 \backslash
13205 {al
13206 \begin_inset Formula $\to$
13207 \end_inset
13208
13209 lo
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 </row>
13227 <row>
13228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 A=
13233 \backslash
13234 raisebox{-2mm
13235 \begin_inset Formula $\to$
13236 \end_inset
13237
13238
13239 \backslash
13240 {
13241 \family sans
13242 Strg-m
13243 \family default
13244  
13245 \backslash
13246 sqrt
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252
13253 \backslash
13254 leer 
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 \begin_inset ERT
13269 status collapsed
13270
13271 \begin_layout Plain Layout
13272
13273 $A=
13274 \backslash
13275 raisebox{-2mm}{$
13276 \backslash
13277 sqrt{B}$}$
13278 \end_layout
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 </lyxtabular>
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Standard
13296 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13297  statt der benötigten weiteren Formel eine Box einfügt.
13298 \begin_inset Foot
13299 status collapsed
13300
13301 \begin_layout Plain Layout
13302 siehe 
13303 \begin_inset ERT
13304 status collapsed
13305
13306 \begin_layout Plain Layout
13307
13308
13309 \backslash
13310 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13311 \end_layout
13312
13313 \end_inset
13314
13315 LyX-Fehler #1435
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320
13321 }
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Standard
13335 Der Befehl 
13336 \series bold
13337
13338 \backslash
13339 mbox
13340 \series default
13341  ist äquivalent zu 
13342 \series bold
13343
13344 \backslash
13345 fbox
13346 \series default
13347  und 
13348 \series bold
13349
13350 \backslash
13351 makebox
13352 \series default
13353  ist äquivalent zu 
13354 \series bold
13355
13356 \backslash
13357 framebox
13358 \series default
13359 , nur dass es keinen Rahmen gibt.
13360 \end_layout
13361
13362 \begin_layout Subsection
13363 Farbige Boxen
13364 \begin_inset CommandInset label
13365 LatexCommand label
13366 name "sub:Farbige-Boxen"
13367
13368 \end_inset
13369
13370
13371 \begin_inset Index
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375 Boxen ! farbige
13376 \end_layout
13377
13378 \end_inset
13379
13380
13381 \end_layout
13382
13383 \begin_layout Standard
13384 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13385  im LaTeX-Vorspann das LaTeX-Paket 
13386 \series bold
13387 color
13388 \series default
13389
13390 \begin_inset Foot
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394 Das Paket 
13395 \series bold
13396 color
13397 \series default
13398  ist Teil jeder LaTeX-Standardinstallation.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \begin_inset Index
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Pakete ! color
13409 \end_layout
13410
13411 \end_inset
13412
13413  mit der Zeile
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 usepackage{color}
13422 \end_layout
13423
13424 \begin_layout Standard
13425 geladen werden
13426 \begin_inset Foot
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13431  LyX das LaTeX-Paket 
13432 \series bold
13433 color
13434 \series default
13435  automatisch.
13436  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13437  keine Probleme hervorruft.
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \begin_inset Note Note
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13448  ein Makro eingefügt.
13449 \end_layout
13450
13451 \end_inset
13452
13453 .
13454 \end_layout
13455
13456 \begin_layout Standard
13457 \begin_inset VSpace medskip
13458 \end_inset
13459
13460 Um Boxen einzufärben, verwendet man den Befehl 
13461 \series bold
13462
13463 \backslash
13464 colorbox
13465 \series default
13466
13467 \begin_inset Index
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Befehle ! C ! 
13472 \backslash
13473 colorbox
13474 \end_layout
13475
13476 \end_inset
13477
13478  nach folgendem Schema:
13479 \end_layout
13480
13481 \begin_layout Standard
13482
13483 \series bold
13484
13485 \backslash
13486 colorbox{Farbe}{Boxinhalt}
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Der Boxinhalt kann auch wieder eine Box sein und eine 
13491 \series bold
13492
13493 \backslash
13494 colorbox
13495 \series default
13496  kann auch ein Teil einer anderen Box sein (siehe 2.
13497  und 3.
13498  Beispiel).
13499  Soll in der Box eine Formel stehen, muss wie bei 
13500 \series bold
13501
13502 \backslash
13503 fbox
13504 \series default
13505  eine weitere Formel erstellt werden.
13506 \begin_inset Foot
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510 Das gilt auch für den Befehl 
13511 \series bold
13512
13513 \backslash
13514 fcolorbox
13515 \series default
13516 .
13517  Dabei ist 
13518 \begin_inset ERT
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522
13523
13524 \backslash
13525 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13526 \end_layout
13527
13528 \end_inset
13529
13530 LyX-Fehler #1435
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }
13537 \end_layout
13538
13539 \end_inset
13540
13541  zu beachten.
13542 \end_layout
13543
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \begin_layout Standard
13550 Aus folgenden vordefinierten Farben kann gewählt werden:
13551 \end_layout
13552
13553 \begin_layout Standard
13554
13555 \series bold
13556 black
13557 \series default
13558
13559 \series bold
13560 blue
13561 \series default
13562
13563 \series bold
13564 cyan
13565 \series default
13566
13567 \series bold
13568 green
13569 \series default
13570
13571 \series bold
13572 magenta
13573 \series default
13574
13575 \series bold
13576 red
13577 \series default
13578
13579 \series bold
13580 white
13581 \series default
13582  und 
13583 \series bold
13584 yellow
13585 \end_layout
13586
13587 \begin_layout Standard
13588 \align center
13589 \begin_inset Tabular
13590 <lyxtabular version="3" rows="4" columns="2">
13591 <features>
13592 <column alignment="center" valignment="top" width="0">
13593 <column alignment="center" valignment="top" width="0">
13594 <row>
13595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 Befehl
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 Ergebnis
13609 \begin_inset Note Note
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614 \series bold
13615
13616 \backslash
13617 raisebox
13618 \series default
13619  dient nur als Abstandhalter.
13620 \end_layout
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 <row>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635
13636 \backslash
13637 colorbox{yellow
13638 \begin_inset Formula $\to$
13639 \end_inset
13640
13641
13642 \backslash
13643 {A=B
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666
13667 \backslash
13668 colorbox{green
13669 \begin_inset Formula $\to$
13670 \end_inset
13671
13672
13673 \backslash
13674 {
13675 \backslash
13676 fbox
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681
13682
13683 \backslash
13684 leer 
13685 \end_layout
13686
13687 \end_inset
13688
13689 A=B
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712
13713 \backslash
13714 fbox
13715 \begin_inset ERT
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719
13720
13721 \backslash
13722 leer 
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \backslash
13729 colorbox{green
13730 \begin_inset Formula $\to$
13731 \end_inset
13732
13733
13734 \backslash
13735 {A=B
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 </lyxtabular>
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Standard
13761
13762 \series bold
13763
13764 \backslash
13765 colorbox
13766 \series default
13767  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13768  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13769  
13770 \family sans
13771 Textstil
13772 \family default
13773  die gewünschte Farbe aus.
13774  Der Dialog kann mit dem Werkzeugleistenknopf 
13775 \begin_inset Graphics
13776         filename ../../images/dialog-show_character.png
13777         embed ""
13778         scale 85
13779
13780 \end_inset
13781
13782  oder dem Menü 
13783 \family sans
13784 Bearbeiten\SpecialChar \menuseparator
13785 Textstil\SpecialChar \menuseparator
13786 Benutzerdefiniert
13787 \family default
13788  aufgerufen werden.
13789  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13790  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13791  innerhalb der Formel die Farbe geändert werden.
13792 \end_layout
13793
13794 \begin_layout Standard
13795 Ein Beispiel:
13796 \end_layout
13797
13798 \begin_layout Standard
13799
13800 \color red
13801 \begin_inset Formula \begin{equation}
13802 \int A=B\label{eq:rot}\end{equation}
13803
13804 \end_inset
13805
13806
13807 \color green
13808
13809 \begin_inset Formula \begin{equation}
13810 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \begin_layout Standard
13818 Formel 
13819 \begin_inset CommandInset ref
13820 LatexCommand eqref
13821 reference "eq:rot"
13822
13823 \end_inset
13824
13825  ist komplett rot gefärbt.
13826 \begin_inset Newline newline
13827 \end_inset
13828
13829 Formel 
13830 \begin_inset CommandInset ref
13831 LatexCommand eqref
13832 reference "eq:rotgruen"
13833
13834 \end_inset
13835
13836  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13837  Anschließend wurden die Formelzeichen rot gefärbt.
13838 \end_layout
13839
13840 \begin_layout Standard
13841 \begin_inset VSpace bigskip
13842 \end_inset
13843
13844 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13845  den Befehl 
13846 \series bold
13847
13848 \backslash
13849 fcolorbox
13850 \series default
13851
13852 \begin_inset Index
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856 Befehle ! F ! 
13857 \backslash
13858 fcolorbox
13859 \end_layout
13860
13861 \end_inset
13862
13863  nach folgendem Schema:
13864 \end_layout
13865
13866 \begin_layout Standard
13867
13868 \series bold
13869
13870 \backslash
13871 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13872 \end_layout
13873
13874 \begin_layout Standard
13875
13876 \series bold
13877
13878 \backslash
13879 fcolorbox
13880 \series default
13881  stellt also eine Erweiterung des Befehls 
13882 \series bold
13883
13884 \backslash
13885 colorbox
13886 \series default
13887  dar.
13888  Die Rahmenbreite wird, wie bei 
13889 \series bold
13890
13891 \backslash
13892 framebox
13893 \series default
13894 , mit 
13895 \series bold
13896
13897 \backslash
13898 fboxrule
13899 \series default
13900  und 
13901 \series bold
13902
13903 \backslash
13904 fboxsep
13905 \series default
13906  festgelegt.
13907  Ein Beispiel:
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913
13914 \backslash
13915 fboxrule 1mm 
13916 \backslash
13917 fboxsep 1mm
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \begin_inset Formula \[
13924 \fcolorbox {cyan}{magenta}{A=B}\]
13925
13926 \end_inset
13927
13928
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 fboxrule 0.4pt 
13937 \backslash
13938 fboxsep 3pt
13939 \end_layout
13940
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \begin_layout Standard
13947 Diese Formel wurde mit folgendem Befehl erstellt:
13948 \begin_inset Newline newline
13949 \end_inset
13950
13951
13952 \series bold
13953
13954 \backslash
13955 fcolorbox{cyan
13956 \begin_inset Formula $\to$
13957 \end_inset
13958
13959
13960 \backslash
13961 {magenta
13962 \begin_inset Formula $\to$
13963 \end_inset
13964
13965
13966 \backslash
13967 {A=B
13968 \end_layout
13969
13970 \begin_layout Standard
13971 \begin_inset VSpace bigskip
13972 \end_inset
13973
13974 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13975  selbst definieren.
13976 \end_layout
13977
13978 \begin_layout Standard
13979 Man kann z.
13980 \begin_inset Space \thinspace{}
13981 \end_inset
13982
13983 B.
13984  mit folgender LaTeX-Vorspannzeile die Farbe 
13985 \begin_inset Quotes gld
13986 \end_inset
13987
13988
13989 \series bold
13990 dunkelgruen
13991 \series default
13992
13993 \begin_inset Quotes grd
13994 \end_inset
13995
13996
13997 \begin_inset Foot
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001 In Befehlen darf kein Umlaut stehen, siehe 
14002 \begin_inset CommandInset ref
14003 LatexCommand ref
14004 reference "sec:Benutzerdefinierte-Befehle"
14005
14006 \end_inset
14007
14008 .
14009 \end_layout
14010
14011 \end_inset
14012
14013  definieren:
14014 \end_layout
14015
14016 \begin_layout Standard
14017
14018 \series bold
14019
14020 \backslash
14021 definecolor{dunkelgruen}{cmyk}{0.5,
14022 \series default
14023  
14024 \series bold
14025 0,
14026 \series default
14027  
14028 \series bold
14029 1,
14030 \series default
14031  
14032 \series bold
14033 0.5}
14034 \series default
14035
14036 \begin_inset Index
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040 Befehle ! D ! 
14041 \backslash
14042 definecolor
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \begin_layout Standard
14051
14052 \series bold
14053 cmyk
14054 \series default
14055  ist der Farbraum und steht für die Farben 
14056 \series bold
14057 cyan
14058 \series default
14059
14060 \series bold
14061 magenta
14062 \series default
14063
14064 \series bold
14065 yellow
14066 \series default
14067  und 
14068 \series bold
14069 black
14070 \series default
14071 .
14072  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14073  Für den Anteil kann man Werte im Bereich 0
14074 \begin_inset Space \thinspace{}
14075 \end_inset
14076
14077 -
14078 \begin_inset Space \thinspace{}
14079 \end_inset
14080
14081 1 angeben.
14082  Anstelle von 
14083 \series bold
14084 cmyk
14085 \series default
14086  kann man zur Definition auch den Farbraum 
14087 \series bold
14088 rgb
14089 \series default
14090  verwenden.
14091  
14092 \series bold
14093 rgb
14094 \series default
14095  steht für 
14096 \series bold
14097 red
14098 \series default
14099
14100 \series bold
14101 green
14102 \series default
14103  und 
14104 \series bold
14105 blue
14106 \series default
14107 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14108  Des Weiteren gibt es noch den Farbraum 
14109 \series bold
14110 gray
14111 \series default
14112 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14113 \end_layout
14114
14115 \begin_layout Standard
14116 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14117 \series bold
14118 darkgreen
14119 \series default
14120 , bei der die Zeichenfarbe 
14121 \series bold
14122 yellow
14123 \series default
14124  gewählt wurde:
14125 \begin_inset Formula \begin{equation}
14126 \colorbox {dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 Selbst definierte Farben können mit dem Befehl 
14135 \series bold
14136
14137 \backslash
14138 textcolor
14139 \series default
14140  auch für Text
14141 \begin_inset Index
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145 Text ! farbiger
14146 \end_layout
14147
14148 \end_inset
14149
14150  verwendet werden:
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \begin_inset ERT
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158
14159
14160 \backslash
14161 textcolor{dunkelgruen}{
14162 \end_layout
14163
14164 \end_inset
14165
14166 Dieser Satz ist 
14167 \begin_inset Quotes gld
14168 \end_inset
14169
14170 dunkelgruen
14171 \begin_inset Quotes grd
14172 \end_inset
14173
14174 .
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180 }
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189
14190 \series bold
14191
14192 \backslash
14193 textcolor
14194 \series default
14195
14196 \begin_inset Index
14197 status collapsed
14198
14199 \begin_layout Plain Layout
14200 Befehle ! T ! 
14201 \backslash
14202 textcolor
14203 \end_layout
14204
14205 \end_inset
14206
14207  wird nach dem Schema 
14208 \series bold
14209
14210 \backslash
14211 textcolor{Farbe}{zu
14212 \series default
14213  
14214 \series bold
14215 färbende
14216 \series default
14217  
14218 \series bold
14219 Zeichen}
14220 \series default
14221  verwendet.
14222 \end_layout
14223
14224 \begin_layout Subsection
14225 Absatzboxen
14226 \begin_inset CommandInset label
14227 LatexCommand label
14228 name "sub:Absatzboxen"
14229
14230 \end_inset
14231
14232
14233 \begin_inset Index
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237 Boxen ! Absatz-
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \end_layout
14244
14245 \begin_layout Standard
14246 Mit dem Menü 
14247 \family sans
14248 Einfügen\SpecialChar \menuseparator
14249 Box
14250 \family default
14251  oder dem Werkzeugleistenknopf 
14252 \begin_inset Graphics
14253         filename ../../images/box-insert.png
14254         embed ""
14255         scale 85
14256
14257 \end_inset
14258
14259  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14260  eine so genannte 
14261 \emph on
14262 Parbox
14263 \emph default
14264  (Absatzbox).
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14269 \end_layout
14270
14271 \begin_layout Standard
14272 \begin_inset VSpace medskip
14273 \end_inset
14274
14275 Dies ist eine Zeile 
14276 \begin_inset Box Boxed
14277 position "c"
14278 hor_pos "c"
14279 has_inner_box 1
14280 inner_pos "t"
14281 use_parbox 1
14282 width "5cm"
14283 special "none"
14284 height "1in"
14285 height_special "totalheight"
14286 status open
14287
14288 \begin_layout Plain Layout
14289 Dies ist die Absatzbox.
14290  Sie ist genau 5
14291 \begin_inset Space \thinspace{}
14292 \end_inset
14293
14294 cm lang und kann auch Formeln enthalten: 
14295 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \end_inset
14302
14303  mit einer Absatzbox.
14304 \begin_inset VSpace medskip
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Standard
14311 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14312  graue Box mit dem Namen 
14313 \begin_inset Quotes gld
14314 \end_inset
14315
14316 Box(Gerahmt)
14317 \begin_inset Quotes grd
14318 \end_inset
14319
14320  klickt.
14321  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14322  In diesem Fall: 
14323 \emph on
14324 Verzierung
14325 \emph default
14326 : Rechteckige Box, 
14327 \emph on
14328 Innere Box
14329 \emph default
14330 : Parbox, 
14331 \emph on
14332 Breite
14333 \emph default
14334 : 5
14335 \begin_inset Space \thinspace{}
14336 \end_inset
14337
14338 cm, 
14339 \emph on
14340 Vertikale Box Ausrichtung
14341 \emph default
14342 : Mitte
14343 \end_layout
14344
14345 \begin_layout Standard
14346 \begin_inset VSpace medskip
14347 \end_inset
14348
14349 In LaTeX wird eine Absatzbox mit dem Befehl 
14350 \series bold
14351
14352 \backslash
14353 parbox
14354 \series default
14355
14356 \begin_inset Index
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360 Befehle ! P ! 
14361 \backslash
14362 parbox
14363 \end_layout
14364
14365 \end_inset
14366
14367  erstellt, welcher folgendes Schema besitzt:
14368 \end_layout
14369
14370 \begin_layout Standard
14371
14372 \series bold
14373
14374 \backslash
14375 parbox[Position]{Breite}{Boxinhalt}
14376 \end_layout
14377
14378 \begin_layout Standard
14379 Die Positionen 
14380 \emph on
14381 b
14382 \emph default
14383  und 
14384 \emph on
14385 t
14386 \emph default
14387  sind möglich.
14388  
14389 \emph on
14390 b
14391 \emph default
14392  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14393  Text eingepasst wird.
14394  Bei 
14395 \emph on
14396 t
14397 \emph default
14398  wie top geschieht dies für die erste Zeile.
14399  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14400  siehe das Kapitel 
14401 \emph on
14402 Boxen
14403 \emph default
14404  des Handbuchs
14405 \emph on
14406  Eingebettete
14407 \begin_inset Space ~
14408 \end_inset
14409
14410 Objekte
14411 \emph default
14412  für Beispiele.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace bigskip
14417 \end_inset
14418
14419 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14420  in eine Absatzbox setzen.
14421  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14422 \series bold
14423
14424 \backslash
14425 fbox{
14426 \backslash
14427 parbox{
14428 \backslash
14429 linewidth-2
14430 \backslash
14431 fboxsep-2
14432 \backslash
14433 fboxrule}{
14434 \series default
14435 .
14436  Hierbei steht 
14437 \series bold
14438
14439 \backslash
14440 linewidth
14441 \begin_inset Index
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445 Befehle ! L ! 
14446 \backslash
14447 linewidth
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \series default
14454  für die im Dokument eingestellte Zeilenbreite.
14455  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14456 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14457  Da dies LyX aufgrund eines Fehlers
14458 \begin_inset Foot
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 \begin_inset ERT
14463 status open
14464
14465 \begin_layout Plain Layout
14466
14467
14468 \backslash
14469 href{http://bugzilla.lyx.org/show_bug.cgi?id=4483}{
14470 \end_layout
14471
14472 \end_inset
14473
14474 LyX-Fehler #4483
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 }
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489
14490  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14491  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14492 spann das LaTeX-Paket 
14493 \series bold
14494 calc
14495 \series default
14496
14497 \begin_inset Foot
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501
14502 \series bold
14503 calc
14504 \series default
14505  ist Teil jeder LaTeX-Standardinstallation.
14506 \end_layout
14507
14508 \end_inset
14509
14510
14511 \begin_inset Index
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515 Pakete ! calc
14516 \end_layout
14517
14518 \end_inset
14519
14520  mit der Zeile
14521 \end_layout
14522
14523 \begin_layout Standard
14524
14525 \series bold
14526
14527 \backslash
14528 usepackage{calc}
14529 \end_layout
14530
14531 \begin_layout Standard
14532 geladen werden.
14533  Nach der Formel werden beide Boxen geschlossen, indem man 
14534 \series bold
14535 }}
14536 \series default
14537  im TeX-Modus eingibt.
14538  Dazu ein Beispiel:
14539 \begin_inset ERT
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544
14545 \backslash
14546 fboxsep 5mm 
14547 \backslash
14548 fboxrule 5mm
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \begin_layout Standard
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562
14563 \backslash
14564 fbox{
14565 \backslash
14566 parbox{
14567 \backslash
14568 linewidth-2
14569 \backslash
14570 fboxsep-2
14571 \backslash
14572 fboxrule}{
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \begin_inset Formula \begin{equation}
14579 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14580
14581 \end_inset
14582
14583
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }}
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \begin_inset ERT
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600
14601 \backslash
14602 fboxrule 0.4pt 
14603 \backslash
14604 fboxsep 3pt
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 \begin_inset VSpace medskip
14614 \end_inset
14615
14616 Da im Argument von 
14617 \series bold
14618
14619 \backslash
14620 fbox
14621 \series default
14622  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14623  keinen Unterschied zwischen 
14624 \series bold
14625
14626 \backslash
14627 fbox
14628 \series default
14629  und 
14630 \series bold
14631
14632 \backslash
14633 boxed
14634 \series default
14635 .
14636 \end_layout
14637
14638 \begin_layout Standard
14639 \begin_inset VSpace bigskip
14640 \end_inset
14641
14642 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14643  Dazu verwendet man 
14644 \series bold
14645
14646 \backslash
14647 parbox
14648 \series default
14649  in Verbindung mit dem Befehl 
14650 \series bold
14651
14652 \backslash
14653 tag
14654 \series default
14655 .
14656  (mehr zu 
14657 \series bold
14658
14659 \backslash
14660 tag
14661 \series default
14662  siehe 
14663 \begin_inset CommandInset ref
14664 LatexCommand ref
14665 reference "sub:Benutzerdefinierte-Nummerierung"
14666
14667 \end_inset
14668
14669 )
14670 \end_layout
14671
14672 \begin_layout Standard
14673 Ein Beispiel einer mit Hilfe von 
14674 \series bold
14675
14676 \backslash
14677 parbox
14678 \series default
14679  kommentierten Formel:
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \begin_inset ERT
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687
14688
14689 \backslash
14690 [5x-7b=3b
14691 \backslash
14692 tag*{
14693 \backslash
14694 parbox{5cm}{
14695 \end_layout
14696
14697 \end_inset
14698
14699 Dies ist eine Beschreibung.
14700  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14701 \begin_inset ERT
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705
14706 }}
14707 \backslash
14708 ]
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14718  Befehl 
14719 \series bold
14720
14721 \backslash
14722 parbox
14723 \series default
14724  in Formeln noch nicht unterstützt.
14725  Die Formel wird mit folgender Befehlssequenz erstellt:
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Der Befehl 
14730 \series bold
14731
14732 \backslash
14733 [5x-7b=3b
14734 \backslash
14735 tag*
14736 \backslash
14737 {
14738 \backslash
14739 parbox{5cm}{
14740 \series default
14741  wird im TeX-Modus eingegeben.
14742 \begin_inset Foot
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746 Ist der Formelstil 
14747 \series bold
14748 Eingerückt
14749 \series default
14750  aktiviert, kann 
14751 \series bold
14752
14753 \backslash
14754 tag*
14755 \backslash
14756 {
14757 \series default
14758  auch durch 
14759 \series bold
14760
14761 \backslash
14762 hfill
14763 \series default
14764  ersetzt werden.
14765  (Formelstile siehe 
14766 \begin_inset CommandInset ref
14767 LatexCommand ref
14768 reference "sec:Formelstile"
14769
14770 \end_inset
14771
14772 )
14773 \end_layout
14774
14775 \end_inset
14776
14777  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14778 \series bold
14779 }}
14780 \backslash
14781 ]
14782 \series default
14783  im TeX-Modus ein.
14784  Die Befehle 
14785 \series bold
14786
14787 \backslash
14788 [
14789 \series default
14790  und 
14791 \series bold
14792
14793 \backslash
14794 ]
14795 \series default
14796  erstellen hierbei eine abgesetzte Formel.
14797 \end_layout
14798
14799 \begin_layout Standard
14800 Die Vorteile von 
14801 \series bold
14802
14803 \backslash
14804 parbox
14805 \series default
14806  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14807  Textmodus 
14808 \begin_inset Quotes gld
14809 \end_inset
14810
14811 kommentiert
14812 \begin_inset Quotes grd
14813 \end_inset
14814
14815  wurde:
14816 \begin_inset Formula \[
14817 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \begin_layout Section
14825 Operatoren
14826 \begin_inset Index
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830 Operatoren
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Subsection
14839 Große Operatoren
14840 \begin_inset CommandInset label
14841 LatexCommand label
14842 name "sub:Große-Operatoren"
14843
14844 \end_inset
14845
14846
14847 \begin_inset Index
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851 Operatoren ! große
14852 \end_layout
14853
14854 \end_inset
14855
14856
14857 \begin_inset Index
14858 status collapsed
14859
14860 \begin_layout Plain Layout
14861 Summen
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \begin_inset Index
14868 status collapsed
14869
14870 \begin_layout Plain Layout
14871 Integrale
14872 \end_layout
14873
14874 \end_inset
14875
14876
14877 \end_layout
14878
14879 \begin_layout Standard
14880 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14881  sind, muss die Option 
14882 \family sans
14883 esint-Paket automatisch verwenden
14884 \family default
14885  in den Dokumenteinstellungen unter 
14886 \family sans
14887 Mathe-Optionen
14888 \family default
14889  gewählt sein.
14890 \end_layout
14891
14892 \begin_layout Standard
14893 \begin_inset Space \hfill{}
14894 \end_inset
14895
14896
14897 \begin_inset Tabular
14898 <lyxtabular version="3" rows="11" columns="2">
14899 <features>
14900 <column alignment="center" valignment="top" width="0pt">
14901 <column alignment="center" valignment="top" width="0pt">
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 Befehl
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 Ergebnis
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 sum
14930 \begin_inset Index
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 Befehle ! S ! 
14935 \backslash
14936 sum
14937 \end_layout
14938
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 \begin_inset Formula $\sum$
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \backslash
14966 int
14967 \begin_inset Index
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971 Befehle ! I ! 
14972 \backslash
14973 int
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 \begin_inset Formula $\int$
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 intop
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\intop$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 oint
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\oint$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \backslash
15053 ointop
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Formula $\ointop$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \backslash
15078 ointctrclockwise
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 \begin_inset Formula $\ointctrclockwise$
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \backslash
15103 ointclockwise
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 \begin_inset Formula $\ointclockwise$
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \backslash
15128 sqint
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 \begin_inset Formula $\sqint$
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 </row>
15146 <row>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151
15152 \backslash
15153 bigcap
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 \begin_inset Formula $\bigcap$
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 <row>
15172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \backslash
15178 bigcup
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\bigcup$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 </lyxtabular>
15197
15198 \end_inset
15199
15200
15201 \begin_inset Space \hfill{}
15202 \end_inset
15203
15204
15205 \begin_inset Tabular
15206 <lyxtabular version="3" rows="10" columns="2">
15207 <features>
15208 <column alignment="center" valignment="top" width="0pt">
15209 <column alignment="center" valignment="top" width="0pt">
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 Befehl
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 Ergebnis
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 prod
15238 \begin_inset Index
15239 status collapsed
15240
15241 \begin_layout Plain Layout
15242 Befehle ! P ! 
15243 \backslash
15244 prod
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\prod$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 <row>
15268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \backslash
15274 coprod
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset Formula $\coprod$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 bigodot
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 \begin_inset Formula $\bigodot$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \backslash
15324 bigotimes
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 \begin_inset Formula $\bigotimes$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \backslash
15349 bigoplus
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\bigoplus$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 bigwedge
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 \begin_inset Formula $\bigwedge$
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \backslash
15399 bigvee
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\bigvee$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 bigsqcup
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\bigsqcup$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 biguplus
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\biguplus$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 </lyxtabular>
15468
15469 \end_inset
15470
15471
15472 \begin_inset Space \hfill{}
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15480 \begin_inset Graphics
15481         filename ../../images/math/intop.png
15482         embed ""
15483         scale 85
15484
15485 \end_inset
15486
15487  eingefügt werden.
15488 \end_layout
15489
15490 \begin_layout Standard
15491 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15492  Teil gleich aussehenden binären Operatoren.
15493  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15494  beschrieben.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 Die Operatoren 
15499 \series bold
15500
15501 \backslash
15502 intop
15503 \series default
15504  und 
15505 \series bold
15506
15507 \backslash
15508 ointop
15509 \series default
15510  unterscheiden sich von 
15511 \series bold
15512
15513 \backslash
15514 int
15515 \series default
15516  bzw.
15517  
15518 \series bold
15519
15520 \backslash
15521 oint
15522 \series default
15523  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15524 \begin_inset CommandInset ref
15525 LatexCommand ref
15526 reference "sub:Operatorgrenzen"
15527
15528 \end_inset
15529
15530 .
15531  
15532 \end_layout
15533
15534 \begin_layout Subsubsection*
15535 Hinweise zu Integralen
15536 \end_layout
15537
15538 \begin_layout Standard
15539 Der Buchstabe 
15540 \emph on
15541 d
15542 \emph default
15543  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15544  muss.
15545  Dazu markiert man das 
15546 \emph on
15547 d
15548 \emph default
15549  und wandelt es mit der Tastenkombination 
15550 \family sans
15551 Alt-z
15552 \begin_inset Space ~
15553 \end_inset
15554
15555 r
15556 \family default
15557
15558 \begin_inset Foot
15559 status collapsed
15560
15561 \begin_layout Plain Layout
15562 Schriftstile siehe 
15563 \begin_inset CommandInset ref
15564 LatexCommand ref
15565 reference "sub:Schriftstile"
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573
15574  um.
15575  Anschließend fügt man vor dem 
15576 \emph on
15577 d
15578 \emph default
15579 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15580  Dazu ein Beispiel:
15581 \end_layout
15582
15583 \begin_layout Standard
15584 inkorrekt: 
15585 \begin_inset Formula $\int A(x)dx$
15586 \end_inset
15587
15588
15589 \begin_inset Newline newline
15590 \end_inset
15591
15592
15593 \begin_inset ERT
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597
15598
15599 \backslash
15600 hphantom{in}
15601 \end_layout
15602
15603 \end_inset
15604
15605 korrekt: 
15606 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset VSpace medskip
15614 \end_inset
15615
15616 Für Mehrfachintegrale gibt es folgende Befehle:
15617 \begin_inset VSpace medskip
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset Space \hfill{}
15625 \end_inset
15626
15627
15628 \begin_inset Tabular
15629 <lyxtabular version="3" rows="4" columns="2">
15630 <features>
15631 <column alignment="center" valignment="top" width="0">
15632 <column alignment="center" valignment="top" width="0">
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 Befehl
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 Ergebnis
15648 \begin_inset Note Note
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652
15653 \series bold
15654
15655 \backslash
15656 raisebox
15657 \series default
15658  dient nur als Abstandhalter.
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \backslash
15676 iint
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \backslash
15701 oiint
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \backslash
15726 sqiint
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 </lyxtabular>
15745
15746 \end_inset
15747
15748
15749 \begin_inset Space \hfill{}
15750 \end_inset
15751
15752
15753 \begin_inset Tabular
15754 <lyxtabular version="3" rows="4" columns="2">
15755 <features>
15756 <column alignment="center" valignment="top" width="0">
15757 <column alignment="center" valignment="top" width="0">
15758 <row>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 Befehl
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 Ergebnis
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 iiint
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 iiiint
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 dotsint
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 </lyxtabular>
15854
15855 \end_inset
15856
15857
15858 \begin_inset Space \hfill{}
15859 \end_inset
15860
15861
15862 \begin_inset Newpage newpage
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Subsection
15869 Operatorgrenzen
15870 \begin_inset CommandInset label
15871 LatexCommand label
15872 name "sub:Operatorgrenzen"
15873
15874 \end_inset
15875
15876
15877 \begin_inset Index
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881 Operatoren ! Grenzen
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \begin_layout Standard
15890 Grenzen werden durch Hoch- bzw.
15891  Tiefstellen erzeugt:
15892 \end_layout
15893
15894 \begin_layout Standard
15895 \align center
15896 \begin_inset Tabular
15897 <lyxtabular version="3" rows="2" columns="2">
15898 <features>
15899 <column alignment="center" valignment="top" width="0pt">
15900 <column alignment="center" valignment="top" width="0pt">
15901 <row>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 Befehl
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915 Ergebnis
15916 \begin_inset Note Note
15917 status collapsed
15918
15919 \begin_layout Plain Layout
15920
15921 \series bold
15922
15923 \backslash
15924 raisebox
15925 \series default
15926  dient nur als Abstandhalter.
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \backslash
15944 prod^
15945 \backslash
15946 infty
15947 \begin_inset ERT
15948 status collapsed
15949
15950 \begin_layout Plain Layout
15951
15952
15953 \backslash
15954 leer 
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \begin_inset Formula $\to$
15961 \end_inset
15962
15963 _0
15964 \begin_inset Formula $\to$
15965 \end_inset
15966
15967 A(x)
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 </row>
15985 </lyxtabular>
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Standard
15993 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15994  Operator gesetzt.
15995  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15996  bzw.
15997  unter den Operator gesetzt.
15998 \end_layout
15999
16000 \begin_layout Standard
16001 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16002  man den Cursor direkt hinter den Operator und setzt über das Menü 
16003 \family sans
16004 Bearbeiten\SpecialChar \menuseparator
16005 Mathe\SpecialChar \menuseparator
16006 Art der Operatorgrenzen ändern
16007 \family default
16008  die Grenzen auf 
16009 \series bold
16010 Eingebettet
16011 \series default
16012  (Tastenkombination 
16013 \family sans
16014 Alt-m
16015 \begin_inset Space ~
16016 \end_inset
16017
16018 l
16019 \family default
16020 ).
16021  Dazu folgendes Beispiel:
16022 \end_layout
16023
16024 \begin_layout Standard
16025 Die normalen Grenzen sehen so aus:
16026 \begin_inset Formula \[
16027 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16028
16029 \end_inset
16030
16031 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16032 \begin_inset Formula \[
16033 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16034
16035 \end_inset
16036
16037 Bei Integralen werden mit Ausnahme von 
16038 \series bold
16039
16040 \backslash
16041 intop
16042 \series default
16043  und 
16044 \series bold
16045
16046 \backslash
16047 ointop
16048 \series default
16049  die Grenzen standardmäßig neben den Operator gesetzt.
16050  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16051  gesetzt.
16052  Im folgenden Beispiel wurde die Grenze deswegen auf 
16053 \series bold
16054 Anzeige
16055 \series default
16056  gesetzt und damit unter die Integrale geschrieben:
16057 \begin_inset Formula \begin{equation}
16058 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16059
16060 \end_inset
16061
16062
16063 \end_layout
16064
16065 \begin_layout Standard
16066 \begin_inset VSpace medskip
16067 \end_inset
16068
16069 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16070 \series bold
16071
16072 \backslash
16073 subarray
16074 \series default
16075
16076 \begin_inset Index
16077 status collapsed
16078
16079 \begin_layout Plain Layout
16080 Befehle ! S ! 
16081 \backslash
16082 subarray
16083 \end_layout
16084
16085 \end_inset
16086
16087  und 
16088 \series bold
16089
16090 \backslash
16091 substack
16092 \series default
16093
16094 \begin_inset Index
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098 Befehle ! S ! 
16099 \backslash
16100 substack
16101 \end_layout
16102
16103 \end_inset
16104
16105 .
16106  Um z.
16107 \begin_inset Space \thinspace{}
16108 \end_inset
16109
16110 B.
16111  diesen Ausdruck 
16112 \begin_inset Formula \begin{equation}
16113 \sum_{\begin{subarray}{c}
16114 0<k<1000\\
16115 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16116
16117 \end_inset
16118
16119 zu erstellen, muss man Folgendes tun:
16120 \begin_inset Newline newline
16121 \end_inset
16122
16123 Zuerst gibt man den Befehl 
16124 \series bold
16125
16126 \backslash
16127 sum
16128 \series default
16129 ^
16130 \series bold
16131 n
16132 \begin_inset ERT
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136
16137
16138 \backslash
16139 leer 
16140 \end_layout
16141
16142 \end_inset
16143
16144 _
16145 \series default
16146  ein.
16147  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16148  In dieses gibt man den Befehl 
16149 \series bold
16150
16151 \backslash
16152 subarray
16153 \begin_inset ERT
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157
16158
16159 \backslash
16160 leer 
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \series default
16167  ein.
16168  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16169  Zeilen untereinander schreiben.
16170  Mit Eingabe des Zeilenumbruchs (
16171 \family sans
16172 Strg-Enter
16173 \family default
16174 ) wird eine neue Zeile erstellt.
16175  Gibt man
16176 \begin_inset Newline newline
16177 \end_inset
16178
16179
16180 \series bold
16181 0<k<1000 Strg-Enter
16182 \begin_inset Newline newline
16183 \end_inset
16184
16185
16186 \series default
16187 ein, erscheint darunter ein Kästchen für die neue Zeile.
16188 \end_layout
16189
16190 \begin_layout Standard
16191 Die Ausrichtung der Zeilen kann mit der 
16192 \family sans
16193 Tabellen-Werkzeugleiste
16194 \family default
16195  oder dem Menü 
16196 \family sans
16197 Bearbeiten\SpecialChar \menuseparator
16198 Zeilen & Spalten
16199 \family default
16200  auf links geändert werden.
16201  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16202 \series bold
16203
16204 \backslash
16205 hfill
16206 \begin_inset ERT
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210
16211
16212 \backslash
16213 leer 
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \series default
16220  eingegeben.
16221 \end_layout
16222
16223 \begin_layout Standard
16224 Der Befehl 
16225 \series bold
16226
16227 \backslash
16228 substack
16229 \series default
16230  ist äquivalent zu 
16231 \series bold
16232
16233 \backslash
16234 subarray
16235 \series default
16236 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset VSpace bigskip
16241 \end_inset
16242
16243 Wie bei Formel 
16244 \begin_inset CommandInset ref
16245 LatexCommand eqref
16246 reference "eq:substack"
16247
16248 \end_inset
16249
16250  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16251  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16252 \end_layout
16253
16254 \begin_layout Standard
16255 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16256 \end_layout
16257
16258 \begin_layout Standard
16259
16260 \series bold
16261
16262 \backslash
16263 def
16264 \backslash
16265 clap#1{
16266 \backslash
16267 hbox to 0pt{
16268 \backslash
16269 hss #1
16270 \backslash
16271 hss}}
16272 \begin_inset Newline newline
16273 \end_inset
16274
16275
16276 \backslash
16277 def
16278 \backslash
16279 mathclap {
16280 \backslash
16281 mathpalette 
16282 \backslash
16283 mathclapinternal}
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287
16288 \backslash
16289 def
16290 \backslash
16291 mathclapinternal #1#2{
16292 \backslash
16293 clap{$
16294 \backslash
16295 mathsurround =0pt #1{#2}$}}
16296 \end_layout
16297
16298 \begin_layout Standard
16299 Dadurch wird der Befehl 
16300 \series bold
16301
16302 \backslash
16303 mathclap
16304 \series default
16305
16306 \begin_inset Index
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310 Befehle ! M ! 
16311 \backslash
16312 mathclap
16313 \end_layout
16314
16315 \end_inset
16316
16317  definiert, der die Breite der Grenze auf 0
16318 \begin_inset Space \thinspace{}
16319 \end_inset
16320
16321 pt setzt.
16322  Das Befehlsschema lautet
16323 \end_layout
16324
16325 \begin_layout Standard
16326
16327 \series bold
16328
16329 \backslash
16330 mathclap{Grenze}
16331 \end_layout
16332
16333 \begin_layout Standard
16334 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16335 \end_layout
16336
16337 \begin_layout Standard
16338 Auf Formel 
16339 \begin_inset CommandInset ref
16340 LatexCommand eqref
16341 reference "eq:substack"
16342
16343 \end_inset
16344
16345  angewandt, gibt man also den Befehl
16346 \end_layout
16347
16348 \begin_layout Standard
16349
16350 \series bold
16351
16352 \backslash
16353 sum_
16354 \backslash
16355 mathclap{
16356 \backslash
16357 substack
16358 \begin_inset ERT
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362
16363
16364 \backslash
16365 leer 
16366 \end_layout
16367
16368 \end_inset
16369
16370 0<k<1000 Strg-Enter
16371 \end_layout
16372
16373 \begin_layout Standard
16374 ein, um die untere Grenze zu erstellen.
16375  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16376 \begin_inset Formula \[
16377 \sum_{\mathclap {\substack{0<k<1000\\
16378 \\k\,\in\,\mathbb{N}}
16379 }}^{n}k^{-2}\]
16380
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \begin_layout Standard
16387 \begin_inset VSpace bigskip
16388 \end_inset
16389
16390 In 
16391 \begin_inset CommandInset ref
16392 LatexCommand ref
16393 reference "sub:Selbstdefinierte-Operatoren"
16394
16395 \end_inset
16396
16397  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16398 \end_layout
16399
16400 \begin_layout Subsection
16401 Binäre Operatoren
16402 \begin_inset CommandInset label
16403 LatexCommand label
16404 name "sub:Binäre-Operatoren"
16405
16406 \end_inset
16407
16408
16409 \begin_inset Index
16410 status collapsed
16411
16412 \begin_layout Plain Layout
16413 Operatoren ! binäre
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Standard
16422 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16423  ein Zeichen befindet.
16424 \begin_inset VSpace medskip
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \begin_layout Standard
16431 \begin_inset Space \hfill{}
16432 \end_inset
16433
16434
16435 \begin_inset Tabular
16436 <lyxtabular version="3" rows="13" columns="2">
16437 <features>
16438 <column alignment="center" valignment="top" width="0pt">
16439 <column alignment="center" valignment="top" width="0pt">
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 Befehl
16446 \begin_inset Note Note
16447 status collapsed
16448
16449 \begin_layout Plain Layout
16450
16451 \series bold
16452
16453 \backslash
16454 raisebox
16455 \series default
16456  dient nur als Abstandhalter.
16457 \end_layout
16458
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 Ergebnis
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 +
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 \begin_inset Formula $+$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 -
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Formula $-$
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 <row>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527
16528 \backslash
16529 pm
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\pm$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \backslash
16554 mp
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\mp$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \backslash
16579 cdot
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $\cdot$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 times
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\times$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 div
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\div$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset ERT
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656
16657
16658 \backslash
16659 raisebox{-1.2mm}{
16660 \end_layout
16661
16662 \end_inset
16663
16664 *
16665 \begin_inset ERT
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669
16670 }
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset Formula $*$
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698
16699 \backslash
16700 star
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Formula $\star$
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \backslash
16725 circ
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Formula $\circ$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \backslash
16750 diamond
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $\diamond$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \backslash
16775 bullet
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $\bullet$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 </lyxtabular>
16794
16795 \end_inset
16796
16797
16798 \begin_inset Space \hfill{}
16799 \end_inset
16800
16801
16802 \begin_inset Tabular
16803 <lyxtabular version="3" rows="13" columns="2">
16804 <features>
16805 <column alignment="center" valignment="top" width="0pt">
16806 <column alignment="center" valignment="top" width="0pt">
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 Befehl
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Ergebnis
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 nabla
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\nabla$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 bigtriangledown
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\bigtriangledown$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 bigtriangleup
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\bigtriangleup$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 Box
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\Box$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \backslash
16934 cap 
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\cap$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 cup
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $\cup$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 dagger
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\dagger$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 ddagger
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\ddagger$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 wr
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\wr$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 bigcirc
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\bigcirc$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \backslash
17084 wedge
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\wedge$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \backslash
17109 vee
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\vee$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 </lyxtabular>
17128
17129 \end_inset
17130
17131
17132 \begin_inset Space \hfill{}
17133 \end_inset
17134
17135
17136 \begin_inset Tabular
17137 <lyxtabular version="3" rows="13" columns="2">
17138 <features>
17139 <column alignment="center" valignment="top" width="0pt">
17140 <column alignment="center" valignment="top" width="0pt">
17141 <row>
17142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 Befehl
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 Ergebnis
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \backslash
17168 oplus
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $\oplus$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 ominus
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\ominus$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 otimes
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\otimes$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \backslash
17243 oslash
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $\oslash$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \backslash
17268 odot
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\odot$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 amalg
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\amalg$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 uplus
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\uplus$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 setminus
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\setminus$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 sqcap
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\sqcap$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 sqcup
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\sqcup$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \backslash
17418 triangleleft
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Formula $\triangleleft$
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \backslash
17443 triangleright
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset Formula $\triangleright$
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 </row>
17461 </lyxtabular>
17462
17463 \end_inset
17464
17465
17466 \begin_inset Space \hfill{}
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \begin_layout Standard
17473 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17474  
17475 \begin_inset Graphics
17476         filename ../../images/math/pm.png
17477         embed ""
17478         scale 85
17479
17480 \end_inset
17481
17482  eingefügt werden.
17483 \end_layout
17484
17485 \begin_layout Standard
17486 Um den Laplace-Operator darzustellen, kann man statt 
17487 \series bold
17488
17489 \backslash
17490 bigtriangleup
17491 \series default
17492  auch 
17493 \series bold
17494
17495 \backslash
17496 Delta
17497 \series default
17498  verwenden oder man benutzt 
17499 \series bold
17500
17501 \backslash
17502 nabla
17503 \series default
17504 ^
17505 \series bold
17506 2
17507 \series default
17508  (
17509 \begin_inset Formula $\nabla^{2}$
17510 \end_inset
17511
17512 ).
17513 \end_layout
17514
17515 \begin_layout Standard
17516 Das Zeichen 
17517 \family sans
17518 Menütrenner
17519 \family default
17520  im Menü 
17521 \family sans
17522 Einfügen\SpecialChar \menuseparator
17523 Sonderzeichen
17524 \family default
17525  ist der Operator 
17526 \series bold
17527
17528 \backslash
17529 triangleright
17530 \series default
17531 .
17532 \end_layout
17533
17534 \begin_layout Subsection
17535 Selbst definierte Operatoren
17536 \begin_inset CommandInset label
17537 LatexCommand label
17538 name "sub:Selbstdefinierte-Operatoren"
17539
17540 \end_inset
17541
17542
17543 \begin_inset Index
17544 status collapsed
17545
17546 \begin_layout Plain Layout
17547 Operatoren ! selbstdefinierte
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Standard
17556 Mit Hilfe des Befehls 
17557 \series bold
17558
17559 \backslash
17560 DeclareMathOperator
17561 \series default
17562
17563 \begin_inset Index
17564 status collapsed
17565
17566 \begin_layout Plain Layout
17567 Befehle ! D ! 
17568 \backslash
17569 dbinom@
17570 \backslash
17571 DeclareMathOperator
17572 \end_layout
17573
17574 \end_inset
17575
17576  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17577  Das Befehlsschema dazu lautet:
17578 \end_layout
17579
17580 \begin_layout Standard
17581
17582 \series bold
17583
17584 \backslash
17585 DeclareMathOperator{neuer Befehl}{Anzeige}
17586 \end_layout
17587
17588 \begin_layout Standard
17589 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17590  im Ausdruck aussieht.
17591  Will man einen großen Operator definieren, setzt man hinter den Befehl
17592  ein 
17593 \series bold
17594 *
17595 \series default
17596 .
17597  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17598  wie in 
17599 \begin_inset CommandInset ref
17600 LatexCommand ref
17601 reference "sub:Operatorgrenzen"
17602
17603 \end_inset
17604
17605  beschrieben.
17606 \end_layout
17607
17608 \begin_layout Standard
17609 Beispielsweise definiert die LaTeX-Vorspannzeile
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \series bold
17615
17616 \backslash
17617 DeclareMathOperator*{
17618 \backslash
17619 Raute}{
17620 \backslash
17621 blacklozenge}
17622 \end_layout
17623
17624 \begin_layout Standard
17625 den Befehl 
17626 \series bold
17627
17628 \backslash
17629 Raute
17630 \series default
17631 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17632  aus 
17633 \begin_inset CommandInset ref
17634 LatexCommand ref
17635 reference "sub:Sonstige-Symbole"
17636
17637 \end_inset
17638
17639  besteht:
17640 \begin_inset Formula \[
17641 \Raute _{n=1}^{\infty}\]
17642
17643 \end_inset
17644
17645 Der Befehl für diese Formel lautet: 
17646 \series bold
17647
17648 \backslash
17649 Raute
17650 \series default
17651 ^
17652 \series bold
17653
17654 \backslash
17655 infty
17656 \begin_inset Formula $\to$
17657 \end_inset
17658
17659 _n=1
17660 \end_layout
17661
17662 \begin_layout Standard
17663 \begin_inset VSpace bigskip
17664 \end_inset
17665
17666 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17667  auch mit den Befehlen 
17668 \series bold
17669
17670 \backslash
17671 mathop
17672 \series default
17673
17674 \begin_inset Index
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 Befehle ! M ! 
17679 \backslash
17680 mathop
17681 \end_layout
17682
17683 \end_inset
17684
17685  und 
17686 \series bold
17687
17688 \backslash
17689 mathbin
17690 \series default
17691
17692 \begin_inset Index
17693 status collapsed
17694
17695 \begin_layout Plain Layout
17696 Befehle ! M ! 
17697 \backslash
17698 mathbin
17699 \end_layout
17700
17701 \end_inset
17702
17703  definieren, die folgendes Schema besitzen:
17704 \end_layout
17705
17706 \begin_layout Standard
17707
17708 \series bold
17709
17710 \backslash
17711 mathop{Anzeige}
17712 \series default
17713  bzw.
17714  
17715 \series bold
17716
17717 \backslash
17718 mathbin{Anzeige}
17719 \end_layout
17720
17721 \begin_layout Standard
17722
17723 \series bold
17724
17725 \backslash
17726 mathop
17727 \series default
17728  definiert große, 
17729 \series bold
17730
17731 \backslash
17732 mathbin
17733 \series default
17734  binäre Operatoren.
17735 \end_layout
17736
17737 \begin_layout Standard
17738
17739 \series bold
17740
17741 \backslash
17742 mathop
17743 \series default
17744  lässt sich z.
17745 \begin_inset Space \thinspace{}
17746 \end_inset
17747
17748 B.
17749  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17750 \begin_inset Formula \[
17751 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Standard
17759 Der Befehl für obige Formel lautet:
17760 \begin_inset Newline newline
17761 \end_inset
17762
17763  
17764 \series bold
17765
17766 \backslash
17767 mathop{
17768 \backslash
17769 sum
17770 \backslash
17771 negmedspace
17772 \backslash
17773 sum
17774 \series default
17775
17776 \begin_inset ERT
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780
17781
17782 \backslash
17783 leer 
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \series bold
17790
17791 \begin_inset Formula $\to$
17792 \end_inset
17793
17794 ^N
17795 \series default
17796
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 leer 
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \series bold
17811 _i,j=1
17812 \end_layout
17813
17814 \begin_layout Section
17815 Schriften
17816 \begin_inset Index
17817 status collapsed
17818
17819 \begin_layout Plain Layout
17820 Schriften
17821 \end_layout
17822
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \begin_layout Subsection
17829 Schriftstile
17830 \begin_inset CommandInset label
17831 LatexCommand label
17832 name "sub:Schriftstile"
17833
17834 \end_inset
17835
17836
17837 \begin_inset Index
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841 Schriften ! Schriftstile
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \end_layout
17848
17849 \begin_layout Standard
17850 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17851  gesetzt werden:
17852 \begin_inset VSpace -2mm
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \begin_layout Standard
17859 \align center
17860 \begin_inset Tabular
17861 <lyxtabular version="3" rows="6" columns="3">
17862 <features>
17863 <column alignment="center" valignment="top" width="0">
17864 <column alignment="center" valignment="top" width="0">
17865 <column alignment="center" valignment="top" width="0">
17866 <row>
17867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 Befehl
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 Ergebnis
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 Tastenkürzel
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \backslash
17902 mathbb
17903 \series bold
17904
17905 \begin_inset ERT
17906 status collapsed
17907
17908 \begin_layout Plain Layout
17909
17910
17911 \backslash
17912 leer 
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \series default
17919 ABC
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Formula $\mathbb{ABC}$
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 Alt-z k
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \backslash
17953 mathbf
17954 \series bold
17955
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 leer 
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \series default
17970 AbC
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\mathbf{AbC}$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 -
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 boldsymbol
18005 \series bold
18006
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 leer 
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \series default
18021 AbC
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $\boldsymbol{AbC}$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 Alt-z f
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 <row>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053
18054 \backslash
18055 mathcal
18056 \series bold
18057
18058 \begin_inset ERT
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062
18063
18064 \backslash
18065 leer 
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \series default
18072 ABC
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 \begin_inset Formula $\mathcal{ABC}$
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 Alt-z h
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \backslash
18106 mathfrak
18107 \series bold
18108
18109 \begin_inset ERT
18110 status collapsed
18111
18112 \begin_layout Plain Layout
18113
18114
18115 \backslash
18116 leer 
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \series default
18123 AbC
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Formula $\mathfrak{AbC}$
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 -
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 </lyxtabular>
18151
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \begin_layout Standard
18158 \align center
18159 \begin_inset Tabular
18160 <lyxtabular version="3" rows="5" columns="3">
18161 <features>
18162 <column alignment="center" valignment="top" width="0">
18163 <column alignment="center" valignment="top" width="0">
18164 <column alignment="center" valignment="top" width="0">
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 Befehl
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 Ergebnis
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Tastenkürzel
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \backslash
18201 mathit
18202 \series bold
18203
18204 \begin_inset ERT
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208
18209
18210 \backslash
18211 leer 
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \series default
18218 AbC
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 \begin_inset Formula $\mathit{AbC}$
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 -
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \backslash
18252 mathrm
18253 \series bold
18254
18255 \begin_inset ERT
18256 status collapsed
18257
18258 \begin_layout Plain Layout
18259
18260
18261 \backslash
18262 leer 
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \series default
18269 AbC
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 \begin_inset Formula $\mathrm{AbC}$
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Alt-z r
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 mathsf
18304 \series bold
18305
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 leer 
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \series default
18320 AbC
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Formula $\mathsf{AbC}$
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 Alt-z s
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 </row>
18347 <row>
18348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \backslash
18354 mathtt
18355 \series bold
18356
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 leer 
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \series default
18371 AbC
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 \begin_inset Formula $\mathtt{AbC}$
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 Alt-z c
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 </lyxtabular>
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 \begin_inset Note Greyedout
18407 status open
18408
18409 \begin_layout Plain Layout
18410
18411 \series bold
18412 Achtung:
18413 \series default
18414  Die Stile 
18415 \series bold
18416
18417 \backslash
18418 mathbb
18419 \series default
18420  und 
18421 \series bold
18422
18423 \backslash
18424 mathcal
18425 \series default
18426  können nur für Großbuchstaben verwendet werden.
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 Voreingestellt ist der Stil 
18436 \series bold
18437
18438 \backslash
18439 mathnormal
18440 \series default
18441 .
18442 \end_layout
18443
18444 \begin_layout Standard
18445 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18446 \begin_inset Formula \[
18447 \mathfrak{A=\frac{b}{C}}\]
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Standard
18455 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18456 ile, sondern in dem Textschriftstil 
18457 \series bold
18458
18459 \backslash
18460 textrm
18461 \series default
18462 .
18463  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18464  Fehler in LyX .
18465 \begin_inset Foot
18466 status collapsed
18467
18468 \begin_layout Plain Layout
18469 \begin_inset ERT
18470 status collapsed
18471
18472 \begin_layout Plain Layout
18473
18474
18475 \backslash
18476 href{http://bugzilla.lyx.org/show_bug.cgi?id=4091}{
18477 \end_layout
18478
18479 \end_inset
18480
18481 LyX-Fehler #4091
18482 \begin_inset ERT
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486
18487 }
18488 \end_layout
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \begin_layout Standard
18501 Anstelle der Stilbefehle kann man auch den Dialog 
18502 \family sans
18503 Bearbeiten\SpecialChar \menuseparator
18504 Mathe\SpecialChar \menuseparator
18505 Text-Stil
18506 \family default
18507  oder den Mathe-Werkzeugleistenknopf 
18508 \begin_inset Graphics
18509         filename ../../images/math/font.png
18510         embed ""
18511         scale 85
18512
18513 \end_inset
18514
18515  verwenden.
18516 \end_layout
18517
18518 \begin_layout Subsection
18519 Fett gedruckte Formeln
18520 \begin_inset CommandInset label
18521 LatexCommand label
18522 name "sub:Fett-gedruckte-Formeln"
18523
18524 \end_inset
18525
18526
18527 \begin_inset Index
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531 Formel ! fett gedruckte
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Standard
18540 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18541  Kapitel angegebenen Befehl 
18542 \series bold
18543
18544 \backslash
18545 mathbf
18546 \series default
18547  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18548  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18549  Formel gut erkennt:
18550 \end_layout
18551
18552 \begin_layout Standard
18553 \begin_inset Formula \[
18554 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash  mathbf}\]
18555
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \begin_layout Standard
18562 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18563 \series bold
18564
18565 \backslash
18566 boldsymbol
18567 \series default
18568 :
18569 \begin_inset Formula \[
18570 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash  boldsymbol}}\]
18571
18572 \end_inset
18573
18574 Es gibt auch die Möglichkeit die Formel in eine 
18575 \series bold
18576 boldmath-Umgebung
18577 \series default
18578  zu setzen.
18579  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18580 \series bold
18581
18582 \backslash
18583 boldmath
18584 \begin_inset Index
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588 Befehle ! B ! 
18589 \backslash
18590 boldmath
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \series default
18597  eingibt.
18598  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18599 \series bold
18600
18601 \backslash
18602 unboldmath
18603 \begin_inset Index
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 Befehle ! U ! 
18608 \backslash
18609 unboldmath
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \series default
18616  ein.
18617 \begin_inset ERT
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621
18622
18623 \backslash
18624 boldmath 
18625 \end_layout
18626
18627 \end_inset
18628
18629
18630 \begin_inset Formula \[
18631 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18632
18633 \end_inset
18634
18635
18636 \begin_inset ERT
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640
18641
18642 \backslash
18643 unboldmath 
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \begin_layout Subsection
18652 Schriftgrößen
18653 \begin_inset CommandInset label
18654 LatexCommand label
18655 name "sub:Schriftgrößen"
18656
18657 \end_inset
18658
18659
18660 \begin_inset Index
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664 Schriften ! Schriftgrößen
18665 \end_layout
18666
18667 \end_inset
18668
18669
18670 \end_layout
18671
18672 \begin_layout Standard
18673 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18674 le:
18675 \end_layout
18676
18677 \begin_layout Standard
18678
18679 \series bold
18680
18681 \backslash
18682 Huge
18683 \series default
18684
18685 \series bold
18686
18687 \backslash
18688 huge
18689 \series default
18690
18691 \series bold
18692
18693 \backslash
18694 LARGE
18695 \series default
18696
18697 \series bold
18698
18699 \backslash
18700 Large
18701 \series default
18702
18703 \series bold
18704
18705 \backslash
18706 large
18707 \series default
18708
18709 \series bold
18710
18711 \backslash
18712 normalsize
18713 \series default
18714
18715 \series bold
18716
18717 \backslash
18718 small
18719 \series default
18720
18721 \series bold
18722
18723 \backslash
18724 footnotesize
18725 \series default
18726 ,
18727 \begin_inset ERT
18728 status collapsed
18729
18730 \begin_layout Plain Layout
18731
18732
18733 \backslash
18734 linebreak 
18735 \end_layout
18736
18737 \end_inset
18738
18739  
18740 \series bold
18741
18742 \backslash
18743 scriptsize
18744 \series default
18745  und 
18746 \series bold
18747
18748 \backslash
18749 tiny
18750 \end_layout
18751
18752 \begin_layout Standard
18753 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18754  ab, die dem Befehl 
18755 \series bold
18756
18757 \backslash
18758 normalsize
18759 \series default
18760  entspricht.
18761  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18762 \series bold
18763
18764 \backslash
18765 normalsize
18766 \series default
18767 .
18768  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18769  Beträgt z.
18770 \begin_inset Space \thinspace{}
18771 \end_inset
18772
18773 B.
18774  die Dokumentschriftgröße 12
18775 \begin_inset Space \thinspace{}
18776 \end_inset
18777
18778 pt, produziert der Befehl 
18779 \series bold
18780
18781 \backslash
18782 Huge
18783 \series default
18784  dasselbe wie 
18785 \series bold
18786
18787 \backslash
18788 huge
18789 \series default
18790 .
18791  
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18796  Größe aller nachfolgenden Formel- und Textzeichen fest.
18797  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18798  TeX-Modus den Befehl 
18799 \series bold
18800
18801 \backslash
18802 normalsize
18803 \series default
18804  ein.
18805 \end_layout
18806
18807 \begin_layout Standard
18808 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18809  mathematischen Text geändert werden.
18810  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18811  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18812  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18813  Dazu zwei Beispiele:
18814 \begin_inset VSpace -2mm
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 huge 
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \begin_inset Formula \[
18835 A=\frac{B}{c}\cdot\maltese\]
18836
18837 \end_inset
18838
18839
18840 \begin_inset Formula \[
18841 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18842
18843 \end_inset
18844
18845
18846 \begin_inset ERT
18847 status collapsed
18848
18849 \begin_layout Plain Layout
18850
18851
18852 \backslash
18853 normalsize 
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset VSpace medskip
18863 \end_inset
18864
18865 Vor beiden Formeln wurde der Befehl 
18866 \series bold
18867
18868 \backslash
18869 huge
18870 \series default
18871  eingegeben.
18872  Der Befehl für die zweite Formel lautet:
18873 \begin_inset Newline newline
18874 \end_inset
18875
18876
18877 \series bold
18878
18879 \backslash
18880 maltese
18881 \begin_inset ERT
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885
18886
18887 \backslash
18888 leer 
18889 \end_layout
18890
18891 \end_inset
18892
18893 A M-m m 
18894 \backslash
18895 Large
18896 \begin_inset ERT
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900
18901
18902 \backslash
18903 leer 
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \backslash
18910 maltese
18911 \begin_inset ERT
18912 status collapsed
18913
18914 \begin_layout Plain Layout
18915
18916
18917 \backslash
18918 leer 
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \backslash
18925 textit
18926 \begin_inset ERT
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 leer 
18934 \end_layout
18935
18936 \end_inset
18937
18938 A
18939 \begin_inset Formula $\to$
18940 \end_inset
18941
18942
18943 \begin_inset Formula $\to$
18944 \end_inset
18945
18946
18947 \begin_inset Newline newline
18948 \end_inset
18949
18950
18951 \begin_inset ERT
18952 status collapsed
18953
18954 \begin_layout Plain Layout
18955
18956
18957 \backslash
18958 hspace*{1cm}
18959 \end_layout
18960
18961 \end_inset
18962
18963 M-m
18964 \series default
18965  
18966 \series bold
18967
18968 \backslash
18969 tiny
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 leer 
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \backslash
18984 maltese
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 leer 
18993 \end_layout
18994
18995 \end_inset
18996
18997
18998 \backslash
18999 textit
19000 \begin_inset ERT
19001 status collapsed
19002
19003 \begin_layout Plain Layout
19004
19005
19006 \backslash
19007 leer 
19008 \end_layout
19009
19010 \end_inset
19011
19012 A
19013 \end_layout
19014
19015 \begin_layout Standard
19016 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19017  immer in der Standardgröße dargestellt.
19018 \end_layout
19019
19020 \begin_layout Section
19021 Griechische Buchstaben
19022 \begin_inset Index
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 griechische Buchstaben
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \begin_layout Standard
19035 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19036  
19037 \begin_inset Graphics
19038         filename ../../images/math/alpha.png
19039         embed ""
19040         scale 85
19041
19042 \end_inset
19043
19044  eingefügt werden.
19045 \end_layout
19046
19047 \begin_layout Subsection
19048 Kleine Buchstaben
19049 \begin_inset CommandInset label
19050 LatexCommand label
19051 name "sub:Kleine-Buchstaben"
19052
19053 \end_inset
19054
19055
19056 \begin_inset Index
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060 griechische Buchstaben ! kleine
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 \begin_inset Space \hfill{}
19070 \end_inset
19071
19072
19073 \begin_inset Tabular
19074 <lyxtabular version="3" rows="11" columns="2">
19075 <features>
19076 <column alignment="center" valignment="top" width="0pt">
19077 <column alignment="center" valignment="top" width="0pt">
19078 <row>
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 Befehl
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 Ergebnis
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \backslash
19105 alpha
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 \begin_inset Formula $\alpha$
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \backslash
19130 beta
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Formula $\beta$
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 gamma
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 \begin_inset Formula $\gamma$
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \backslash
19180 delta
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $\delta$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \backslash
19205 epsilon
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Formula $\epsilon$
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \backslash
19230 varepsilon
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Formula $\varepsilon$
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \backslash
19255 zeta
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Formula $\zeta$
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \backslash
19280 eta
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $\eta$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 theta
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\theta$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 vartheta
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula $\vartheta$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 </lyxtabular>
19349
19350 \end_inset
19351
19352
19353 \begin_inset Space \hfill{}
19354 \end_inset
19355
19356
19357 \begin_inset Tabular
19358 <lyxtabular version="3" rows="12" columns="2">
19359 <features>
19360 <column alignment="center" valignment="top" width="0pt">
19361 <column alignment="center" valignment="top" width="0pt">
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 Befehl
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 Ergebnis
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 iota
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\iota$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 kappa
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\kappa$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 varkappa
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\varkappa$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 lambda
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\lambda$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 mu
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\mu$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 nu
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\nu$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 xi
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\xi$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 o
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Formula $o$
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 pi
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\pi$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 varpi
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\varpi$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 rho
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\rho$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 </lyxtabular>
19656
19657 \end_inset
19658
19659
19660 \begin_inset Space \hfill{}
19661 \end_inset
19662
19663
19664 \begin_inset Tabular
19665 <lyxtabular version="3" rows="11" columns="2">
19666 <features>
19667 <column alignment="center" valignment="top" width="0pt">
19668 <column alignment="center" valignment="top" width="0pt">
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 Befehl
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 Ergebnis
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 <row>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \backslash
19696 varrho
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Formula $\varrho$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 sigma
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\sigma$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 varsigma
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\varsigma$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 tau
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\tau$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \backslash
19796 upsilon
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 \begin_inset Formula $\upsilon$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 </row>
19814 <row>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \backslash
19821 phi
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $\phi$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 varphi
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\varphi$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 chi
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\chi$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 psi
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\psi$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 omega
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\omega$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 </lyxtabular>
19940
19941 \end_inset
19942
19943
19944 \begin_inset Space \hfill{}
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset VSpace medskip
19952 \end_inset
19953
19954 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19955 \begin_inset CommandInset ref
19956 LatexCommand ref
19957 reference "sub:Aufrechte-kleine-griechische"
19958
19959 \end_inset
19960
19961  beschrieben.
19962 \end_layout
19963
19964 \begin_layout Subsection
19965 Große Buchstaben
19966 \begin_inset Index
19967 status collapsed
19968
19969 \begin_layout Plain Layout
19970 griechische Buchstaben ! große
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Standard
19979 \begin_inset Space \hfill{}
19980 \end_inset
19981
19982
19983 \begin_inset Tabular
19984 <lyxtabular version="3" rows="7" columns="2">
19985 <features>
19986 <column alignment="center" valignment="top" width="0pt">
19987 <column alignment="center" valignment="top" width="0pt">
19988 <row>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 Befehl
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 Ergebnis
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 <row>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \backslash
20015 Gamma
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $\Gamma$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \backslash
20040 Delta
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 \begin_inset Formula $\Delta$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \backslash
20065 Theta
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 \begin_inset Formula $\Theta$
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 </row>
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088
20089 \backslash
20090 Lambda
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset Formula $\Lambda$
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 </row>
20108 <row>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113
20114 \backslash
20115 Xi
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $\Xi$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 <row>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138
20139 \backslash
20140 Pi
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $\Pi$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 </row>
20158 </lyxtabular>
20159
20160 \end_inset
20161
20162
20163 \begin_inset Space \hfill{}
20164 \end_inset
20165
20166
20167 \begin_inset Tabular
20168 <lyxtabular version="3" rows="6" columns="2">
20169 <features>
20170 <column alignment="center" valignment="top" width="0pt">
20171 <column alignment="center" valignment="top" width="0pt">
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 Befehl
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 Ergebnis
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197
20198 \backslash
20199 Sigma
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 \begin_inset Formula $\Sigma$
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \backslash
20224 Upsilon
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\Upsilon$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 Phi
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\Phi$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 Psi
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\Psi$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 Omega
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\Omega$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 </lyxtabular>
20318
20319 \end_inset
20320
20321
20322 \begin_inset Space \hfill{}
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Standard
20329 \begin_inset VSpace medskip
20330 \end_inset
20331
20332 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20333  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20334  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20335  mit 
20336 \series bold
20337 var
20338 \series default
20339 .
20340  So ergibt z.
20341 \begin_inset Space \thinspace{}
20342 \end_inset
20343
20344 B.
20345  der Befehl 
20346 \series bold
20347
20348 \backslash
20349 varGamma
20350 \series default
20351
20352 \begin_inset Formula $\varGamma $
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Subsection
20359 Fett gedruckte Buchstaben
20360 \begin_inset Index
20361 status collapsed
20362
20363 \begin_layout Plain Layout
20364 griechische Buchstaben ! fett gedruckte
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Standard
20373 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20374  Schriftstilen darstellen.
20375  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20376 \series bold
20377
20378 \backslash
20379 boldsymbol
20380 \series default
20381
20382 \begin_inset Index
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386 Befehle ! B ! 
20387 \backslash
20388 boldsymbol
20389 \end_layout
20390
20391 \end_inset
20392
20393  fett gedruckt auszugeben.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 \align center
20398 \begin_inset Tabular
20399 <lyxtabular version="3" rows="3" columns="2">
20400 <features>
20401 <column alignment="center" valignment="top" width="0">
20402 <column alignment="center" valignment="top" width="0">
20403 <row>
20404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 Befehl
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 Ergebnis
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 Upsilon
20431 \backslash
20432 boldsymbol
20433 \backslash
20434 Upsilon
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 theta
20460 \backslash
20461 boldsymbol
20462 \backslash
20463 theta
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset Formula $\theta\boldsymbol{\theta}$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 </lyxtabular>
20482
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Section
20489 Symbole
20490 \begin_inset ERT
20491 status collapsed
20492
20493 \begin_layout Plain Layout
20494
20495
20496 \backslash
20497 texorpdfstring{
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \begin_inset Foot
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20508  
20509 \begin_inset CommandInset citation
20510 LatexCommand cite
20511 key "Symbole"
20512
20513 \end_inset
20514
20515 .
20516 \end_layout
20517
20518 \end_inset
20519
20520
20521 \begin_inset ERT
20522 status collapsed
20523
20524 \begin_layout Plain Layout
20525
20526 }{}
20527 \end_layout
20528
20529 \end_inset
20530
20531
20532 \begin_inset Note Note
20533 status collapsed
20534
20535 \begin_layout Plain Layout
20536
20537 \series bold
20538
20539 \backslash
20540 texorpdfstring
20541 \series default
20542  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20543 \end_layout
20544
20545 \begin_layout Plain Layout
20546 Näheres zu 
20547 \series bold
20548
20549 \backslash
20550 texorpdfstring
20551 \series default
20552  steht in Kapitel 
20553 \begin_inset CommandInset ref
20554 LatexCommand ref
20555 reference "sub:Formeln-in-Überschriften"
20556
20557 \end_inset
20558
20559 .
20560 \end_layout
20561
20562 \end_inset
20563
20564
20565 \begin_inset Index
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 Symbole
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Standard
20578 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20579
20580 leistenknöpfe 
20581 \begin_inset Graphics
20582         filename ../../images/math/nabla.png
20583         embed ""
20584         scale 85
20585
20586 \end_inset
20587
20588  und 
20589 \begin_inset Graphics
20590         filename ../../images/math/digamma.png
20591         embed ""
20592         scale 85
20593
20594 \end_inset
20595
20596  eingefügt werden.
20597 \end_layout
20598
20599 \begin_layout Standard
20600 \begin_inset Newpage newpage
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \begin_layout Subsection
20607 Mathematische Symbole
20608 \begin_inset CommandInset label
20609 LatexCommand label
20610 name "sub:Mathematische-Symbole"
20611
20612 \end_inset
20613
20614
20615 \begin_inset Index
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 Symbole ! mathematische
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Standard
20628 \begin_inset Space \hfill{}
20629 \end_inset
20630
20631
20632 \begin_inset Tabular
20633 <lyxtabular version="3" rows="10" columns="2">
20634 <features>
20635 <column alignment="center" valignment="top" width="0pt">
20636 <column alignment="center" valignment="top" width="0pt">
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Befehl
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Ergebnis
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 neg
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\neg$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Im
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\Im$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Re
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Re$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 aleph
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\aleph$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 partial
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\partial$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \backslash
20789 infty
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Formula $\infty$
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \backslash
20814 wp
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\wp$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 imath
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\imath$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 jmath
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\jmath$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 </lyxtabular>
20883
20884 \end_inset
20885
20886
20887 \begin_inset Space \hfill{}
20888 \end_inset
20889
20890
20891 \begin_inset Tabular
20892 <lyxtabular version="3" rows="10" columns="2">
20893 <features>
20894 <column alignment="center" valignment="top" width="0pt">
20895 <column alignment="center" valignment="top" width="0pt">
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 Befehl
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 Ergebnis
20911 \begin_inset Note Note
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915
20916 \series bold
20917
20918 \backslash
20919 raisebox
20920 \series default
20921  dient nur als Abstandhalter.
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 forall
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\forall$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \backslash
20964 exists
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 \begin_inset Formula $\exists$
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \backslash
20989 nexists
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Formula $\nexists$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \backslash
21014 emptyset
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Formula $\emptyset$
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 </row>
21032 <row>
21033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037
21038 \backslash
21039 varnothing
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 \begin_inset Formula $\varnothing$
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 </row>
21057 <row>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062
21063 \backslash
21064 dag
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 \begin_inset Formula $\dag $
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \backslash
21089 ddag
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 \begin_inset Formula $\ddag $
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 </row>
21107 <row>
21108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112
21113 \backslash
21114 complement
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset ERT
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127
21128
21129 \backslash
21130 raisebox{-0.8mm}{
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \begin_inset Formula $\complement$
21137 \end_inset
21138
21139
21140 \begin_inset ERT
21141 status collapsed
21142
21143 \begin_layout Plain Layout
21144
21145 }
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 Bbbk
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\Bbbk$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 </lyxtabular>
21182
21183 \end_inset
21184
21185
21186 \begin_inset Space \hfill{}
21187 \end_inset
21188
21189
21190 \begin_inset Tabular
21191 <lyxtabular version="3" rows="10" columns="2">
21192 <features>
21193 <column alignment="center" valignment="top" width="0pt">
21194 <column alignment="center" valignment="top" width="0pt">
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 Befehl
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 Ergebnis
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 prime
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\prime$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 backprime
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\backprime$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 mho
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\mho$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 triangle
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\triangle$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 angle
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\angle$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \backslash
21347 measuredangle
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $\measuredangle$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 sphericalangle
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\sphericalangle$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 top
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\top$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 bot
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 \begin_inset Formula $\bot$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 </lyxtabular>
21441
21442 \end_inset
21443
21444
21445 \begin_inset Space \hfill{}
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \begin_layout Subsection
21452 Sonstige Symbole
21453 \begin_inset CommandInset label
21454 LatexCommand label
21455 name "sub:Sonstige-Symbole"
21456
21457 \end_inset
21458
21459
21460 \begin_inset Index
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464 Symbole ! sonstige
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 \noindent
21474 \align center
21475 \begin_inset Tabular
21476 <lyxtabular version="3" rows="10" columns="2">
21477 <features>
21478 <column alignment="center" valignment="top" width="0pt">
21479 <column alignment="center" valignment="top" width="0pt">
21480 <row>
21481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 Befehl
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 Ergebnis
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 <row>
21501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \backslash
21507 flat
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset Formula $\flat$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \backslash
21532 natural
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset Formula $\natural$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 sharp
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\sharp$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \backslash
21582 surd
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Formula $\surd$
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 </row>
21600 <row>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \backslash
21607 checkmark
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Formula $\checkmark$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 yen
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\yen$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 pounds
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\pounds $
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 $
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $\$$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 </row>
21698 <row>
21699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 §
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $§$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \begin_inset Tabular
21727 <lyxtabular version="3" rows="10" columns="2">
21728 <features>
21729 <column alignment="center" valignment="top" width="0">
21730 <column alignment="center" valignment="top" width="0">
21731 <row>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 Befehl
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 Ergebnis
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 hbar
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\hbar$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 hslash
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset Formula $\hslash$
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 </row>
21801 <row>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806
21807 \backslash
21808 clubsuit
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Formula $\clubsuit$
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \backslash
21833 spadesuit
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Formula $\spadesuit$
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \backslash
21858 bigstar
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 \begin_inset Formula $\bigstar$
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \backslash
21883 blacklozenge
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 \begin_inset Formula $\blacklozenge$
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 blacktriangle
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\blacktriangle$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 blacktiangledown
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\blacktriangledown$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 bullet
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\bullet$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 </lyxtabular>
21977
21978 \end_inset
21979
21980
21981 \begin_inset Tabular
21982 <lyxtabular version="3" rows="10" columns="2">
21983 <features>
21984 <column alignment="center" valignment="top" width="0pt">
21985 <column alignment="center" valignment="top" width="0pt">
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 Befehl
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 Ergebnis
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \backslash
22013 diamondsuit
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 \begin_inset Formula $\diamondsuit$
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \backslash
22038 Diamond
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Formula $\Diamond$
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 </row>
22056 <row>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061
22062 \backslash
22063 heartsuit
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Formula $\heartsuit$
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \backslash
22088 P
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Formula $\P $
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 <row>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \backslash
22113 copyright
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Formula $\copyright $
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \backslash
22138 circledR
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $\circledR$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 maltese
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Formula $\maltese$
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \backslash
22188 diagup
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 \begin_inset Formula $\diagup$
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \backslash
22213 diagdown
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $\diagdown$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 </lyxtabular>
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset VSpace medskip
22240 \end_inset
22241
22242 Weitere Symbole sind in 
22243 \begin_inset CommandInset ref
22244 LatexCommand ref
22245 reference "sub:Sonstige-Sonderzeichen"
22246
22247 \end_inset
22248
22249  aufgelistet.
22250 \end_layout
22251
22252 \begin_layout Standard
22253 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22254  
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "sub:Schriftgrößen"
22258
22259 \end_inset
22260
22261 .
22262 \end_layout
22263
22264 \begin_layout Subsection
22265 Das Euro-Symbol €
22266 \begin_inset Index
22267 status collapsed
22268
22269 \begin_layout Plain Layout
22270 Symbole ! Euro-Symbol
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \begin_inset Index
22277 status collapsed
22278
22279 \begin_layout Plain Layout
22280 \begin_inset ERT
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284
22285
22286 \backslash
22287 officialeuro
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22302
22303 \series bold
22304 eurosym
22305 \series default
22306
22307 \begin_inset Index
22308 status collapsed
22309
22310 \begin_layout Plain Layout
22311 Pakete ! eurosym
22312 \end_layout
22313
22314 \end_inset
22315
22316  installieren und dieses mit der LaTeX-Vorspannzeile
22317 \end_layout
22318
22319 \begin_layout Standard
22320
22321 \series bold
22322
22323 \backslash
22324 usepackage[gennarrow]{eurosym}
22325 \end_layout
22326
22327 \begin_layout Standard
22328 aktivieren.
22329  Das Euro-Symbol kann man nun mit dem Befehl 
22330 \series bold
22331
22332 \backslash
22333 euro
22334 \series default
22335
22336 \begin_inset Index
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 Befehle ! E ! 
22341 \backslash
22342 euro
22343 \end_layout
22344
22345 \end_inset
22346
22347  aufrufen.
22348 \end_layout
22349
22350 \begin_layout Standard
22351 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22352  eingeben, ohne 
22353 \series bold
22354 eurosym
22355 \series default
22356  installiert zu haben.
22357  Ist 
22358 \series bold
22359 eurosym
22360 \series default
22361  installiert, kann man 
22362 \series bold
22363
22364 \backslash
22365 euro
22366 \series default
22367  auch im TeX-Modus eingeben.
22368  Das offizielle Währungssymbol erhält man dann über den Befehl 
22369 \series bold
22370
22371 \backslash
22372 officialeuro
22373 \series default
22374
22375 \begin_inset Index
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379 Befehle ! O ! 
22380 \backslash
22381 officialeuro
22382 \end_layout
22383
22384 \end_inset
22385
22386 , der nur im TeX-Modus verfügbar ist.
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 ifeurosym 
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \begin_inset Note Note
22404 status open
22405
22406 \begin_layout Plain Layout
22407 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22408 \series bold
22409 eurosym
22410 \series default
22411  installiert ist:
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Standard
22420 Eine Übersicht der verschiedenen Euro-Symbole:
22421 \end_layout
22422
22423 \begin_layout Standard
22424 \align center
22425 \begin_inset Tabular
22426 <lyxtabular version="3" rows="4" columns="3">
22427 <features>
22428 <column alignment="center" valignment="top" width="0pt">
22429 <column alignment="center" valignment="top" width="0pt">
22430 <column alignment="center" valignment="top" width="0pt">
22431 <row>
22432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Befehl 
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Ergebnis
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 Formel
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 euro
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\euro $
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 mathematischer Text
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\mbox{€}$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 TeX-Modus
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \backslash
22542 officialeuro
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset ERT
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555
22556
22557 \backslash
22558 officialeuro
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 </lyxtabular>
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Standard
22577 \begin_inset ERT
22578 status collapsed
22579
22580 \begin_layout Plain Layout
22581
22582
22583 \backslash
22584 else 
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \begin_inset Note Note
22591 status open
22592
22593 \begin_layout Plain Layout
22594 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22595 \series bold
22596 eurosym
22597 \series default
22598  nicht installiert ist:
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Standard
22607 Das LaTeX-Paket 
22608 \series bold
22609 eurosym 
22610 \series default
22611 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \begin_inset ERT
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619
22620
22621 \backslash
22622 fi 
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Section
22631 Relationen
22632 \begin_inset CommandInset label
22633 LatexCommand label
22634 name "sec:Relationen"
22635
22636 \end_inset
22637
22638
22639 \begin_inset Index
22640 status collapsed
22641
22642 \begin_layout Plain Layout
22643 Relationen
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \begin_inset Index
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 Vergleiche|see
22654 \begin_inset ERT
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658
22659 {
22660 \end_layout
22661
22662 \end_inset
22663
22664 Relationen
22665 \begin_inset ERT
22666 status collapsed
22667
22668 \begin_layout Plain Layout
22669
22670 }
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22685  
22686 \begin_inset Graphics
22687         filename ../../images/math/leq.png
22688         embed ""
22689         scale 85
22690
22691 \end_inset
22692
22693  eingefügt werden.
22694 \end_layout
22695
22696 \begin_layout Standard
22697 \begin_inset Space \hfill{}
22698 \end_inset
22699
22700
22701 \begin_inset Tabular
22702 <lyxtabular version="3" rows="17" columns="2">
22703 <features>
22704 <column alignment="center" valignment="top" width="0pt">
22705 <column alignment="center" valignment="top" width="0pt">
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 Befehl
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 Ergebnis
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 <
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $<$
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \backslash
22756 le
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Formula $\le$
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \backslash
22781 ll
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\ll$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804
22805 \backslash
22806 prec
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Formula $\prec$
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 <row>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829
22830 \backslash
22831 preceq
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 \begin_inset Formula $\preceq$
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 <row>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854
22855 \backslash
22856 subset
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 \begin_inset Formula $\subset$
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 <row>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879
22880 \backslash
22881 subseteq
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 \begin_inset Formula $\subseteq$
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 sqsubseteq
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\sqsubseteq$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929
22930 \backslash
22931 in
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Formula $\in$
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954
22955 \backslash
22956 vdash
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Formula $\vdash$
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 </row>
22974 <row>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \backslash
22981 smile
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 \begin_inset Formula $\smile$
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 lhd
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset Formula $\lhd$
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \backslash
23031 unlhd
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Formula $\unlhd$
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \backslash
23056 gtrless
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Formula $\gtrless$
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079
23080 \backslash
23081 mid
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $\mid$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 nmid
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\nmid$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 </lyxtabular>
23125
23126 \end_inset
23127
23128
23129 \begin_inset Space \hfill{}
23130 \end_inset
23131
23132
23133 \begin_inset Tabular
23134 <lyxtabular version="3" rows="17" columns="2">
23135 <features>
23136 <column alignment="center" valignment="top" width="0pt">
23137 <column alignment="center" valignment="top" width="0pt">
23138 <row>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 Befehl
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 Ergebnis
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 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $=$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \backslash
23188 not=
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Formula $\not=$
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 </row>
23206 <row>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \backslash
23213 equiv
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\equiv$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 sim
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\sim$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 simeq
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\simeq$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 <row>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286
23287 \backslash
23288 approx
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $\approx$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 cong
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\cong$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 bowtie
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\bowtie$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 notin
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\notin$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 perp
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\perp$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 propto
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\propto$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 asymp
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\asymp$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 doteq
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\doteq$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 circeq
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\circeq$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 models
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\models$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 widehat=
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\widehat{=}$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 </lyxtabular>
23557
23558 \end_inset
23559
23560
23561 \begin_inset Space \hfill{}
23562 \end_inset
23563
23564
23565 \begin_inset Tabular
23566 <lyxtabular version="3" rows="17" columns="2">
23567 <features>
23568 <column alignment="center" valignment="top" width="0pt">
23569 <column alignment="center" valignment="top" width="0pt">
23570 <row>
23571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 Befehl
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 Ergebnis
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 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $>$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 ge
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\ge$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 gg
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\gg$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 succ
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\succ$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 succeq
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\succeq$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 supset
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\supset$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 supseteq
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\supseteq$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 sqsupseteq
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\sqsupseteq$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 ni
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\ni$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 dashv
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\dashv$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 frown
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\frown$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 rhd
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\rhd$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 unrhd
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\unrhd$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 lessgtr
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\lessgtr$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 parallel
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\parallel$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 nparallel
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\nparallel$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 </lyxtabular>
23989
23990 \end_inset
23991
23992
23993 \begin_inset Space \hfill{}
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \begin_inset VSpace medskip
24001 \end_inset
24002
24003 Die Zeichen 
24004 \series bold
24005
24006 \backslash
24007 lhd
24008 \series default
24009  bzw.
24010  
24011 \series bold
24012
24013 \backslash
24014 rhd
24015 \series default
24016  sind größer als die gleich aussehenden Operatoren
24017 \begin_inset ERT
24018 status collapsed
24019
24020 \begin_layout Plain Layout
24021
24022
24023 \backslash
24024 linebreak 
24025 \end_layout
24026
24027 \end_inset
24028
24029  
24030 \series bold
24031
24032 \backslash
24033 triangleleft
24034 \series default
24035  bzw.
24036  
24037 \series bold
24038
24039 \backslash
24040 triangleright
24041 \series default
24042 .
24043 \end_layout
24044
24045 \begin_layout Standard
24046 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24047 \end_layout
24048
24049 \begin_layout Standard
24050 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24051 \series bold
24052
24053 \backslash
24054 stackrel
24055 \series default
24056
24057 \begin_inset Index
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061 Befehle ! S ! 
24062 \backslash
24063 stackrel
24064 \end_layout
24065
24066 \end_inset
24067
24068  erstellt werden:
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \align center
24073 \begin_inset Tabular
24074 <lyxtabular version="3" rows="2" columns="2">
24075 <features>
24076 <column alignment="center" valignment="top" width="0">
24077 <column alignment="center" valignment="top" width="0">
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 Befehl
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 Ergebnis
24093 \begin_inset Note Note
24094 status collapsed
24095
24096 \begin_layout Plain Layout
24097
24098 \series bold
24099
24100 \backslash
24101 raisebox
24102 \series default
24103  dient nur als Abstandhalter.
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 A(r)
24120 \backslash
24121 stackrel
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127
24128 \backslash
24129 leer 
24130 \end_layout
24131
24132 \end_inset
24133
24134 r
24135 \backslash
24136 to
24137 \backslash
24138 infty
24139 \begin_inset ERT
24140 status collapsed
24141
24142 \begin_layout Plain Layout
24143
24144
24145 \backslash
24146 leer 
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \begin_inset Formula $\downarrow$
24153 \end_inset
24154
24155
24156 \backslash
24157 approx
24158 \begin_inset ERT
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162
24163
24164 \backslash
24165 leer 
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \begin_inset ERT
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175
24176
24177 \backslash
24178 leer 
24179 \end_layout
24180
24181 \end_inset
24182
24183 B
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 </row>
24201 </lyxtabular>
24202
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \begin_layout Standard
24209 \begin_inset Newpage newpage
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \begin_layout Section
24216 Funktionen
24217 \end_layout
24218
24219 \begin_layout Subsection
24220 Vordefinierte Funktionen
24221 \begin_inset CommandInset label
24222 LatexCommand label
24223 name "sub:Vordefinierte-Funktionen"
24224
24225 \end_inset
24226
24227
24228 \begin_inset Index
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232 Funktionen ! vordefinierte
24233 \end_layout
24234
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \begin_layout Standard
24241 Allgemein werden in mathematischen Ausdrücken Variablen 
24242 \shape italic
24243 kursiv
24244 \shape default
24245  gesetzt, Funktionsnamen hingegen nicht, denn 
24246 \begin_inset Formula $sin$
24247 \end_inset
24248
24249  könnte als 
24250 \begin_inset Formula $s\cdot i\cdot n$
24251 \end_inset
24252
24253  missverstanden werden.
24254  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24255 en etwas abgesetzt sind.
24256  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24257 \end_layout
24258
24259 \begin_layout Standard
24260 \align center
24261 \begin_inset Tabular
24262 <lyxtabular version="3" rows="2" columns="4">
24263 <features>
24264 <column alignment="center" valignment="top" width="0pt">
24265 <column alignment="center" valignment="top" width="0pt">
24266 <column alignment="center" valignment="top" width="0pt">
24267 <column alignment="center" valignment="top" width="0pt">
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 Befehl
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 Ergebnis
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 Befehl
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 Ergebnis
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 </row>
24306 <row>
24307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 Asin(x)+B
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $Asin(x)+B$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 A
24333 \backslash
24334 sin(x)+B
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 \begin_inset Formula $A\sin(x)+B$
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 </lyxtabular>
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Standard
24360 Folgende Funktionen sind vordefiniert:
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset VSpace -2mm
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \begin_layout Standard
24371 \align center
24372 \begin_inset Tabular
24373 <lyxtabular version="3" rows="9" columns="4">
24374 <features>
24375 <column alignment="center" valignment="top" width="0pt">
24376 <column alignment="center" valignment="top" width="0pt">
24377 <column alignment="center" valignment="top" width="0pt">
24378 <column alignment="center" valignment="top" width="0pt">
24379 <row>
24380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 Befehl
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 Befehl
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 Befehl
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 Befehl
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 </row>
24417 <row>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422
24423 \backslash
24424 sin
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433
24434 \backslash
24435 sinh
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 arcsin
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 sup
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 </row>
24463 <row>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 cos
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \backslash
24481 cosh
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
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 arccos
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 inf
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 </row>
24509 <row>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 tan
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 tanh
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
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 arctan
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 lim
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 cot
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 coth
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
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 arg
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 liminf
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 <row>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 sec
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 min
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
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 deg
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \backslash
24641 limsup
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 <row>
24648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 csc
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \backslash
24665 max
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
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 det
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 Pr
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 </row>
24693 <row>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 ln
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 exp
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
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 dim
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \backslash
24733 hom
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 </row>
24739 <row>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 lg
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 log
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766
24767 \backslash
24768 ker
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777
24778 \backslash
24779 gcd
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 </lyxtabular>
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \begin_layout Standard
24793 Sie können auch über den Mathe-Werkzeugleistenknopf 
24794 \begin_inset Graphics
24795         filename ../../images/math/functions.png
24796         embed ""
24797         scale 85
24798
24799 \end_inset
24800
24801  eingefügt werden.
24802 \end_layout
24803
24804 \begin_layout Subsection
24805 Selbst definierte Funktionen
24806 \begin_inset Index
24807 status collapsed
24808
24809 \begin_layout Plain Layout
24810 Funktionen ! selbstdefinierte
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24820 \begin_inset Space \thinspace{}
24821 \end_inset
24822
24823 B.
24824  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24825 \end_layout
24826
24827 \begin_layout Itemize
24828 Man definiert die Funktion selbst.
24829  Dazu gibt man im LaTeX-Vorspann die Zeile
24830 \begin_inset Newline newline
24831 \end_inset
24832
24833
24834 \begin_inset VSpace -3mm
24835 \end_inset
24836
24837
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841
24842 \series bold
24843
24844 \backslash
24845 DeclareMathOperator{
24846 \backslash
24847 sgn}{sgn}
24848 \series default
24849
24850 \begin_inset Index
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854 Befehle ! D ! 
24855 \backslash
24856 dbinom@
24857 \backslash
24858 DeclareMathOperator
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \begin_inset Newline newline
24865 \end_inset
24866
24867
24868 \begin_inset VSpace -2mm
24869 \end_inset
24870
24871
24872 \begin_inset Newline newline
24873 \end_inset
24874
24875 ein
24876 \begin_inset Foot
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880 Näheres zu 
24881 \series bold
24882
24883 \backslash
24884 DeclareMathOperator
24885 \series default
24886  siehe 
24887 \begin_inset CommandInset ref
24888 LatexCommand ref
24889 reference "sub:Selbstdefinierte-Operatoren"
24890
24891 \end_inset
24892
24893 .
24894 \end_layout
24895
24896 \end_inset
24897
24898 .
24899  Nun kann man mit dem Befehl 
24900 \series bold
24901
24902 \backslash
24903 sgn
24904 \series default
24905  die neu definierte Funktion aufrufen.
24906 \end_layout
24907
24908 \begin_layout Itemize
24909 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24910  Beispiel die Buchstaben 
24911 \emph on
24912 sgn
24913 \emph default
24914 , und wandelt ihn in in mathematischen Text um.
24915  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24916 \end_layout
24917
24918 \begin_layout Standard
24919 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24920  Funktion
24921 \begin_inset Foot
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24926 \end_layout
24927
24928 \end_inset
24929
24930 :
24931 \end_layout
24932
24933 \begin_layout Standard
24934 \align center
24935 \begin_inset Tabular
24936 <lyxtabular version="3" rows="3" columns="2">
24937 <features>
24938 <column alignment="center" valignment="top" width="0pt">
24939 <column alignment="center" valignment="top" width="0pt">
24940 <row>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 Befehl
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 Ergebnis
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 <row>
24961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 A
24966 \backslash
24967 sgn(x)+B
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 \begin_inset Formula $A\sgn (x)+B$
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 <row>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 A
24991 \backslash
24992 ,
24993 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24994 \end_inset
24995
24996 (x)+B
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 </lyxtabular>
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25023  mehrfach verwendet werden soll.
25024 \end_layout
25025
25026 \begin_layout Subsection
25027 Grenzwerte
25028 \begin_inset Index
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Grenzwerte
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 Für Grenzwerte sind außer 
25042 \series bold
25043
25044 \backslash
25045 lim
25046 \series default
25047
25048 \begin_inset Index
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 Befehle ! L ! 
25053 \backslash
25054 lim
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \series bold
25061
25062 \backslash
25063 liminf
25064 \series default
25065  und 
25066 \series bold
25067
25068 \backslash
25069 limsup
25070 \series default
25071  noch folgende Funktionen definiert:
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \align center
25076 \begin_inset Tabular
25077 <lyxtabular version="3" rows="5" columns="2">
25078 <features>
25079 <column alignment="center" valignment="top" width="0">
25080 <column alignment="center" valignment="top" width="0">
25081 <row>
25082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 Befehl
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 Ergebnis
25096 \begin_inset Note Note
25097 status collapsed
25098
25099 \begin_layout Plain Layout
25100
25101 \series bold
25102
25103 \backslash
25104 raisebox
25105 \series default
25106  dient nur als Abstandhalter.
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 varliminf
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Formula $\varliminf $
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 <row>
25143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 varlimsup
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset Formula $\varlimsup $
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 </row>
25167 <row>
25168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172
25173 \backslash
25174 varprojlim
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Formula $\varprojlim $
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 <row>
25193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 varinjlim
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208 \begin_inset Formula $\varinjlim $
25209 \end_inset
25210
25211
25212 \begin_inset Formula $\raisebox {-2.5mm}{}$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 </lyxtabular>
25222
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \begin_inset VSpace medskip
25230 \end_inset
25231
25232 Der Grenzwert wird durch Tiefstellen erzeugt.
25233  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25234 \end_layout
25235
25236 \begin_layout Standard
25237 \align center
25238 \begin_inset Tabular
25239 <lyxtabular version="3" rows="2" columns="2">
25240 <features>
25241 <column alignment="center" valignment="top" width="0pt">
25242 <column alignment="center" valignment="top" width="0pt">
25243 <row>
25244 <cell alignment="center" valignment="top" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248 Befehl
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257 \begin_inset ERT
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261
25262
25263 \backslash
25264 hspace{1cm}
25265 \end_layout
25266
25267 \end_inset
25268
25269 Ergebnis
25270 \begin_inset Note Note
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275 \series bold
25276
25277 \backslash
25278 hspace
25279 \series default
25280  und 
25281 \series bold
25282
25283 \backslash
25284 raisebox
25285 \series default
25286  dienen nur als Abstandhalter.
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 <row>
25298 <cell alignment="center" valignment="top" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 lim_x
25305 \backslash
25306 to
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 leer 
25315 \end_layout
25316
25317 \end_inset
25318
25319 A
25320 \begin_inset ERT
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324
25325
25326 \backslash
25327 leer 
25328 \end_layout
25329
25330 \end_inset
25331
25332 x=B
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 </lyxtabular>
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \begin_layout Standard
25358 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25359 \begin_inset Formula \[
25360 \lim_{x\to A}x=B\]
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Subsection
25368 Modulo-Funktionen
25369 \begin_inset Index
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373 Funktionen ! Modulo-
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \begin_layout Standard
25382 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25383  Varianten.
25384 \begin_inset Newpage newpage
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Die Varianten in einer abgesetzten Formel:
25392 \begin_inset Formula \begin{align*}
25393 \underline{\textrm{Befehl}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25394 \mathrm{a\backslash mod\textrm{\leer }b} &  & a\mod  b\\
25395 \mathrm{a\backslash pmod\textrm{\leer }b} &  & a\pmod  b\\
25396 \mathrm{a\backslash bmod\textrm{\leer }b} &  & a\bmod b\\
25397 \mathrm{a\backslash pod\textrm{\leer }b} &  & a\pod  b\end{align*}
25398
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \begin_layout Standard
25405 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25406  weniger Leerraum gesetzt.
25407 \end_layout
25408
25409 \begin_layout Section
25410 Sonderzeichen
25411 \begin_inset Index
25412 status collapsed
25413
25414 \begin_layout Plain Layout
25415 Sonderzeichen
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Subsection
25424 Sonderzeichen im mathematischen Text
25425 \end_layout
25426
25427 \begin_layout Standard
25428 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25429  verwendet werden:
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \begin_inset Space \hfill{}
25434 \end_inset
25435
25436
25437 \begin_inset Tabular
25438 <lyxtabular version="3" rows="8" columns="2">
25439 <features>
25440 <column alignment="block" valignment="top" width="0">
25441 <column alignment="block" valignment="top" width="0">
25442 <row>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 Befehl
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456 Ergebnis
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469 oe
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 \begin_inset Formula $\textrm{\oe }$
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485 </cell>
25486 </row>
25487 <row>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 OE
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Formula $\textrm{\OE }$
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 </row>
25512 <row>
25513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517
25518 \backslash
25519 ae
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 \begin_inset Formula $\textrm{\ae }$
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 </row>
25537 <row>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542
25543 \backslash
25544 AE
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553 \begin_inset Formula $\textrm{\AE }$
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 </row>
25562 <row>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567
25568 \backslash
25569 aa
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 \begin_inset Formula $\textrm{\aa }$
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row>
25588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 AA
25595 \begin_inset Index
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599 \begin_inset ERT
25600 status collapsed
25601
25602 \begin_layout Plain Layout
25603
25604
25605 \backslash
25606
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611
25612 {
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \begin_inset ERT
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623 }
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \end_inset
25632
25633 @
25634 \begin_inset ERT
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638
25639
25640 \backslash
25641
25642 \begin_inset ERT
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647 {
25648 \end_layout
25649
25650 \end_inset
25651
25652
25653 \begin_inset ERT
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657
25658 }
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \end_inset
25667
25668 textrm
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674 {
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \begin_inset ERT
25681 status collapsed
25682
25683 \begin_layout Plain Layout
25684
25685
25686 \backslash
25687
25688 \begin_inset ERT
25689 status collapsed
25690
25691 \begin_layout Plain Layout
25692
25693 {
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \begin_inset ERT
25700 status collapsed
25701
25702 \begin_layout Plain Layout
25703
25704 }
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713
25714 AA
25715 \begin_inset ERT
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719
25720 }
25721 \end_layout
25722
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739 \begin_inset Formula $\textrm{\AA}$
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 <row>
25749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753
25754 \backslash
25755 i
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764 \begin_inset Formula $\textrm{\i }$
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 </row>
25773 </lyxtabular>
25774
25775 \end_inset
25776
25777
25778 \begin_inset Space \hfill{}
25779 \end_inset
25780
25781
25782 \begin_inset Tabular
25783 <lyxtabular version="3" rows="8" columns="2">
25784 <features>
25785 <column alignment="block" valignment="top" width="0">
25786 <column alignment="center" valignment="top" width="0">
25787 <row>
25788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 Befehl
25793 \begin_inset Note Note
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797
25798 \series bold
25799
25800 \backslash
25801 hspace{0mm}
25802 \series default
25803  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25804  ¿ erscheinen würde.
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 Ergebnis
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 o
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\textrm{\o }$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 O
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 \begin_inset Formula $\textrm{\O}$
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 </row>
25874 <row>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Plain Layout
25879
25880 \backslash
25881 l
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890 \begin_inset Formula $\textrm{\l }$
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 </row>
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904
25905 \backslash
25906 L
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915 \begin_inset Formula $\textrm{\L }$
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 </row>
25924 <row>
25925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 !
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 hspace{0mm}
25938 \end_layout
25939
25940 \end_inset
25941
25942 `
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 leer 
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Formula $\textrm{!`}$
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 <row>
25974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 ?
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984
25985 \backslash
25986 hspace{0mm}
25987 \end_layout
25988
25989 \end_inset
25990
25991 `
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 leer 
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 \begin_inset Formula $\textrm{?`}$
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 j
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Formula $\textrm{\j }$
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 </lyxtabular>
26048
26049 \end_inset
26050
26051
26052 \begin_inset Space \hfill{}
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 Die Zeichen 
26060 \begin_inset Formula $\textrm{\textrm{Å}}$
26061 \end_inset
26062
26063  und 
26064 \begin_inset Formula $\textrm{\textrm{Ø}}$
26065 \end_inset
26066
26067  können auch über den Mathe-Werkzeugleistenknopf 
26068 \begin_inset Graphics
26069         filename ../../images/math/digamma.png
26070         embed ""
26071         scale 85
26072
26073 \end_inset
26074
26075  eingefügt werden.
26076 \end_layout
26077
26078 \begin_layout Standard
26079 Eine Ausnahme bilden die Befehle 
26080 \series bold
26081 !
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 hspace{0mm}
26090 \end_layout
26091
26092 \end_inset
26093
26094 `
26095 \series default
26096  und 
26097 \series bold
26098 ?
26099 \begin_inset ERT
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103
26104
26105 \backslash
26106 hspace{0mm}
26107 \end_layout
26108
26109 \end_inset
26110
26111 `
26112 \series default
26113 , denn man kann sie in LyX direkt in den Text eingeben.
26114 \end_layout
26115
26116 \begin_layout Subsection
26117 Akzente im Text
26118 \begin_inset CommandInset label
26119 LatexCommand label
26120 name "sub:Sonderzeichen-Akzente"
26121
26122 \end_inset
26123
26124
26125 \begin_inset Index
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129 Akzente ! im Text
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Standard
26138 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26139  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset Space \hfill{}
26144 \end_inset
26145
26146
26147 \begin_inset Tabular
26148 <lyxtabular version="3" rows="8" columns="2">
26149 <features>
26150 <column alignment="block" valignment="top" width="0">
26151 <column alignment="block" valignment="top" width="0">
26152 <row>
26153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 Befehl
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166 Ergebnis
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179
26180 \begin_inset Quotes grd
26181 \end_inset
26182
26183 e
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 "e
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 `e
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset ERT
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230
26231
26232 \backslash
26233 `e
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 ^
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 leer 
26260 \end_layout
26261
26262 \end_inset
26263
26264 e
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 ^e
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 <row>
26292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296
26297 \backslash
26298 =e
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 =e
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 u
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 leer 
26341 \end_layout
26342
26343 \end_inset
26344
26345 e
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 \begin_inset ERT
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358
26359
26360 \backslash
26361 u e
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 </row>
26372 <row>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377
26378 \backslash
26379 b
26380 \begin_inset ERT
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 leer 
26388 \end_layout
26389
26390 \end_inset
26391
26392 e
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401 \begin_inset ERT
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405
26406
26407 \backslash
26408 b e
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 <row>
26420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \backslash
26426 t
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 leer 
26435 \end_layout
26436
26437 \end_inset
26438
26439 ee
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 t ee
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 </row>
26466 </lyxtabular>
26467
26468 \end_inset
26469
26470
26471 \begin_inset Space \hfill{}
26472 \end_inset
26473
26474
26475 \begin_inset Tabular
26476 <lyxtabular version="3" rows="8" columns="2">
26477 <features>
26478 <column alignment="block" valignment="top" width="0">
26479 <column alignment="center" valignment="top" width="0">
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 Befehl
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 Ergebnis
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \backslash
26507 H
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513
26514 \backslash
26515 leer 
26516 \end_layout
26517
26518 \end_inset
26519
26520 e
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 H e
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552
26553 \backslash
26554 'e
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568
26569 \backslash
26570 'e
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 ~e
26589 \begin_inset Index
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593 Tilde
26594 \end_layout
26595
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 \begin_inset ERT
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611
26612
26613 \backslash
26614 ~e
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 <row>
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630
26631 \backslash
26632 .e
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 .e
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 <row>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664
26665 \backslash
26666 v
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 leer 
26675 \end_layout
26676
26677 \end_inset
26678
26679 e
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 v e
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 d
26714 \begin_inset ERT
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719
26720 \backslash
26721 leer 
26722 \end_layout
26723
26724 \end_inset
26725
26726 e
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 \begin_inset ERT
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739
26740
26741 \backslash
26742 d e
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 </row>
26753 <row>
26754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758
26759 \backslash
26760 c
26761 \begin_inset ERT
26762 status collapsed
26763
26764 \begin_layout Plain Layout
26765
26766
26767 \backslash
26768 leer 
26769 \end_layout
26770
26771 \end_inset
26772
26773 e
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Plain Layout
26782 \begin_inset ERT
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786
26787
26788 \backslash
26789 c e
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 </row>
26800 </lyxtabular>
26801
26802 \end_inset
26803
26804
26805 \begin_inset Space \hfill{}
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Standard
26812 \begin_inset VSpace medskip
26813 \end_inset
26814
26815 Mit dem Befehl 
26816 \series bold
26817
26818 \backslash
26819 t
26820 \series default
26821  können auch zwei verschiedene Zeichen akzentuiert werden.
26822  Der Befehl 
26823 \series bold
26824
26825 \backslash
26826 t
26827 \begin_inset ERT
26828 status collapsed
26829
26830 \begin_layout Plain Layout
26831
26832
26833 \backslash
26834 leer 
26835 \end_layout
26836
26837 \end_inset
26838
26839 sz
26840 \series default
26841  ergibt: 
26842 \begin_inset ERT
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846
26847
26848 \backslash
26849 t sz
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Die Akzente 
26859 \series bold
26860 `
26861 \series default
26862  , 
26863 \series bold
26864 '
26865 \series default
26866  und 
26867 \series bold
26868 ^
26869 \series default
26870  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26871  werden ohne den TeX-Modus zu benutzen.
26872  Dasselbe gilt für die Tilde
26873 \begin_inset Foot
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26878 \end_layout
26879
26880 \end_inset
26881
26882  
26883 \series bold
26884 ~
26885 \series default
26886  in Verbindung mit 
26887 \emph on
26888 a
26889 \emph default
26890  , 
26891 \emph on
26892 n
26893 \emph default
26894  oder 
26895 \emph on
26896 o
26897 \emph default
26898 .
26899 \end_layout
26900
26901 \begin_layout Standard
26902 Die Befehle 
26903 \series bold
26904
26905 \backslash
26906 b
26907 \series default
26908  , 
26909 \series bold
26910
26911 \backslash
26912 c
26913 \series default
26914  , 
26915 \series bold
26916
26917 \backslash
26918 d
26919 \series default
26920  , 
26921 \series bold
26922
26923 \backslash
26924 H
26925 \series default
26926  , 
26927 \series bold
26928
26929 \backslash
26930 t
26931 \series default
26932  , 
26933 \series bold
26934
26935 \backslash
26936 u
26937 \series default
26938  , 
26939 \series bold
26940
26941 \backslash
26942 v
26943 \series default
26944  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26945  Textmodus verfügbar.
26946  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26947  
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "sub:Akzente-für-ein"
26951
26952 \end_inset
26953
26954 .
26955 \end_layout
26956
26957 \begin_layout Standard
26958 \begin_inset VSpace bigskip
26959 \end_inset
26960
26961 Des Weiteren kann man mit dem Befehl 
26962 \series bold
26963
26964 \backslash
26965 textcircled
26966 \series default
26967
26968 \begin_inset Index
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Befehle ! T ! 
26973 \backslash
26974 textcircled
26975 \end_layout
26976
26977 \end_inset
26978
26979 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26980  Kreis setzen, quasi mit einem Kreis akzentuieren.
26981 \end_layout
26982
26983 \begin_layout Standard
26984 \align center
26985 \begin_inset Tabular
26986 <lyxtabular version="3" rows="3" columns="2">
26987 <features>
26988 <column alignment="center" valignment="top" width="0">
26989 <column alignment="center" valignment="top" width="0">
26990 <row>
26991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995 Befehl
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004 Ergebnis
27005 \begin_inset Note Note
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010 \series bold
27011
27012 \backslash
27013 raisebox
27014 \series default
27015  in der Formel dient nur als Abstandhalter.
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033 textcircled{w}
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Plain Layout
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 textcircled{w}
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 </row>
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065
27066 \backslash
27067 Large 
27068 \backslash
27069 textcircled{
27070 \backslash
27071 normalsize
27072 \backslash
27073 protect
27074 \backslash
27075 raisebox{-1.5pt}{W}}
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084 \begin_inset Formula $\raisebox {4.5mm}{}$
27085 \end_inset
27086
27087
27088 \begin_inset ERT
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092
27093
27094 \backslash
27095 Large 
27096 \backslash
27097 textcircled{
27098 \backslash
27099 normalsize
27100 \backslash
27101 protect
27102 \backslash
27103 raisebox{-1.5pt}W}
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \begin_inset Formula $\raisebox {-2mm}{}$
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 </row>
27118 </lyxtabular>
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \begin_layout Standard
27126 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27127  
27128 \series bold
27129
27130 \backslash
27131 Large
27132 \series default
27133
27134 \begin_inset Foot
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138 siehe 
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "sub:Schriftgrößen"
27142
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \end_inset
27149
27150  bestimmt dabei die Größe des Kreises.
27151  Mit Hilfe von 
27152 \series bold
27153
27154 \backslash
27155 raisebox
27156 \series default
27157
27158 \begin_inset Foot
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162 siehe 
27163 \begin_inset CommandInset ref
27164 LatexCommand ref
27165 reference "sub:Boxen-ohne-Rahmen"
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \end_inset
27173
27174  kann man das Zeichen zentrieren.
27175 \end_layout
27176
27177 \begin_layout Subsection
27178 Minuskelziffern
27179 \begin_inset Index
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183 Minuskelziffern
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \begin_layout Standard
27192 Minuskelziffern werden mit dem Befehl 
27193 \series bold
27194
27195 \backslash
27196 oldstylenums
27197 \series default
27198
27199 \begin_inset Index
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 Befehle ! O ! 
27204 \backslash
27205 oldstylenums
27206 \end_layout
27207
27208 \end_inset
27209
27210  erzeugt.
27211  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27212  Das Befehlsschema lautet:
27213 \end_layout
27214
27215 \begin_layout Standard
27216
27217 \series bold
27218
27219 \backslash
27220 oldstylenums{Ziffer}
27221 \end_layout
27222
27223 \begin_layout Standard
27224 Der Befehl 
27225 \series bold
27226
27227 \backslash
27228 oldstylenums{0123456789
27229 \series default
27230  ergibt: 
27231 \begin_inset Formula $\oldstylenums {0123456789}$
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Subsection
27238 Sonstige Sonderzeichen
27239 \begin_inset CommandInset label
27240 LatexCommand label
27241 name "sub:Sonstige-Sonderzeichen"
27242
27243 \end_inset
27244
27245
27246 \begin_inset Index
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250 Sonderzeichen ! sonstige
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Standard
27259 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \align center
27264 \begin_inset Tabular
27265 <lyxtabular version="3" rows="4" columns="2">
27266 <features>
27267 <column alignment="center" valignment="top" width="0">
27268 <column alignment="center" valignment="top" width="0">
27269 <row>
27270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Plain Layout
27274 Befehl
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27280 \begin_inset Text
27281
27282 \begin_layout Plain Layout
27283 Ergebnis
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 </row>
27289 <row>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Plain Layout
27294
27295 \backslash
27296 ^
27297 \begin_inset ERT
27298 status collapsed
27299
27300 \begin_layout Plain Layout
27301
27302
27303 \backslash
27304 leer 
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318 \begin_inset Formula $\mathcircumflex$
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 </row>
27327 <row>
27328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332
27333 \backslash
27334 _
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Plain Layout
27343 \begin_inset Formula $\_{} {}{}{}{}$
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \end_inset
27350 </cell>
27351 </row>
27352 <row>
27353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27354 \begin_inset Text
27355
27356 \begin_layout Plain Layout
27357 ^
27358 \begin_inset ERT
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362
27363
27364 \backslash
27365 leer 
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \backslash
27372 circ
27373 \begin_inset Index
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 °
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391 \begin_inset Formula $^{\circ}$
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 </row>
27400 </lyxtabular>
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27409  folgende Zeile enthält
27410 \begin_inset Foot
27411 status collapsed
27412
27413 \begin_layout Plain Layout
27414 Mehr dazu ist in 
27415 \begin_inset CommandInset ref
27416 LatexCommand ref
27417 reference "sub:Textzeichen-in-Formeln"
27418
27419 \end_inset
27420
27421  beschrieben.
27422 \end_layout
27423
27424 \end_inset
27425
27426 :
27427 \end_layout
27428
27429 \begin_layout Standard
27430
27431 \series bold
27432
27433 \backslash
27434 DeclareInputText{176}{
27435 \backslash
27436 ifmmode^
27437 \backslash
27438 circ
27439 \backslash
27440 else
27441 \backslash
27442 textdegree
27443 \backslash
27444 f\SpecialChar \textcompwordmark{}
27445 i}
27446 \end_layout
27447
27448 \begin_layout Standard
27449 \begin_inset VSpace bigskip
27450 \end_inset
27451
27452 Die Tilde
27453 \begin_inset Index
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457 Tilde
27458 \end_layout
27459
27460 \end_inset
27461
27462  ist nur für Akzente gedacht, weswegen sie alleine deplatziert wirkt: ~
27463 \begin_inset Newline newline
27464 \end_inset
27465
27466 Aber für Webadressen (URLs) wird manchmal eine einzelne Tilde benötigt.
27467  Man verwendet in diesem Fall das Relationszeichen 
27468 \series bold
27469
27470 \backslash
27471 sim
27472 \begin_inset Foot
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 siehe 
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "sec:Relationen"
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \series default
27490  in einer Formel.
27491  Da in einer URL-Box (Menü 
27492 \family sans
27493 Einfügen\SpecialChar \menuseparator
27494 URL
27495 \family default
27496 ) keine Formel erstellt werden kann, gibt man die URL als normalen Text
27497  in der Stilart '
27498 \family typewriter
27499 Schreibmaschine
27500 \family default
27501 ' ein.
27502  Soll die URL in der DVI- oder PDF-Ausgabe einen Link produzieren, verwendet
27503  man den Befehl 
27504 \series bold
27505
27506 \backslash
27507 href
27508 \series default
27509
27510 \begin_inset Foot
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515 \series bold
27516
27517 \backslash
27518 href
27519 \series default
27520  kann nur zusammen mit dem LaTeX-Paket 
27521 \series bold
27522 hyperref
27523 \series default
27524
27525 \begin_inset Index
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 Pakete ! hyperref
27530 \end_layout
27531
27532 \end_inset
27533
27534  verwendet werden.
27535  Mehr zu 
27536 \series bold
27537
27538 \backslash
27539 href
27540 \series default
27541  steht im Kapitel 
27542 \family typewriter
27543 URL
27544 \family default
27545  im Handbuch 
27546 \family typewriter
27547 Eingebettete
27548 \begin_inset Space ~
27549 \end_inset
27550
27551 Objekte
27552 \family default
27553 .
27554 \end_layout
27555
27556 \end_inset
27557
27558 .
27559 \begin_inset Index
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 Befehle ! H ! 
27564 \backslash
27565 href
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Standard
27574 Als Beispiel eine URL mit einer Tilde:
27575 \end_layout
27576
27577 \begin_layout Standard
27578 als Text: 
27579 \family typewriter
27580 http://www.lyx.org/
27581 \begin_inset Formula $\sim$
27582 \end_inset
27583
27584 mustermann
27585 \end_layout
27586
27587 \begin_layout Standard
27588 mit 
27589 \series bold
27590
27591 \backslash
27592 href
27593 \series default
27594
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 href{http://www.lyx.org/~mustermann}{
27603 \end_layout
27604
27605 \end_inset
27606
27607 http://www.lyx.org/
27608 \begin_inset Formula $\sim$
27609 \end_inset
27610
27611 mustermann
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617 }
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Section
27626 Formelstile
27627 \begin_inset CommandInset label
27628 LatexCommand label
27629 name "sec:Formelstile"
27630
27631 \end_inset
27632
27633
27634 \begin_inset Index
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 Formel ! Stile
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Itemize
27647 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27648 \end_layout
27649
27650 \begin_deeper
27651 \begin_layout Description
27652 Zentriert ist der voreingestellte Standard
27653 \end_layout
27654
27655 \begin_layout Description
27656 Eingerückt dazu muss im Menü 
27657 \family sans
27658 Dokument\SpecialChar \menuseparator
27659 Einstellungen
27660 \family default
27661  unter 
27662 \family sans
27663 Dokumentklasse
27664 \family default
27665  die Option 
27666 \series bold
27667 fleqn
27668 \series default
27669  eingeben werden
27670 \end_layout
27671
27672 \begin_layout Standard
27673 Wird 
27674 \series bold
27675 Eingerückt
27676 \series default
27677  verwendet, kann mit der Länge 
27678 \series bold
27679
27680 \backslash
27681 mathindent
27682 \series default
27683
27684 \begin_inset Index
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Befehle ! M ! 
27689 \backslash
27690 mathindent
27691 \end_layout
27692
27693 \end_inset
27694
27695  die Einrückung eingestellt werden.
27696  Soll der Abstand 15
27697 \begin_inset Space \thinspace{}
27698 \end_inset
27699
27700 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27701 \end_layout
27702
27703 \begin_layout Standard
27704
27705 \series bold
27706
27707 \backslash
27708 setlength{
27709 \backslash
27710 mathindent}{15mm}
27711 \end_layout
27712
27713 \begin_layout Standard
27714 ein.
27715  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27716 \begin_inset Space \thinspace{}
27717 \end_inset
27718
27719 pt verwendet.
27720 \end_layout
27721
27722 \end_deeper
27723 \begin_layout Itemize
27724 Und zwei verschiedene Nummerierungsstile:
27725 \end_layout
27726
27727 \begin_deeper
27728 \begin_layout Description
27729 Rechts ist der voreingestellte Standard
27730 \end_layout
27731
27732 \begin_layout Description
27733 Links dazu muss im Menü 
27734 \family sans
27735 Dokument\SpecialChar \menuseparator
27736 Einstellungen
27737 \family default
27738  unter 
27739 \family sans
27740 Dokumentklasse
27741 \family default
27742  die Option 
27743 \series bold
27744 leqno
27745 \series default
27746  eingeben werden
27747 \end_layout
27748
27749 \end_deeper
27750 \begin_layout Standard
27751
27752 \series bold
27753 fleqn
27754 \series default
27755  und 
27756 \series bold
27757 leqno
27758 \series default
27759  können auch gemeinsam verwendet werden.
27760  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27761 n.
27762 \end_layout
27763
27764 \begin_layout Standard
27765 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27766  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27767  ausgerichtete Formeln setzen, verwendet man den Stil 
27768 \series bold
27769 Zentriert
27770 \series default
27771 .
27772  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27773  
27774 \begin_inset CommandInset ref
27775 LatexCommand ref
27776 reference "sub:Flalign-Umgebung"
27777
27778 \end_inset
27779
27780 .
27781 \end_layout
27782
27783 \begin_layout Section
27784 Mehrzeilige Formeln
27785 \begin_inset CommandInset label
27786 LatexCommand label
27787 name "sec:Mehrzeilige-Formeln"
27788
27789 \end_inset
27790
27791
27792 \begin_inset Index
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Formel ! mehrzeilige
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Subsection
27805 Allgemeines
27806 \end_layout
27807
27808 \begin_layout Standard
27809 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27810 \family sans
27811 \series bold
27812 Strg-Enter
27813 \family default
27814 \series default
27815  drückt.
27816  Dies erzeugt eine 
27817 \series bold
27818 align-Umgebung
27819 \series default
27820 , die in 
27821 \begin_inset CommandInset ref
27822 LatexCommand ref
27823 reference "sub:Standard-align-Umgebung"
27824
27825 \end_inset
27826
27827  beschrieben ist.
27828 \end_layout
27829
27830 \begin_layout Standard
27831 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27832 \family sans
27833 Einfügen\SpecialChar \menuseparator
27834 Mathe
27835 \family default
27836  erstellt werden können.
27837  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27838 \end_layout
27839
27840 \begin_layout Standard
27841 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27842  man 
27843 \family sans
27844 Strg-Enter
27845 \family default
27846  drückt.
27847  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27848 fe 
27849 \begin_inset Graphics
27850         filename ../../images/tabular-feature_append-row.png
27851         embed ""
27852         scale 85
27853
27854 \end_inset
27855
27856  bzw.
27857 \begin_inset Space ~
27858 \end_inset
27859
27860
27861 \begin_inset Graphics
27862         filename ../../images/tabular-feature_delete-row.png
27863         embed ""
27864         scale 85
27865
27866 \end_inset
27867
27868  oder das Menü 
27869 \family sans
27870 Bearbeiten\SpecialChar \menuseparator
27871 Zeilen & Spalten
27872 \family default
27873  verwendet werden.
27874 \end_layout
27875
27876 \begin_layout Subsubsection
27877 Zeilenabstand
27878 \begin_inset CommandInset label
27879 LatexCommand label
27880 name "sub:Zeilenabstand"
27881
27882 \end_inset
27883
27884
27885 \begin_inset Index
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889 Formel ! mehrzeilige ! Zeilenabstand
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Standard
27898 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27899 \begin_inset Formula \begin{eqnarray*}
27900 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}\\
27901 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*}
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27910 chbefehls angegeben.
27911  Dies ist in LyX aber nicht möglich
27912 \begin_inset Foot
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 siehe 
27917 \begin_inset ERT
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921
27922
27923 \backslash
27924 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
27925 \end_layout
27926
27927 \end_inset
27928
27929 LyX-Fehler #1505
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934
27935 }
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \end_inset
27944
27945 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27946  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27947  Zeile den Befehl 
27948 \series bold
27949
27950 \backslash
27951
27952 \backslash
27953 [3mm]
27954 \series default
27955  ein.
27956  Damit erhält man: 
27957 \begin_inset ERT
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961
27962
27963 \backslash
27964 begin{eqnarray*}
27965 \end_layout
27966
27967 \begin_layout Plain Layout
27968
27969 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27970  = & 
27971 \backslash
27972 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27973 \backslash
27974
27975 \backslash
27976 [3mm]
27977 \end_layout
27978
27979 \begin_layout Plain Layout
27980
27981 4x^{2}
27982 \backslash
27983 left(B^{2}+x_{0}^{2}
27984 \backslash
27985 right)+4x_{0}x
27986 \backslash
27987 left(D-B^{2}
27988 \backslash
27989 right)+B^{2}
27990 \backslash
27991 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27992 \backslash
27993 right) & = & 0
27994 \end_layout
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 end{eqnarray*}
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \begin_inset VSpace bigskip
28010 \end_inset
28011
28012 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28013  man die Länge 
28014 \series bold
28015
28016 \backslash
28017 jot
28018 \series default
28019
28020 \begin_inset Index
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Befehle ! J ! 
28025 \backslash
28026 jot
28027 \end_layout
28028
28029 \end_inset
28030
28031 .
28032  Es gilt 
28033 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28034 \end_inset
28035
28036 .
28037  Voreingestellt ist für 
28038 \series bold
28039
28040 \backslash
28041 jot
28042 \series default
28043  der Wert 3
28044 \begin_inset Space \thinspace{}
28045 \end_inset
28046
28047 pt.
28048  Um wie im vorigen Beispiel 3
28049 \begin_inset Space \thinspace{}
28050 \end_inset
28051
28052 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28053 \end_layout
28054
28055 \begin_layout Standard
28056
28057 \series bold
28058
28059 \backslash
28060 setlength{
28061 \backslash
28062 jot}{3mm+3pt}
28063 \end_layout
28064
28065 \begin_layout Standard
28066 im TeX-Modus vor der Formel ein.
28067  Das setzt voraus, dass das LaTeX-Paket 
28068 \series bold
28069 calc
28070 \series default
28071
28072 \begin_inset Foot
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077 \series bold
28078 calc
28079 \series default
28080  ist Teil jeder LaTeX-Standardinstallation.
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \begin_inset Index
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090 Pakete ! calc
28091 \end_layout
28092
28093 \end_inset
28094
28095  im LaTeX-Vorspann mit der Zeile
28096 \end_layout
28097
28098 \begin_layout Standard
28099
28100 \series bold
28101
28102 \backslash
28103 usepackage{calc}
28104 \end_layout
28105
28106 \begin_layout Standard
28107 geladen wurde.
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Man erhält: 
28112 \begin_inset ERT
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116
28117
28118 \backslash
28119 setlength{
28120 \backslash
28121 jot}{3mm+3pt}
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \begin_inset Formula \begin{eqnarray*}
28128 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}\\
28129 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*}
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Standard
28137 \begin_inset ERT
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141
28142
28143 \backslash
28144 setlength{
28145 \backslash
28146 jot}{3pt}
28147 \end_layout
28148
28149 \end_inset
28150
28151  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28152 \series bold
28153
28154 \backslash
28155 jot
28156 \series default
28157  auf den Wert 3
28158 \begin_inset Space \thinspace{}
28159 \end_inset
28160
28161 pt.
28162 \end_layout
28163
28164 \begin_layout Subsubsection
28165 Spaltenabstand
28166 \begin_inset CommandInset label
28167 LatexCommand label
28168 name "sub:Spaltenabstand"
28169
28170 \end_inset
28171
28172
28173 \begin_inset Index
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 Formel ! mehrzeilige ! Spaltenabstand
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 Mehrzeilige Formeln bilden eine Matrix.
28187  Eine Formel in der Eqnarray-Umgebung ist z.
28188 \begin_inset Space \thinspace{}
28189 \end_inset
28190
28191 B.
28192  eine dreispaltige Matrix.
28193  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28194  neben den Relationszeichen ändern.
28195 \end_layout
28196
28197 \begin_layout Standard
28198 Der Spaltenabstand wird mit der Länge 
28199 \series bold
28200
28201 \backslash
28202 arraycolsep
28203 \series default
28204
28205 \begin_inset Index
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 Befehle ! A ! 
28210 \backslash
28211 arraycolsep
28212 \end_layout
28213
28214 \end_inset
28215
28216  festgelegt, wobei gilt:
28217 \begin_inset Newline newline
28218 \end_inset
28219
28220 Spaltenabstand = 2
28221 \begin_inset Space \thinspace{}
28222 \end_inset
28223
28224
28225 \series bold
28226
28227 \backslash
28228 arraycolsep
28229 \series default
28230 .
28231 \begin_inset Newline newline
28232 \end_inset
28233
28234 Der im TeX-Modus eingegebene Befehl
28235 \end_layout
28236
28237 \begin_layout Standard
28238
28239 \series bold
28240
28241 \backslash
28242 setlength{
28243 \backslash
28244 arraycolsep}{1cm}
28245 \end_layout
28246
28247 \begin_layout Standard
28248 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28249 \begin_inset Space \thinspace{}
28250 \end_inset
28251
28252 cm.
28253  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28254 \series bold
28255
28256 \backslash
28257 arraycolsep
28258 \series default
28259  auf 5
28260 \begin_inset Space \thinspace{}
28261 \end_inset
28262
28263 pt.
28264 \end_layout
28265
28266 \begin_layout Standard
28267 Eine Formel mit 2
28268 \begin_inset Space \thinspace{}
28269 \end_inset
28270
28271 cm Spaltenabstand:
28272 \begin_inset ERT
28273 status collapsed
28274
28275 \begin_layout Plain Layout
28276
28277
28278 \backslash
28279 setlength{
28280 \backslash
28281 arraycolsep}{1cm}
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \begin_inset Formula \begin{eqnarray*}
28288 A & = & B\\
28289 C & \ne & A\end{eqnarray*}
28290
28291 \end_inset
28292
28293 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28294 \begin_inset Space \thinspace{}
28295 \end_inset
28296
28297 pt:
28298 \begin_inset ERT
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 setlength{
28306 \backslash
28307 arraycolsep}{5pt}
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \begin_inset Formula \begin{eqnarray*}
28314 A & = & B\\
28315 C & \ne & A\end{eqnarray*}
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Subsubsection
28323 Lange Formeln
28324 \begin_inset Index
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Formel ! lange
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 Lange Formeln kann man wie folgt setzen:
28338 \end_layout
28339
28340 \begin_layout Itemize
28341 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28342  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 medskip
28351 \end_layout
28352
28353 \end_inset
28354
28355  
28356 \begin_inset Formula \begin{eqnarray}
28357 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 \\
28358  &  & -\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}
28359
28360 \end_inset
28361
28362
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 smallskip
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28380  als Operator, da es das erste Zeichen der Zeile ist.
28381  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28382  Bruchstrich unterscheiden.
28383  Um das zu verhindern, wurde mit dem Befehl 
28384 \series bold
28385
28386 \backslash
28387 hspace{3pt}
28388 \series default
28389
28390 \begin_inset Foot
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 mehr zu 
28395 \series bold
28396
28397 \backslash
28398 hspace
28399 \series default
28400  siehe 
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "sub:Variabler-Leerraum"
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset Index
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 Befehle ! H ! 
28418 \backslash
28419 hspace
28420 \end_layout
28421
28422 \end_inset
28423
28424  Leerraum hinter das Minuszeichen eingefügt.
28425 \end_layout
28426
28427 \begin_layout Itemize
28428 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28429 \series bold
28430
28431 \backslash
28432 lefteqn
28433 \series default
28434
28435 \begin_inset Index
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 Befehle ! L ! 
28440 \backslash
28441 lefteqn
28442 \end_layout
28443
28444 \end_inset
28445
28446 .
28447  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28448  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28449 \begin_inset ERT
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453
28454
28455 \backslash
28456 medskip
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \begin_inset Formula \begin{eqnarray}
28463 \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 \\
28464  &  & -\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 \\
28465  &  & =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}
28466
28467 \end_inset
28468
28469
28470 \begin_inset ERT
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474
28475
28476 \backslash
28477 smallskip
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \begin_inset Newline newline
28484 \end_inset
28485
28486 Nachdem man 
28487 \series bold
28488
28489 \backslash
28490 lefteqn
28491 \series default
28492  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28493  das gegenüber dem blauen leicht verschoben ist.
28494  In dieses wird die Formel eingegeben.
28495 \begin_inset ERT
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499
28500
28501 \backslash
28502 medskip
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28512  eingegeben.
28513  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28514  Einrückung.
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519
28520
28521 \backslash
28522 medskip
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531
28532 \begin_inset Note Greyedout
28533 status open
28534
28535 \begin_layout Plain Layout
28536 Bei der Verwendung von 
28537 \series bold
28538
28539 \backslash
28540 lefteqn
28541 \series default
28542  ist Folgendes zu beachten:
28543 \end_layout
28544
28545 \begin_layout Itemize
28546 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28547  Würde man in obigem Beispiel der ersten Zeile den Term 
28548 \begin_inset Formula $-B^{2}$
28549 \end_inset
28550
28551  anfügen, befände sich dieser außerhalb des Seitenrands.
28552  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28553  Leerraum einfügen.
28554 \end_layout
28555
28556 \begin_layout Itemize
28557 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28558  erste Zeile gesetzt werden.
28559 \begin_inset Foot
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 \begin_inset ERT
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567
28568
28569 \backslash
28570 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
28571 \end_layout
28572
28573 \end_inset
28574
28575 LyX-Fehler #1429
28576 \begin_inset ERT
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580
28581 }
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \end_inset
28590
28591  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28592  Pfeiltasten bewegen.
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \begin_layout Itemize
28601 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "sub:Multline-Umgebung"
28605
28606 \end_inset
28607
28608  und 
28609 \begin_inset CommandInset ref
28610 LatexCommand ref
28611 reference "sub:Mehrzeilige-Formelteile"
28612
28613 \end_inset
28614
28615  beschriebenen Umgebungen.
28616 \end_layout
28617
28618 \begin_layout Subsubsection
28619 Mehrzeilige Klammern
28620 \begin_inset CommandInset label
28621 LatexCommand label
28622 name "sub:Mehrzeilige-Klammern"
28623
28624 \end_inset
28625
28626
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Klammern ! mehrzeilige
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28641 \begin_inset Formula \begin{eqnarray*}
28642 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28643  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Standard
28651 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28652  Größe dürfen nicht über mehrere Zeilen gehen.
28653 \end_layout
28654
28655 \begin_layout Standard
28656 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28657  erste Zeile mit 
28658 \series bold
28659
28660 \backslash
28661 right.
28662 \series default
28663
28664 \begin_inset Index
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668 Befehle ! R ! 
28669 \backslash
28670 right
28671 \end_layout
28672
28673 \end_inset
28674
28675  und beginnt die zweite Zeile mit 
28676 \series bold
28677
28678 \backslash
28679 left.
28680 \begin_inset Foot
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 mehr zu 
28685 \series bold
28686
28687 \backslash
28688 left
28689 \series default
28690  und 
28691 \series bold
28692
28693 \backslash
28694 right
28695 \series default
28696  siehe 
28697 \begin_inset CommandInset ref
28698 LatexCommand ref
28699 reference "sub:Automatische-Klammergrößen"
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \series default
28710
28711 \begin_inset Index
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 Befehle ! L ! 
28716 \backslash
28717 left
28718 \end_layout
28719
28720 \end_inset
28721
28722 .
28723  Nach 
28724 \series bold
28725
28726 \backslash
28727 left.
28728
28729 \series default
28730  gibt man den Befehl 
28731 \series bold
28732
28733 \backslash
28734 vphantom
28735 \series default
28736
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742
28743 \backslash
28744 leer 
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \series bold
28751
28752 \backslash
28753 prod
28754 \series default
28755 ^
28756 \begin_inset ERT
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760
28761
28762 \backslash
28763 leer 
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \series bold
28770
28771 \backslash
28772 infty
28773 \series default
28774
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 leer 
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \series bold
28789
28790 \begin_inset Formula $\downarrow$
28791 \end_inset
28792
28793 _R=1}
28794 \series default
28795
28796 \begin_inset Index
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 Befehle ! V ! 
28801 \backslash
28802 vphantom
28803 \end_layout
28804
28805 \end_inset
28806
28807  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28808  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28809 \end_layout
28810
28811 \begin_layout Standard
28812 Das Ergebnis sieht so aus:
28813 \begin_inset Formula \begin{eqnarray*}
28814 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28815  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Subsection
28823 Align-Umgebungen
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28828  werden.
28829  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Align-Umgebungen bestehen aus Spalten.
28834  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28835  ausgerichtet.
28836  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28837 \end_layout
28838
28839 \begin_layout Standard
28840 Align-Umgebung werden über das Menü 
28841 \family sans
28842 Einfügen\SpecialChar \menuseparator
28843 Mathe
28844 \family default
28845  erstellt.
28846  Über das Menü 
28847 \family sans
28848 Bearbeiten\SpecialChar \menuseparator
28849 Mathe\SpecialChar \menuseparator
28850 Formelart
28851 \begin_inset Space ~
28852 \end_inset
28853
28854 ändern
28855 \family default
28856  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28861
28862 \begin_inset Graphics
28863         filename ../../images/tabular-feature_append-column.png
28864         embed ""
28865         scale 85
28866
28867 \end_inset
28868
28869  bzw.
28870 \begin_inset Space ~
28871 \end_inset
28872
28873
28874 \begin_inset Graphics
28875         filename ../../images/tabular-feature_delete-column.png
28876         embed ""
28877         scale 85
28878
28879 \end_inset
28880
28881  oder das Menü 
28882 \family sans
28883 Bearbeiten\SpecialChar \menuseparator
28884 Zeilen & Spalten
28885 \family default
28886  verwendet werden.
28887 \end_layout
28888
28889 \begin_layout Subsubsection
28890 Standard align-Umgebung
28891 \begin_inset CommandInset label
28892 LatexCommand label
28893 name "sub:Standard-align-Umgebung"
28894
28895 \end_inset
28896
28897
28898 \begin_inset Index
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Formel ! mehrzeilige ! align-Umgebung
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28912 \family sans
28913 Strg-Enter
28914 \family default
28915  drückt oder das Menü 
28916 \family sans
28917 Einfügen\SpecialChar \menuseparator
28918 Mathe\SpecialChar \menuseparator
28919 AMS align-Umge\SpecialChar \-
28920 bung
28921 \family default
28922  aufruft.
28923 \end_layout
28924
28925 \begin_layout Standard
28926 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28927 n align-Umgebung erzeugt wurden:
28928 \begin_inset Formula \begin{align*}
28929 A & =\sin(B) & C & =D\\
28930 C & \ne A & B & \ne D\end{align*}
28931
28932 \end_inset
28933
28934 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28935  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28936 \series bold
28937
28938 \backslash
28939 hfill
28940 \begin_inset Foot
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 mehr zu 
28945 \series bold
28946
28947 \backslash
28948 hfill
28949 \series default
28950  siehe 
28951 \begin_inset CommandInset ref
28952 LatexCommand ref
28953 reference "sub:Variabler-Leerraum"
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \series default
28964  befinden.
28965  Ist der Formelstil 
28966 \series bold
28967 Eingerückt
28968 \begin_inset Foot
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Formelstile siehe 
28973 \begin_inset CommandInset ref
28974 LatexCommand ref
28975 reference "sec:Formelstile"
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \series default
28986  gewählt, wird die Formel ohne den 
28987 \series bold
28988
28989 \backslash
28990 hfill
28991 \series default
28992  vor der ersten Spalte gesetzt.
28993 \end_layout
28994
28995 \begin_layout Subsubsection
28996 Alignat-Umgebung
28997 \begin_inset Index
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 Formel ! mehrzeilige ! alignat-Umgebung
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29011  Man kann ihn manuell durch die in 
29012 \begin_inset CommandInset ref
29013 LatexCommand ref
29014 reference "sub:Leerraum"
29015
29016 \end_inset
29017
29018  beschriebenen Leerräume einfügen.
29019 \end_layout
29020
29021 \begin_layout Standard
29022 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29023  Formel 1
29024 \begin_inset Space \thinspace{}
29025 \end_inset
29026
29027 cm Leerraum eingefügt wurde:
29028 \begin_inset Formula \begin{alignat*}{2}
29029 A & =\sin(B) & \hspace {1cm}C & =D\\
29030 C & \ne A & B & \ne D\end{alignat*}
29031
29032 \end_inset
29033
29034 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29035  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29036  Formeln.
29037 \end_layout
29038
29039 \begin_layout Subsubsection
29040 Flalign-Umgebung
29041 \begin_inset CommandInset label
29042 LatexCommand label
29043 name "sub:Flalign-Umgebung"
29044
29045 \end_inset
29046
29047
29048 \begin_inset Index
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Formel ! mehrzeilige ! flalign-Umgebung
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29062  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29063  Dazu ein Beispiel:
29064 \begin_inset Formula \begin{flalign*}
29065 A & =1 & B & =2 & C & =3\\
29066 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29075  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29076  im Dokument links setzen obwohl der Formelstil 
29077 \series bold
29078 Zentriert
29079 \series default
29080  eingestellt ist.
29081  Als Beispiel die eingerückte ausgerichtete Formel 
29082 \begin_inset CommandInset ref
29083 LatexCommand eqref
29084 reference "eq:VolInt"
29085
29086 \end_inset
29087
29088 :
29089 \begin_inset Formula \begin{flalign}
29090 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29091
29092 \end_inset
29093
29094 In den ersten beiden Spalten befindet sich die Formel.
29095  Damit sie wie beim Formelstil 
29096 \series bold
29097 Eingerückt
29098 \series default
29099  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29100 \begin_inset Space \thinspace{}
29101 \end_inset
29102
29103 pt Leerraum eingefügt.
29104 \end_layout
29105
29106 \begin_layout Subsection
29107 Eqnarray-Umgebung
29108 \begin_inset Index
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 Formel ! mehrzeilige ! Eqnarray-Umgebung
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29122  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29123  ausgerichtet.
29124  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29125  da dieses Kästchen nur für Relationzeichen gedacht ist.
29126 \begin_inset Formula \begin{eqnarray*}
29127 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29128 AB & AB & AB\\
29129 A & = & A\end{eqnarray*}
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Subsection
29137 Gather-Umgebung
29138 \begin_inset Index
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Formel ! mehrzeilige ! Gather-Umgebung
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29152  Jede Zeile kann nummeriert werden.
29153 \begin_inset Formula \begin{gather}
29154 A=1\\
29155 X=\textrm{-}1\end{gather}
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Subsection
29163 Multline-Umgebung
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sub:Multline-Umgebung"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Formel ! mehrzeilige ! Multline-Umgebung
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29185  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29186  Alle anderen Zeilen sind zentriert.
29187  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29188  Als Beispiel Formel 
29189 \begin_inset CommandInset ref
29190 LatexCommand eqref
29191 reference "eq:lefteqn"
29192
29193 \end_inset
29194
29195  in der multline-Umgebung:
29196 \begin_inset Formula \begin{multline}
29197 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}\\
29198 -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}\\
29199 =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}
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29208  nummeriert, wenn rechts (links) nummeriert wird.
29209 \begin_inset Foot
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Nummerierungsstile siehe 
29214 \begin_inset CommandInset ref
29215 LatexCommand ref
29216 reference "sec:Formelstile"
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \end_inset
29224
29225  Dies gilt auch wenn in LyX hinter jeder Zeile eine Formelnummer angezeigt
29226  wird.
29227 \begin_inset Foot
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Dies ist 
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237
29238 \backslash
29239 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
29240 \end_layout
29241
29242 \end_inset
29243
29244 LyX-Fehler #518
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250 }
29251 \end_layout
29252
29253 \end_inset
29254
29255 .
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 Mit den Befehlen 
29265 \series bold
29266
29267 \backslash
29268 shoveright
29269 \begin_inset Index
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273 Befehle ! S ! 
29274 \backslash
29275 shoveright
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \series default
29282  und 
29283 \series bold
29284
29285 \backslash
29286 shoveleft
29287 \begin_inset Index
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 Befehle ! S ! 
29292 \backslash
29293 shoveleft
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \series default
29300  kann eine zentrierte Zeile rechts bzw.
29301  links ausgerichtet werden.
29302  Die Befehle werden folgendermaßen verwendet:
29303 \end_layout
29304
29305 \begin_layout Standard
29306
29307 \series bold
29308
29309 \backslash
29310 shoveright{Zeileninhalt}
29311 \series default
29312  bzw.
29313  
29314 \series bold
29315
29316 \backslash
29317 shoveleft{Zeileninhalt}
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset VSpace medskip
29322 \end_inset
29323
29324 Die Länge 
29325 \series bold
29326
29327 \backslash
29328 multlinegap
29329 \begin_inset Index
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333 Befehle ! M ! 
29334 \backslash
29335 multlinegap
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \series default
29342  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29343  Voreingestellt ist die Länge 0
29344 \begin_inset Space \thinspace{}
29345 \end_inset
29346
29347 pt.
29348 \end_layout
29349
29350 \begin_layout Standard
29351 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \series bold
29357
29358 \backslash
29359 setlength{
29360 \backslash
29361 multlinegap}{2cm}
29362 \end_layout
29363
29364 \begin_layout Standard
29365 eingegeben wurde:
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 setlength{
29374 \backslash
29375 multlinegap}{2cm}
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \begin_inset Formula \begin{multline}
29382 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}\\
29383 \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}}\\
29384 =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}
29385
29386 \end_inset
29387
29388
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394
29395 \backslash
29396 setlength{
29397 \backslash
29398 multlinegap}{0pt}
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Die zweite Zeile wurde mit 
29408 \series bold
29409
29410 \backslash
29411 shoveleft
29412 \series default
29413  linksbündig ausgerichtet.
29414 \end_layout
29415
29416 \begin_layout Subsection
29417 Mehrzeilige Formelteile
29418 \begin_inset CommandInset label
29419 LatexCommand label
29420 name "sub:Mehrzeilige-Formelteile"
29421
29422 \end_inset
29423
29424
29425 \begin_inset Index
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 Formel ! mehrzeilige ! Formelteile
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29439  der folgenden Umgebungen: 
29440 \series bold
29441 aligned
29442 \series default
29443
29444 \series bold
29445 alignedat
29446 \series default
29447
29448 \series bold
29449 gathered
29450 \series default
29451  oder 
29452 \series bold
29453 split
29454 \series default
29455 .
29456  Sie können über das Menü 
29457 \family sans
29458 Einfügen\SpecialChar \menuseparator
29459 Mathe
29460 \family default
29461  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29466 n Formel\SpecialChar \-
29467 umgebungen.
29468  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29469  Dazu ein Beispiel:
29470 \begin_inset Formula \[
29471 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29472 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29473 \right\} \textrm{Unbestimmtheitsrelationen}\]
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29482  der Befehl 
29483 \series bold
29484
29485 \backslash
29486 aligned
29487 \begin_inset Index
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 Befehle ! A ! 
29492 \backslash
29493 aligned
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \series default
29500  eingegeben wird.
29501  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29502  und Zeilen hinzufügen kann.
29503  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29504  gesetzt werden.
29505 \end_layout
29506
29507 \begin_layout Standard
29508 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29509  ausgerichtet sind.
29510  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29511  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29512  Als Beispiel Formel 
29513 \begin_inset CommandInset ref
29514 LatexCommand eqref
29515 reference "eq:kurzlang"
29516
29517 \end_inset
29518
29519  in der aligned-Umgebung:
29520 \begin_inset Formula \begin{equation}
29521 \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}|}\\
29522  & -\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}
29523 \end{equation}
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 Möchte man die Umgebung 
29532 \series bold
29533 alignedat
29534 \series default
29535
29536 \series bold
29537 gathered
29538 \series default
29539  oder 
29540 \series bold
29541 split
29542 \series default
29543  verwenden, gibt man den Befehl 
29544 \series bold
29545
29546 \backslash
29547 alignedat
29548 \series default
29549 ,
29550 \begin_inset Index
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Befehle ! A ! 
29555 \backslash
29556 alignedat
29557 \end_layout
29558
29559 \end_inset
29560
29561  
29562 \series bold
29563
29564 \backslash
29565 gathered
29566 \series default
29567
29568 \begin_inset Index
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Befehle ! G ! 
29573 \backslash
29574 gathered
29575 \end_layout
29576
29577 \end_inset
29578
29579  bzw.
29580  
29581 \series bold
29582
29583 \backslash
29584 split
29585 \series default
29586
29587 \begin_inset Index
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Befehle ! S ! 
29592 \backslash
29593 split
29594 \end_layout
29595
29596 \end_inset
29597
29598  ein.
29599  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29600  jedoch darf sie nur zwei Spalten enthalten.
29601 \end_layout
29602
29603 \begin_layout Subsection
29604 Text in mehrzeiligen Formeln
29605 \begin_inset CommandInset label
29606 LatexCommand label
29607 name "sub:Text-in-mehrzeiligen"
29608
29609 \end_inset
29610
29611
29612 \begin_inset Index
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Text ! in Formeln
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \begin_inset Index
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626 Formel ! mehrzeilige ! Text
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29636  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29637  die Ausrichtung der Spalten nicht beeinflusst.
29638  Dazu wird der Befehl 
29639 \series bold
29640
29641 \backslash
29642 intertext
29643 \begin_inset Index
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647 Befehle ! I ! 
29648 \backslash
29649 intertext
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \series default
29656  nach folgendem Schema benutzt:
29657 \end_layout
29658
29659 \begin_layout Standard
29660
29661 \series bold
29662
29663 \backslash
29664 intertext{Text}
29665 \end_layout
29666
29667 \begin_layout Standard
29668 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29669  werden kann.
29670  Weil LyX 
29671 \series bold
29672
29673 \backslash
29674 intertext
29675 \series default
29676  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29677  Text.
29678  
29679 \series bold
29680
29681 \backslash
29682 intertext
29683 \series default
29684  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29685  dieser Zeile.
29686  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29687 \begin_inset Formula \begin{align}
29688 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29689 \intertext {\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \begin_layout Section
29697 Formelnummerierung
29698 \begin_inset Index
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702 Formelnummerierung
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \begin_inset Index
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712 Formel ! Nummerierung|see
29713 \begin_inset ERT
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717
29718 {
29719 \end_layout
29720
29721 \end_inset
29722
29723 Formelnummerierung
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729 }
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Subsection
29743 Allgemeines
29744 \end_layout
29745
29746 \begin_layout Standard
29747 Nummerierte Formeln können mit dem Menü 
29748 \family sans
29749 Einfügen\SpecialChar \menuseparator
29750 Mathe\SpecialChar \menuseparator
29751 Nummerierte
29752 \begin_inset Space ~
29753 \end_inset
29754
29755 Formel
29756 \family default
29757  (Tastenkürzel 
29758 \family sans
29759 Strg-Alt
29760 \begin_inset Space ~
29761 \end_inset
29762
29763 n
29764 \family default
29765 ) erstellt, bestehende Formeln über das Menü 
29766 \family sans
29767 Bearbeiten\SpecialChar \menuseparator
29768 Mathe\SpecialChar \menuseparator
29769 Nummerierung
29770 \begin_inset Space ~
29771 \end_inset
29772
29773 an/aus
29774 \family default
29775  (Tastenkürzel 
29776 \family sans
29777 Alt-m
29778 \begin_inset Space ~
29779 \end_inset
29780
29781 n
29782 \family default
29783 ) nummeriert werden.
29784  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29785  Klammern.
29786  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29791  Zeilen nummeriert.
29792  Man kann jedoch über das Menü 
29793 \family sans
29794 Bearbeiten\SpecialChar \menuseparator
29795 Mathe\SpecialChar \menuseparator
29796 Zeilennummerierung an/aus
29797 \family default
29798  (Tastenkürzel 
29799 \family sans
29800 Alt-m
29801 \begin_inset Space ~
29802 \end_inset
29803
29804 N
29805 \family default
29806 ) für jede Zeile die Nummerierung festlegen.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29811  werden, siehe 
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "sec:Formelstile"
29815
29816 \end_inset
29817
29818 .
29819 \end_layout
29820
29821 \begin_layout Subsection
29822 Querverweise
29823 \begin_inset CommandInset label
29824 LatexCommand label
29825 name "sub:Querverweise"
29826
29827 \end_inset
29828
29829
29830 \begin_inset Index
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Querverweise ! auf Formeln
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29844  Eine Marke wird mit dem Menü 
29845 \family sans
29846 Einfügen\SpecialChar \menuseparator
29847 Marke
29848 \family default
29849  oder dem Werkzeugleistenknopf 
29850 \begin_inset Graphics
29851         filename ../../images/label-insert.png
29852         embed ""
29853         scale 85
29854
29855 \end_inset
29856
29857  gesetzt.
29858  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29859  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29860 \series bold
29861 eq:
29862 \series default
29863 , nachdem der eigentliche Markenname eingegeben wird.
29864  Der voreingestellte Eintrag steht für 
29865 \begin_inset Quotes gld
29866 \end_inset
29867
29868 equation
29869 \begin_inset Quotes grd
29870 \end_inset
29871
29872  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29873  einer Formel und nicht zu einem Kapitel gehört.
29874  Um eine Marke zu ändern, wählt man wieder das Menü 
29875 \family sans
29876 Einfügen\SpecialChar \menuseparator
29877 Marke
29878 \family default
29879 .
29880 \end_layout
29881
29882 \begin_layout Standard
29883 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29884  Eine Formel mit Marke wird immer nummeriert.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 Querverweise werden mit dem Menü 
29889 \family sans
29890 Einfügen\SpecialChar \menuseparator
29891 Querverweis
29892 \family default
29893  oder dem Werkzeugleistenknopf 
29894 \begin_inset Graphics
29895         filename ../../images/dialog-show-new-inset_ref.png
29896         embed ""
29897         scale 85
29898
29899 \end_inset
29900
29901  eingefügt.
29902  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29903  Wenn man im Querverweis Dialogfenster das Format 
29904 \series bold
29905 (<Querverweis>)
29906 \series default
29907  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29912  man zur Formel auf die verwiesen wird.
29913 \end_layout
29914
29915 \begin_layout Standard
29916 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29917 \begin_inset Note Note
29918 status open
29919
29920 \begin_layout Plain Layout
29921 Man beachte die unterschiedlichen Querverweistypen.
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \end_layout
29928
29929 \begin_layout Standard
29930 Die Gleichungen 
29931 \begin_inset CommandInset ref
29932 LatexCommand eqref
29933 reference "eq:tag"
29934
29935 \end_inset
29936
29937  und 
29938 \begin_inset CommandInset ref
29939 LatexCommand eqref
29940 reference "eq:c"
29941
29942 \end_inset
29943
29944  sind äquivalent.
29945  In (
29946 \begin_inset CommandInset ref
29947 LatexCommand ref
29948 reference "eq:Lat"
29949
29950 \end_inset
29951
29952 ) werden im Gegensatz zu (
29953 \begin_inset CommandInset ref
29954 LatexCommand ref
29955 reference "eq:Roem"
29956
29957 \end_inset
29958
29959 ) große lateinische Buchstaben zur Nummerierung verwendet.
29960 \end_layout
29961
29962 \begin_layout Standard
29963 \begin_inset VSpace medskip
29964 \end_inset
29965
29966 Ist im Argument von 
29967 \series bold
29968
29969 \backslash
29970 tag
29971 \begin_inset Foot
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976 \series bold
29977
29978 \backslash
29979 tag
29980 \series default
29981  ist in 
29982 \begin_inset CommandInset ref
29983 LatexCommand ref
29984 reference "sub:Benutzerdefinierte-Nummerierung"
29985
29986 \end_inset
29987
29988  beschrieben.
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \series default
29995  wie in 
29996 \begin_inset CommandInset ref
29997 LatexCommand ref
29998 reference "sub:Absatzboxen"
29999
30000 \end_inset
30001
30002  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30003 \end_layout
30004
30005 \begin_layout Subsection
30006 Unternummerierung
30007 \begin_inset Index
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 Formelnummerierung ! Unternummerierung
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Standard
30020 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30021  
30022 \begin_inset Newline newline
30023 \end_inset
30024
30025
30026 \series bold
30027
30028 \backslash
30029 begin{subequations}
30030 \series default
30031  und 
30032 \series bold
30033
30034 \backslash
30035 end{subequations}
30036 \series default
30037  erreichen.
30038  Beide Befehle werden im TeX-Modus eingegeben.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Dazu ein Beispiel:
30043 \begin_inset Formula \begin{equation}
30044 A=C-B\label{eq:a}\end{equation}
30045
30046 \end_inset
30047
30048
30049 \begin_inset ERT
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053
30054
30055 \backslash
30056 addtocounter{equation}{-1}
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 begin{subequations}
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \begin_inset VSpace -5mm
30076 \end_inset
30077
30078
30079 \begin_inset Formula \begin{equation}
30080 B=C-A\label{eq:b}\end{equation}
30081
30082 \end_inset
30083
30084
30085 \begin_inset Formula \begin{equation}
30086 C=A+B\label{eq:c}\end{equation}
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 end{subequations}
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30111 \end_layout
30112
30113 \begin_layout Enumerate
30114 erste Formel eingeben
30115 \end_layout
30116
30117 \begin_layout Enumerate
30118
30119 \series bold
30120
30121 \backslash
30122 addtocounter{equation}{-1} 
30123 \backslash
30124 begin{subequations}
30125 \begin_inset Index
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129 Befehle ! A ! 
30130 \backslash
30131 addtocounter
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \begin_inset Newline newline
30138 \end_inset
30139
30140
30141 \series default
30142 nach der ersten Formel einfügen
30143 \end_layout
30144
30145 \begin_layout Enumerate
30146 zweite Formel eingeben
30147 \end_layout
30148
30149 \begin_layout Enumerate
30150 dritte Formel eingeben
30151 \end_layout
30152
30153 \begin_layout Enumerate
30154
30155 \series bold
30156
30157 \backslash
30158 end{subequations}
30159 \series default
30160  nach der dritten Formel einfügen
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Jede Formel, die zwischen den Befehlen 
30165 \series bold
30166
30167 \backslash
30168 begin
30169 \series default
30170  und 
30171 \series bold
30172
30173 \backslash
30174 end
30175 \series default
30176  steht, wird mit a, b, c, \SpecialChar \ldots{}
30177  untergliedert.
30178  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30179  Alle untergliederten Formeln gelten als 
30180 \emph on
30181 eine
30182 \emph default
30183  nummerierte Formel.
30184  Da jede nummerierte Formel den Formelzähler 
30185 \series bold
30186 equation
30187 \series default
30188  um Eins erhöht, ist der Befehl 
30189 \series bold
30190
30191 \backslash
30192 addtocounter
30193 \series default
30194  notwendig um den Zähler wieder zu erniedrigen.
30195  Ansonsten würden die Formeln 
30196 \begin_inset CommandInset ref
30197 LatexCommand eqref
30198 reference "eq:a"
30199
30200 \end_inset
30201
30202
30203 \begin_inset CommandInset ref
30204 LatexCommand eqref
30205 reference "eq:b"
30206
30207 \end_inset
30208
30209
30210 \begin_inset CommandInset ref
30211 LatexCommand eqref
30212 reference "eq:c"
30213
30214 \end_inset
30215
30216  als 
30217 \begin_inset CommandInset ref
30218 LatexCommand eqref
30219 reference "eq:a"
30220
30221 \end_inset
30222
30223
30224 \begin_inset CommandInset ref
30225 LatexCommand eqref
30226 reference "eq:d"
30227
30228 \end_inset
30229
30230
30231 \begin_inset CommandInset ref
30232 LatexCommand eqref
30233 reference "eq:f"
30234
30235 \end_inset
30236
30237  nummeriert werden.
30238 \end_layout
30239
30240 \begin_layout Standard
30241 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30242  Formeln automatisch etwas Leerraum erstellt.
30243  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30244 \series bold
30245
30246 \backslash
30247 begin{subequations}
30248 \series default
30249  -5
30250 \begin_inset Space \thinspace{}
30251 \end_inset
30252
30253 mm vertikalen Leerraum ein.
30254  Ist der Formelstil 
30255 \series bold
30256 Eingerückt
30257 \begin_inset Foot
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261 Formelstile siehe 
30262 \begin_inset CommandInset ref
30263 LatexCommand ref
30264 reference "sec:Formelstile"
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \series default
30275  gewählt, fügt man -7
30276 \begin_inset Space \thinspace{}
30277 \end_inset
30278
30279 mm Leerraum ein.
30280 \end_layout
30281
30282 \begin_layout Standard
30283 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30284  der zweiten Zeile abgeschaltet wurde:
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290
30291 \backslash
30292 begin{subequations}
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \begin_inset Formula \begin{eqnarray}
30299 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30300  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30301  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30302
30303 \end_inset
30304
30305
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 end{subequations}
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Subsection
30322 Benutzerdefinierte Nummerierung
30323 \begin_inset CommandInset label
30324 LatexCommand label
30325 name "sub:Benutzerdefinierte-Nummerierung"
30326
30327 \end_inset
30328
30329
30330 \begin_inset Index
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334 Formelnummerierung ! benutzerdefinierte
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \end_layout
30341
30342 \begin_layout Standard
30343 \begin_inset Index
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Formelnummerierung ! eigene Klammern
30348 \end_layout
30349
30350 \end_inset
30351
30352 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30353  gesetzt.
30354  Will man diese Klammern z.
30355 \begin_inset Space \thinspace{}
30356 \end_inset
30357
30358 B.
30359  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30360  an:
30361 \end_layout
30362
30363 \begin_layout Standard
30364
30365 \series bold
30366
30367 \backslash
30368 def
30369 \backslash
30370 tagform@#1{
30371 \backslash
30372 maketag@@@{|#1|}}
30373 \series default
30374
30375 \begin_inset Note Note
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30380  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30381  werden.
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30391 \series bold
30392 #1
30393 \series default
30394  durch ein oder mehrere gewünschte Zeichen.
30395  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \begin_inset VSpace bigskip
30400 \end_inset
30401
30402 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30403  hinter der Formel stehen, benutzt man den Befehl 
30404 \series bold
30405
30406 \backslash
30407 tag
30408 \series default
30409
30410 \begin_inset Index
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414 Befehle ! T ! 
30415 \backslash
30416 tag
30417 \end_layout
30418
30419 \end_inset
30420
30421 :
30422 \begin_inset Formula \begin{equation}
30423 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30424
30425 \end_inset
30426
30427  In diesem Beispiel wurde in der Formel der Befehl 
30428 \series bold
30429
30430 \backslash
30431 tag
30432 \series default
30433
30434 \begin_inset ERT
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438
30439
30440 \backslash
30441 leer 
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \series bold
30448 etwas
30449 \series default
30450  eingegeben.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Gibt man stattdessen 
30455 \series bold
30456
30457 \backslash
30458 tag*
30459 \series default
30460
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 leer 
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \series bold
30475 etwas
30476 \series default
30477  ein, verhindert der Stern die Klammern um den Ausdruck:
30478 \begin_inset Formula \[
30479 A+B=C\tag*{etwas}\]
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \begin_layout Standard
30487 \begin_inset VSpace bigskip
30488 \end_inset
30489
30490 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30491  oder 
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497
30498 \backslash
30499 mbox{
30500 \end_layout
30501
30502 \end_inset
30503
30504 -abschnitt
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510 }
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Note Note
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 Der Befehl 
30521 \series bold
30522
30523 \backslash
30524 mbox
30525 \series default
30526  verhindert, dass am Bindestrich umgebrochen wird.
30527  Mehr zu 
30528 \series bold
30529
30530 \backslash
30531 mbox
30532 \series default
30533  siehe Kap.
30534 \begin_inset Space \thinspace{}
30535 \end_inset
30536
30537
30538 \begin_inset CommandInset ref
30539 LatexCommand ref
30540 reference "sub:Worttrennungen"
30541
30542 \end_inset
30543
30544 .
30545 \end_layout
30546
30547 \end_inset
30548
30549  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30550 \end_layout
30551
30552 \begin_layout Standard
30553
30554 \series bold
30555
30556 \backslash
30557 @addtoreset{equation}{part}
30558 \series default
30559
30560 \begin_inset Index
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Befehle ! 
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 "
30571 \end_layout
30572
30573 \end_inset
30574
30575 @
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581 "
30582 \end_layout
30583
30584 \end_inset
30585
30586  ! 
30587 \backslash
30588
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 "
30595 \end_layout
30596
30597 \end_inset
30598
30599 @
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 "
30606 \end_layout
30607
30608 \end_inset
30609
30610 addtoreset
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \begin_inset Newline newline
30617 \end_inset
30618
30619 bzw.
30620 \begin_inset Newline newline
30621 \end_inset
30622
30623
30624 \series bold
30625
30626 \backslash
30627 @addtoreset{equation}{section}
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30632 \begin_inset Quotes gld
30633 \end_inset
30634
30635 @
30636 \begin_inset Quotes grd
30637 \end_inset
30638
30639  Zeichen für LaTeX mit dem Befehl 
30640 \series bold
30641
30642 \backslash
30643 makeatletter
30644 \series default
30645  
30646 \begin_inset Quotes gld
30647 \end_inset
30648
30649 aktiv
30650 \begin_inset Quotes grd
30651 \end_inset
30652
30653  gemacht werden.
30654  Der Befehl 
30655 \series bold
30656
30657 \backslash
30658 makeatother
30659 \series default
30660  macht dies wieder rückgängig.
30661  Daher ist die Befehlssequenz im TeX-Modus:
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 makeatletter
30670 \begin_inset Newline newline
30671 \end_inset
30672
30673
30674 \backslash
30675 @addtoreset{equation}{section}
30676 \begin_inset Newline newline
30677 \end_inset
30678
30679
30680 \backslash
30681 makeatother
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Im LaTeX-Vorspann können 
30686 \series bold
30687
30688 \backslash
30689 makeatletter
30690 \series default
30691  und 
30692 \series bold
30693
30694 \backslash
30695 makeatother
30696 \series default
30697  weggelassen werden, da LyX sie automatisch intern einfügt.
30698 \end_layout
30699
30700 \begin_layout Standard
30701 Um 
30702 \series bold
30703
30704 \backslash
30705 @addtoreset
30706 \series default
30707  rückgängig zu machen, muss die Datei 
30708 \series bold
30709 remreset.sty
30710 \series default
30711
30712 \begin_inset Foot
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 \series bold
30718 remreset
30719 \series default
30720  ist Teil des LaTeX-Paketes 
30721 \series bold
30722 carlisle
30723 \series default
30724
30725 \begin_inset Index
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Pakete ! carlisle
30730 \end_layout
30731
30732 \end_inset
30733
30734 , das Teil jeder LaTeX-Standardinstallation ist.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset Index
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Pakete ! remreset
30745 \end_layout
30746
30747 \end_inset
30748
30749  im LaTeX-Vorspann mit der Zeile
30750 \end_layout
30751
30752 \begin_layout Standard
30753
30754 \series bold
30755
30756 \backslash
30757 usepackage{remreset}
30758 \end_layout
30759
30760 \begin_layout Standard
30761 geladen werden.
30762  Dann kann der Befehl 
30763 \series bold
30764
30765 \backslash
30766 @removefromreset
30767 \series default
30768
30769 \begin_inset Index
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 Befehle ! 
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779 "
30780 \end_layout
30781
30782 \end_inset
30783
30784 @
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 "
30791 \end_layout
30792
30793 \end_inset
30794
30795  ! 
30796 \backslash
30797
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803 "
30804 \end_layout
30805
30806 \end_inset
30807
30808 @
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 "
30815 \end_layout
30816
30817 \end_inset
30818
30819 removefromreset
30820 \end_layout
30821
30822 \end_inset
30823
30824  mit dem selben Schema wie 
30825 \series bold
30826
30827 \backslash
30828 @addtoreset
30829 \series default
30830  benutzt werden.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace bigskip
30835 \end_inset
30836
30837 Oftmals möchte man Formeln in folgender Art nummerieren:
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \family typewriter
30843 (Kapitelnummer.Formelnummer)
30844 \end_layout
30845
30846 \begin_layout Standard
30847 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Für diesen Fall gibt es den Befehl 
30852 \series bold
30853
30854 \backslash
30855 numberwithin
30856 \series default
30857
30858 \begin_inset Index
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862 Befehle ! N ! 
30863 \backslash
30864 numberwithin
30865 \end_layout
30866
30867 \end_inset
30868
30869 , der nach folgendem Schema benutzt wird:
30870 \end_layout
30871
30872 \begin_layout Standard
30873
30874 \series bold
30875
30876 \backslash
30877 numberwithin{Zähler}{Gliederung}
30878 \end_layout
30879
30880 \begin_layout Standard
30881 Zähler gibt an, welche Nummerierung betroffen ist.
30882  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30883 \end_layout
30884
30885 \begin_layout Standard
30886 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30887  ein:
30888 \end_layout
30889
30890 \begin_layout Standard
30891
30892 \series bold
30893
30894 \backslash
30895 numberwithin{equation}{section}
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Das ist das Ergebnis:
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905
30906 \backslash
30907 numberwithin{equation}{section}
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \begin_inset Formula \begin{equation}
30914 A+B=C\end{equation}
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922 Möchte man z.
30923 \begin_inset Space \thinspace{}
30924 \end_inset
30925
30926 B.
30927  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30928  gibt man 
30929 \series bold
30930
30931 \backslash
30932 numberwithin{table}{part}
30933 \series default
30934  ein.
30935 \end_layout
30936
30937 \begin_layout Standard
30938 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30939 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30940  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 renewcommand{
30949 \backslash
30950 theequation}{
30951 \backslash
30952 arabic{equation}}
30953 \begin_inset Index
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 Befehle ! A ! 
30958 \backslash
30959 arabic
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \series default
30966
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 renewcommand{
30975 \backslash
30976 theequation}{
30977 \backslash
30978 arabic{equation}}
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \series bold
30985
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989
30990 \series default
30991 bzw.
30992 \series bold
30993
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997
30998 \backslash
30999 renewcommand{
31000 \backslash
31001 thetable}{
31002 \backslash
31003 arabic{table}}
31004 \end_layout
31005
31006 \begin_layout Standard
31007
31008 \series bold
31009
31010 \backslash
31011 numberwithin
31012 \series default
31013  benutzt intern den oben beschriebenen Befehl 
31014 \series bold
31015
31016 \backslash
31017 @addtoreset
31018 \series default
31019 , der ebenfalls rückgängig gemacht werden muss.
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 makeatletter
31028 \end_layout
31029
31030 \begin_layout Plain Layout
31031
31032
31033 \backslash
31034 @removefromreset{equation}{section}
31035 \end_layout
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 makeatother
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Subsection
31050 Nummerierung mit römischen Zahlen und Buchstaben
31051 \begin_inset CommandInset label
31052 LatexCommand label
31053 name "sub:Nummerierung-mit-römischen"
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Formelnummerierung ! mit Buchstaben
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \begin_inset Index
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 Formelnummerierung ! mit römischen Zahlen
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Standard
31081 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31082  werden.
31083  Um z.
31084 \begin_inset Space \thinspace{}
31085 \end_inset
31086
31087 B.
31088  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31089  TeX-Modus den Befehl
31090 \end_layout
31091
31092 \begin_layout Standard
31093
31094 \series bold
31095
31096 \backslash
31097 renewcommand{
31098 \backslash
31099 theequation}{
31100 \backslash
31101 roman{equation}}
31102 \end_layout
31103
31104 \begin_layout Standard
31105 ein.
31106  
31107 \series bold
31108
31109 \backslash
31110 renewcommand
31111 \series default
31112
31113 \begin_inset Index
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Befehle ! R ! 
31118 \backslash
31119 renewcommand
31120 \end_layout
31121
31122 \end_inset
31123
31124  weist dem vordefinierten Befehl 
31125 \series bold
31126
31127 \backslash
31128 theequation
31129 \series default
31130  den Befehl
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 linebreak 
31139 \end_layout
31140
31141 \end_inset
31142
31143  
31144 \series bold
31145
31146 \backslash
31147 roman{equation}
31148 \series default
31149  zu
31150 \begin_inset Foot
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154 Der Befehl 
31155 \series bold
31156
31157 \backslash
31158 renewcommand
31159 \series default
31160  besitzt dasselbe Schema wie der in 
31161 \begin_inset CommandInset ref
31162 LatexCommand ref
31163 reference "sec:Benutzerdefinierte-Befehle"
31164
31165 \end_inset
31166
31167  beschriebene Befehl
31168 \begin_inset Newline newline
31169 \end_inset
31170
31171
31172 \series bold
31173
31174 \backslash
31175 newcommand
31176 \series default
31177 .
31178 \end_layout
31179
31180 \end_inset
31181
31182 .
31183  
31184 \series bold
31185 equation
31186 \series default
31187  ist der Formelzähler.
31188  Stellt man einem Zähler den Befehl 
31189 \series bold
31190
31191 \backslash
31192 the
31193 \series default
31194  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31195  wird.
31196  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31197  
31198 \series bold
31199
31200 \backslash
31201 theequation
31202 \series default
31203  hinter die Formel.
31204  
31205 \series bold
31206
31207 \backslash
31208 roman{equation}
31209 \begin_inset Index
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Befehle ! R ! 
31214 \backslash
31215 roman
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \series default
31222  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Alle Formeln nach dem 
31227 \series bold
31228
31229 \backslash
31230 renewcommand
31231 \series default
31232 -Befehl werden nun römisch nummeriert.
31233  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31234  den Befehl erneut ein, ersetzt aber 
31235 \series bold
31236
31237 \backslash
31238 roman
31239 \series default
31240  durch 
31241 \series bold
31242
31243 \backslash
31244 Roman
31245 \series default
31246
31247 \begin_inset Index
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Befehle ! R ! 
31252 \backslash
31253 roman@
31254 \backslash
31255 Roman
31256 \end_layout
31257
31258 \end_inset
31259
31260 .
31261  Für die 
31262 \begin_inset Quotes gld
31263 \end_inset
31264
31265 Nummerierung
31266 \begin_inset Quotes grd
31267 \end_inset
31268
31269  mit lateinischen Buchstaben gibt es den Befehl 
31270 \series bold
31271
31272 \backslash
31273 alph
31274 \series default
31275
31276 \begin_inset Index
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280 Befehle ! A ! 
31281 \backslash
31282 alph
31283 \end_layout
31284
31285 \end_inset
31286
31287  für kleine und 
31288 \series bold
31289
31290 \backslash
31291 Alph
31292 \series default
31293
31294 \begin_inset Index
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Befehle ! A ! 
31299 \backslash
31300 alph@
31301 \backslash
31302 Alph
31303 \end_layout
31304
31305 \end_inset
31306
31307  für große Buchstaben.
31308 \end_layout
31309
31310 \begin_layout Standard
31311 \begin_inset Note Greyedout
31312 status open
31313
31314 \begin_layout Plain Layout
31315
31316 \series bold
31317 Achtung:
31318 \series default
31319  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31320  nummeriert werden.
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 \begin_inset ERT
31330 status collapsed
31331
31332 \begin_layout Plain Layout
31333
31334
31335 \backslash
31336 renewcommand{
31337 \backslash
31338 theequation}{
31339 \backslash
31340 roman{equation}}
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 \begin_inset Formula \begin{equation}
31350 A=\textrm{römisch}\label{eq:roem}\end{equation}
31351
31352 \end_inset
31353
31354
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360
31361 \backslash
31362 renewcommand{
31363 \backslash
31364 theequation}{
31365 \backslash
31366 Roman{equation}}
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \begin_inset Formula \begin{equation}
31373 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 renewcommand{
31386 \backslash
31387 theequation}{
31388 \backslash
31389 alph{equation}}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Formula \begin{equation}
31396 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
31397
31398 \end_inset
31399
31400
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406
31407 \backslash
31408 renewcommand{
31409 \backslash
31410 theequation}{
31411 \backslash
31412 Alph{equation}}
31413 \end_layout
31414
31415 \end_inset
31416
31417
31418 \begin_inset Formula \begin{equation}
31419 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31420
31421 \end_inset
31422
31423
31424 \end_layout
31425
31426 \begin_layout Standard
31427 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31428  ein:
31429 \end_layout
31430
31431 \begin_layout Standard
31432
31433 \series bold
31434
31435 \backslash
31436 renewcommand{
31437 \backslash
31438 theequation}{
31439 \backslash
31440 arabic{equation}}
31441 \begin_inset Index
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 Befehle ! A ! 
31446 \backslash
31447 arabic
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 renewcommand{
31464 \backslash
31465 theequation}{
31466 \backslash
31467 arabic{equation}}
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \begin_inset Formula \begin{equation}
31474 E=\textrm{arabisch}\label{eq:arab}\end{equation}
31475
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 \begin_inset VSpace medskip
31483 \end_inset
31484
31485 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31486 riert.
31487  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31488  beginnen, müssen neue Formelzähler angelegt werden.
31489  Eine Beschreibung dazu findet man in der Datei 
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 href{Formelnummerierung.lyx}{
31498 \end_layout
31499
31500 \end_inset
31501
31502 Formelnummerierung.lyx
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508 }
31509 \end_layout
31510
31511 \end_inset
31512
31513 .
31514 \end_layout
31515
31516 \begin_layout Section
31517 Benutzerdefinierte Befehle
31518 \begin_inset CommandInset label
31519 LatexCommand label
31520 name "sec:Benutzerdefinierte-Befehle"
31521
31522 \end_inset
31523
31524
31525 \begin_inset Index
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529 benutzerdefinierte Befehle
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \begin_layout Standard
31538 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31539  Man kann sich aber mit dem Befehl 
31540 \series bold
31541
31542 \backslash
31543 newcommand
31544 \series default
31545
31546 \begin_inset Index
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 Befehle ! N ! 
31551 \backslash
31552 newcommand
31553 \end_layout
31554
31555 \end_inset
31556
31557  neue kürzere Befehle definieren.
31558 \end_layout
31559
31560 \begin_layout Standard
31561 Das Befehlsschema von 
31562 \series bold
31563
31564 \backslash
31565 newcommand
31566 \series default
31567  lautet:
31568 \end_layout
31569
31570 \begin_layout Standard
31571
31572 \series bold
31573
31574 \backslash
31575 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31576 \series default
31577  
31578 \series bold
31579 Wert]
31580 \begin_inset Newline newline
31581 \end_inset
31582
31583
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 phantom{
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \backslash
31598 newcommand
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604 }
31605 \end_layout
31606
31607 \end_inset
31608
31609 {Befehlsdefinition}
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \begin_inset Note Greyedout
31614 status open
31615
31616 \begin_layout Plain Layout
31617
31618 \series bold
31619 Achtung:
31620 \series default
31621  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31622  oder von benutzten LaTeX-Paketen verwendet wird.
31623  Definiert man beispielsweise für 
31624 \series bold
31625
31626 \backslash
31627 Leftarrow
31628 \series default
31629  den Befehl 
31630 \series bold
31631
31632 \backslash
31633 le
31634 \series default
31635 , erhält man eine Fehlermeldung, denn 
31636 \series bold
31637
31638 \backslash
31639 le
31640 \series default
31641  ist schon für 
31642 \begin_inset Quotes gld
31643 \end_inset
31644
31645
31646 \begin_inset Formula $\le$
31647 \end_inset
31648
31649
31650 \begin_inset Quotes grd
31651 \end_inset
31652
31653  definiert.
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \begin_layout Standard
31662 \begin_inset Note Greyedout
31663 status open
31664
31665 \begin_layout Plain Layout
31666
31667 \series bold
31668 Achtung: 
31669 \series default
31670 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31671  bestehen.
31672 \end_layout
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31681 \begin_inset Space \thinspace{}
31682 \end_inset
31683
31684 -
31685 \begin_inset Space \thinspace{}
31686 \end_inset
31687
31688 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31689  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31690  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31691 \emph on
31692 erste
31693 \emph default
31694  Argument des neuen Befehls ein optionales ist.
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Es folgen einige Beispiele:
31699 \end_layout
31700
31701 \begin_layout Itemize
31702 Will man für 
31703 \series bold
31704
31705 \backslash
31706 Longrightarrow
31707 \series default
31708  den Befehl 
31709 \series bold
31710
31711 \backslash
31712 gr
31713 \series default
31714  definieren, lautet die LaTeX-Vor\SpecialChar \-
31715 spannzeile:
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721
31722 \backslash
31723 medskip
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \series bold
31730
31731 \begin_inset Newline newline
31732 \end_inset
31733
31734
31735 \backslash
31736 newcommand{
31737 \backslash
31738 gr}{
31739 \backslash
31740 Longrightarrow}
31741 \end_layout
31742
31743 \begin_layout Itemize
31744 Um für den Befehl 
31745 \series bold
31746
31747 \backslash
31748 underline
31749 \series default
31750  den Befehl 
31751 \series bold
31752
31753 \backslash
31754 us
31755 \series default
31756  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31757  werden.
31758  Dazu sieht die Vorspannzeile wie folgt aus:
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 medskip
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \series bold
31773
31774 \begin_inset Newline newline
31775 \end_inset
31776
31777
31778 \backslash
31779 newcommand{
31780 \backslash
31781 us}[1]{
31782 \backslash
31783 underline{#1}}
31784 \series default
31785
31786 \begin_inset ERT
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790
31791
31792 \backslash
31793 medskip
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \series bold
31800
31801 \begin_inset Newline newline
31802 \end_inset
31803
31804
31805 \series default
31806 Das Zeichen 
31807 \series bold
31808 #
31809 \series default
31810  fungiert als Argumentplatzhalter, die 
31811 \series bold
31812 1
31813 \series default
31814  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31815 \end_layout
31816
31817 \begin_layout Itemize
31818 Für 
31819 \series bold
31820
31821 \backslash
31822 framebox
31823 \series default
31824  kann man z.
31825 \begin_inset Space \thinspace{}
31826 \end_inset
31827
31828 B.
31829  den Befehl 
31830 \series bold
31831
31832 \backslash
31833 fb
31834 \series default
31835  definieren:
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841
31842 \backslash
31843 medskip
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \series bold
31850
31851 \begin_inset Newline newline
31852 \end_inset
31853
31854
31855 \backslash
31856 newcommand{
31857 \backslash
31858 fb}[3]{
31859 \backslash
31860 framebox#1#2{$#3$}}
31861 \series default
31862
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 medskip
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \series bold
31877
31878 \begin_inset Newline newline
31879 \end_inset
31880
31881
31882 \series default
31883 Die beiden Dollarzeichen erstellen hierbei die für 
31884 \series bold
31885
31886 \backslash
31887 framebox
31888 \series default
31889  geforderte weitere Formel, siehe 
31890 \begin_inset CommandInset ref
31891 LatexCommand ref
31892 reference "sub:Boxen-mit-Rahmen"
31893
31894 \end_inset
31895
31896 .
31897 \end_layout
31898
31899 \begin_layout Itemize
31900 Um einen neuen Befehl für 
31901 \series bold
31902
31903 \backslash
31904 fcolorbox
31905 \series default
31906  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31907  definiert man das Argument für die Farbe als optional:
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 medskip
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \series bold
31922
31923 \begin_inset Newline newline
31924 \end_inset
31925
31926
31927 \backslash
31928 newcommand{
31929 \backslash
31930 cb}[3][white]{
31931 \backslash
31932 fcolorbox{#2}{#1}{$#3$}}
31933 \series default
31934
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 medskip
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Newline newline
31949 \end_inset
31950
31951 Gibt man bei der Verwendung von 
31952 \series bold
31953
31954 \backslash
31955 cb
31956 \series default
31957  die Farbe nicht an, wird die voreingestellte Farbe 
31958 \series bold
31959 white
31960 \series default
31961  verwendet.
31962 \begin_inset ERT
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967
31968 \backslash
31969 pagebreak 
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 Ein Test der neu definierten Befehle:
31979 \end_layout
31980
31981 \begin_layout Standard
31982 \align center
31983 \begin_inset Tabular
31984 <lyxtabular version="3" rows="6" columns="2">
31985 <features>
31986 <column alignment="center" valignment="top" width="0">
31987 <column alignment="center" valignment="top" width="0">
31988 <row>
31989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31990 \begin_inset Text
31991
31992 \begin_layout Plain Layout
31993 Befehl
31994 \end_layout
31995
31996 \end_inset
31997 </cell>
31998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31999 \begin_inset Text
32000
32001 \begin_layout Plain Layout
32002 Ergebnis
32003 \begin_inset Note Note
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008 \series bold
32009
32010 \backslash
32011 raisebox
32012 \series default
32013  dient nur als Abstandhalter.
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 </row>
32024 <row>
32025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32026 \begin_inset Text
32027
32028 \begin_layout Plain Layout
32029 A
32030 \backslash
32031 gr
32032 \begin_inset ERT
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036
32037
32038 \backslash
32039 leer 
32040 \end_layout
32041
32042 \end_inset
32043
32044 B
32045 \end_layout
32046
32047 \end_inset
32048 </cell>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053 \begin_inset Formula $A\gr  B$
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 </row>
32062 <row>
32063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067
32068 \backslash
32069 us{ABcd
32070 \end_layout
32071
32072 \end_inset
32073 </cell>
32074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32075 \begin_inset Text
32076
32077 \begin_layout Plain Layout
32078 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \end_inset
32085 </cell>
32086 </row>
32087 <row>
32088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Plain Layout
32092
32093 \backslash
32094 fb{[2cm]
32095 \begin_inset Formula $\to$
32096 \end_inset
32097
32098
32099 \backslash
32100 {
32101 \begin_inset Formula $\to$
32102 \end_inset
32103
32104
32105 \backslash
32106 {
32107 \backslash
32108 int
32109 \begin_inset ERT
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113
32114
32115 \backslash
32116 leer 
32117 \end_layout
32118
32119 \end_inset
32120
32121 A=B
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 <row>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144
32145 \backslash
32146 cb{red
32147 \begin_inset Formula $\to$
32148 \end_inset
32149
32150
32151 \backslash
32152 {
32153 \backslash
32154 int
32155 \begin_inset ERT
32156 status collapsed
32157
32158 \begin_layout Plain Layout
32159
32160
32161 \backslash
32162 leer 
32163 \end_layout
32164
32165 \end_inset
32166
32167 A=B
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \end_inset
32183 </cell>
32184 </row>
32185 <row>
32186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190
32191 \backslash
32192 cb[green]
32193 \backslash
32194 {red
32195 \begin_inset Formula $\to$
32196 \end_inset
32197
32198
32199 \backslash
32200 {
32201 \backslash
32202 int
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 A=B
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 </row>
32233 </lyxtabular>
32234
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Section
32241 Diagramme
32242 \begin_inset Index
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 Diagramme
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Standard
32255 Um Diagramme zu erstellen, wird das LaTeX-Paket 
32256 \series bold
32257 amscd
32258 \begin_inset Foot
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263 \series bold
32264 amscd
32265 \series default
32266  ist Teil jeder LaTeX-Standardinstallation.
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \series default
32273
32274 \begin_inset Index
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 Pakete ! amscd
32279 \end_layout
32280
32281 \end_inset
32282
32283  benötigt.
32284  Es wird im LaTeX-Vorspann mit der Zeile
32285 \end_layout
32286
32287 \begin_layout Standard
32288
32289 \series bold
32290
32291 \backslash
32292 usepackage{amscd}
32293 \end_layout
32294
32295 \begin_layout Standard
32296 geladen.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
32301 \begin_inset Formula \[
32302 \begin{CD}A@>>>B@>>>C\\
32303 @AAA@.@VVV\\
32304 F@<<<E@<<<D\end{CD}\]
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32313 \series bold
32314
32315 \backslash
32316 CD
32317 \begin_inset Index
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 Befehle ! C ! 
32322 \backslash
32323 CD
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \series default
32330  ein.
32331  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32332  man die weiteren Befehle eingibt.
32333  Mit 
32334 \series bold
32335
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341
32342 \backslash
32343 mbox{
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \family sans
32350 \series default
32351 Strg-Enter
32352 \family default
32353 \series bold
32354
32355 \begin_inset ERT
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359
32360 }
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \series default
32367  wird eine neue Zeile erstellt.
32368  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32369  Zeilen der Formel eingegeben.
32370 \end_layout
32371
32372 \begin_layout Standard
32373 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32374 \end_layout
32375
32376 \begin_layout Itemize
32377
32378 \series bold
32379 @<<<
32380 \series default
32381  erstellt einen Linkspfeil, 
32382 \series bold
32383 @>>>
32384 \series default
32385  einen Rechtspfeil und 
32386 \series bold
32387 @=
32388 \series default
32389  ein langes Gleichheitszeichen
32390 \end_layout
32391
32392 \begin_layout Itemize
32393
32394 \series bold
32395 @AAA
32396 \series default
32397  erstellt einen Pfeil nach oben, 
32398 \series bold
32399 @VVV
32400 \series default
32401  einen Pfeil nach unten und 
32402 \series bold
32403 @|
32404 \series default
32405  ein senkrechtes Gleichheitszeichen
32406 \end_layout
32407
32408 \begin_layout Itemize
32409
32410 \series bold
32411 @.
32412
32413 \series default
32414  dient als Platzhalter für nicht vorhandene Beziehungen
32415 \end_layout
32416
32417 \begin_layout Standard
32418 Alle Pfeile sind wie folgt beschriftbar:
32419 \end_layout
32420
32421 \begin_layout Itemize
32422 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32423  > Text eingegeben, erscheint er über dem Pfeil.
32424  Wird der Text zwischen dem zweiten und dritten < bzw.
32425  > eingegeben, erscheint er unter dem Pfeil.
32426 \end_layout
32427
32428 \begin_layout Itemize
32429 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32430  V eingegeben, erscheint er links neben dem Pfeil.
32431  Bei Eingabe zwischen zweitem und drittem A bzw.
32432  V erscheint er rechts daneben.
32433  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32434  gesetzt werden.
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32439 \end_layout
32440
32441 \begin_layout Standard
32442 \begin_inset Formula \[
32443 \begin{CD}A@>j>>B@>>k>C@=F\\
32444 @AmAA@.@VV{V}V@|\\
32445 D@<<j<E@>k>>F@=C\end{CD}\]
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 Der Befehl dazu lautet:
32454 \begin_inset Newline newline
32455 \end_inset
32456
32457
32458 \series bold
32459
32460 \backslash
32461 CD
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467
32468 \backslash
32469 leer 
32470 \end_layout
32471
32472 \end_inset
32473
32474 A@>j>>B@>>k>C@=F Strg-Enter
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484
32485 \backslash
32486 hphantom{
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \backslash
32493 CD
32494 \begin_inset ERT
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498
32499
32500 \backslash
32501 leer 
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512 }
32513 \end_layout
32514
32515 \end_inset
32516
32517 @AmAA@.@VV
32518 \backslash
32519 {V
32520 \series default
32521
32522 \begin_inset Formula $\to$
32523 \end_inset
32524
32525
32526 \series bold
32527 V@| Strg-Enter
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \begin_inset ERT
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536
32537
32538 \backslash
32539 hphantom{
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \backslash
32546 CD
32547 \begin_inset ERT
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551
32552
32553 \backslash
32554 leer 
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \begin_inset ERT
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564
32565 }
32566 \end_layout
32567
32568 \end_inset
32569
32570 D@<<j<E@>k>>F@=C
32571 \end_layout
32572
32573 \begin_layout Standard
32574 \begin_inset Newpage newpage
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Section
32581 Tipps
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587
32588 \backslash
32589 texorpdfstring{
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \begin_inset Foot
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599 Weitere gute Tipps gibt es unter 
32600 \begin_inset CommandInset citation
32601 LatexCommand cite
32602 key "Voss"
32603
32604 \end_inset
32605
32606 .
32607 \end_layout
32608
32609 \end_inset
32610
32611
32612 \begin_inset ERT
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616
32617 }{}
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \begin_inset Note Note
32624 status collapsed
32625
32626 \begin_layout Plain Layout
32627
32628 \series bold
32629
32630 \backslash
32631 texorpdfstring
32632 \series default
32633  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32634 \end_layout
32635
32636 \begin_layout Plain Layout
32637 Näheres zu 
32638 \series bold
32639
32640 \backslash
32641 texorpdfstring
32642 \series default
32643  steht in Kapitel 
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "sub:Formeln-in-Überschriften"
32647
32648 \end_inset
32649
32650 .
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \begin_inset Index
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660 Tipps
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \begin_inset Index
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 Ionen|see
32671 \begin_inset ERT
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675
32676 {
32677 \end_layout
32678
32679 \end_inset
32680
32681 chemische Zeichen
32682 \begin_inset ERT
32683 status collapsed
32684
32685 \begin_layout Plain Layout
32686
32687 }
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Subsection
32701 Chemische Symbole und Reaktionsgleichungen
32702 \begin_inset CommandInset label
32703 LatexCommand label
32704 name "sub:Chemische-Symbole-und"
32705
32706 \end_inset
32707
32708
32709 \begin_inset Index
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713 chemische Zeichen ! Symbole
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \begin_inset Index
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723 Reaktionsgleichungen
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset Index
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733 Symbole ! chemische
32734 \end_layout
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Standard
32742 Ein Beispieltext aus der Chemie:
32743 \end_layout
32744
32745 \begin_layout Quote
32746 Das 
32747 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32748 \end_inset
32749
32750 -Ion verbindet sich mit zwei 
32751 \begin_inset Formula $\mathrm{Na^{+}}$
32752 \end_inset
32753
32754 -Ionen zu Natriumsulfat 
32755 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32756 \end_inset
32757
32758 .
32759  Die Reaktionsgleichung dazu lautet:
32760 \begin_inset Formula \[
32761 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32770  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32771  in der Formel und wandelt diese mit der Tastenkombination 
32772 \family sans
32773 Alt-z
32774 \begin_inset Space ~
32775 \end_inset
32776
32777 r
32778 \family default
32779  in den aufrechten Schriftstil um.
32780 \begin_inset Foot
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784 Schriftstile siehe 
32785 \begin_inset CommandInset ref
32786 LatexCommand ref
32787 reference "sub:Schriftstile"
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Subsection
32800 Negative Zahlen
32801 \begin_inset Index
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805 Zahlen ! negative
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Standard
32814 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32815  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32816  dargestellt.
32817  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32818  Minuszeichen korrekt.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32823  nicht mehr auf.
32824 \end_layout
32825
32826 \begin_layout Standard
32827 Ein Beispiel zur Veranschaulichung der Problematik:
32828 \end_layout
32829
32830 \begin_layout Standard
32831 \align center
32832 \begin_inset Tabular
32833 <lyxtabular version="3" rows="3" columns="2">
32834 <features>
32835 <column alignment="right" valignment="top" width="0">
32836 <column alignment="left" valignment="top" width="0">
32837 <row>
32838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842 normaler Text:
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 x = -2
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 </row>
32857 <row>
32858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 Formelmodus:
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 \begin_inset Formula $x=-2$
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 </row>
32880 <row>
32881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885 Lösung:
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 \begin_inset Formula $x=\textrm{-}2$
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 </row>
32903 </lyxtabular>
32904
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Subsection
32911 Komma als Dezimaltrennzeichen
32912 \begin_inset Index
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 Komma
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \begin_layout Standard
32925 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32926  als Gruppentrennzeichen.
32927  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32928  eingefügt.
32929 \end_layout
32930
32931 \begin_layout Standard
32932 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32933  Text um (Tastenkürzel 
32934 \family sans
32935 Alt-m
32936 \begin_inset Space ~
32937 \end_inset
32938
32939 m
32940 \family default
32941 ).
32942 \end_layout
32943
32944 \begin_layout Standard
32945 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32946  lädt man die Datei 
32947 \series bold
32948 icomma.sty
32949 \series default
32950
32951 \begin_inset Foot
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955
32956 \series bold
32957 icomma
32958 \series default
32959  ist Teil des LaTeX-Paketes 
32960 \series bold
32961 was
32962 \series default
32963
32964 \begin_inset Index
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 Pakete ! was
32969 \begin_inset VSpace 4mm
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \end_inset
32976
32977 .
32978 \end_layout
32979
32980 \end_inset
32981
32982
32983 \begin_inset Index
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 Pakete ! icomma
32988 \end_layout
32989
32990 \end_inset
32991
32992  mit der LaTeX-Vorspannzeile
32993 \end_layout
32994
32995 \begin_layout Standard
32996
32997 \series bold
32998
32999 \backslash
33000 usepackage{icomma}
33001 \end_layout
33002
33003 \begin_layout Subsection
33004 Physikalische Vektoren
33005 \begin_inset CommandInset label
33006 LatexCommand label
33007 name "sub:Physikalische-Vektoren"
33008
33009 \end_inset
33010
33011
33012 \begin_inset Index
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 Vektoren ! physikalische
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Vordefinierte Vektoren bietet das LaTeX-Paket 
33026 \series bold
33027 braket
33028 \series default
33029
33030 \begin_inset Foot
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034
33035 \series bold
33036 braket
33037 \series default
33038  sollte Teil jeder LaTeX-Standardinstallation sein.
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \begin_inset Index
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 Pakete ! braket
33049 \end_layout
33050
33051 \end_inset
33052
33053 , das mit der LaTeX-Vorspannzeile
33054 \end_layout
33055
33056 \begin_layout Standard
33057
33058 \series bold
33059
33060 \backslash
33061 usepackage{braket}
33062 \end_layout
33063
33064 \begin_layout Standard
33065 geladen wird.
33066 \begin_inset ERT
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070
33071
33072 \backslash
33073 ifbraket 
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \begin_inset Note Note
33080 status open
33081
33082 \begin_layout Plain Layout
33083 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33084 \series bold
33085 braket
33086 \series default
33087  installiert ist:
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \begin_layout Standard
33096 Folgende Befehle sind definiert:
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \align center
33101 \begin_inset Tabular
33102 <lyxtabular version="3" rows="4" columns="2">
33103 <features>
33104 <column alignment="center" valignment="top" width="0">
33105 <column alignment="center" valignment="top" width="0">
33106 <row>
33107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 Befehl
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 Ergebnis
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131
33132 \backslash
33133 Bra{
33134 \backslash
33135 psi
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 \begin_inset Formula $\Bra {\psi}$
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 <row>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158
33159 \backslash
33160 Ket{
33161 \backslash
33162 psi
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 \begin_inset Formula $\Ket {\psi}$
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 <row>
33181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185
33186 \backslash
33187 Braket{
33188 \backslash
33189 psi|
33190 \backslash
33191 phi
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 \begin_inset Formula $\Braket {\psi|\phi}$
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 </lyxtabular>
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 Der Befehl 
33218 \series bold
33219
33220 \backslash
33221 Braket
33222 \series default
33223  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33224  Klammern gesetzt werden:
33225 \begin_inset Formula \[
33226 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33227
33228 \end_inset
33229
33230
33231 \begin_inset ERT
33232 status collapsed
33233
33234 \begin_layout Plain Layout
33235
33236
33237 \backslash
33238 else 
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \begin_inset Note Note
33245 status open
33246
33247 \begin_layout Plain Layout
33248 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33249 \series bold
33250 braket
33251 \series default
33252  nicht installiert ist:
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Das LaTeX-Paket 
33262 \series bold
33263 braket 
33264 \series default
33265 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33266 \end_layout
33267
33268 \begin_layout Standard
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274
33275 \backslash
33276 fi 
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Standard
33285 Der Effekt von 
33286 \series bold
33287
33288 \backslash
33289 Braket
33290 \series default
33291  kann auch mit dem Befehl 
33292 \series bold
33293
33294 \backslash
33295 middle
33296 \series default
33297  erzielt werden, der in 
33298 \begin_inset CommandInset ref
33299 LatexCommand ref
33300 reference "sub:Automatische-Klammergrößen"
33301
33302 \end_inset
33303
33304  beschrieben ist.
33305 \end_layout
33306
33307 \begin_layout Subsection
33308 Selbst definierte Brüche
33309 \begin_inset CommandInset label
33310 LatexCommand label
33311 name "sub:Selbstdefinierte-Brüche"
33312
33313 \end_inset
33314
33315
33316 \begin_inset Index
33317 status collapsed
33318
33319 \begin_layout Plain Layout
33320 Brüche ! selbstdefinierte
33321 \end_layout
33322
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \begin_layout Standard
33329 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33330 \series bold
33331
33332 \backslash
33333 genfrac
33334 \series default
33335
33336 \begin_inset Index
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340 Befehle ! G ! 
33341 \backslash
33342 genfrac
33343 \end_layout
33344
33345 \end_inset
33346
33347  in folgendem Schema:
33348 \end_layout
33349
33350 \begin_layout Standard
33351
33352 \series bold
33353
33354 \backslash
33355 genfrac{linke
33356 \series default
33357  
33358 \series bold
33359 Klammer}{rechte
33360 \series default
33361  
33362 \series bold
33363 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33364 \begin_inset Newline newline
33365 \end_inset
33366
33367
33368 \begin_inset ERT
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372
33373
33374 \backslash
33375 phantom{
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \backslash
33382 genfrac
33383 \begin_inset ERT
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388 }
33389 \end_layout
33390
33391 \end_inset
33392
33393 {Zähler}{Nenner}
33394 \end_layout
33395
33396 \begin_layout Standard
33397 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33398 \begin_inset Space \thinspace{}
33399 \end_inset
33400
33401 -
33402 \begin_inset Space \thinspace{}
33403 \end_inset
33404
33405 3 angegeben.
33406 \end_layout
33407
33408 \begin_layout Standard
33409 \align center
33410 \begin_inset Tabular
33411 <lyxtabular version="3" rows="5" columns="2">
33412 <features>
33413 <column alignment="center" valignment="top" width="0">
33414 <column alignment="center" valignment="top" width="0">
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 Nummer
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 Ansichtsstil
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 </row>
33435 <row>
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Plain Layout
33440 0
33441 \end_layout
33442
33443 \end_inset
33444 </cell>
33445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 abgesetzte Formel
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 </row>
33455 <row>
33456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33457 \begin_inset Text
33458
33459 \begin_layout Plain Layout
33460 1
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 eingebettete Formel
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 <row>
33476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480 2
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 klein
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 </row>
33495 <row>
33496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 3
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 winzig
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 </lyxtabular>
33516
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Standard
33523 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33524  
33525 \series bold
33526
33527 \backslash
33528 frac
33529 \series default
33530  der Umgebung an.
33531 \end_layout
33532
33533 \begin_layout Standard
33534 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33535  0.4
33536 \begin_inset Space \thinspace{}
33537 \end_inset
33538
33539 pt verwendet.
33540 \end_layout
33541
33542 \begin_layout Standard
33543 \begin_inset VSpace medskip
33544 \end_inset
33545
33546 Zum Beispiel sind die Befehle 
33547 \series bold
33548
33549 \backslash
33550 dfrac
33551 \series default
33552  und 
33553 \series bold
33554
33555 \backslash
33556 tbinom
33557 \series default
33558  aus 
33559 \begin_inset CommandInset ref
33560 LatexCommand ref
33561 reference "sub:Brüche"
33562
33563 \end_inset
33564
33565  folgendermaßen definiert:
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 newcommand{
33574 \backslash
33575 dfrac}[2]{
33576 \backslash
33577 genfrac{}{}{}{0}{#1}{#2}}
33578 \end_layout
33579
33580 \begin_layout Standard
33581 und
33582 \end_layout
33583
33584 \begin_layout Standard
33585
33586 \series bold
33587
33588 \backslash
33589 newcommand{
33590 \backslash
33591 tbinom}[2]{
33592 \backslash
33593 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33594 \end_layout
33595
33596 \begin_layout Standard
33597 \begin_inset VSpace medskip
33598 \end_inset
33599
33600 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33601  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33602 \end_layout
33603
33604 \begin_layout Standard
33605
33606 \series bold
33607
33608 \backslash
33609 newcommand{
33610 \backslash
33611 fracS}[3][]{
33612 \backslash
33613 genfrac{}{}{#1}{}{#2}{#3}}
33614 \end_layout
33615
33616 \begin_layout Standard
33617 Dazu ein Test:
33618 \begin_inset Formula \begin{align*}
33619 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33620 \text{Ergebnis} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33621
33622 \end_inset
33623
33624 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33625  in etwa der dreifachen Strichdicke.
33626 \end_layout
33627
33628 \begin_layout Subsection
33629 Durchgestrichene Formeln
33630 \begin_inset CommandInset label
33631 LatexCommand label
33632 name "sub:Durchgestrichene-Formeln"
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Formel ! durchgestrichene
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33651 \series bold
33652 cancel
33653 \series default
33654
33655 \begin_inset Foot
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660 \series bold
33661 cancel
33662 \series default
33663  ist Teil jeder LaTeX-Standardinstallation.
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \begin_inset Index
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 Pakete ! cancel
33674 \end_layout
33675
33676 \end_inset
33677
33678  mit der LaTeX-Vorspannzeile
33679 \end_layout
33680
33681 \begin_layout Standard
33682
33683 \series bold
33684
33685 \backslash
33686 usepackage[samesize]{cancel}
33687 \end_layout
33688
33689 \begin_layout Standard
33690 geladen werden.
33691 \begin_inset ERT
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695
33696
33697 \backslash
33698 pagebreak 
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Standard
33707 Es gibt vier verschiedene Arten durchzustreichen:
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \align center
33712 \begin_inset Tabular
33713 <lyxtabular version="3" rows="5" columns="2">
33714 <features>
33715 <column alignment="center" valignment="top" width="0">
33716 <column alignment="center" valignment="top" width="0">
33717 <row>
33718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722 Befehl
33723 \end_layout
33724
33725 \end_inset
33726 </cell>
33727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33728 \begin_inset Text
33729
33730 \begin_layout Plain Layout
33731 Ergebnis
33732 \begin_inset Note Note
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736
33737 \series bold
33738
33739 \backslash
33740 hspace
33741 \series default
33742  und 
33743 \series bold
33744
33745 \backslash
33746 raisebox
33747 \series default
33748  dienen nur als Abstandhalter.
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 </row>
33759 <row>
33760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764
33765 \backslash
33766 cancel{
33767 \backslash
33768 int
33769 \begin_inset ERT
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773
33774
33775 \backslash
33776 leer 
33777 \end_layout
33778
33779 \end_inset
33780
33781 A=B
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 </row>
33799 <row>
33800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804
33805 \backslash
33806 bcancel{
33807 \backslash
33808 int
33809 \begin_inset ERT
33810 status collapsed
33811
33812 \begin_layout Plain Layout
33813
33814
33815 \backslash
33816 leer 
33817 \end_layout
33818
33819 \end_inset
33820
33821 A=B
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 </row>
33839 <row>
33840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Plain Layout
33844
33845 \backslash
33846 xcancel{
33847 \backslash
33848 int
33849 \begin_inset ERT
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854
33855 \backslash
33856 leer 
33857 \end_layout
33858
33859 \end_inset
33860
33861 A=B
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \end_inset
33877 </cell>
33878 </row>
33879 <row>
33880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33881 \begin_inset Text
33882
33883 \begin_layout Plain Layout
33884
33885 \backslash
33886 cancelto{1
33887 \begin_inset Formula $\to$
33888 \end_inset
33889
33890
33891 \backslash
33892 {
33893 \backslash
33894 int
33895 \begin_inset ERT
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 leer 
33903 \end_layout
33904
33905 \end_inset
33906
33907 A=B
33908 \end_layout
33909
33910 \end_inset
33911 </cell>
33912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 </lyxtabular>
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Standard
33933
33934 \series bold
33935
33936 \backslash
33937 cancelto
33938 \series default
33939  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33940  will:
33941 \begin_inset Formula \[
33942 \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}}}\]
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Subsection
33950 Formeln in Überschriften
33951 \begin_inset CommandInset label
33952 LatexCommand label
33953 name "sub:Formeln-in-Überschriften"
33954
33955 \end_inset
33956
33957
33958 \begin_inset Index
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962 Formel ! in Überschriften
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \begin_layout Standard
33971 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33972 \end_layout
33973
33974 \begin_layout Standard
33975 \begin_inset Note Greyedout
33976 status open
33977
33978 \begin_layout Plain Layout
33979 Verwendet man das LaTeX-Paket 
33980 \series bold
33981 hyperref
33982 \series default
33983
33984 \begin_inset Index
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 Pakete ! hyperref
33989 \end_layout
33990
33991 \end_inset
33992
33993 , werden automatisch PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeic
33994 hnis erzeugt.
33995  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33996  dargestellt.
33997  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33998 \end_layout
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \begin_layout Standard
34006 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34007  Kurztitel über das Menü 
34008 \family sans
34009 Einfügen\SpecialChar \menuseparator
34010 Kurztitel
34011 \family default
34012  einfügt.
34013  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34014  um das Inhaltsverzeichnis übersichtlich zu halten.
34015  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34016 chen.
34017 \end_layout
34018
34019 \begin_layout Standard
34020 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34021 \series bold
34022 hyperref
34023 \series default
34024 , verwendet man im TeX-Modus den Befehl
34025 \end_layout
34026
34027 \begin_layout Standard
34028
34029 \series bold
34030
34031 \backslash
34032 texorpdfstring{Teil}{Alternative}
34033 \begin_inset Index
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037 Befehle ! T ! 
34038 \backslash
34039 texorpdfstring
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34049  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34050  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34051  soll.
34052 \end_layout
34053
34054 \begin_layout Standard
34055 Es folgen zwei Beispielüberschriften:
34056 \begin_inset VSpace -3mm
34057 \end_inset
34058
34059
34060 \begin_inset ERT
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064
34065
34066 \backslash
34067 boldmath 
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Subsubsection
34076 Überschrift ohne Formel im Inhaltsverzeichnis 
34077 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34078 \end_inset
34079
34080
34081 \begin_inset OptArg
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085 Überschrift ohne Formel im Inhaltsverzeichnis
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Subsubsection
34094 Überschrift mit Formel im Inhaltsverzeichnis
34095 \begin_inset ERT
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099
34100
34101 \backslash
34102 texorpdfstring{
34103 \end_layout
34104
34105 \end_inset
34106
34107  
34108 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34109 \end_inset
34110
34111
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117 }{}
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 \begin_inset ERT
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131
34132 \backslash
34133 unboldmath 
34134 \end_layout
34135
34136 \end_inset
34137
34138 In der ersten Überschrift wurde ein Kurztitel verwendet.
34139  In der zweiten 
34140 \series bold
34141
34142 \backslash
34143 texorpdfstring
34144 \series default
34145 .
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34150  die komplette Überschrift in eine 
34151 \series bold
34152 boldmath-Umgebung
34153 \series default
34154
34155 \begin_inset Foot
34156 status collapsed
34157
34158 \begin_layout Plain Layout
34159 siehe 
34160 \begin_inset CommandInset ref
34161 LatexCommand ref
34162 reference "sub:Fett-gedruckte-Formeln"
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \end_inset
34170
34171  gesetzt.
34172 \end_layout
34173
34174 \begin_layout Subsection
34175 Formeln im mehrspaltigen Text
34176 \begin_inset Index
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180 Formel ! im mehrspaltigen Text
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Standard
34189 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34190  müssen daher über die gesamte Seitenbreite gesetzt werden.
34191  Dazu verwendet man das LaTeX-Paket 
34192 \series bold
34193 multicol
34194 \series default
34195
34196 \begin_inset Foot
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200
34201 \series bold
34202 multicol
34203 \series default
34204  ist Teil jeder LaTeX-Standardinstallation.
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \begin_inset Index
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Pakete ! multicol
34215 \end_layout
34216
34217 \end_inset
34218
34219 , das mit der LaTeX-Vorspannzeile
34220 \end_layout
34221
34222 \begin_layout Standard
34223
34224 \series bold
34225
34226 \backslash
34227 usepackage{multicol}
34228 \end_layout
34229
34230 \begin_layout Standard
34231 geladen wird.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Note Greyedout
34236 status open
34237
34238 \begin_layout Plain Layout
34239 Dabei ist zu beachten, dass im Menü 
34240 \family sans
34241 Dokument\SpecialChar \menuseparator
34242 Einstellungen
34243 \family default
34244  unter 
34245 \family sans
34246 Textformat
34247 \family default
34248  
34249 \emph on
34250 nicht
34251 \emph default
34252  
34253 \family sans
34254 Zweispaltiges
34255 \begin_inset Space ~
34256 \end_inset
34257
34258 Dokument
34259 \family default
34260  ausgewählt sein darf.
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Standard
34269 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34270 \end_layout
34271
34272 \begin_layout Standard
34273
34274 \series bold
34275
34276 \backslash
34277 begin{multicols}{Spaltenanzahl}
34278 \end_layout
34279
34280 \begin_layout Standard
34281 wobei die Spaltenanzahl eine Zahl im Bereich 2
34282 \begin_inset Space \thinspace{}
34283 \end_inset
34284
34285 -
34286 \begin_inset Space \thinspace{}
34287 \end_inset
34288
34289 10 ist.
34290  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34291 \end_layout
34292
34293 \begin_layout Standard
34294
34295 \series bold
34296
34297 \backslash
34298 end{multicols}
34299 \end_layout
34300
34301 \begin_layout Standard
34302 der im TeX-Modus eingegeben wird.
34303 \end_layout
34304
34305 \begin_layout Standard
34306 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34307  Um dies rückgängig zu machen, fügt man vor der Formel -6
34308 \begin_inset Space \thinspace{}
34309 \end_inset
34310
34311 mm vertikalen Leerraum ein.
34312  Ist der Formelstil 
34313 \series bold
34314 Eingerückt
34315 \begin_inset Foot
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 Formelstile siehe 
34320 \begin_inset CommandInset ref
34321 LatexCommand ref
34322 reference "sec:Formelstile"
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \series default
34333  gewählt, fügt man stattdessen -9
34334 \begin_inset Space \thinspace{}
34335 \end_inset
34336
34337 mm Leerraum ein.
34338 \end_layout
34339
34340 \begin_layout Standard
34341 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34342 \end_layout
34343
34344 \begin_layout Standard
34345 \begin_inset ERT
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349
34350
34351 \backslash
34352 begin{multicols}{2}
34353 \end_layout
34354
34355 \end_inset
34356
34357 Das Spektrum wird fouriertransformiert.
34358  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34359 , Lösungsmittel) zu trennen.
34360  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34361  nun das Aussehen des Ausgangssignals.
34362  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34363  über alle Phasen integrieren muss.
34364  Sei nun 
34365 \begin_inset Formula $S$
34366 \end_inset
34367
34368  unser normiertes Ausgangssignal und 
34369 \begin_inset Formula $P$
34370 \end_inset
34371
34372  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 end{multicols}
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \begin_inset VSpace -6mm
34387 \end_inset
34388
34389
34390 \begin_inset Formula \begin{equation}
34391 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34392
34393 \end_inset
34394
34395
34396 \begin_inset ERT
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400
34401
34402 \backslash
34403 begin{multicols}{2}
34404 \end_layout
34405
34406 \end_inset
34407
34408 wobei 
34409 \begin_inset Formula $S_{0}$
34410 \end_inset
34411
34412  das Signal ohne Gradient ist und die Normierungsbedingung 
34413 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34414 \end_inset
34415
34416  gilt.
34417  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34418  Direkt nach dem 
34419 \begin_inset Formula $\nicefrac{\pi}{2}$
34420 \end_inset
34421
34422
34423 \begin_inset Space \thinspace{}
34424 \end_inset
34425
34426 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34427  das Signal zusätzlich abschwächt.
34428  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34429  
34430 \begin_inset Formula $T_{2}$
34431 \end_inset
34432
34433 -Zeit.
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444 end{multicols}
34445 \end_layout
34446
34447 \end_inset
34448
34449  
34450 \end_layout
34451
34452 \begin_layout Subsection
34453 Formeln mit Beschreibung der Variablen
34454 \begin_inset Index
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Formel ! mit Variablenbeschreibung
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Standard
34467 Möchte man wie in Formel 
34468 \begin_inset CommandInset ref
34469 LatexCommand eqref
34470 reference "eq:innerhalb"
34471
34472 \end_inset
34473
34474 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
34475 \series bold
34476 ×
34477 \series default
34478
34479 \begin_inset Formula $n$
34480 \end_inset
34481
34482
34483 \begin_inset Space ~
34484 \end_inset
34485
34486 Matrix mit links ausgerichteten Spalten für die verwendeten 
34487 \begin_inset Formula $n$
34488 \end_inset
34489
34490  Variablen.
34491 \begin_inset Foot
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Matrizen siehe 
34496 \begin_inset CommandInset ref
34497 LatexCommand ref
34498 reference "sec:Matrizen"
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506
34507  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
34508 \begin_inset Space \thinspace{}
34509 \end_inset
34510
34511 B.
34512  den Befehl 
34513 \series bold
34514
34515 \backslash
34516 footnotesize
34517 \series default
34518  ein.
34519 \begin_inset Foot
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 Schriftgrößen siehe 
34524 \begin_inset CommandInset ref
34525 LatexCommand ref
34526 reference "sub:Schriftgrößen"
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 Wird der Formelstil 
34540 \series bold
34541 Eingerückt
34542 \begin_inset Foot
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 Formelstile siehe 
34547 \begin_inset CommandInset ref
34548 LatexCommand ref
34549 reference "sec:Formelstile"
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \series default
34560  verwendet, fügt man vor und nach der Matrix ein 
34561 \series bold
34562
34563 \backslash
34564 hfill
34565 \series default
34566
34567 \begin_inset Foot
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571
34572 \series bold
34573
34574 \backslash
34575 hfill
34576 \series default
34577  wirkt nur in Formeln mit dem Stil 
34578 \series bold
34579 Eingerückt
34580 \series default
34581 , siehe 
34582 \begin_inset CommandInset ref
34583 LatexCommand ref
34584 reference "sub:Variabler-Leerraum"
34585
34586 \end_inset
34587
34588 .
34589 \end_layout
34590
34591 \end_inset
34592
34593  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34594  gleich ist.
34595 \end_layout
34596
34597 \begin_layout Standard
34598 Ist der Formelstil 
34599 \series bold
34600 Zentriert
34601 \series default
34602  gewählt, nutzt man die in 
34603 \begin_inset CommandInset ref
34604 LatexCommand ref
34605 reference "sub:Flalign-Umgebung"
34606
34607 \end_inset
34608
34609  beschriebene Möglichkeit, Formeln einzurücken.
34610  Formel 
34611 \begin_inset CommandInset ref
34612 LatexCommand eqref
34613 reference "eq:innerhalb"
34614
34615 \end_inset
34616
34617  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34618  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34619 \begin_inset Formula \begin{flalign}
34620 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34621 \rho & \textrm{Dichte}\\
34622 V & \textrm{Volumen}\\
34623 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Subsection
34631 Aufrechte kleine griechische Buchstaben
34632 \begin_inset CommandInset label
34633 LatexCommand label
34634 name "sub:Aufrechte-kleine-griechische"
34635
34636 \end_inset
34637
34638
34639 \begin_inset Index
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643 griechische Buchstaben ! aufrechte
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Standard
34652 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34653  zur Verfügung.
34654  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34655  aufrechte griechische Buchstaben benötigt.
34656  Die Datei 
34657 \series bold
34658 upgreek.sty
34659 \series default
34660
34661 \begin_inset Foot
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665
34666 \series bold
34667 upgreek
34668 \series default
34669  ist Teil des LaTeX-Paketes 
34670 \series bold
34671 was
34672 \series default
34673
34674 \begin_inset Index
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678 Pakete ! was
34679 \begin_inset VSpace 4mm
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \end_inset
34686
34687 .
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \begin_inset Index
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 Pakete ! upgreek
34698 \end_layout
34699
34700 \end_inset
34701
34702 , die mit der LaTeX-Vorspannzeile
34703 \end_layout
34704
34705 \begin_layout Standard
34706
34707 \series bold
34708
34709 \backslash
34710 usepackage{upgreek}
34711 \end_layout
34712
34713 \begin_layout Standard
34714 geladen wird, stellt diese Buchstaben zur Verfügung.
34715  
34716 \begin_inset ERT
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720
34721
34722 \backslash
34723 ifupgreek 
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \begin_inset Note Note
34730 status open
34731
34732 \begin_layout Plain Layout
34733 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34734 \series bold
34735 upgreek
34736 \series default
34737  installiert ist:
34738 \end_layout
34739
34740 \end_inset
34741
34742  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34743  
34744 \series bold
34745 up
34746 \series default
34747  begonnen wird.
34748  So erzeugt z.
34749 \begin_inset Space \thinspace{}
34750 \end_inset
34751
34752 B.
34753  der Befehl 
34754 \series bold
34755
34756 \backslash
34757 uptau
34758 \series default
34759  dies: 
34760 \begin_inset Formula $\uptau $
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Standard
34767 Damit kann man Elementarteilchenreaktionen erstellen:
34768 \begin_inset Formula \[
34769 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34778  Sie sollten daher nicht für Einheiten wie 
34779 \begin_inset Quotes gld
34780 \end_inset
34781
34782 µm
34783 \begin_inset Quotes grd
34784 \end_inset
34785
34786  verwendet werden.
34787 \end_layout
34788
34789 \begin_layout Standard
34790 \begin_inset ERT
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794
34795
34796 \backslash
34797 else 
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \begin_inset Note Note
34804 status open
34805
34806 \begin_layout Plain Layout
34807 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34808 \series bold
34809 upgreek
34810 \series default
34811  nicht installiert ist:
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 Das LaTeX-Paket 
34821 \series bold
34822 upgreek 
34823 \series default
34824 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34825 \end_layout
34826
34827 \begin_layout Standard
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833
34834 \backslash
34835 fi 
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Subsection
34844 Textzeichen in Formeln
34845 \begin_inset CommandInset label
34846 LatexCommand label
34847 name "sub:Textzeichen-in-Formeln"
34848
34849 \end_inset
34850
34851
34852 \begin_inset Index
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856 Text ! in Formeln
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34866  Benötigt man z.
34867 \begin_inset Space \thinspace{}
34868 \end_inset
34869
34870 B.
34871  den mittigen Punkt · in Formeln wie 
34872 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34873 \end_inset
34874
34875 , müsste man dafür jedes Mal den Befehl 
34876 \series bold
34877
34878 \backslash
34879 cdot
34880 \series default
34881  eingeben
34882 \begin_inset Foot
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 siehe 
34887 \begin_inset CommandInset ref
34888 LatexCommand ref
34889 reference "sub:Binäre-Operatoren"
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \end_inset
34897
34898 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34899  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34900 \end_layout
34901
34902 \begin_layout Standard
34903
34904 \series bold
34905
34906 \backslash
34907 DeclareInputText{183}{
34908 \backslash
34909 ifmmode
34910 \backslash
34911 cdot
34912 \backslash
34913 else
34914 \backslash
34915 textperiodcentered
34916 \backslash
34917 f\SpecialChar \textcompwordmark{}
34918 i}
34919 \end_layout
34920
34921 \begin_layout Standard
34922 Die Zeichenkodierung (Menü 
34923 \family sans
34924 Dokument\SpecialChar \menuseparator
34925 Einstellungen\SpecialChar \menuseparator
34926 Sprache
34927 \family default
34928 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34929  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34930 \series bold
34931
34932 \backslash
34933 textperiodcentered
34934 \series default
34935  verwendet.
34936  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34937  LaTeX-Fehlern kommen würde.
34938  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34939  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34940  nicht.
34941 \end_layout
34942
34943 \begin_layout Standard
34944 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34945  Z.
34946 \begin_inset Space \thinspace{}
34947 \end_inset
34948
34949 B.
34950  ist die Kodierung 
34951 \series bold
34952 latin9
34953 \series default
34954  in der Datei 
34955 \series bold
34956 latin9.def
34957 \series default
34958  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34959  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34960 eien geändert werden.
34961  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34962  nicht ohne Weiteres bearbeitet werden.
34963 \end_layout
34964
34965 \begin_layout Standard
34966 \begin_inset VSpace medskip
34967 \end_inset
34968
34969 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34970  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34971  Formel eingegeben werden können:
34972 \end_layout
34973
34974 \begin_layout Standard
34975
34976 \series bold
34977
34978 \backslash
34979 DeclareInputText{176}{
34980 \backslash
34981 ifmmode^
34982 \backslash
34983 circ
34984 \backslash
34985 else
34986 \backslash
34987 textdegree
34988 \backslash
34989 f\SpecialChar \textcompwordmark{}
34990 i}
34991 \end_layout
34992
34993 \begin_layout Standard
34994 \begin_inset Newpage newpage
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \begin_layout Section
35001 \start_of_appendix
35002 Typographische Hinweise
35003 \begin_inset Index
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007 Typographische Hinweise
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35017  Regeln, die teilweise auch im Duden 
35018 \begin_inset CommandInset citation
35019 LatexCommand cite
35020 key "Duden"
35021
35022 \end_inset
35023
35024  unter 
35025 \family typewriter
35026 Textverarbeitung
35027 \family default
35028  aufgelistet sind.
35029 \end_layout
35030
35031 \begin_layout Itemize
35032 Physikalische Einheiten werden 
35033 \emph on
35034 immer
35035 \emph default
35036  aufrecht gesetzt
35037 \begin_inset Foot
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 wird durch Schriftstile erreicht, siehe 
35042 \begin_inset CommandInset ref
35043 LatexCommand ref
35044 reference "sub:Schriftstile"
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \end_inset
35052
35053 : 30
35054 \begin_inset Space \thinspace{}
35055 \end_inset
35056
35057 km/h
35058 \begin_inset Newline newline
35059 \end_inset
35060
35061 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "sub:Vordefinierter-Leerraum"
35065
35066 \end_inset
35067
35068 .
35069 \end_layout
35070
35071 \begin_layout Itemize
35072 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35073 \begin_inset Newline newline
35074 \end_inset
35075
35076 1,2
35077 \begin_inset Space \thinspace{}
35078 \end_inset
35079
35080
35081 \begin_inset ERT
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085
35086
35087 \backslash
35088 textperthousand 
35089 \end_layout
35090
35091 \end_inset
35092
35093
35094 \begin_inset Space ~
35095 \end_inset
35096
35097 Alkohol im Blut
35098 \begin_inset Newline newline
35099 \end_inset
35100
35101 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35102  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35103 \end_layout
35104
35105 \begin_layout Itemize
35106 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35107  wird in einer Einheit verwendet: 15
35108 \begin_inset Space \thinspace{}
35109 \end_inset
35110
35111 °C
35112 \end_layout
35113
35114 \begin_layout Itemize
35115 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35116  Ziffer der kleinste Leerraum eingefügt: 18
35117 \begin_inset Space \thinspace{}
35118 \end_inset
35119
35120 473
35121 \begin_inset Space \thinspace{}
35122 \end_inset
35123
35124 588
35125 \end_layout
35126
35127 \begin_layout Itemize
35128 Für Bemaßungen wie z.
35129 \begin_inset Space \thinspace{}
35130 \end_inset
35131
35132 B.
35133  120×90×40
35134 \begin_inset Space \thinspace{}
35135 \end_inset
35136
35137 cm, verwendet man das gelegte Kreuz 
35138 \begin_inset Quotes gld
35139 \end_inset
35140
35141 ×
35142 \begin_inset Quotes grd
35143 \end_inset
35144
35145 , dass über den LaTeX-Befehl 
35146 \series bold
35147
35148 \backslash
35149 texttimes
35150 \series default
35151  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
35152  werden kann.
35153 \end_layout
35154
35155 \begin_layout Itemize
35156 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35157  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35158 \begin_inset Space \thinspace{}
35159 \end_inset
35160
35161 6.
35162 \begin_inset Space ~
35163 \end_inset
35164
35165 1979
35166 \end_layout
35167
35168 \begin_layout Itemize
35169 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35170  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35171 \begin_inset CommandInset ref
35172 LatexCommand ref
35173 reference "sub:Vordefinierte-Funktionen"
35174
35175 \end_inset
35176
35177 .
35178 \end_layout
35179
35180 \begin_layout Itemize
35181 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35182  
35183 \begin_inset Formula $E_{\mathrm{kin}}$
35184 \end_inset
35185
35186
35187 \begin_inset Newline newline
35188 \end_inset
35189
35190 Komponenten von Matrizen werden kursiv gesetzt: 
35191 \begin_inset Formula $\hat{H}_{kl}$
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \begin_layout Itemize
35198 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35199  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35200  Variablen zu verwechseln.
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset Newpage newpage
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Section
35211 Synonyme
35212 \begin_inset Index
35213 status collapsed
35214
35215 \begin_layout Plain Layout
35216 Synonyme
35217 \end_layout
35218
35219 \end_inset
35220
35221
35222 \end_layout
35223
35224 \begin_layout Standard
35225 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35226  Hier ist eine Übersicht der Synonymbefehle:
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \begin_inset VSpace bigskip
35231 \end_inset
35232
35233
35234 \begin_inset Space \hfill{}
35235 \end_inset
35236
35237
35238 \begin_inset Tabular
35239 <lyxtabular version="3" rows="12" columns="2">
35240 <features>
35241 <column alignment="center" valignment="top" width="0pt">
35242 <column alignment="center" valignment="top" width="0pt">
35243 <row>
35244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35245 \begin_inset Text
35246
35247 \begin_layout Plain Layout
35248 Befehl
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 äquivalent zu
35258 \begin_inset Note Note
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262
35263 \series bold
35264
35265 \backslash
35266 raisebox
35267 \series default
35268  dient nur als Abstandhalter.
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284
35285 \backslash
35286 ast
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 \begin_inset ERT
35296 status collapsed
35297
35298 \begin_layout Plain Layout
35299
35300
35301 \backslash
35302 raisebox{-1.2mm}{
35303 \end_layout
35304
35305 \end_inset
35306
35307 *
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313 }
35314 \end_layout
35315
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329
35330 \backslash
35331 choose
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340
35341 \backslash
35342 binom
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 </row>
35348 <row>
35349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35350 \begin_inset Text
35351
35352 \begin_layout Plain Layout
35353
35354 \backslash
35355 geq
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35361 \begin_inset Text
35362
35363 \begin_layout Plain Layout
35364
35365 \backslash
35366 ge
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 </row>
35372 <row>
35373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377
35378 \backslash
35379 lbrace
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35385 \begin_inset Text
35386
35387 \begin_layout Plain Layout
35388 {
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 </row>
35394 <row>
35395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35396 \begin_inset Text
35397
35398 \begin_layout Plain Layout
35399
35400 \backslash
35401 lbracket
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35407 \begin_inset Text
35408
35409 \begin_layout Plain Layout
35410 [
35411 \end_layout
35412
35413 \end_inset
35414 </cell>
35415 </row>
35416 <row>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421
35422 \backslash
35423 leftarrow
35424 \end_layout
35425
35426 \end_inset
35427 </cell>
35428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35429 \begin_inset Text
35430
35431 \begin_layout Plain Layout
35432
35433 \backslash
35434 gets
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445
35446 \backslash
35447 leq
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456
35457 \backslash
35458 le
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 </row>
35464 <row>
35465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469
35470 \backslash
35471 lor
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35477 \begin_inset Text
35478
35479 \begin_layout Plain Layout
35480
35481 \backslash
35482 vee
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493
35494 \backslash
35495 neq
35496 \end_layout
35497
35498 \end_inset
35499 </cell>
35500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35501 \begin_inset Text
35502
35503 \begin_layout Plain Layout
35504
35505 \backslash
35506 not=
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 </row>
35512 <row>
35513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35514 \begin_inset Text
35515
35516 \begin_layout Plain Layout
35517
35518 \backslash
35519 slash
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35525 \begin_inset Text
35526
35527 \begin_layout Plain Layout
35528 /
35529 \end_layout
35530
35531 \end_inset
35532 </cell>
35533 </row>
35534 <row>
35535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35536 \begin_inset Text
35537
35538 \begin_layout Plain Layout
35539
35540 \backslash
35541 vert
35542 \end_layout
35543
35544 \end_inset
35545 </cell>
35546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35547 \begin_inset Text
35548
35549 \begin_layout Plain Layout
35550 |
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 </row>
35556 </lyxtabular>
35557
35558 \end_inset
35559
35560
35561 \begin_inset Space \hfill{}
35562 \end_inset
35563
35564
35565 \begin_inset Tabular
35566 <lyxtabular version="3" rows="12" columns="2">
35567 <features>
35568 <column alignment="center" valignment="top" width="0pt">
35569 <column alignment="center" valignment="top" width="0pt">
35570 <row>
35571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35572 \begin_inset Text
35573
35574 \begin_layout Plain Layout
35575 Befehl
35576 \end_layout
35577
35578 \end_inset
35579 </cell>
35580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35581 \begin_inset Text
35582
35583 \begin_layout Plain Layout
35584 äquivalent zu
35585 \end_layout
35586
35587 \end_inset
35588 </cell>
35589 </row>
35590 <row>
35591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35592 \begin_inset Text
35593
35594 \begin_layout Plain Layout
35595
35596 \backslash
35597 backslash
35598 \end_layout
35599
35600 \end_inset
35601 </cell>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606
35607 \backslash
35608
35609 \backslash
35610
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 </row>
35616 <row>
35617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35618 \begin_inset Text
35619
35620 \begin_layout Plain Layout
35621
35622 \backslash
35623 dasharrow
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632
35633 \backslash
35634 dashrightarrow
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 </row>
35640 <row>
35641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35642 \begin_inset Text
35643
35644 \begin_layout Plain Layout
35645
35646 \backslash
35647 land
35648 \end_layout
35649
35650 \end_inset
35651 </cell>
35652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35653 \begin_inset Text
35654
35655 \begin_layout Plain Layout
35656
35657 \backslash
35658 wedge
35659 \end_layout
35660
35661 \end_inset
35662 </cell>
35663 </row>
35664 <row>
35665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669
35670 \backslash
35671 rbrace
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35677 \begin_inset Text
35678
35679 \begin_layout Plain Layout
35680 }
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 </row>
35686 <row>
35687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691
35692 \backslash
35693 rbracket
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 ]
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713
35714 \backslash
35715 rightarrow
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724
35725 \backslash
35726 to
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 </row>
35732 <row>
35733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737
35738 \backslash
35739 lnot
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748
35749 \backslash
35750 neg
35751 \end_layout
35752
35753 \end_inset
35754 </cell>
35755 </row>
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761
35762 \backslash
35763 ne
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772
35773 \backslash
35774 not=
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 </row>
35780 <row>
35781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35782 \begin_inset Text
35783
35784 \begin_layout Plain Layout
35785
35786 \backslash
35787 owns
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796
35797 \backslash
35798 ni
35799 \end_layout
35800
35801 \end_inset
35802 </cell>
35803 </row>
35804 <row>
35805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35806 \begin_inset Text
35807
35808 \begin_layout Plain Layout
35809
35810 \backslash
35811 square
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820
35821 \backslash
35822 Box
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 </row>
35828 <row>
35829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833
35834 \backslash
35835 Vert
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Plain Layout
35844
35845 \backslash
35846 |
35847 \end_layout
35848
35849 \end_inset
35850 </cell>
35851 </row>
35852 </lyxtabular>
35853
35854 \end_inset
35855
35856
35857 \begin_inset Space \hfill{}
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \begin_layout Standard
35864 \begin_inset Newpage newpage
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Bibliography
35871 \begin_inset CommandInset bibitem
35872 LatexCommand bibitem
35873 key "TLC2"
35874
35875 \end_inset
35876
35877
35878 \shape smallcaps
35879 Mittelbach, F.
35880  ; Goossens, M.
35881 \shape default
35882
35883 \shape italic
35884 The LaTeX Companion
35885 \shape default
35886 .
35887  Addison Wesley, 2004
35888 \end_layout
35889
35890 \begin_layout Bibliography
35891 \begin_inset CommandInset bibitem
35892 LatexCommand bibitem
35893 key "Mathmode"
35894
35895 \end_inset
35896
35897
35898 \begin_inset ERT
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902
35903
35904 \backslash
35905 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
35906 \end_layout
35907
35908 \end_inset
35909
35910 Beschreibung
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916 }
35917 \end_layout
35918
35919 \end_inset
35920
35921  der mathematischen Fähigkeiten von LaTeX
35922 \end_layout
35923
35924 \begin_layout Bibliography
35925 \begin_inset CommandInset bibitem
35926 LatexCommand bibitem
35927 key "Voss"
35928
35929 \end_inset
35930
35931 LaTeX Tipps- und Tricks-
35932 \begin_inset ERT
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936
35937
35938 \backslash
35939 href{http://tug.org/TeXnik/}{
35940 \end_layout
35941
35942 \end_inset
35943
35944 Seite
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950 }
35951 \end_layout
35952
35953 \end_inset
35954
35955
35956 \end_layout
35957
35958 \begin_layout Bibliography
35959 \begin_inset CommandInset bibitem
35960 LatexCommand bibitem
35961 key "AMS"
35962
35963 \end_inset
35964
35965
35966 \begin_inset ERT
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970
35971
35972 \backslash
35973 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
35974 \end_layout
35975
35976 \end_inset
35977
35978 Beschreibung
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984 }
35985 \end_layout
35986
35987 \end_inset
35988
35989  von 
35990 \begin_inset ERT
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994
35995
35996 \backslash
35997 AmS
35998 \end_layout
35999
36000 \end_inset
36001
36002 -LaTeX
36003 \end_layout
36004
36005 \begin_layout Bibliography
36006 \begin_inset CommandInset bibitem
36007 LatexCommand bibitem
36008 key "Symbole"
36009
36010 \end_inset
36011
36012
36013 \begin_inset ERT
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017
36018
36019 \backslash
36020 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
36021 \end_layout
36022
36023 \end_inset
36024
36025 Auflistung
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031 }
36032 \end_layout
36033
36034 \end_inset
36035
36036  aller über LaTeX-Pakete verfügbare Symbole
36037 \end_layout
36038
36039 \begin_layout Bibliography
36040 \begin_inset CommandInset bibitem
36041 LatexCommand bibitem
36042 key "hyperref"
36043
36044 \end_inset
36045
36046
36047 \begin_inset ERT
36048 status collapsed
36049
36050 \begin_layout Plain Layout
36051
36052
36053 \backslash
36054 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
36055 \end_layout
36056
36057 \end_inset
36058
36059 Dokumentation
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065 }
36066 \end_layout
36067
36068 \end_inset
36069
36070  des LaTeX-Pakets 
36071 \series bold
36072 hyperref
36073 \series default
36074
36075 \begin_inset Index
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079 Pakete ! hyperref
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \begin_layout Bibliography
36088 \begin_inset CommandInset bibitem
36089 LatexCommand bibitem
36090 key "Mathclap"
36091
36092 \end_inset
36093
36094
36095 \begin_inset ERT
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099
36100
36101 \backslash
36102 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
36103 \end_layout
36104
36105 \end_inset
36106
36107 Beschreibung
36108 \begin_inset ERT
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113 }
36114 \end_layout
36115
36116 \end_inset
36117
36118  des in 
36119 \begin_inset CommandInset ref
36120 LatexCommand ref
36121 reference "sub:Operatorgrenzen"
36122
36123 \end_inset
36124
36125  vorgestellten Befehls 
36126 \series bold
36127
36128 \backslash
36129 mathclap
36130 \series default
36131
36132 \begin_inset Index
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136 Befehle ! M ! 
36137 \backslash
36138 mathclap
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Bibliography
36147 \begin_inset CommandInset bibitem
36148 LatexCommand bibitem
36149 key "Duden"
36150
36151 \end_inset
36152
36153
36154 \emph on
36155 Duden Band 1
36156 \emph default
36157 .
36158  22.
36159  Auflage, Duden Verlag 2001
36160 \end_layout
36161
36162 \begin_layout Subsubsection*
36163 \begin_inset Note Note
36164 status collapsed
36165
36166 \begin_layout Plain Layout
36167 Damit der Index den Namen 
36168 \begin_inset Quotes gld
36169 \end_inset
36170
36171 Stichwortverzeichnis
36172 \begin_inset Quotes grd
36173 \end_inset
36174
36175  erhält, wurde im LaTeX-Vorspann
36176 \end_layout
36177
36178 \begin_layout Plain Layout
36179
36180 \series bold
36181
36182 \backslash
36183 addto
36184 \backslash
36185 captionsngerman{
36186 \backslash
36187 renewcommand{
36188 \backslash
36189 indexname}{Stichwortverzeichnis}}
36190 \end_layout
36191
36192 \begin_layout Plain Layout
36193 eingefügt.
36194 \end_layout
36195
36196 \begin_layout Plain Layout
36197 Das Paket 
36198 \series bold
36199 babel
36200 \series default
36201  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36202  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36203  Außerdem wird 
36204 \series bold
36205 babel
36206 \series default
36207  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36208  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36209 che verwendet wurde.
36210 \end_layout
36211
36212 \begin_layout Plain Layout
36213 Möchte man andere Beschriftungen ändern, ersetzt man 
36214 \series bold
36215
36216 \backslash
36217 indexname
36218 \series default
36219  durch 
36220 \series bold
36221
36222 \backslash
36223 <Beschriftungs>name
36224 \series default
36225 .
36226  Eine Auflistung der möglichen Namen findet man unter
36227 \end_layout
36228
36229 \begin_layout Plain Layout
36230
36231 \family typewriter
36232 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36233 \end_layout
36234
36235 \begin_layout Plain Layout
36236 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36237 \series bold
36238 ngerman
36239 \series default
36240  durch die Dokumentsprache und
36241 \end_layout
36242
36243 \begin_layout Plain Layout
36244
36245 \series bold
36246
36247 \backslash
36248 captionsgerman
36249 \series default
36250  durch 
36251 \series bold
36252
36253 \backslash
36254 captions<Dokumentsprache>
36255 \series default
36256 .
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \begin_inset CommandInset index_print
36263 LatexCommand printindex
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \end_body
36271 \end_document