]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
853dd950aa6b7901184360e5fd485b6499120f45
[lyx.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 defskip
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 textcent
22288 \end_layout
22289
22290 \end_inset
22291
22292 @
22293 \begin_inset ERT
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297
22298
22299 \backslash
22300 officialeuro
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22315
22316 \series bold
22317 eurosym
22318 \series default
22319
22320 \begin_inset Index
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324 Pakete ! eurosym
22325 \end_layout
22326
22327 \end_inset
22328
22329  installieren und dieses mit der LaTeX-Vorspannzeile
22330 \end_layout
22331
22332 \begin_layout Standard
22333
22334 \series bold
22335
22336 \backslash
22337 usepackage[gennarrow]{eurosym}
22338 \end_layout
22339
22340 \begin_layout Standard
22341 aktivieren.
22342  Das Euro-Symbol kann man nun mit dem Befehl 
22343 \series bold
22344
22345 \backslash
22346 euro
22347 \series default
22348
22349 \begin_inset Index
22350 status collapsed
22351
22352 \begin_layout Plain Layout
22353 Befehle ! E ! 
22354 \backslash
22355 euro
22356 \end_layout
22357
22358 \end_inset
22359
22360  aufrufen.
22361 \end_layout
22362
22363 \begin_layout Standard
22364 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22365  eingeben, ohne 
22366 \series bold
22367 eurosym
22368 \series default
22369  installiert zu haben.
22370  Ist 
22371 \series bold
22372 eurosym
22373 \series default
22374  installiert, kann man 
22375 \series bold
22376
22377 \backslash
22378 euro
22379 \series default
22380  auch im TeX-Modus eingeben.
22381  Das offizielle Währungssymbol erhält man dann über den Befehl 
22382 \series bold
22383
22384 \backslash
22385 officialeuro
22386 \series default
22387
22388 \begin_inset Index
22389 status collapsed
22390
22391 \begin_layout Plain Layout
22392 Befehle ! O ! 
22393 \backslash
22394 officialeuro
22395 \end_layout
22396
22397 \end_inset
22398
22399 , der nur im TeX-Modus verfügbar ist.
22400 \end_layout
22401
22402 \begin_layout Standard
22403 \begin_inset ERT
22404 status collapsed
22405
22406 \begin_layout Plain Layout
22407
22408
22409 \backslash
22410 ifeurosym 
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \begin_inset Note Note
22417 status open
22418
22419 \begin_layout Plain Layout
22420 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22421 \series bold
22422 eurosym
22423 \series default
22424  installiert ist:
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Eine Übersicht der verschiedenen Euro-Symbole:
22434 \end_layout
22435
22436 \begin_layout Standard
22437 \align center
22438 \begin_inset Tabular
22439 <lyxtabular version="3" rows="4" columns="3">
22440 <features>
22441 <column alignment="center" valignment="top" width="0pt">
22442 <column alignment="center" valignment="top" width="0pt">
22443 <column alignment="center" valignment="top" width="0pt">
22444 <row>
22445 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 Befehl 
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 Ergebnis
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 Formel
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487
22488 \backslash
22489 euro
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 \begin_inset Formula $\euro $
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 </row>
22507 <row>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 mathematischer Text
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Formula $\mbox{€}$
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 </row>
22539 <row>
22540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 TeX-Modus
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 officialeuro
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 officialeuro
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 </lyxtabular>
22583
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \begin_layout Standard
22590 \begin_inset ERT
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594
22595
22596 \backslash
22597 else 
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \begin_inset Note Note
22604 status open
22605
22606 \begin_layout Plain Layout
22607 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22608 \series bold
22609 eurosym
22610 \series default
22611  nicht installiert ist:
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Standard
22620 Das LaTeX-Paket 
22621 \series bold
22622 eurosym 
22623 \series default
22624 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22625 \end_layout
22626
22627 \begin_layout Standard
22628 \begin_inset ERT
22629 status collapsed
22630
22631 \begin_layout Plain Layout
22632
22633
22634 \backslash
22635 fi 
22636 \end_layout
22637
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \begin_layout Section
22644 Relationen
22645 \begin_inset CommandInset label
22646 LatexCommand label
22647 name "sec:Relationen"
22648
22649 \end_inset
22650
22651
22652 \begin_inset Index
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656 Relationen
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \begin_inset Index
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666 Vergleiche|see
22667 \begin_inset ERT
22668 status collapsed
22669
22670 \begin_layout Plain Layout
22671
22672 {
22673 \end_layout
22674
22675 \end_inset
22676
22677 Relationen
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682
22683 }
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \begin_layout Standard
22697 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22698  
22699 \begin_inset Graphics
22700         filename ../../images/math/leq.png
22701         embed ""
22702         scale 85
22703
22704 \end_inset
22705
22706  eingefügt werden.
22707 \end_layout
22708
22709 \begin_layout Standard
22710 \begin_inset Space \hfill{}
22711 \end_inset
22712
22713
22714 \begin_inset Tabular
22715 <lyxtabular version="3" rows="17" columns="2">
22716 <features>
22717 <column alignment="center" valignment="top" width="0pt">
22718 <column alignment="center" valignment="top" width="0pt">
22719 <row>
22720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 Befehl
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 Ergebnis
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 <
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $<$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 <row>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \backslash
22769 le
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 \begin_inset Formula $\le$
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 <row>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 ll
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\ll$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817
22818 \backslash
22819 prec
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 \begin_inset Formula $\prec$
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \backslash
22844 preceq
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset Formula $\preceq$
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 </row>
22862 <row>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867
22868 \backslash
22869 subset
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Formula $\subset$
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892
22893 \backslash
22894 subseteq
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 \begin_inset Formula $\subseteq$
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 </row>
22912 <row>
22913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917
22918 \backslash
22919 sqsubseteq
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 \begin_inset Formula $\sqsubseteq$
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 </row>
22937 <row>
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942
22943 \backslash
22944 in
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 \begin_inset Formula $\in$
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 </row>
22962 <row>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967
22968 \backslash
22969 vdash
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 \begin_inset Formula $\vdash$
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992
22993 \backslash
22994 smile
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Formula $\smile$
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 </row>
23012 <row>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017
23018 \backslash
23019 lhd
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Formula $\lhd$
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 </row>
23037 <row>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \backslash
23044 unlhd
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 \begin_inset Formula $\unlhd$
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 </row>
23062 <row>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067
23068 \backslash
23069 gtrless
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Formula $\gtrless$
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 </row>
23087 <row>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092
23093 \backslash
23094 mid
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 \begin_inset Formula $\mid$
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \backslash
23119 nmid
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Formula $\nmid$
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 </lyxtabular>
23138
23139 \end_inset
23140
23141
23142 \begin_inset Space \hfill{}
23143 \end_inset
23144
23145
23146 \begin_inset Tabular
23147 <lyxtabular version="3" rows="17" columns="2">
23148 <features>
23149 <column alignment="center" valignment="top" width="0pt">
23150 <column alignment="center" valignment="top" width="0pt">
23151 <row>
23152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 Befehl
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 Ergebnis
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 =
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset Formula $=$
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \backslash
23201 not=
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\not=$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \backslash
23226 equiv
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Formula $\equiv$
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \backslash
23251 sim
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Formula $\sim$
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 simeq
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Formula $\simeq$
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \backslash
23301 approx
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\approx$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 cong
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset Formula $\cong$
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 </row>
23344 <row>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349
23350 \backslash
23351 bowtie
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 \begin_inset Formula $\bowtie$
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 </row>
23369 <row>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374
23375 \backslash
23376 notin
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 \begin_inset Formula $\notin$
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 </row>
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399
23400 \backslash
23401 perp
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $\perp$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \backslash
23426 propto
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Formula $\propto$
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \backslash
23451 asymp
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset Formula $\asymp$
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \backslash
23476 doteq
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 \begin_inset Formula $\doteq$
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \backslash
23501 circeq
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $\circeq$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \backslash
23526 models
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $\models$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 widehat=
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\widehat{=}$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 </lyxtabular>
23570
23571 \end_inset
23572
23573
23574 \begin_inset Space \hfill{}
23575 \end_inset
23576
23577
23578 \begin_inset Tabular
23579 <lyxtabular version="3" rows="17" columns="2">
23580 <features>
23581 <column alignment="center" valignment="top" width="0pt">
23582 <column alignment="center" valignment="top" width="0pt">
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 Befehl
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 Ergebnis
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 >
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $>$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \backslash
23633 ge
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 \begin_inset Formula $\ge$
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \backslash
23658 gg
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 \begin_inset Formula $\gg$
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 </row>
23676 <row>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \backslash
23683 succ
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Formula $\succ$
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706
23707 \backslash
23708 succeq
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 \begin_inset Formula $\succeq$
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 </row>
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \backslash
23733 supset
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Formula $\supset$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \backslash
23758 supseteq
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 \begin_inset Formula $\supseteq$
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 <row>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \backslash
23783 sqsupseteq
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 \begin_inset Formula $\sqsupseteq$
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 </row>
23801 <row>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806
23807 \backslash
23808 ni
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 \begin_inset Formula $\ni$
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 </row>
23826 <row>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831
23832 \backslash
23833 dashv
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 \begin_inset Formula $\dashv$
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 </row>
23851 <row>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \backslash
23858 frown
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 \begin_inset Formula $\frown$
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 </row>
23876 <row>
23877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881
23882 \backslash
23883 rhd
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 \begin_inset Formula $\rhd$
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 </row>
23901 <row>
23902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906
23907 \backslash
23908 unrhd
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 \begin_inset Formula $\unrhd$
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 </row>
23926 <row>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931
23932 \backslash
23933 lessgtr
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942 \begin_inset Formula $\lessgtr$
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 </row>
23951 <row>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956
23957 \backslash
23958 parallel
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Formula $\parallel$
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 <row>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \backslash
23983 nparallel
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992 \begin_inset Formula $\nparallel$
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 </lyxtabular>
24002
24003 \end_inset
24004
24005
24006 \begin_inset Space \hfill{}
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013 \begin_inset VSpace medskip
24014 \end_inset
24015
24016 Die Zeichen 
24017 \series bold
24018
24019 \backslash
24020 lhd
24021 \series default
24022  bzw.
24023  
24024 \series bold
24025
24026 \backslash
24027 rhd
24028 \series default
24029  sind größer als die gleich aussehenden Operatoren
24030 \begin_inset ERT
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034
24035
24036 \backslash
24037 linebreak 
24038 \end_layout
24039
24040 \end_inset
24041
24042  
24043 \series bold
24044
24045 \backslash
24046 triangleleft
24047 \series default
24048  bzw.
24049  
24050 \series bold
24051
24052 \backslash
24053 triangleright
24054 \series default
24055 .
24056 \end_layout
24057
24058 \begin_layout Standard
24059 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24064 \series bold
24065
24066 \backslash
24067 stackrel
24068 \series default
24069
24070 \begin_inset Index
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074 Befehle ! S ! 
24075 \backslash
24076 stackrel
24077 \end_layout
24078
24079 \end_inset
24080
24081  erstellt werden:
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \align center
24086 \begin_inset Tabular
24087 <lyxtabular version="3" rows="2" columns="2">
24088 <features>
24089 <column alignment="center" valignment="top" width="0">
24090 <column alignment="center" valignment="top" width="0">
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 Befehl
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 Ergebnis
24106 \begin_inset Note Note
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111 \series bold
24112
24113 \backslash
24114 raisebox
24115 \series default
24116  dient nur als Abstandhalter.
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 </row>
24127 <row>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 A(r)
24133 \backslash
24134 stackrel
24135 \begin_inset ERT
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139
24140
24141 \backslash
24142 leer 
24143 \end_layout
24144
24145 \end_inset
24146
24147 r
24148 \backslash
24149 to
24150 \backslash
24151 infty
24152 \begin_inset ERT
24153 status collapsed
24154
24155 \begin_layout Plain Layout
24156
24157
24158 \backslash
24159 leer 
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \begin_inset Formula $\downarrow$
24166 \end_inset
24167
24168
24169 \backslash
24170 approx
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
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188
24189
24190 \backslash
24191 leer 
24192 \end_layout
24193
24194 \end_inset
24195
24196 B
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 </lyxtabular>
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 \begin_inset Newpage newpage
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \begin_layout Section
24229 Funktionen
24230 \end_layout
24231
24232 \begin_layout Subsection
24233 Vordefinierte Funktionen
24234 \begin_inset CommandInset label
24235 LatexCommand label
24236 name "sub:Vordefinierte-Funktionen"
24237
24238 \end_inset
24239
24240
24241 \begin_inset Index
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245 Funktionen ! vordefinierte
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 Allgemein werden in mathematischen Ausdrücken Variablen 
24255 \shape italic
24256 kursiv
24257 \shape default
24258  gesetzt, Funktionsnamen hingegen nicht, denn 
24259 \begin_inset Formula $sin$
24260 \end_inset
24261
24262  könnte als 
24263 \begin_inset Formula $s\cdot i\cdot n$
24264 \end_inset
24265
24266  missverstanden werden.
24267  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24268 en etwas abgesetzt sind.
24269  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24270 \end_layout
24271
24272 \begin_layout Standard
24273 \align center
24274 \begin_inset Tabular
24275 <lyxtabular version="3" rows="2" columns="4">
24276 <features>
24277 <column alignment="center" valignment="top" width="0pt">
24278 <column alignment="center" valignment="top" width="0pt">
24279 <column alignment="center" valignment="top" width="0pt">
24280 <column alignment="center" valignment="top" width="0pt">
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 Befehl
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 Ergebnis
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 Befehl
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 Ergebnis
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 </row>
24319 <row>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 Asin(x)+B
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 \begin_inset Formula $Asin(x)+B$
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 A
24346 \backslash
24347 sin(x)+B
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 \begin_inset Formula $A\sin(x)+B$
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 </lyxtabular>
24366
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \begin_layout Standard
24373 Folgende Funktionen sind vordefiniert:
24374 \end_layout
24375
24376 \begin_layout Standard
24377 \begin_inset VSpace -2mm
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \align center
24385 \begin_inset Tabular
24386 <lyxtabular version="3" rows="9" columns="4">
24387 <features>
24388 <column alignment="center" valignment="top" width="0pt">
24389 <column alignment="center" valignment="top" width="0pt">
24390 <column alignment="center" valignment="top" width="0pt">
24391 <column alignment="center" valignment="top" width="0pt">
24392 <row>
24393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397 Befehl
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 Befehl
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 Befehl
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424 Befehl
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 </row>
24430 <row>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 sin
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 sinh
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 arcsin
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 sup
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 </row>
24476 <row>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 cos
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 cosh
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 arccos
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 inf
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 tan
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 tanh
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 arctan
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 lim
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 cot
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 coth
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 arg
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 liminf
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 </row>
24614 <row>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619
24620 \backslash
24621 sec
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 min
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 deg
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 limsup
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 csc
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 max
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 det
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 Pr
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 </row>
24706 <row>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 ln
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 exp
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 dim
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 hom
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 lg
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 log
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 ker
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 gcd
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 </lyxtabular>
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Standard
24806 Sie können auch über den Mathe-Werkzeugleistenknopf 
24807 \begin_inset Graphics
24808         filename ../../images/math/functions.png
24809         embed ""
24810         scale 85
24811
24812 \end_inset
24813
24814  eingefügt werden.
24815 \end_layout
24816
24817 \begin_layout Subsection
24818 Selbst definierte Funktionen
24819 \begin_inset Index
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823 Funktionen ! selbstdefinierte
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24833 \begin_inset Space \thinspace{}
24834 \end_inset
24835
24836 B.
24837  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24838 \end_layout
24839
24840 \begin_layout Itemize
24841 Man definiert die Funktion selbst.
24842  Dazu gibt man im LaTeX-Vorspann die Zeile
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \begin_inset VSpace -3mm
24848 \end_inset
24849
24850
24851 \begin_inset Newline newline
24852 \end_inset
24853
24854
24855 \series bold
24856
24857 \backslash
24858 DeclareMathOperator{
24859 \backslash
24860 sgn}{sgn}
24861 \series default
24862
24863 \begin_inset Index
24864 status collapsed
24865
24866 \begin_layout Plain Layout
24867 Befehle ! D ! 
24868 \backslash
24869 dbinom@
24870 \backslash
24871 DeclareMathOperator
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \begin_inset Newline newline
24878 \end_inset
24879
24880
24881 \begin_inset VSpace -2mm
24882 \end_inset
24883
24884
24885 \begin_inset Newline newline
24886 \end_inset
24887
24888 ein
24889 \begin_inset Foot
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 Näheres zu 
24894 \series bold
24895
24896 \backslash
24897 DeclareMathOperator
24898 \series default
24899  siehe 
24900 \begin_inset CommandInset ref
24901 LatexCommand ref
24902 reference "sub:Selbstdefinierte-Operatoren"
24903
24904 \end_inset
24905
24906 .
24907 \end_layout
24908
24909 \end_inset
24910
24911 .
24912  Nun kann man mit dem Befehl 
24913 \series bold
24914
24915 \backslash
24916 sgn
24917 \series default
24918  die neu definierte Funktion aufrufen.
24919 \end_layout
24920
24921 \begin_layout Itemize
24922 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24923  Beispiel die Buchstaben 
24924 \emph on
24925 sgn
24926 \emph default
24927 , und wandelt ihn in in mathematischen Text um.
24928  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24929 \end_layout
24930
24931 \begin_layout Standard
24932 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24933  Funktion
24934 \begin_inset Foot
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24939 \end_layout
24940
24941 \end_inset
24942
24943 :
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \align center
24948 \begin_inset Tabular
24949 <lyxtabular version="3" rows="3" columns="2">
24950 <features>
24951 <column alignment="center" valignment="top" width="0pt">
24952 <column alignment="center" valignment="top" width="0pt">
24953 <row>
24954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 Befehl
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 Ergebnis
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 <row>
24974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978 A
24979 \backslash
24980 sgn(x)+B
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $A\sgn (x)+B$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 <row>
24999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003 A
25004 \backslash
25005 ,
25006 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25007 \end_inset
25008
25009 (x)+B
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 </lyxtabular>
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25036  mehrfach verwendet werden soll.
25037 \end_layout
25038
25039 \begin_layout Subsection
25040 Grenzwerte
25041 \begin_inset Index
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045 Grenzwerte
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 Für Grenzwerte sind außer 
25055 \series bold
25056
25057 \backslash
25058 lim
25059 \series default
25060
25061 \begin_inset Index
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065 Befehle ! L ! 
25066 \backslash
25067 lim
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \series bold
25074
25075 \backslash
25076 liminf
25077 \series default
25078  und 
25079 \series bold
25080
25081 \backslash
25082 limsup
25083 \series default
25084  noch folgende Funktionen definiert:
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \align center
25089 \begin_inset Tabular
25090 <lyxtabular version="3" rows="5" columns="2">
25091 <features>
25092 <column alignment="center" valignment="top" width="0">
25093 <column alignment="center" valignment="top" width="0">
25094 <row>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 Befehl
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 Ergebnis
25109 \begin_inset Note Note
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113
25114 \series bold
25115
25116 \backslash
25117 raisebox
25118 \series default
25119  dient nur als Abstandhalter.
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 <row>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 varliminf
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 \begin_inset Formula $\varliminf $
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 </row>
25155 <row>
25156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 varlimsup
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171 \begin_inset Formula $\varlimsup $
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 </row>
25180 <row>
25181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 varprojlim
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 \begin_inset Formula $\varprojlim $
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 <row>
25206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 varinjlim
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221 \begin_inset Formula $\varinjlim $
25222 \end_inset
25223
25224
25225 \begin_inset Formula $\raisebox {-2.5mm}{}$
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 </row>
25234 </lyxtabular>
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset VSpace medskip
25243 \end_inset
25244
25245 Der Grenzwert wird durch Tiefstellen erzeugt.
25246  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25247 \end_layout
25248
25249 \begin_layout Standard
25250 \align center
25251 \begin_inset Tabular
25252 <lyxtabular version="3" rows="2" columns="2">
25253 <features>
25254 <column alignment="center" valignment="top" width="0pt">
25255 <column alignment="center" valignment="top" width="0pt">
25256 <row>
25257 <cell alignment="center" valignment="top" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 Befehl
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 \begin_inset ERT
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275
25276 \backslash
25277 hspace{1cm}
25278 \end_layout
25279
25280 \end_inset
25281
25282 Ergebnis
25283 \begin_inset Note Note
25284 status collapsed
25285
25286 \begin_layout Plain Layout
25287
25288 \series bold
25289
25290 \backslash
25291 hspace
25292 \series default
25293  und 
25294 \series bold
25295
25296 \backslash
25297 raisebox
25298 \series default
25299  dienen nur als Abstandhalter.
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 </row>
25310 <row>
25311 <cell alignment="center" valignment="top" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 lim_x
25318 \backslash
25319 to
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 A
25333 \begin_inset ERT
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337
25338
25339 \backslash
25340 leer 
25341 \end_layout
25342
25343 \end_inset
25344
25345 x=B
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 </row>
25363 </lyxtabular>
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25372 \begin_inset Formula \[
25373 \lim_{x\to A}x=B\]
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Subsection
25381 Modulo-Funktionen
25382 \begin_inset Index
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386 Funktionen ! Modulo-
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \begin_layout Standard
25395 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25396  Varianten.
25397 \begin_inset Newpage newpage
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Standard
25404 Die Varianten in einer abgesetzten Formel:
25405 \begin_inset Formula \begin{align*}
25406 \underline{\textrm{Befehl}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25407 \mathrm{a\backslash mod\textrm{\leer }b} &  & a\mod  b\\
25408 \mathrm{a\backslash pmod\textrm{\leer }b} &  & a\pmod  b\\
25409 \mathrm{a\backslash bmod\textrm{\leer }b} &  & a\bmod b\\
25410 \mathrm{a\backslash pod\textrm{\leer }b} &  & a\pod  b\end{align*}
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25419  weniger Leerraum gesetzt.
25420 \end_layout
25421
25422 \begin_layout Section
25423 Sonderzeichen
25424 \begin_inset Index
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 Sonderzeichen
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Subsection
25437 Sonderzeichen im mathematischen Text
25438 \end_layout
25439
25440 \begin_layout Standard
25441 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25442  verwendet werden:
25443 \end_layout
25444
25445 \begin_layout Standard
25446 \begin_inset Space \hfill{}
25447 \end_inset
25448
25449
25450 \begin_inset Tabular
25451 <lyxtabular version="3" rows="8" columns="2">
25452 <features>
25453 <column alignment="block" valignment="top" width="0">
25454 <column alignment="block" valignment="top" width="0">
25455 <row>
25456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 Befehl
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 Ergebnis
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 </row>
25475 <row>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480
25481 \backslash
25482 oe
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 \begin_inset Formula $\textrm{\oe }$
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 </row>
25500 <row>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 OE
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Formula $\textrm{\OE }$
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 ae
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset Formula $\textrm{\ae }$
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 </row>
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \backslash
25557 AE
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Formula $\textrm{\AE }$
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 aa
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 \begin_inset Formula $\textrm{\aa }$
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 AA
25608 \begin_inset Index
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 \begin_inset ERT
25613 status collapsed
25614
25615 \begin_layout Plain Layout
25616
25617
25618 \backslash
25619
25620 \begin_inset ERT
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624
25625 {
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636 }
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645
25646 @
25647 \begin_inset ERT
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651
25652
25653 \backslash
25654
25655 \begin_inset ERT
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659
25660 {
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \begin_inset ERT
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670
25671 }
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680
25681 textrm
25682 \begin_inset ERT
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686
25687 {
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697
25698
25699 \backslash
25700
25701 \begin_inset ERT
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705
25706 {
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \begin_inset ERT
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716
25717 }
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726
25727 AA
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733 }
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 \begin_inset Formula $\textrm{\AA}$
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 </row>
25761 <row>
25762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766
25767 \backslash
25768 i
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777 \begin_inset Formula $\textrm{\i }$
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 </row>
25786 </lyxtabular>
25787
25788 \end_inset
25789
25790
25791 \begin_inset Space \hfill{}
25792 \end_inset
25793
25794
25795 \begin_inset Tabular
25796 <lyxtabular version="3" rows="8" columns="2">
25797 <features>
25798 <column alignment="block" valignment="top" width="0">
25799 <column alignment="center" valignment="top" width="0">
25800 <row>
25801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 Befehl
25806 \begin_inset Note Note
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811 \series bold
25812
25813 \backslash
25814 hspace{0mm}
25815 \series default
25816  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25817  ¿ erscheinen würde.
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 Ergebnis
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 </row>
25837 <row>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842
25843 \backslash
25844 o
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset Formula $\textrm{\o }$
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 O
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878 \begin_inset Formula $\textrm{\O}$
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 </row>
25887 <row>
25888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892
25893 \backslash
25894 l
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 \begin_inset Formula $\textrm{\l }$
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 </row>
25912 <row>
25913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917
25918 \backslash
25919 L
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928 \begin_inset Formula $\textrm{\L }$
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 </row>
25937 <row>
25938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942 !
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 hspace{0mm}
25951 \end_layout
25952
25953 \end_inset
25954
25955 `
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 leer 
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 \begin_inset Formula $\textrm{!`}$
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 <row>
25987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 ?
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 hspace{0mm}
26000 \end_layout
26001
26002 \end_inset
26003
26004 `
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 leer 
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $\textrm{?`}$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 j
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051 \begin_inset Formula $\textrm{\j }$
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 </row>
26060 </lyxtabular>
26061
26062 \end_inset
26063
26064
26065 \begin_inset Space \hfill{}
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \begin_layout Standard
26072 Die Zeichen 
26073 \begin_inset Formula $\textrm{\textrm{Å}}$
26074 \end_inset
26075
26076  und 
26077 \begin_inset Formula $\textrm{\textrm{Ø}}$
26078 \end_inset
26079
26080  können auch über den Mathe-Werkzeugleistenknopf 
26081 \begin_inset Graphics
26082         filename ../../images/math/digamma.png
26083         embed ""
26084         scale 85
26085
26086 \end_inset
26087
26088  eingefügt werden.
26089 \end_layout
26090
26091 \begin_layout Standard
26092 Eine Ausnahme bilden die Befehle 
26093 \series bold
26094 !
26095 \begin_inset ERT
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099
26100
26101 \backslash
26102 hspace{0mm}
26103 \end_layout
26104
26105 \end_inset
26106
26107 `
26108 \series default
26109  und 
26110 \series bold
26111 ?
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 hspace{0mm}
26120 \end_layout
26121
26122 \end_inset
26123
26124 `
26125 \series default
26126 , denn man kann sie in LyX direkt in den Text eingeben.
26127 \end_layout
26128
26129 \begin_layout Subsection
26130 Akzente im Text
26131 \begin_inset CommandInset label
26132 LatexCommand label
26133 name "sub:Sonderzeichen-Akzente"
26134
26135 \end_inset
26136
26137
26138 \begin_inset Index
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Akzente ! im Text
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26152  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset Space \hfill{}
26157 \end_inset
26158
26159
26160 \begin_inset Tabular
26161 <lyxtabular version="3" rows="8" columns="2">
26162 <features>
26163 <column alignment="block" valignment="top" width="0">
26164 <column alignment="block" valignment="top" width="0">
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 Befehl
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 Ergebnis
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 </row>
26185 <row>
26186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190
26191 \backslash
26192
26193 \begin_inset Quotes grd
26194 \end_inset
26195
26196 e
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 \begin_inset ERT
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209
26210
26211 \backslash
26212 "e
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 `e
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 `e
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \backslash
26264 ^
26265 \begin_inset ERT
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269
26270
26271 \backslash
26272 leer 
26273 \end_layout
26274
26275 \end_inset
26276
26277 e
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 \begin_inset ERT
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290
26291
26292 \backslash
26293 ^e
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309
26310 \backslash
26311 =e
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324
26325
26326 \backslash
26327 =e
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 </row>
26338 <row>
26339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343
26344 \backslash
26345 u
26346 \begin_inset ERT
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350
26351
26352 \backslash
26353 leer 
26354 \end_layout
26355
26356 \end_inset
26357
26358 e
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 u e
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 <row>
26386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390
26391 \backslash
26392 b
26393 \begin_inset ERT
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397
26398
26399 \backslash
26400 leer 
26401 \end_layout
26402
26403 \end_inset
26404
26405 e
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset ERT
26415 status collapsed
26416
26417 \begin_layout Plain Layout
26418
26419
26420 \backslash
26421 b e
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 </row>
26432 <row>
26433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437
26438 \backslash
26439 t
26440 \begin_inset ERT
26441 status collapsed
26442
26443 \begin_layout Plain Layout
26444
26445
26446 \backslash
26447 leer 
26448 \end_layout
26449
26450 \end_inset
26451
26452 ee
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 \begin_inset ERT
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465
26466
26467 \backslash
26468 t ee
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 </lyxtabular>
26480
26481 \end_inset
26482
26483
26484 \begin_inset Space \hfill{}
26485 \end_inset
26486
26487
26488 \begin_inset Tabular
26489 <lyxtabular version="3" rows="8" columns="2">
26490 <features>
26491 <column alignment="block" valignment="top" width="0">
26492 <column alignment="center" valignment="top" width="0">
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498 Befehl
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 Ergebnis
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 <row>
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518
26519 \backslash
26520 H
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 leer 
26529 \end_layout
26530
26531 \end_inset
26532
26533 e
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset ERT
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546
26547
26548 \backslash
26549 H e
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \backslash
26567 'e
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580
26581
26582 \backslash
26583 'e
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 </row>
26594 <row>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599
26600 \backslash
26601 ~e
26602 \begin_inset Index
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606 Tilde
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 \begin_inset ERT
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624
26625
26626 \backslash
26627 ~e
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 <row>
26639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643
26644 \backslash
26645 .e
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 \begin_inset ERT
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 .e
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677
26678 \backslash
26679 v
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 leer 
26688 \end_layout
26689
26690 \end_inset
26691
26692 e
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706
26707 \backslash
26708 v e
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 </row>
26719 <row>
26720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Plain Layout
26724
26725 \backslash
26726 d
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 leer 
26735 \end_layout
26736
26737 \end_inset
26738
26739 e
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 d e
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 </row>
26766 <row>
26767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771
26772 \backslash
26773 c
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 leer 
26782 \end_layout
26783
26784 \end_inset
26785
26786 e
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 c e
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 </row>
26813 </lyxtabular>
26814
26815 \end_inset
26816
26817
26818 \begin_inset Space \hfill{}
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Standard
26825 \begin_inset VSpace medskip
26826 \end_inset
26827
26828 Mit dem Befehl 
26829 \series bold
26830
26831 \backslash
26832 t
26833 \series default
26834  können auch zwei verschiedene Zeichen akzentuiert werden.
26835  Der Befehl 
26836 \series bold
26837
26838 \backslash
26839 t
26840 \begin_inset ERT
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844
26845
26846 \backslash
26847 leer 
26848 \end_layout
26849
26850 \end_inset
26851
26852 sz
26853 \series default
26854  ergibt: 
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 t sz
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Standard
26871 Die Akzente 
26872 \series bold
26873 `
26874 \series default
26875  , 
26876 \series bold
26877 '
26878 \series default
26879  und 
26880 \series bold
26881 ^
26882 \series default
26883  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26884  werden ohne den TeX-Modus zu benutzen.
26885  Dasselbe gilt für die Tilde
26886 \begin_inset Foot
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26891 \end_layout
26892
26893 \end_inset
26894
26895  
26896 \series bold
26897 ~
26898 \series default
26899  in Verbindung mit 
26900 \emph on
26901 a
26902 \emph default
26903  , 
26904 \emph on
26905 n
26906 \emph default
26907  oder 
26908 \emph on
26909 o
26910 \emph default
26911 .
26912 \end_layout
26913
26914 \begin_layout Standard
26915 Die Befehle 
26916 \series bold
26917
26918 \backslash
26919 b
26920 \series default
26921  , 
26922 \series bold
26923
26924 \backslash
26925 c
26926 \series default
26927  , 
26928 \series bold
26929
26930 \backslash
26931 d
26932 \series default
26933  , 
26934 \series bold
26935
26936 \backslash
26937 H
26938 \series default
26939  , 
26940 \series bold
26941
26942 \backslash
26943 t
26944 \series default
26945  , 
26946 \series bold
26947
26948 \backslash
26949 u
26950 \series default
26951  , 
26952 \series bold
26953
26954 \backslash
26955 v
26956 \series default
26957  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26958  Textmodus verfügbar.
26959  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26960  
26961 \begin_inset CommandInset ref
26962 LatexCommand ref
26963 reference "sub:Akzente-für-ein"
26964
26965 \end_inset
26966
26967 .
26968 \end_layout
26969
26970 \begin_layout Standard
26971 \begin_inset VSpace bigskip
26972 \end_inset
26973
26974 Des Weiteren kann man mit dem Befehl 
26975 \series bold
26976
26977 \backslash
26978 textcircled
26979 \series default
26980
26981 \begin_inset Index
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985 Befehle ! T ! 
26986 \backslash
26987 textcircled
26988 \end_layout
26989
26990 \end_inset
26991
26992 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26993  Kreis setzen, quasi mit einem Kreis akzentuieren.
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \align center
26998 \begin_inset Tabular
26999 <lyxtabular version="3" rows="3" columns="2">
27000 <features>
27001 <column alignment="center" valignment="top" width="0">
27002 <column alignment="center" valignment="top" width="0">
27003 <row>
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 Befehl
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 Ergebnis
27018 \begin_inset Note Note
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022
27023 \series bold
27024
27025 \backslash
27026 raisebox
27027 \series default
27028  in der Formel dient nur als Abstandhalter.
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 </row>
27039 <row>
27040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27041 \begin_inset Text
27042
27043 \begin_layout Plain Layout
27044
27045 \backslash
27046 textcircled{w}
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055 \begin_inset ERT
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059
27060
27061 \backslash
27062 textcircled{w}
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 </row>
27073 <row>
27074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Plain Layout
27078
27079 \backslash
27080 Large 
27081 \backslash
27082 textcircled{
27083 \backslash
27084 normalsize
27085 \backslash
27086 protect
27087 \backslash
27088 raisebox{-1.5pt}{W}}
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 \begin_inset Formula $\raisebox {4.5mm}{}$
27098 \end_inset
27099
27100
27101 \begin_inset ERT
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105
27106
27107 \backslash
27108 Large 
27109 \backslash
27110 textcircled{
27111 \backslash
27112 normalsize
27113 \backslash
27114 protect
27115 \backslash
27116 raisebox{-1.5pt}W}
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \begin_inset Formula $\raisebox {-2mm}{}$
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 </row>
27131 </lyxtabular>
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Standard
27139 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27140  
27141 \series bold
27142
27143 \backslash
27144 Large
27145 \series default
27146
27147 \begin_inset Foot
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 siehe 
27152 \begin_inset CommandInset ref
27153 LatexCommand ref
27154 reference "sub:Schriftgrößen"
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \end_inset
27162
27163  bestimmt dabei die Größe des Kreises.
27164  Mit Hilfe von 
27165 \series bold
27166
27167 \backslash
27168 raisebox
27169 \series default
27170
27171 \begin_inset Foot
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 siehe 
27176 \begin_inset CommandInset ref
27177 LatexCommand ref
27178 reference "sub:Boxen-ohne-Rahmen"
27179
27180 \end_inset
27181
27182
27183 \end_layout
27184
27185 \end_inset
27186
27187  kann man das Zeichen zentrieren.
27188 \end_layout
27189
27190 \begin_layout Subsection
27191 Minuskelziffern
27192 \begin_inset Index
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196 Minuskelziffern
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Standard
27205 Minuskelziffern werden mit dem Befehl 
27206 \series bold
27207
27208 \backslash
27209 oldstylenums
27210 \series default
27211
27212 \begin_inset Index
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 Befehle ! O ! 
27217 \backslash
27218 oldstylenums
27219 \end_layout
27220
27221 \end_inset
27222
27223  erzeugt.
27224  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27225  Das Befehlsschema lautet:
27226 \end_layout
27227
27228 \begin_layout Standard
27229
27230 \series bold
27231
27232 \backslash
27233 oldstylenums{Ziffer}
27234 \end_layout
27235
27236 \begin_layout Standard
27237 Der Befehl 
27238 \series bold
27239
27240 \backslash
27241 oldstylenums{0123456789
27242 \series default
27243  ergibt: 
27244 \begin_inset Formula $\oldstylenums {0123456789}$
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Subsection
27251 Sonstige Sonderzeichen
27252 \begin_inset CommandInset label
27253 LatexCommand label
27254 name "sub:Sonstige-Sonderzeichen"
27255
27256 \end_inset
27257
27258
27259 \begin_inset Index
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263 Sonderzeichen ! sonstige
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27273 \end_layout
27274
27275 \begin_layout Standard
27276 \align center
27277 \begin_inset Tabular
27278 <lyxtabular version="3" rows="4" columns="2">
27279 <features>
27280 <column alignment="center" valignment="top" width="0">
27281 <column alignment="center" valignment="top" width="0">
27282 <row>
27283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Plain Layout
27287 Befehl
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Plain Layout
27296 Ergebnis
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 </row>
27302 <row>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307
27308 \backslash
27309 ^
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 leer 
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \end_inset
27326 </cell>
27327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27328 \begin_inset Text
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Formula $\mathcircumflex$
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 </row>
27340 <row>
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \backslash
27347 _
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 \begin_inset Formula $\_{} {}{}{}$
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 </row>
27365 <row>
27366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370 ^
27371 \begin_inset ERT
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375
27376
27377 \backslash
27378 leer 
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \backslash
27385 circ
27386 \begin_inset Index
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 °
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \end_inset
27399 </cell>
27400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27401 \begin_inset Text
27402
27403 \begin_layout Plain Layout
27404 \begin_inset Formula $^{\circ}$
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 </lyxtabular>
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Standard
27421 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27422  folgende Zeile enthält
27423 \begin_inset Foot
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427 Mehr dazu ist in 
27428 \begin_inset CommandInset ref
27429 LatexCommand ref
27430 reference "sub:Textzeichen-in-Formeln"
27431
27432 \end_inset
27433
27434  beschrieben.
27435 \end_layout
27436
27437 \end_inset
27438
27439 :
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 DeclareInputText{176}{
27448 \backslash
27449 ifmmode^
27450 \backslash
27451 circ
27452 \backslash
27453 else
27454 \backslash
27455 textdegree
27456 \backslash
27457 f\SpecialChar \textcompwordmark{}
27458 i}
27459 \end_layout
27460
27461 \begin_layout Standard
27462 \begin_inset VSpace bigskip
27463 \end_inset
27464
27465 Die Tilde
27466 \begin_inset Index
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 Tilde
27471 \end_layout
27472
27473 \end_inset
27474
27475  ist nur für Akzente gedacht, weswegen sie alleine deplatziert wirkt: ~
27476 \begin_inset Newline newline
27477 \end_inset
27478
27479 Aber für Webadressen (URLs) wird manchmal eine einzelne Tilde benötigt.
27480  Man verwendet in diesem Fall das Relationszeichen 
27481 \series bold
27482
27483 \backslash
27484 sim
27485 \begin_inset Foot
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 siehe 
27490 \begin_inset CommandInset ref
27491 LatexCommand ref
27492 reference "sec:Relationen"
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \series default
27503  in einer Formel.
27504  Da in einer URL-Box (Menü 
27505 \family sans
27506 Einfügen\SpecialChar \menuseparator
27507 URL
27508 \family default
27509 ) keine Formel erstellt werden kann, gibt man die URL als normalen Text
27510  in der Stilart '
27511 \family typewriter
27512 Schreibmaschine
27513 \family default
27514 ' ein.
27515  Soll die URL in der DVI- oder PDF-Ausgabe einen Link produzieren, verwendet
27516  man den Befehl 
27517 \series bold
27518
27519 \backslash
27520 href
27521 \series default
27522
27523 \begin_inset Foot
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527
27528 \series bold
27529
27530 \backslash
27531 href
27532 \series default
27533  kann nur zusammen mit dem LaTeX-Paket 
27534 \series bold
27535 hyperref
27536 \series default
27537
27538 \begin_inset Index
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542 Pakete ! hyperref
27543 \end_layout
27544
27545 \end_inset
27546
27547  verwendet werden.
27548  Mehr zu 
27549 \series bold
27550
27551 \backslash
27552 href
27553 \series default
27554  steht im Kapitel 
27555 \family typewriter
27556 URL
27557 \family default
27558  im Handbuch 
27559 \family typewriter
27560 Eingebettete
27561 \begin_inset Space ~
27562 \end_inset
27563
27564 Objekte
27565 \family default
27566 .
27567 \end_layout
27568
27569 \end_inset
27570
27571 .
27572 \begin_inset Index
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Befehle ! H ! 
27577 \backslash
27578 href
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Als Beispiel eine URL mit einer Tilde:
27588 \end_layout
27589
27590 \begin_layout Standard
27591 als Text: 
27592 \family typewriter
27593 http://www.lyx.org/
27594 \begin_inset Formula $\sim$
27595 \end_inset
27596
27597 mustermann
27598 \end_layout
27599
27600 \begin_layout Standard
27601 mit 
27602 \series bold
27603
27604 \backslash
27605 href
27606 \series default
27607
27608 \begin_inset ERT
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612
27613
27614 \backslash
27615 href{http://www.lyx.org/~mustermann}{
27616 \end_layout
27617
27618 \end_inset
27619
27620 http://www.lyx.org/
27621 \begin_inset Formula $\sim$
27622 \end_inset
27623
27624 mustermann
27625 \begin_inset ERT
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629
27630 }
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Section
27639 Formelstile
27640 \begin_inset CommandInset label
27641 LatexCommand label
27642 name "sec:Formelstile"
27643
27644 \end_inset
27645
27646
27647 \begin_inset Index
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 Formel ! Stile
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Itemize
27660 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27661 \end_layout
27662
27663 \begin_deeper
27664 \begin_layout Description
27665 Zentriert ist der voreingestellte Standard
27666 \end_layout
27667
27668 \begin_layout Description
27669 Eingerückt dazu muss im Menü 
27670 \family sans
27671 Dokument\SpecialChar \menuseparator
27672 Einstellungen
27673 \family default
27674  unter 
27675 \family sans
27676 Dokumentklasse
27677 \family default
27678  die Option 
27679 \series bold
27680 fleqn
27681 \series default
27682  eingeben werden
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Wird 
27687 \series bold
27688 Eingerückt
27689 \series default
27690  verwendet, kann mit der Länge 
27691 \series bold
27692
27693 \backslash
27694 mathindent
27695 \series default
27696
27697 \begin_inset Index
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701 Befehle ! M ! 
27702 \backslash
27703 mathindent
27704 \end_layout
27705
27706 \end_inset
27707
27708  die Einrückung eingestellt werden.
27709  Soll der Abstand 15
27710 \begin_inset Space \thinspace{}
27711 \end_inset
27712
27713 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 setlength{
27722 \backslash
27723 mathindent}{15mm}
27724 \end_layout
27725
27726 \begin_layout Standard
27727 ein.
27728  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27729 \begin_inset Space \thinspace{}
27730 \end_inset
27731
27732 pt verwendet.
27733 \end_layout
27734
27735 \end_deeper
27736 \begin_layout Itemize
27737 Und zwei verschiedene Nummerierungsstile:
27738 \end_layout
27739
27740 \begin_deeper
27741 \begin_layout Description
27742 Rechts ist der voreingestellte Standard
27743 \end_layout
27744
27745 \begin_layout Description
27746 Links dazu muss im Menü 
27747 \family sans
27748 Dokument\SpecialChar \menuseparator
27749 Einstellungen
27750 \family default
27751  unter 
27752 \family sans
27753 Dokumentklasse
27754 \family default
27755  die Option 
27756 \series bold
27757 leqno
27758 \series default
27759  eingeben werden
27760 \end_layout
27761
27762 \end_deeper
27763 \begin_layout Standard
27764
27765 \series bold
27766 fleqn
27767 \series default
27768  und 
27769 \series bold
27770 leqno
27771 \series default
27772  können auch gemeinsam verwendet werden.
27773  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27774 n.
27775 \end_layout
27776
27777 \begin_layout Standard
27778 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27779  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27780  ausgerichtete Formeln setzen, verwendet man den Stil 
27781 \series bold
27782 Zentriert
27783 \series default
27784 .
27785  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27786  
27787 \begin_inset CommandInset ref
27788 LatexCommand ref
27789 reference "sub:Flalign-Umgebung"
27790
27791 \end_inset
27792
27793 .
27794 \end_layout
27795
27796 \begin_layout Section
27797 Mehrzeilige Formeln
27798 \begin_inset CommandInset label
27799 LatexCommand label
27800 name "sec:Mehrzeilige-Formeln"
27801
27802 \end_inset
27803
27804
27805 \begin_inset Index
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809 Formel ! mehrzeilige
27810 \end_layout
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \begin_layout Subsection
27818 Allgemeines
27819 \end_layout
27820
27821 \begin_layout Standard
27822 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27823 \family sans
27824 \series bold
27825 Strg-Enter
27826 \family default
27827 \series default
27828  drückt.
27829  Dies erzeugt eine 
27830 \series bold
27831 align-Umgebung
27832 \series default
27833 , die in 
27834 \begin_inset CommandInset ref
27835 LatexCommand ref
27836 reference "sub:Standard-align-Umgebung"
27837
27838 \end_inset
27839
27840  beschrieben ist.
27841 \end_layout
27842
27843 \begin_layout Standard
27844 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27845 \family sans
27846 Einfügen\SpecialChar \menuseparator
27847 Mathe
27848 \family default
27849  erstellt werden können.
27850  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27851 \end_layout
27852
27853 \begin_layout Standard
27854 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27855  man 
27856 \family sans
27857 Strg-Enter
27858 \family default
27859  drückt.
27860  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27861 fe 
27862 \begin_inset Graphics
27863         filename ../../images/tabular-feature_append-row.png
27864         embed ""
27865         scale 85
27866
27867 \end_inset
27868
27869  bzw.
27870 \begin_inset Space ~
27871 \end_inset
27872
27873
27874 \begin_inset Graphics
27875         filename ../../images/tabular-feature_delete-row.png
27876         embed ""
27877         scale 85
27878
27879 \end_inset
27880
27881  oder das Menü 
27882 \family sans
27883 Bearbeiten\SpecialChar \menuseparator
27884 Zeilen & Spalten
27885 \family default
27886  verwendet werden.
27887 \end_layout
27888
27889 \begin_layout Subsubsection
27890 Zeilenabstand
27891 \begin_inset CommandInset label
27892 LatexCommand label
27893 name "sub:Zeilenabstand"
27894
27895 \end_inset
27896
27897
27898 \begin_inset Index
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902 Formel ! mehrzeilige ! Zeilenabstand
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Standard
27911 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27912 \begin_inset Formula \begin{eqnarray*}
27913 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}\\
27914 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*}
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27923 chbefehls angegeben.
27924  Dies ist in LyX aber nicht möglich
27925 \begin_inset Foot
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929 siehe 
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934
27935
27936 \backslash
27937 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
27938 \end_layout
27939
27940 \end_inset
27941
27942 LyX-Fehler #1505
27943 \begin_inset ERT
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947
27948 }
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \end_inset
27957
27958 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27959  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27960  Zeile den Befehl 
27961 \series bold
27962
27963 \backslash
27964
27965 \backslash
27966 [3mm]
27967 \series default
27968  ein.
27969  Damit erhält man: 
27970 \begin_inset ERT
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 begin{eqnarray*}
27978 \end_layout
27979
27980 \begin_layout Plain Layout
27981
27982 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27983  = & 
27984 \backslash
27985 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27986 \backslash
27987
27988 \backslash
27989 [3mm]
27990 \end_layout
27991
27992 \begin_layout Plain Layout
27993
27994 4x^{2}
27995 \backslash
27996 left(B^{2}+x_{0}^{2}
27997 \backslash
27998 right)+4x_{0}x
27999 \backslash
28000 left(D-B^{2}
28001 \backslash
28002 right)+B^{2}
28003 \backslash
28004 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28005 \backslash
28006 right) & = & 0
28007 \end_layout
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 end{eqnarray*}
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset VSpace bigskip
28023 \end_inset
28024
28025 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28026  man die Länge 
28027 \series bold
28028
28029 \backslash
28030 jot
28031 \series default
28032
28033 \begin_inset Index
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 Befehle ! J ! 
28038 \backslash
28039 jot
28040 \end_layout
28041
28042 \end_inset
28043
28044 .
28045  Es gilt 
28046 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28047 \end_inset
28048
28049 .
28050  Voreingestellt ist für 
28051 \series bold
28052
28053 \backslash
28054 jot
28055 \series default
28056  der Wert 3
28057 \begin_inset Space \thinspace{}
28058 \end_inset
28059
28060 pt.
28061  Um wie im vorigen Beispiel 3
28062 \begin_inset Space \thinspace{}
28063 \end_inset
28064
28065 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28066 \end_layout
28067
28068 \begin_layout Standard
28069
28070 \series bold
28071
28072 \backslash
28073 setlength{
28074 \backslash
28075 jot}{3mm+3pt}
28076 \end_layout
28077
28078 \begin_layout Standard
28079 im TeX-Modus vor der Formel ein.
28080  Das setzt voraus, dass das LaTeX-Paket 
28081 \series bold
28082 calc
28083 \series default
28084
28085 \begin_inset Foot
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089
28090 \series bold
28091 calc
28092 \series default
28093  ist Teil jeder LaTeX-Standardinstallation.
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \begin_inset Index
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103 Pakete ! calc
28104 \end_layout
28105
28106 \end_inset
28107
28108  im LaTeX-Vorspann mit der Zeile
28109 \end_layout
28110
28111 \begin_layout Standard
28112
28113 \series bold
28114
28115 \backslash
28116 usepackage{calc}
28117 \end_layout
28118
28119 \begin_layout Standard
28120 geladen wurde.
28121 \end_layout
28122
28123 \begin_layout Standard
28124 Man erhält: 
28125 \begin_inset ERT
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129
28130
28131 \backslash
28132 setlength{
28133 \backslash
28134 jot}{3mm+3pt}
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \begin_inset Formula \begin{eqnarray*}
28141 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}\\
28142 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*}
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150 \begin_inset ERT
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154
28155
28156 \backslash
28157 setlength{
28158 \backslash
28159 jot}{3pt}
28160 \end_layout
28161
28162 \end_inset
28163
28164  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28165 \series bold
28166
28167 \backslash
28168 jot
28169 \series default
28170  auf den Wert 3
28171 \begin_inset Space \thinspace{}
28172 \end_inset
28173
28174 pt.
28175 \end_layout
28176
28177 \begin_layout Subsubsection
28178 Spaltenabstand
28179 \begin_inset CommandInset label
28180 LatexCommand label
28181 name "sub:Spaltenabstand"
28182
28183 \end_inset
28184
28185
28186 \begin_inset Index
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190 Formel ! mehrzeilige ! Spaltenabstand
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Mehrzeilige Formeln bilden eine Matrix.
28200  Eine Formel in der Eqnarray-Umgebung ist z.
28201 \begin_inset Space \thinspace{}
28202 \end_inset
28203
28204 B.
28205  eine dreispaltige Matrix.
28206  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28207  neben den Relationszeichen ändern.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 Der Spaltenabstand wird mit der Länge 
28212 \series bold
28213
28214 \backslash
28215 arraycolsep
28216 \series default
28217
28218 \begin_inset Index
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Befehle ! A ! 
28223 \backslash
28224 arraycolsep
28225 \end_layout
28226
28227 \end_inset
28228
28229  festgelegt, wobei gilt:
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233 Spaltenabstand = 2
28234 \begin_inset Space \thinspace{}
28235 \end_inset
28236
28237
28238 \series bold
28239
28240 \backslash
28241 arraycolsep
28242 \series default
28243 .
28244 \begin_inset Newline newline
28245 \end_inset
28246
28247 Der im TeX-Modus eingegebene Befehl
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 arraycolsep}{1cm}
28258 \end_layout
28259
28260 \begin_layout Standard
28261 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28262 \begin_inset Space \thinspace{}
28263 \end_inset
28264
28265 cm.
28266  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28267 \series bold
28268
28269 \backslash
28270 arraycolsep
28271 \series default
28272  auf 5
28273 \begin_inset Space \thinspace{}
28274 \end_inset
28275
28276 pt.
28277 \end_layout
28278
28279 \begin_layout Standard
28280 Eine Formel mit 2
28281 \begin_inset Space \thinspace{}
28282 \end_inset
28283
28284 cm Spaltenabstand:
28285 \begin_inset ERT
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289
28290
28291 \backslash
28292 setlength{
28293 \backslash
28294 arraycolsep}{1cm}
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \begin_inset Formula \begin{eqnarray*}
28301 A & = & B\\
28302 C & \ne & A\end{eqnarray*}
28303
28304 \end_inset
28305
28306 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28307 \begin_inset Space \thinspace{}
28308 \end_inset
28309
28310 pt:
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 setlength{
28319 \backslash
28320 arraycolsep}{5pt}
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \begin_inset Formula \begin{eqnarray*}
28327 A & = & B\\
28328 C & \ne & A\end{eqnarray*}
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Subsubsection
28336 Lange Formeln
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Formel ! lange
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Lange Formeln kann man wie folgt setzen:
28351 \end_layout
28352
28353 \begin_layout Itemize
28354 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28355  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 medskip
28364 \end_layout
28365
28366 \end_inset
28367
28368  
28369 \begin_inset Formula \begin{eqnarray}
28370 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 \\
28371  &  & -\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}
28372
28373 \end_inset
28374
28375
28376 \begin_inset ERT
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380
28381
28382 \backslash
28383 smallskip
28384 \end_layout
28385
28386 \end_inset
28387
28388
28389 \begin_inset Newline newline
28390 \end_inset
28391
28392 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28393  als Operator, da es das erste Zeichen der Zeile ist.
28394  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28395  Bruchstrich unterscheiden.
28396  Um das zu verhindern, wurde mit dem Befehl 
28397 \series bold
28398
28399 \backslash
28400 hspace{3pt}
28401 \series default
28402
28403 \begin_inset Foot
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 mehr zu 
28408 \series bold
28409
28410 \backslash
28411 hspace
28412 \series default
28413  siehe 
28414 \begin_inset CommandInset ref
28415 LatexCommand ref
28416 reference "sub:Variabler-Leerraum"
28417
28418 \end_inset
28419
28420
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \begin_inset Index
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 Befehle ! H ! 
28431 \backslash
28432 hspace
28433 \end_layout
28434
28435 \end_inset
28436
28437  Leerraum hinter das Minuszeichen eingefügt.
28438 \end_layout
28439
28440 \begin_layout Itemize
28441 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28442 \series bold
28443
28444 \backslash
28445 lefteqn
28446 \series default
28447
28448 \begin_inset Index
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Befehle ! L ! 
28453 \backslash
28454 lefteqn
28455 \end_layout
28456
28457 \end_inset
28458
28459 .
28460  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28461  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28462 \begin_inset ERT
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466
28467
28468 \backslash
28469 medskip
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Formula \begin{eqnarray}
28476 \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 \\
28477  &  & -\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 \\
28478  &  & =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}
28479
28480 \end_inset
28481
28482
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 smallskip
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \begin_inset Newline newline
28497 \end_inset
28498
28499 Nachdem man 
28500 \series bold
28501
28502 \backslash
28503 lefteqn
28504 \series default
28505  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28506  das gegenüber dem blauen leicht verschoben ist.
28507  In dieses wird die Formel eingegeben.
28508 \begin_inset ERT
28509 status collapsed
28510
28511 \begin_layout Plain Layout
28512
28513
28514 \backslash
28515 medskip
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \begin_inset Newline newline
28522 \end_inset
28523
28524 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28525  eingegeben.
28526  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28527  Einrückung.
28528 \begin_inset ERT
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532
28533
28534 \backslash
28535 medskip
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \begin_inset Newline newline
28542 \end_inset
28543
28544
28545 \begin_inset Note Greyedout
28546 status open
28547
28548 \begin_layout Plain Layout
28549 Bei der Verwendung von 
28550 \series bold
28551
28552 \backslash
28553 lefteqn
28554 \series default
28555  ist Folgendes zu beachten:
28556 \end_layout
28557
28558 \begin_layout Itemize
28559 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28560  Würde man in obigem Beispiel der ersten Zeile den Term 
28561 \begin_inset Formula $-B^{2}$
28562 \end_inset
28563
28564  anfügen, befände sich dieser außerhalb des Seitenrands.
28565  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28566  Leerraum einfügen.
28567 \end_layout
28568
28569 \begin_layout Itemize
28570 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28571  erste Zeile gesetzt werden.
28572 \begin_inset Foot
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 \begin_inset ERT
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580
28581
28582 \backslash
28583 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
28584 \end_layout
28585
28586 \end_inset
28587
28588 LyX-Fehler #1429
28589 \begin_inset ERT
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593
28594 }
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \end_inset
28603
28604  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28605  Pfeiltasten bewegen.
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Itemize
28614 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28615 \begin_inset CommandInset ref
28616 LatexCommand ref
28617 reference "sub:Multline-Umgebung"
28618
28619 \end_inset
28620
28621  und 
28622 \begin_inset CommandInset ref
28623 LatexCommand ref
28624 reference "sub:Mehrzeilige-Formelteile"
28625
28626 \end_inset
28627
28628  beschriebenen Umgebungen.
28629 \end_layout
28630
28631 \begin_layout Subsubsection
28632 Mehrzeilige Klammern
28633 \begin_inset CommandInset label
28634 LatexCommand label
28635 name "sub:Mehrzeilige-Klammern"
28636
28637 \end_inset
28638
28639
28640 \begin_inset Index
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 Klammern ! mehrzeilige
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28654 \begin_inset Formula \begin{eqnarray*}
28655 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28656  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28665  Größe dürfen nicht über mehrere Zeilen gehen.
28666 \end_layout
28667
28668 \begin_layout Standard
28669 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28670  erste Zeile mit 
28671 \series bold
28672
28673 \backslash
28674 right.
28675 \series default
28676
28677 \begin_inset Index
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Befehle ! R ! 
28682 \backslash
28683 right
28684 \end_layout
28685
28686 \end_inset
28687
28688  und beginnt die zweite Zeile mit 
28689 \series bold
28690
28691 \backslash
28692 left.
28693 \begin_inset Foot
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 mehr zu 
28698 \series bold
28699
28700 \backslash
28701 left
28702 \series default
28703  und 
28704 \series bold
28705
28706 \backslash
28707 right
28708 \series default
28709  siehe 
28710 \begin_inset CommandInset ref
28711 LatexCommand ref
28712 reference "sub:Automatische-Klammergrößen"
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \series default
28723
28724 \begin_inset Index
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728 Befehle ! L ! 
28729 \backslash
28730 left
28731 \end_layout
28732
28733 \end_inset
28734
28735 .
28736  Nach 
28737 \series bold
28738
28739 \backslash
28740 left.
28741
28742 \series default
28743  gibt man den Befehl 
28744 \series bold
28745
28746 \backslash
28747 vphantom
28748 \series default
28749
28750 \begin_inset ERT
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754
28755
28756 \backslash
28757 leer 
28758 \end_layout
28759
28760 \end_inset
28761
28762
28763 \series bold
28764
28765 \backslash
28766 prod
28767 \series default
28768 ^
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 leer 
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \series bold
28783
28784 \backslash
28785 infty
28786 \series default
28787
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792
28793
28794 \backslash
28795 leer 
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \series bold
28802
28803 \begin_inset Formula $\downarrow$
28804 \end_inset
28805
28806 _R=1}
28807 \series default
28808
28809 \begin_inset Index
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 Befehle ! V ! 
28814 \backslash
28815 vphantom
28816 \end_layout
28817
28818 \end_inset
28819
28820  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28821  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 Das Ergebnis sieht so aus:
28826 \begin_inset Formula \begin{eqnarray*}
28827 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28828  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Subsection
28836 Align-Umgebungen
28837 \end_layout
28838
28839 \begin_layout Standard
28840 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28841  werden.
28842  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Align-Umgebungen bestehen aus Spalten.
28847  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28848  ausgerichtet.
28849  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28850 \end_layout
28851
28852 \begin_layout Standard
28853 Align-Umgebung werden über das Menü 
28854 \family sans
28855 Einfügen\SpecialChar \menuseparator
28856 Mathe
28857 \family default
28858  erstellt.
28859  Über das Menü 
28860 \family sans
28861 Bearbeiten\SpecialChar \menuseparator
28862 Mathe\SpecialChar \menuseparator
28863 Formelart
28864 \begin_inset Space ~
28865 \end_inset
28866
28867 ändern
28868 \family default
28869  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28870 \end_layout
28871
28872 \begin_layout Standard
28873 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28874
28875 \begin_inset Graphics
28876         filename ../../images/tabular-feature_append-column.png
28877         embed ""
28878         scale 85
28879
28880 \end_inset
28881
28882  bzw.
28883 \begin_inset Space ~
28884 \end_inset
28885
28886
28887 \begin_inset Graphics
28888         filename ../../images/tabular-feature_delete-column.png
28889         embed ""
28890         scale 85
28891
28892 \end_inset
28893
28894  oder das Menü 
28895 \family sans
28896 Bearbeiten\SpecialChar \menuseparator
28897 Zeilen & Spalten
28898 \family default
28899  verwendet werden.
28900 \end_layout
28901
28902 \begin_layout Subsubsection
28903 Standard align-Umgebung
28904 \begin_inset CommandInset label
28905 LatexCommand label
28906 name "sub:Standard-align-Umgebung"
28907
28908 \end_inset
28909
28910
28911 \begin_inset Index
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Formel ! mehrzeilige ! align-Umgebung
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28925 \family sans
28926 Strg-Enter
28927 \family default
28928  drückt oder das Menü 
28929 \family sans
28930 Einfügen\SpecialChar \menuseparator
28931 Mathe\SpecialChar \menuseparator
28932 AMS align-Umge\SpecialChar \-
28933 bung
28934 \family default
28935  aufruft.
28936 \end_layout
28937
28938 \begin_layout Standard
28939 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28940 n align-Umgebung erzeugt wurden:
28941 \begin_inset Formula \begin{align*}
28942 A & =\sin(B) & C & =D\\
28943 C & \ne A & B & \ne D\end{align*}
28944
28945 \end_inset
28946
28947 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28948  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28949 \series bold
28950
28951 \backslash
28952 hfill
28953 \begin_inset Foot
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957 mehr zu 
28958 \series bold
28959
28960 \backslash
28961 hfill
28962 \series default
28963  siehe 
28964 \begin_inset CommandInset ref
28965 LatexCommand ref
28966 reference "sub:Variabler-Leerraum"
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \series default
28977  befinden.
28978  Ist der Formelstil 
28979 \series bold
28980 Eingerückt
28981 \begin_inset Foot
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Formelstile siehe 
28986 \begin_inset CommandInset ref
28987 LatexCommand ref
28988 reference "sec:Formelstile"
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \series default
28999  gewählt, wird die Formel ohne den 
29000 \series bold
29001
29002 \backslash
29003 hfill
29004 \series default
29005  vor der ersten Spalte gesetzt.
29006 \end_layout
29007
29008 \begin_layout Subsubsection
29009 Alignat-Umgebung
29010 \begin_inset Index
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014 Formel ! mehrzeilige ! alignat-Umgebung
29015 \end_layout
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Standard
29023 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29024  Man kann ihn manuell durch die in 
29025 \begin_inset CommandInset ref
29026 LatexCommand ref
29027 reference "sub:Leerraum"
29028
29029 \end_inset
29030
29031  beschriebenen Leerräume einfügen.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29036  Formel 1
29037 \begin_inset Space \thinspace{}
29038 \end_inset
29039
29040 cm Leerraum eingefügt wurde:
29041 \begin_inset Formula \begin{alignat*}{2}
29042 A & =\sin(B) & \hspace {1cm}C & =D\\
29043 C & \ne A & B & \ne D\end{alignat*}
29044
29045 \end_inset
29046
29047 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29048  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29049  Formeln.
29050 \end_layout
29051
29052 \begin_layout Subsubsection
29053 Flalign-Umgebung
29054 \begin_inset CommandInset label
29055 LatexCommand label
29056 name "sub:Flalign-Umgebung"
29057
29058 \end_inset
29059
29060
29061 \begin_inset Index
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 Formel ! mehrzeilige ! flalign-Umgebung
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29075  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29076  Dazu ein Beispiel:
29077 \begin_inset Formula \begin{flalign*}
29078 A & =1 & B & =2 & C & =3\\
29079 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29088  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29089  im Dokument links setzen obwohl der Formelstil 
29090 \series bold
29091 Zentriert
29092 \series default
29093  eingestellt ist.
29094  Als Beispiel die eingerückte ausgerichtete Formel 
29095 \begin_inset CommandInset ref
29096 LatexCommand eqref
29097 reference "eq:VolInt"
29098
29099 \end_inset
29100
29101 :
29102 \begin_inset Formula \begin{flalign}
29103 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29104
29105 \end_inset
29106
29107 In den ersten beiden Spalten befindet sich die Formel.
29108  Damit sie wie beim Formelstil 
29109 \series bold
29110 Eingerückt
29111 \series default
29112  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29113 \begin_inset Space \thinspace{}
29114 \end_inset
29115
29116 pt Leerraum eingefügt.
29117 \end_layout
29118
29119 \begin_layout Subsection
29120 Eqnarray-Umgebung
29121 \begin_inset Index
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Formel ! mehrzeilige ! Eqnarray-Umgebung
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29135  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29136  ausgerichtet.
29137  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29138  da dieses Kästchen nur für Relationzeichen gedacht ist.
29139 \begin_inset Formula \begin{eqnarray*}
29140 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29141 AB & AB & AB\\
29142 A & = & A\end{eqnarray*}
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Subsection
29150 Gather-Umgebung
29151 \begin_inset Index
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155 Formel ! mehrzeilige ! Gather-Umgebung
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \end_layout
29162
29163 \begin_layout Standard
29164 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29165  Jede Zeile kann nummeriert werden.
29166 \begin_inset Formula \begin{gather}
29167 A=1\\
29168 X=\textrm{-}1\end{gather}
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Subsection
29176 Multline-Umgebung
29177 \begin_inset CommandInset label
29178 LatexCommand label
29179 name "sub:Multline-Umgebung"
29180
29181 \end_inset
29182
29183
29184 \begin_inset Index
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188 Formel ! mehrzeilige ! Multline-Umgebung
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \begin_layout Standard
29197 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29198  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29199  Alle anderen Zeilen sind zentriert.
29200  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29201  Als Beispiel Formel 
29202 \begin_inset CommandInset ref
29203 LatexCommand eqref
29204 reference "eq:lefteqn"
29205
29206 \end_inset
29207
29208  in der multline-Umgebung:
29209 \begin_inset Formula \begin{multline}
29210 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}\\
29211 -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}\\
29212 =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}
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29221  nummeriert, wenn rechts (links) nummeriert wird.
29222 \begin_inset Foot
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Nummerierungsstile siehe 
29227 \begin_inset CommandInset ref
29228 LatexCommand ref
29229 reference "sec:Formelstile"
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \end_inset
29237
29238  Dies gilt auch wenn in LyX hinter jeder Zeile eine Formelnummer angezeigt
29239  wird.
29240 \begin_inset Foot
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Dies ist 
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
29253 \end_layout
29254
29255 \end_inset
29256
29257 LyX-Fehler #518
29258 \begin_inset ERT
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262
29263 }
29264 \end_layout
29265
29266 \end_inset
29267
29268 .
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 Mit den Befehlen 
29278 \series bold
29279
29280 \backslash
29281 shoveright
29282 \begin_inset Index
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Befehle ! S ! 
29287 \backslash
29288 shoveright
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \series default
29295  und 
29296 \series bold
29297
29298 \backslash
29299 shoveleft
29300 \begin_inset Index
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 Befehle ! S ! 
29305 \backslash
29306 shoveleft
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \series default
29313  kann eine zentrierte Zeile rechts bzw.
29314  links ausgerichtet werden.
29315  Die Befehle werden folgendermaßen verwendet:
29316 \end_layout
29317
29318 \begin_layout Standard
29319
29320 \series bold
29321
29322 \backslash
29323 shoveright{Zeileninhalt}
29324 \series default
29325  bzw.
29326  
29327 \series bold
29328
29329 \backslash
29330 shoveleft{Zeileninhalt}
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset VSpace medskip
29335 \end_inset
29336
29337 Die Länge 
29338 \series bold
29339
29340 \backslash
29341 multlinegap
29342 \begin_inset Index
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 Befehle ! M ! 
29347 \backslash
29348 multlinegap
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \series default
29355  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29356  Voreingestellt ist die Länge 0
29357 \begin_inset Space \thinspace{}
29358 \end_inset
29359
29360 pt.
29361 \end_layout
29362
29363 \begin_layout Standard
29364 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29365 \end_layout
29366
29367 \begin_layout Standard
29368
29369 \series bold
29370
29371 \backslash
29372 setlength{
29373 \backslash
29374 multlinegap}{2cm}
29375 \end_layout
29376
29377 \begin_layout Standard
29378 eingegeben wurde:
29379 \begin_inset ERT
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383
29384
29385 \backslash
29386 setlength{
29387 \backslash
29388 multlinegap}{2cm}
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Formula \begin{multline}
29395 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}\\
29396 \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}}\\
29397 =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}
29398
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 setlength{
29410 \backslash
29411 multlinegap}{0pt}
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \begin_layout Standard
29420 Die zweite Zeile wurde mit 
29421 \series bold
29422
29423 \backslash
29424 shoveleft
29425 \series default
29426  linksbündig ausgerichtet.
29427 \end_layout
29428
29429 \begin_layout Subsection
29430 Mehrzeilige Formelteile
29431 \begin_inset CommandInset label
29432 LatexCommand label
29433 name "sub:Mehrzeilige-Formelteile"
29434
29435 \end_inset
29436
29437
29438 \begin_inset Index
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Formel ! mehrzeilige ! Formelteile
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29452  der folgenden Umgebungen: 
29453 \series bold
29454 aligned
29455 \series default
29456
29457 \series bold
29458 alignedat
29459 \series default
29460
29461 \series bold
29462 gathered
29463 \series default
29464  oder 
29465 \series bold
29466 split
29467 \series default
29468 .
29469  Sie können über das Menü 
29470 \family sans
29471 Einfügen\SpecialChar \menuseparator
29472 Mathe
29473 \family default
29474  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29475 \end_layout
29476
29477 \begin_layout Standard
29478 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29479 n Formel\SpecialChar \-
29480 umgebungen.
29481  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29482  Dazu ein Beispiel:
29483 \begin_inset Formula \[
29484 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29485 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29486 \right\} \textrm{Unbestimmtheitsrelationen}\]
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29495  der Befehl 
29496 \series bold
29497
29498 \backslash
29499 aligned
29500 \begin_inset Index
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504 Befehle ! A ! 
29505 \backslash
29506 aligned
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \series default
29513  eingegeben wird.
29514  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29515  und Zeilen hinzufügen kann.
29516  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29517  gesetzt werden.
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29522  ausgerichtet sind.
29523  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29524  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29525  Als Beispiel Formel 
29526 \begin_inset CommandInset ref
29527 LatexCommand eqref
29528 reference "eq:kurzlang"
29529
29530 \end_inset
29531
29532  in der aligned-Umgebung:
29533 \begin_inset Formula \begin{equation}
29534 \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}|}\\
29535  & -\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}
29536 \end{equation}
29537
29538 \end_inset
29539
29540
29541 \end_layout
29542
29543 \begin_layout Standard
29544 Möchte man die Umgebung 
29545 \series bold
29546 alignedat
29547 \series default
29548
29549 \series bold
29550 gathered
29551 \series default
29552  oder 
29553 \series bold
29554 split
29555 \series default
29556  verwenden, gibt man den Befehl 
29557 \series bold
29558
29559 \backslash
29560 alignedat
29561 \series default
29562 ,
29563 \begin_inset Index
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Befehle ! A ! 
29568 \backslash
29569 alignedat
29570 \end_layout
29571
29572 \end_inset
29573
29574  
29575 \series bold
29576
29577 \backslash
29578 gathered
29579 \series default
29580
29581 \begin_inset Index
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Befehle ! G ! 
29586 \backslash
29587 gathered
29588 \end_layout
29589
29590 \end_inset
29591
29592  bzw.
29593  
29594 \series bold
29595
29596 \backslash
29597 split
29598 \series default
29599
29600 \begin_inset Index
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Befehle ! S ! 
29605 \backslash
29606 split
29607 \end_layout
29608
29609 \end_inset
29610
29611  ein.
29612  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29613  jedoch darf sie nur zwei Spalten enthalten.
29614 \end_layout
29615
29616 \begin_layout Subsection
29617 Text in mehrzeiligen Formeln
29618 \begin_inset CommandInset label
29619 LatexCommand label
29620 name "sub:Text-in-mehrzeiligen"
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 Text ! in Formeln
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \begin_inset Index
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Formel ! mehrzeilige ! Text
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \end_layout
29646
29647 \begin_layout Standard
29648 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29649  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29650  die Ausrichtung der Spalten nicht beeinflusst.
29651  Dazu wird der Befehl 
29652 \series bold
29653
29654 \backslash
29655 intertext
29656 \begin_inset Index
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Befehle ! I ! 
29661 \backslash
29662 intertext
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \series default
29669  nach folgendem Schema benutzt:
29670 \end_layout
29671
29672 \begin_layout Standard
29673
29674 \series bold
29675
29676 \backslash
29677 intertext{Text}
29678 \end_layout
29679
29680 \begin_layout Standard
29681 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29682  werden kann.
29683  Weil LyX 
29684 \series bold
29685
29686 \backslash
29687 intertext
29688 \series default
29689  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29690  Text.
29691  
29692 \series bold
29693
29694 \backslash
29695 intertext
29696 \series default
29697  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29698  dieser Zeile.
29699  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29700 \begin_inset Formula \begin{align}
29701 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29702 \intertext {\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Section
29710 Formelnummerierung
29711 \begin_inset Index
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 Formelnummerierung
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Index
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725 Formel ! Nummerierung|see
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731 {
29732 \end_layout
29733
29734 \end_inset
29735
29736 Formelnummerierung
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742 }
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Subsection
29756 Allgemeines
29757 \end_layout
29758
29759 \begin_layout Standard
29760 Nummerierte Formeln können mit dem Menü 
29761 \family sans
29762 Einfügen\SpecialChar \menuseparator
29763 Mathe\SpecialChar \menuseparator
29764 Nummerierte
29765 \begin_inset Space ~
29766 \end_inset
29767
29768 Formel
29769 \family default
29770  (Tastenkürzel 
29771 \family sans
29772 Strg-Alt
29773 \begin_inset Space ~
29774 \end_inset
29775
29776 n
29777 \family default
29778 ) erstellt, bestehende Formeln über das Menü 
29779 \family sans
29780 Bearbeiten\SpecialChar \menuseparator
29781 Mathe\SpecialChar \menuseparator
29782 Nummerierung
29783 \begin_inset Space ~
29784 \end_inset
29785
29786 an/aus
29787 \family default
29788  (Tastenkürzel 
29789 \family sans
29790 Alt-m
29791 \begin_inset Space ~
29792 \end_inset
29793
29794 n
29795 \family default
29796 ) nummeriert werden.
29797  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29798  Klammern.
29799  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29800 \end_layout
29801
29802 \begin_layout Standard
29803 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29804  Zeilen nummeriert.
29805  Man kann jedoch über das Menü 
29806 \family sans
29807 Bearbeiten\SpecialChar \menuseparator
29808 Mathe\SpecialChar \menuseparator
29809 Zeilennummerierung an/aus
29810 \family default
29811  (Tastenkürzel 
29812 \family sans
29813 Alt-m
29814 \begin_inset Space ~
29815 \end_inset
29816
29817 N
29818 \family default
29819 ) für jede Zeile die Nummerierung festlegen.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29824  werden, siehe 
29825 \begin_inset CommandInset ref
29826 LatexCommand ref
29827 reference "sec:Formelstile"
29828
29829 \end_inset
29830
29831 .
29832 \end_layout
29833
29834 \begin_layout Subsection
29835 Querverweise
29836 \begin_inset CommandInset label
29837 LatexCommand label
29838 name "sub:Querverweise"
29839
29840 \end_inset
29841
29842
29843 \begin_inset Index
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 Querverweise ! auf Formeln
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29857  Eine Marke wird mit dem Menü 
29858 \family sans
29859 Einfügen\SpecialChar \menuseparator
29860 Marke
29861 \family default
29862  oder dem Werkzeugleistenknopf 
29863 \begin_inset Graphics
29864         filename ../../images/label-insert.png
29865         embed ""
29866         scale 85
29867
29868 \end_inset
29869
29870  gesetzt.
29871  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29872  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29873 \series bold
29874 eq:
29875 \series default
29876 , nachdem der eigentliche Markenname eingegeben wird.
29877  Der voreingestellte Eintrag steht für 
29878 \begin_inset Quotes gld
29879 \end_inset
29880
29881 equation
29882 \begin_inset Quotes grd
29883 \end_inset
29884
29885  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29886  einer Formel und nicht zu einem Kapitel gehört.
29887  Um eine Marke zu ändern, wählt man wieder das Menü 
29888 \family sans
29889 Einfügen\SpecialChar \menuseparator
29890 Marke
29891 \family default
29892 .
29893 \end_layout
29894
29895 \begin_layout Standard
29896 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29897  Eine Formel mit Marke wird immer nummeriert.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Querverweise werden mit dem Menü 
29902 \family sans
29903 Einfügen\SpecialChar \menuseparator
29904 Querverweis
29905 \family default
29906  oder dem Werkzeugleistenknopf 
29907 \begin_inset Graphics
29908         filename ../../images/dialog-show-new-inset_ref.png
29909         embed ""
29910         scale 85
29911
29912 \end_inset
29913
29914  eingefügt.
29915  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29916  Wenn man im Querverweis Dialogfenster das Format 
29917 \series bold
29918 (<Querverweis>)
29919 \series default
29920  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29921 \begin_inset Newline newline
29922 \end_inset
29923
29924 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29925  man zur Formel auf die verwiesen wird.
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29930 \begin_inset Note Note
29931 status open
29932
29933 \begin_layout Plain Layout
29934 Man beachte die unterschiedlichen Querverweistypen.
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Die Gleichungen 
29944 \begin_inset CommandInset ref
29945 LatexCommand eqref
29946 reference "eq:tag"
29947
29948 \end_inset
29949
29950  und 
29951 \begin_inset CommandInset ref
29952 LatexCommand eqref
29953 reference "eq:c"
29954
29955 \end_inset
29956
29957  sind äquivalent.
29958  In (
29959 \begin_inset CommandInset ref
29960 LatexCommand ref
29961 reference "eq:Lat"
29962
29963 \end_inset
29964
29965 ) werden im Gegensatz zu (
29966 \begin_inset CommandInset ref
29967 LatexCommand ref
29968 reference "eq:Roem"
29969
29970 \end_inset
29971
29972 ) große lateinische Buchstaben zur Nummerierung verwendet.
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset VSpace medskip
29977 \end_inset
29978
29979 Ist im Argument von 
29980 \series bold
29981
29982 \backslash
29983 tag
29984 \begin_inset Foot
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989 \series bold
29990
29991 \backslash
29992 tag
29993 \series default
29994  ist in 
29995 \begin_inset CommandInset ref
29996 LatexCommand ref
29997 reference "sub:Benutzerdefinierte-Nummerierung"
29998
29999 \end_inset
30000
30001  beschrieben.
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \series default
30008  wie in 
30009 \begin_inset CommandInset ref
30010 LatexCommand ref
30011 reference "sub:Absatzboxen"
30012
30013 \end_inset
30014
30015  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30016 \end_layout
30017
30018 \begin_layout Subsection
30019 Unternummerierung
30020 \begin_inset Index
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024 Formelnummerierung ! Unternummerierung
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30034  
30035 \begin_inset Newline newline
30036 \end_inset
30037
30038
30039 \series bold
30040
30041 \backslash
30042 begin{subequations}
30043 \series default
30044  und 
30045 \series bold
30046
30047 \backslash
30048 end{subequations}
30049 \series default
30050  erreichen.
30051  Beide Befehle werden im TeX-Modus eingegeben.
30052 \end_layout
30053
30054 \begin_layout Standard
30055 Dazu ein Beispiel:
30056 \begin_inset Formula \begin{equation}
30057 A=C-B\label{eq:a}\end{equation}
30058
30059 \end_inset
30060
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 addtocounter{equation}{-1}
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080
30081 \backslash
30082 begin{subequations}
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \begin_inset VSpace -5mm
30089 \end_inset
30090
30091
30092 \begin_inset Formula \begin{equation}
30093 B=C-A\label{eq:b}\end{equation}
30094
30095 \end_inset
30096
30097
30098 \begin_inset Formula \begin{equation}
30099 C=A+B\label{eq:c}\end{equation}
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112
30113 \backslash
30114 end{subequations}
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30124 \end_layout
30125
30126 \begin_layout Enumerate
30127 erste Formel eingeben
30128 \end_layout
30129
30130 \begin_layout Enumerate
30131
30132 \series bold
30133
30134 \backslash
30135 addtocounter{equation}{-1} 
30136 \backslash
30137 begin{subequations}
30138 \begin_inset Index
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142 Befehle ! A ! 
30143 \backslash
30144 addtocounter
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \begin_inset Newline newline
30151 \end_inset
30152
30153
30154 \series default
30155 nach der ersten Formel einfügen
30156 \end_layout
30157
30158 \begin_layout Enumerate
30159 zweite Formel eingeben
30160 \end_layout
30161
30162 \begin_layout Enumerate
30163 dritte Formel eingeben
30164 \end_layout
30165
30166 \begin_layout Enumerate
30167
30168 \series bold
30169
30170 \backslash
30171 end{subequations}
30172 \series default
30173  nach der dritten Formel einfügen
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Jede Formel, die zwischen den Befehlen 
30178 \series bold
30179
30180 \backslash
30181 begin
30182 \series default
30183  und 
30184 \series bold
30185
30186 \backslash
30187 end
30188 \series default
30189  steht, wird mit a, b, c, \SpecialChar \ldots{}
30190  untergliedert.
30191  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30192  Alle untergliederten Formeln gelten als 
30193 \emph on
30194 eine
30195 \emph default
30196  nummerierte Formel.
30197  Da jede nummerierte Formel den Formelzähler 
30198 \series bold
30199 equation
30200 \series default
30201  um Eins erhöht, ist der Befehl 
30202 \series bold
30203
30204 \backslash
30205 addtocounter
30206 \series default
30207  notwendig um den Zähler wieder zu erniedrigen.
30208  Ansonsten würden die Formeln 
30209 \begin_inset CommandInset ref
30210 LatexCommand eqref
30211 reference "eq:a"
30212
30213 \end_inset
30214
30215
30216 \begin_inset CommandInset ref
30217 LatexCommand eqref
30218 reference "eq:b"
30219
30220 \end_inset
30221
30222
30223 \begin_inset CommandInset ref
30224 LatexCommand eqref
30225 reference "eq:c"
30226
30227 \end_inset
30228
30229  als 
30230 \begin_inset CommandInset ref
30231 LatexCommand eqref
30232 reference "eq:a"
30233
30234 \end_inset
30235
30236
30237 \begin_inset CommandInset ref
30238 LatexCommand eqref
30239 reference "eq:d"
30240
30241 \end_inset
30242
30243
30244 \begin_inset CommandInset ref
30245 LatexCommand eqref
30246 reference "eq:f"
30247
30248 \end_inset
30249
30250  nummeriert werden.
30251 \end_layout
30252
30253 \begin_layout Standard
30254 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30255  Formeln automatisch etwas Leerraum erstellt.
30256  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30257 \series bold
30258
30259 \backslash
30260 begin{subequations}
30261 \series default
30262  -5
30263 \begin_inset Space \thinspace{}
30264 \end_inset
30265
30266 mm vertikalen Leerraum ein.
30267  Ist der Formelstil 
30268 \series bold
30269 Eingerückt
30270 \begin_inset Foot
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Formelstile siehe 
30275 \begin_inset CommandInset ref
30276 LatexCommand ref
30277 reference "sec:Formelstile"
30278
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \series default
30288  gewählt, fügt man -7
30289 \begin_inset Space \thinspace{}
30290 \end_inset
30291
30292 mm Leerraum ein.
30293 \end_layout
30294
30295 \begin_layout Standard
30296 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30297  der zweiten Zeile abgeschaltet wurde:
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 begin{subequations}
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Formula \begin{eqnarray}
30312 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30313  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30314  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30315
30316 \end_inset
30317
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 end{subequations}
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Subsection
30335 Benutzerdefinierte Nummerierung
30336 \begin_inset CommandInset label
30337 LatexCommand label
30338 name "sub:Benutzerdefinierte-Nummerierung"
30339
30340 \end_inset
30341
30342
30343 \begin_inset Index
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Formelnummerierung ! benutzerdefinierte
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 \begin_inset Index
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Formelnummerierung ! eigene Klammern
30361 \end_layout
30362
30363 \end_inset
30364
30365 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30366  gesetzt.
30367  Will man diese Klammern z.
30368 \begin_inset Space \thinspace{}
30369 \end_inset
30370
30371 B.
30372  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30373  an:
30374 \end_layout
30375
30376 \begin_layout Standard
30377
30378 \series bold
30379
30380 \backslash
30381 def
30382 \backslash
30383 tagform@#1{
30384 \backslash
30385 maketag@@@{|#1|}}
30386 \series default
30387
30388 \begin_inset Note Note
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30393  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30394  werden.
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30404 \series bold
30405 #1
30406 \series default
30407  durch ein oder mehrere gewünschte Zeichen.
30408  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset VSpace bigskip
30413 \end_inset
30414
30415 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30416  hinter der Formel stehen, benutzt man den Befehl 
30417 \series bold
30418
30419 \backslash
30420 tag
30421 \series default
30422
30423 \begin_inset Index
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 Befehle ! T ! 
30428 \backslash
30429 tag
30430 \end_layout
30431
30432 \end_inset
30433
30434 :
30435 \begin_inset Formula \begin{equation}
30436 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30437
30438 \end_inset
30439
30440  In diesem Beispiel wurde in der Formel der Befehl 
30441 \series bold
30442
30443 \backslash
30444 tag
30445 \series default
30446
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 leer 
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \series bold
30461 etwas
30462 \series default
30463  eingegeben.
30464 \end_layout
30465
30466 \begin_layout Standard
30467 Gibt man stattdessen 
30468 \series bold
30469
30470 \backslash
30471 tag*
30472 \series default
30473
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479
30480 \backslash
30481 leer 
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \series bold
30488 etwas
30489 \series default
30490  ein, verhindert der Stern die Klammern um den Ausdruck:
30491 \begin_inset Formula \[
30492 A+B=C\tag*{etwas}\]
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 \begin_inset VSpace bigskip
30501 \end_inset
30502
30503 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30504  oder 
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 mbox{
30513 \end_layout
30514
30515 \end_inset
30516
30517 -abschnitt
30518 \begin_inset ERT
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522
30523 }
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset Note Note
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533 Der Befehl 
30534 \series bold
30535
30536 \backslash
30537 mbox
30538 \series default
30539  verhindert, dass am Bindestrich umgebrochen wird.
30540  Mehr zu 
30541 \series bold
30542
30543 \backslash
30544 mbox
30545 \series default
30546  siehe Kap.
30547 \begin_inset Space \thinspace{}
30548 \end_inset
30549
30550
30551 \begin_inset CommandInset ref
30552 LatexCommand ref
30553 reference "sub:Worttrennungen"
30554
30555 \end_inset
30556
30557 .
30558 \end_layout
30559
30560 \end_inset
30561
30562  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30563 \end_layout
30564
30565 \begin_layout Standard
30566
30567 \series bold
30568
30569 \backslash
30570 @addtoreset{equation}{part}
30571 \series default
30572
30573 \begin_inset Index
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577 Befehle ! 
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583 "
30584 \end_layout
30585
30586 \end_inset
30587
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 \backslash
30601
30602 \begin_inset ERT
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606
30607 "
30608 \end_layout
30609
30610 \end_inset
30611
30612 @
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618 "
30619 \end_layout
30620
30621 \end_inset
30622
30623 addtoreset
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \begin_inset Newline newline
30630 \end_inset
30631
30632 bzw.
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \series bold
30638
30639 \backslash
30640 @addtoreset{equation}{section}
30641 \end_layout
30642
30643 \begin_layout Standard
30644 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30645 \begin_inset Quotes gld
30646 \end_inset
30647
30648 @
30649 \begin_inset Quotes grd
30650 \end_inset
30651
30652  Zeichen für LaTeX mit dem Befehl 
30653 \series bold
30654
30655 \backslash
30656 makeatletter
30657 \series default
30658  
30659 \begin_inset Quotes gld
30660 \end_inset
30661
30662 aktiv
30663 \begin_inset Quotes grd
30664 \end_inset
30665
30666  gemacht werden.
30667  Der Befehl 
30668 \series bold
30669
30670 \backslash
30671 makeatother
30672 \series default
30673  macht dies wieder rückgängig.
30674  Daher ist die Befehlssequenz im TeX-Modus:
30675 \end_layout
30676
30677 \begin_layout Standard
30678
30679 \series bold
30680
30681 \backslash
30682 makeatletter
30683 \begin_inset Newline newline
30684 \end_inset
30685
30686
30687 \backslash
30688 @addtoreset{equation}{section}
30689 \begin_inset Newline newline
30690 \end_inset
30691
30692
30693 \backslash
30694 makeatother
30695 \end_layout
30696
30697 \begin_layout Standard
30698 Im LaTeX-Vorspann können 
30699 \series bold
30700
30701 \backslash
30702 makeatletter
30703 \series default
30704  und 
30705 \series bold
30706
30707 \backslash
30708 makeatother
30709 \series default
30710  weggelassen werden, da LyX sie automatisch intern einfügt.
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Um 
30715 \series bold
30716
30717 \backslash
30718 @addtoreset
30719 \series default
30720  rückgängig zu machen, muss die Datei 
30721 \series bold
30722 remreset.sty
30723 \series default
30724
30725 \begin_inset Foot
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730 \series bold
30731 remreset
30732 \series default
30733  ist Teil des LaTeX-Paketes 
30734 \series bold
30735 carlisle
30736 \series default
30737
30738 \begin_inset Index
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 Pakete ! carlisle
30743 \end_layout
30744
30745 \end_inset
30746
30747 , das Teil jeder LaTeX-Standardinstallation ist.
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \begin_inset Index
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 Pakete ! remreset
30758 \end_layout
30759
30760 \end_inset
30761
30762  im LaTeX-Vorspann mit der Zeile
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 usepackage{remreset}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 geladen werden.
30775  Dann kann der Befehl 
30776 \series bold
30777
30778 \backslash
30779 @removefromreset
30780 \series default
30781
30782 \begin_inset Index
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 Befehle ! 
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792 "
30793 \end_layout
30794
30795 \end_inset
30796
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 \backslash
30810
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816 "
30817 \end_layout
30818
30819 \end_inset
30820
30821 @
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827 "
30828 \end_layout
30829
30830 \end_inset
30831
30832 removefromreset
30833 \end_layout
30834
30835 \end_inset
30836
30837  mit dem selben Schema wie 
30838 \series bold
30839
30840 \backslash
30841 @addtoreset
30842 \series default
30843  benutzt werden.
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset VSpace bigskip
30848 \end_inset
30849
30850 Oftmals möchte man Formeln in folgender Art nummerieren:
30851 \end_layout
30852
30853 \begin_layout Standard
30854
30855 \family typewriter
30856 (Kapitelnummer.Formelnummer)
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Für diesen Fall gibt es den Befehl 
30865 \series bold
30866
30867 \backslash
30868 numberwithin
30869 \series default
30870
30871 \begin_inset Index
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875 Befehle ! N ! 
30876 \backslash
30877 numberwithin
30878 \end_layout
30879
30880 \end_inset
30881
30882 , der nach folgendem Schema benutzt wird:
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 numberwithin{Zähler}{Gliederung}
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Zähler gibt an, welche Nummerierung betroffen ist.
30895  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30896 \end_layout
30897
30898 \begin_layout Standard
30899 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30900  ein:
30901 \end_layout
30902
30903 \begin_layout Standard
30904
30905 \series bold
30906
30907 \backslash
30908 numberwithin{equation}{section}
30909 \end_layout
30910
30911 \begin_layout Standard
30912 Das ist das Ergebnis:
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 numberwithin{equation}{section}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Formula \begin{equation}
30927 A+B=C\end{equation}
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Möchte man z.
30936 \begin_inset Space \thinspace{}
30937 \end_inset
30938
30939 B.
30940  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30941  gibt man 
30942 \series bold
30943
30944 \backslash
30945 numberwithin{table}{part}
30946 \series default
30947  ein.
30948 \end_layout
30949
30950 \begin_layout Standard
30951 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30952 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30953  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 theequation}{
30964 \backslash
30965 arabic{equation}}
30966 \begin_inset Index
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Befehle ! A ! 
30971 \backslash
30972 arabic
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \series default
30979
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985
30986 \backslash
30987 renewcommand{
30988 \backslash
30989 theequation}{
30990 \backslash
30991 arabic{equation}}
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \series bold
30998
30999 \begin_inset Newline newline
31000 \end_inset
31001
31002
31003 \series default
31004 bzw.
31005 \series bold
31006
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \backslash
31012 renewcommand{
31013 \backslash
31014 thetable}{
31015 \backslash
31016 arabic{table}}
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 numberwithin
31025 \series default
31026  benutzt intern den oben beschriebenen Befehl 
31027 \series bold
31028
31029 \backslash
31030 @addtoreset
31031 \series default
31032 , der ebenfalls rückgängig gemacht werden muss.
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 makeatletter
31041 \end_layout
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 @removefromreset{equation}{section}
31048 \end_layout
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 makeatother
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \begin_layout Subsection
31063 Nummerierung mit römischen Zahlen und Buchstaben
31064 \begin_inset CommandInset label
31065 LatexCommand label
31066 name "sub:Nummerierung-mit-römischen"
31067
31068 \end_inset
31069
31070
31071 \begin_inset Index
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075 Formelnummerierung ! mit Buchstaben
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \begin_inset Index
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 Formelnummerierung ! mit römischen Zahlen
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31095  werden.
31096  Um z.
31097 \begin_inset Space \thinspace{}
31098 \end_inset
31099
31100 B.
31101  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31102  TeX-Modus den Befehl
31103 \end_layout
31104
31105 \begin_layout Standard
31106
31107 \series bold
31108
31109 \backslash
31110 renewcommand{
31111 \backslash
31112 theequation}{
31113 \backslash
31114 roman{equation}}
31115 \end_layout
31116
31117 \begin_layout Standard
31118 ein.
31119  
31120 \series bold
31121
31122 \backslash
31123 renewcommand
31124 \series default
31125
31126 \begin_inset Index
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130 Befehle ! R ! 
31131 \backslash
31132 renewcommand
31133 \end_layout
31134
31135 \end_inset
31136
31137  weist dem vordefinierten Befehl 
31138 \series bold
31139
31140 \backslash
31141 theequation
31142 \series default
31143  den Befehl
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 linebreak 
31152 \end_layout
31153
31154 \end_inset
31155
31156  
31157 \series bold
31158
31159 \backslash
31160 roman{equation}
31161 \series default
31162  zu
31163 \begin_inset Foot
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 Der Befehl 
31168 \series bold
31169
31170 \backslash
31171 renewcommand
31172 \series default
31173  besitzt dasselbe Schema wie der in 
31174 \begin_inset CommandInset ref
31175 LatexCommand ref
31176 reference "sec:Benutzerdefinierte-Befehle"
31177
31178 \end_inset
31179
31180  beschriebene Befehl
31181 \begin_inset Newline newline
31182 \end_inset
31183
31184
31185 \series bold
31186
31187 \backslash
31188 newcommand
31189 \series default
31190 .
31191 \end_layout
31192
31193 \end_inset
31194
31195 .
31196  
31197 \series bold
31198 equation
31199 \series default
31200  ist der Formelzähler.
31201  Stellt man einem Zähler den Befehl 
31202 \series bold
31203
31204 \backslash
31205 the
31206 \series default
31207  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31208  wird.
31209  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31210  
31211 \series bold
31212
31213 \backslash
31214 theequation
31215 \series default
31216  hinter die Formel.
31217  
31218 \series bold
31219
31220 \backslash
31221 roman{equation}
31222 \begin_inset Index
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226 Befehle ! R ! 
31227 \backslash
31228 roman
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \series default
31235  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31236 \end_layout
31237
31238 \begin_layout Standard
31239 Alle Formeln nach dem 
31240 \series bold
31241
31242 \backslash
31243 renewcommand
31244 \series default
31245 -Befehl werden nun römisch nummeriert.
31246  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31247  den Befehl erneut ein, ersetzt aber 
31248 \series bold
31249
31250 \backslash
31251 roman
31252 \series default
31253  durch 
31254 \series bold
31255
31256 \backslash
31257 Roman
31258 \series default
31259
31260 \begin_inset Index
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264 Befehle ! R ! 
31265 \backslash
31266 roman@
31267 \backslash
31268 Roman
31269 \end_layout
31270
31271 \end_inset
31272
31273 .
31274  Für die 
31275 \begin_inset Quotes gld
31276 \end_inset
31277
31278 Nummerierung
31279 \begin_inset Quotes grd
31280 \end_inset
31281
31282  mit lateinischen Buchstaben gibt es den Befehl 
31283 \series bold
31284
31285 \backslash
31286 alph
31287 \series default
31288
31289 \begin_inset Index
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293 Befehle ! A ! 
31294 \backslash
31295 alph
31296 \end_layout
31297
31298 \end_inset
31299
31300  für kleine und 
31301 \series bold
31302
31303 \backslash
31304 Alph
31305 \series default
31306
31307 \begin_inset Index
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311 Befehle ! A ! 
31312 \backslash
31313 alph@
31314 \backslash
31315 Alph
31316 \end_layout
31317
31318 \end_inset
31319
31320  für große Buchstaben.
31321 \end_layout
31322
31323 \begin_layout Standard
31324 \begin_inset Note Greyedout
31325 status open
31326
31327 \begin_layout Plain Layout
31328
31329 \series bold
31330 Achtung:
31331 \series default
31332  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31333  nummeriert werden.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 renewcommand{
31350 \backslash
31351 theequation}{
31352 \backslash
31353 roman{equation}}
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Standard
31362 \begin_inset Formula \begin{equation}
31363 A=\textrm{römisch}\label{eq:roem}\end{equation}
31364
31365 \end_inset
31366
31367
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373
31374 \backslash
31375 renewcommand{
31376 \backslash
31377 theequation}{
31378 \backslash
31379 Roman{equation}}
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \begin_inset Formula \begin{equation}
31386 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31387
31388 \end_inset
31389
31390
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396
31397 \backslash
31398 renewcommand{
31399 \backslash
31400 theequation}{
31401 \backslash
31402 alph{equation}}
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \begin_inset Formula \begin{equation}
31409 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
31410
31411 \end_inset
31412
31413
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418
31419
31420 \backslash
31421 renewcommand{
31422 \backslash
31423 theequation}{
31424 \backslash
31425 Alph{equation}}
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \begin_inset Formula \begin{equation}
31432 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31441  ein:
31442 \end_layout
31443
31444 \begin_layout Standard
31445
31446 \series bold
31447
31448 \backslash
31449 renewcommand{
31450 \backslash
31451 theequation}{
31452 \backslash
31453 arabic{equation}}
31454 \begin_inset Index
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 Befehle ! A ! 
31459 \backslash
31460 arabic
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474
31475 \backslash
31476 renewcommand{
31477 \backslash
31478 theequation}{
31479 \backslash
31480 arabic{equation}}
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \begin_inset Formula \begin{equation}
31487 E=\textrm{arabisch}\label{eq:arab}\end{equation}
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset VSpace medskip
31496 \end_inset
31497
31498 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31499 riert.
31500  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31501  beginnen, müssen neue Formelzähler angelegt werden.
31502  Eine Beschreibung dazu findet man in der Datei 
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508
31509 \backslash
31510 href{Formelnummerierung.lyx}{
31511 \end_layout
31512
31513 \end_inset
31514
31515 Formelnummerierung.lyx
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521 }
31522 \end_layout
31523
31524 \end_inset
31525
31526 .
31527 \end_layout
31528
31529 \begin_layout Section
31530 Benutzerdefinierte Befehle
31531 \begin_inset CommandInset label
31532 LatexCommand label
31533 name "sec:Benutzerdefinierte-Befehle"
31534
31535 \end_inset
31536
31537
31538 \begin_inset Index
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542 benutzerdefinierte Befehle
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31552  Man kann sich aber mit dem Befehl 
31553 \series bold
31554
31555 \backslash
31556 newcommand
31557 \series default
31558
31559 \begin_inset Index
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 Befehle ! N ! 
31564 \backslash
31565 newcommand
31566 \end_layout
31567
31568 \end_inset
31569
31570  neue kürzere Befehle definieren.
31571 \end_layout
31572
31573 \begin_layout Standard
31574 Das Befehlsschema von 
31575 \series bold
31576
31577 \backslash
31578 newcommand
31579 \series default
31580  lautet:
31581 \end_layout
31582
31583 \begin_layout Standard
31584
31585 \series bold
31586
31587 \backslash
31588 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31589 \series default
31590  
31591 \series bold
31592 Wert]
31593 \begin_inset Newline newline
31594 \end_inset
31595
31596
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602
31603 \backslash
31604 phantom{
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \backslash
31611 newcommand
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617 }
31618 \end_layout
31619
31620 \end_inset
31621
31622 {Befehlsdefinition}
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset Note Greyedout
31627 status open
31628
31629 \begin_layout Plain Layout
31630
31631 \series bold
31632 Achtung:
31633 \series default
31634  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31635  oder von benutzten LaTeX-Paketen verwendet wird.
31636  Definiert man beispielsweise für 
31637 \series bold
31638
31639 \backslash
31640 Leftarrow
31641 \series default
31642  den Befehl 
31643 \series bold
31644
31645 \backslash
31646 le
31647 \series default
31648 , erhält man eine Fehlermeldung, denn 
31649 \series bold
31650
31651 \backslash
31652 le
31653 \series default
31654  ist schon für 
31655 \begin_inset Quotes gld
31656 \end_inset
31657
31658
31659 \begin_inset Formula $\le$
31660 \end_inset
31661
31662
31663 \begin_inset Quotes grd
31664 \end_inset
31665
31666  definiert.
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset Note Greyedout
31676 status open
31677
31678 \begin_layout Plain Layout
31679
31680 \series bold
31681 Achtung: 
31682 \series default
31683 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31684  bestehen.
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31694 \begin_inset Space \thinspace{}
31695 \end_inset
31696
31697 -
31698 \begin_inset Space \thinspace{}
31699 \end_inset
31700
31701 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31702  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31703  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31704 \emph on
31705 erste
31706 \emph default
31707  Argument des neuen Befehls ein optionales ist.
31708 \end_layout
31709
31710 \begin_layout Standard
31711 Es folgen einige Beispiele:
31712 \end_layout
31713
31714 \begin_layout Itemize
31715 Will man für 
31716 \series bold
31717
31718 \backslash
31719 Longrightarrow
31720 \series default
31721  den Befehl 
31722 \series bold
31723
31724 \backslash
31725 gr
31726 \series default
31727  definieren, lautet die LaTeX-Vor\SpecialChar \-
31728 spannzeile:
31729 \begin_inset ERT
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733
31734
31735 \backslash
31736 medskip
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \series bold
31743
31744 \begin_inset Newline newline
31745 \end_inset
31746
31747
31748 \backslash
31749 newcommand{
31750 \backslash
31751 gr}{
31752 \backslash
31753 Longrightarrow}
31754 \end_layout
31755
31756 \begin_layout Itemize
31757 Um für den Befehl 
31758 \series bold
31759
31760 \backslash
31761 underline
31762 \series default
31763  den Befehl 
31764 \series bold
31765
31766 \backslash
31767 us
31768 \series default
31769  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31770  werden.
31771  Dazu sieht die Vorspannzeile wie folgt aus:
31772 \begin_inset ERT
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776
31777
31778 \backslash
31779 medskip
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \series bold
31786
31787 \begin_inset Newline newline
31788 \end_inset
31789
31790
31791 \backslash
31792 newcommand{
31793 \backslash
31794 us}[1]{
31795 \backslash
31796 underline{#1}}
31797 \series default
31798
31799 \begin_inset ERT
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803
31804
31805 \backslash
31806 medskip
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \series bold
31813
31814 \begin_inset Newline newline
31815 \end_inset
31816
31817
31818 \series default
31819 Das Zeichen 
31820 \series bold
31821 #
31822 \series default
31823  fungiert als Argumentplatzhalter, die 
31824 \series bold
31825 1
31826 \series default
31827  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31828 \end_layout
31829
31830 \begin_layout Itemize
31831 Für 
31832 \series bold
31833
31834 \backslash
31835 framebox
31836 \series default
31837  kann man z.
31838 \begin_inset Space \thinspace{}
31839 \end_inset
31840
31841 B.
31842  den Befehl 
31843 \series bold
31844
31845 \backslash
31846 fb
31847 \series default
31848  definieren:
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854
31855 \backslash
31856 medskip
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \series bold
31863
31864 \begin_inset Newline newline
31865 \end_inset
31866
31867
31868 \backslash
31869 newcommand{
31870 \backslash
31871 fb}[3]{
31872 \backslash
31873 framebox#1#2{$#3$}}
31874 \series default
31875
31876 \begin_inset ERT
31877 status collapsed
31878
31879 \begin_layout Plain Layout
31880
31881
31882 \backslash
31883 medskip
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \series bold
31890
31891 \begin_inset Newline newline
31892 \end_inset
31893
31894
31895 \series default
31896 Die beiden Dollarzeichen erstellen hierbei die für 
31897 \series bold
31898
31899 \backslash
31900 framebox
31901 \series default
31902  geforderte weitere Formel, siehe 
31903 \begin_inset CommandInset ref
31904 LatexCommand ref
31905 reference "sub:Boxen-mit-Rahmen"
31906
31907 \end_inset
31908
31909 .
31910 \end_layout
31911
31912 \begin_layout Itemize
31913 Um einen neuen Befehl für 
31914 \series bold
31915
31916 \backslash
31917 fcolorbox
31918 \series default
31919  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31920  definiert man das Argument für die Farbe als optional:
31921 \begin_inset ERT
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925
31926
31927 \backslash
31928 medskip
31929 \end_layout
31930
31931 \end_inset
31932
31933
31934 \series bold
31935
31936 \begin_inset Newline newline
31937 \end_inset
31938
31939
31940 \backslash
31941 newcommand{
31942 \backslash
31943 cb}[3][white]{
31944 \backslash
31945 fcolorbox{#2}{#1}{$#3$}}
31946 \series default
31947
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953
31954 \backslash
31955 medskip
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \begin_inset Newline newline
31962 \end_inset
31963
31964 Gibt man bei der Verwendung von 
31965 \series bold
31966
31967 \backslash
31968 cb
31969 \series default
31970  die Farbe nicht an, wird die voreingestellte Farbe 
31971 \series bold
31972 white
31973 \series default
31974  verwendet.
31975 \begin_inset ERT
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979
31980
31981 \backslash
31982 pagebreak 
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 Ein Test der neu definierten Befehle:
31992 \end_layout
31993
31994 \begin_layout Standard
31995 \align center
31996 \begin_inset Tabular
31997 <lyxtabular version="3" rows="6" columns="2">
31998 <features>
31999 <column alignment="center" valignment="top" width="0">
32000 <column alignment="center" valignment="top" width="0">
32001 <row>
32002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006 Befehl
32007 \end_layout
32008
32009 \end_inset
32010 </cell>
32011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015 Ergebnis
32016 \begin_inset Note Note
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020
32021 \series bold
32022
32023 \backslash
32024 raisebox
32025 \series default
32026  dient nur als Abstandhalter.
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \end_inset
32035 </cell>
32036 </row>
32037 <row>
32038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042 A
32043 \backslash
32044 gr
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 leer 
32053 \end_layout
32054
32055 \end_inset
32056
32057 B
32058 \end_layout
32059
32060 \end_inset
32061 </cell>
32062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32063 \begin_inset Text
32064
32065 \begin_layout Plain Layout
32066 \begin_inset Formula $A\gr  B$
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \end_inset
32073 </cell>
32074 </row>
32075 <row>
32076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32077 \begin_inset Text
32078
32079 \begin_layout Plain Layout
32080
32081 \backslash
32082 us{ABcd
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 </row>
32100 <row>
32101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32102 \begin_inset Text
32103
32104 \begin_layout Plain Layout
32105
32106 \backslash
32107 fb{[2cm]
32108 \begin_inset Formula $\to$
32109 \end_inset
32110
32111
32112 \backslash
32113 {
32114 \begin_inset Formula $\to$
32115 \end_inset
32116
32117
32118 \backslash
32119 {
32120 \backslash
32121 int
32122 \begin_inset ERT
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126
32127
32128 \backslash
32129 leer 
32130 \end_layout
32131
32132 \end_inset
32133
32134 A=B
32135 \end_layout
32136
32137 \end_inset
32138 </cell>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 </row>
32152 <row>
32153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157
32158 \backslash
32159 cb{red
32160 \begin_inset Formula $\to$
32161 \end_inset
32162
32163
32164 \backslash
32165 {
32166 \backslash
32167 int
32168 \begin_inset ERT
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172
32173
32174 \backslash
32175 leer 
32176 \end_layout
32177
32178 \end_inset
32179
32180 A=B
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \end_inset
32196 </cell>
32197 </row>
32198 <row>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203
32204 \backslash
32205 cb[green]
32206 \backslash
32207 {red
32208 \begin_inset Formula $\to$
32209 \end_inset
32210
32211
32212 \backslash
32213 {
32214 \backslash
32215 int
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221
32222 \backslash
32223 leer 
32224 \end_layout
32225
32226 \end_inset
32227
32228 A=B
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 </row>
32246 </lyxtabular>
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Section
32254 Diagramme
32255 \begin_inset Index
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 Diagramme
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Standard
32268 Um Diagramme zu erstellen, wird das LaTeX-Paket 
32269 \series bold
32270 amscd
32271 \begin_inset Foot
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275
32276 \series bold
32277 amscd
32278 \series default
32279  ist Teil jeder LaTeX-Standardinstallation.
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \series default
32286
32287 \begin_inset Index
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291 Pakete ! amscd
32292 \end_layout
32293
32294 \end_inset
32295
32296  benötigt.
32297  Es wird im LaTeX-Vorspann mit der Zeile
32298 \end_layout
32299
32300 \begin_layout Standard
32301
32302 \series bold
32303
32304 \backslash
32305 usepackage{amscd}
32306 \end_layout
32307
32308 \begin_layout Standard
32309 geladen.
32310 \end_layout
32311
32312 \begin_layout Standard
32313 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
32314 \begin_inset Formula \[
32315 \begin{CD}A@>>>B@>>>C\\
32316 @AAA@.@VVV\\
32317 F@<<<E@<<<D\end{CD}\]
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32326 \series bold
32327
32328 \backslash
32329 CD
32330 \begin_inset Index
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 Befehle ! C ! 
32335 \backslash
32336 CD
32337 \end_layout
32338
32339 \end_inset
32340
32341
32342 \series default
32343  ein.
32344  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32345  man die weiteren Befehle eingibt.
32346  Mit 
32347 \series bold
32348
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 mbox{
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \family sans
32363 \series default
32364 Strg-Enter
32365 \family default
32366 \series bold
32367
32368 \begin_inset ERT
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372
32373 }
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \series default
32380  wird eine neue Zeile erstellt.
32381  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32382  Zeilen der Formel eingegeben.
32383 \end_layout
32384
32385 \begin_layout Standard
32386 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32387 \end_layout
32388
32389 \begin_layout Itemize
32390
32391 \series bold
32392 @<<<
32393 \series default
32394  erstellt einen Linkspfeil, 
32395 \series bold
32396 @>>>
32397 \series default
32398  einen Rechtspfeil und 
32399 \series bold
32400 @=
32401 \series default
32402  ein langes Gleichheitszeichen
32403 \end_layout
32404
32405 \begin_layout Itemize
32406
32407 \series bold
32408 @AAA
32409 \series default
32410  erstellt einen Pfeil nach oben, 
32411 \series bold
32412 @VVV
32413 \series default
32414  einen Pfeil nach unten und 
32415 \series bold
32416 @|
32417 \series default
32418  ein senkrechtes Gleichheitszeichen
32419 \end_layout
32420
32421 \begin_layout Itemize
32422
32423 \series bold
32424 @.
32425
32426 \series default
32427  dient als Platzhalter für nicht vorhandene Beziehungen
32428 \end_layout
32429
32430 \begin_layout Standard
32431 Alle Pfeile sind wie folgt beschriftbar:
32432 \end_layout
32433
32434 \begin_layout Itemize
32435 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32436  > Text eingegeben, erscheint er über dem Pfeil.
32437  Wird der Text zwischen dem zweiten und dritten < bzw.
32438  > eingegeben, erscheint er unter dem Pfeil.
32439 \end_layout
32440
32441 \begin_layout Itemize
32442 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32443  V eingegeben, erscheint er links neben dem Pfeil.
32444  Bei Eingabe zwischen zweitem und drittem A bzw.
32445  V erscheint er rechts daneben.
32446  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32447  gesetzt werden.
32448 \end_layout
32449
32450 \begin_layout Standard
32451 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32452 \end_layout
32453
32454 \begin_layout Standard
32455 \begin_inset Formula \[
32456 \begin{CD}A@>j>>B@>>k>C@=F\\
32457 @AmAA@.@VV{V}V@|\\
32458 D@<<j<E@>k>>F@=C\end{CD}\]
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Der Befehl dazu lautet:
32467 \begin_inset Newline newline
32468 \end_inset
32469
32470
32471 \series bold
32472
32473 \backslash
32474 CD
32475 \begin_inset ERT
32476 status collapsed
32477
32478 \begin_layout Plain Layout
32479
32480
32481 \backslash
32482 leer 
32483 \end_layout
32484
32485 \end_inset
32486
32487 A@>j>>B@>>k>C@=F Strg-Enter
32488 \begin_inset Newline newline
32489 \end_inset
32490
32491
32492 \begin_inset ERT
32493 status collapsed
32494
32495 \begin_layout Plain Layout
32496
32497
32498 \backslash
32499 hphantom{
32500 \end_layout
32501
32502 \end_inset
32503
32504
32505 \backslash
32506 CD
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 leer 
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \begin_inset ERT
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524
32525 }
32526 \end_layout
32527
32528 \end_inset
32529
32530 @AmAA@.@VV
32531 \backslash
32532 {V
32533 \series default
32534
32535 \begin_inset Formula $\to$
32536 \end_inset
32537
32538
32539 \series bold
32540 V@| Strg-Enter
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550
32551 \backslash
32552 hphantom{
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \backslash
32559 CD
32560 \begin_inset ERT
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564
32565
32566 \backslash
32567 leer 
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \begin_inset ERT
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577
32578 }
32579 \end_layout
32580
32581 \end_inset
32582
32583 D@<<j<E@>k>>F@=C
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \begin_inset Newpage newpage
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Section
32594 Tipps
32595 \begin_inset ERT
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599
32600
32601 \backslash
32602 texorpdfstring{
32603 \end_layout
32604
32605 \end_inset
32606
32607
32608 \begin_inset Foot
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Weitere gute Tipps gibt es unter 
32613 \begin_inset CommandInset citation
32614 LatexCommand cite
32615 key "Voss"
32616
32617 \end_inset
32618
32619 .
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \begin_inset ERT
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630 }{}
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \begin_inset Note Note
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641 \series bold
32642
32643 \backslash
32644 texorpdfstring
32645 \series default
32646  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32647 \end_layout
32648
32649 \begin_layout Plain Layout
32650 Näheres zu 
32651 \series bold
32652
32653 \backslash
32654 texorpdfstring
32655 \series default
32656  steht in Kapitel 
32657 \begin_inset CommandInset ref
32658 LatexCommand ref
32659 reference "sub:Formeln-in-Überschriften"
32660
32661 \end_inset
32662
32663 .
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \begin_inset Index
32670 status collapsed
32671
32672 \begin_layout Plain Layout
32673 Tipps
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \begin_inset Index
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683 Ionen|see
32684 \begin_inset ERT
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688
32689 {
32690 \end_layout
32691
32692 \end_inset
32693
32694 chemische Zeichen
32695 \begin_inset ERT
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700 }
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Subsection
32714 Chemische Symbole und Reaktionsgleichungen
32715 \begin_inset CommandInset label
32716 LatexCommand label
32717 name "sub:Chemische-Symbole-und"
32718
32719 \end_inset
32720
32721
32722 \begin_inset Index
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 chemische Zeichen ! Symbole
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Index
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736 Reaktionsgleichungen
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \begin_inset Index
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746 Symbole ! chemische
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Ein Beispieltext aus der Chemie:
32756 \end_layout
32757
32758 \begin_layout Quote
32759 Das 
32760 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32761 \end_inset
32762
32763 -Ion verbindet sich mit zwei 
32764 \begin_inset Formula $\mathrm{Na^{+}}$
32765 \end_inset
32766
32767 -Ionen zu Natriumsulfat 
32768 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32769 \end_inset
32770
32771 .
32772  Die Reaktionsgleichung dazu lautet:
32773 \begin_inset Formula \[
32774 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32783  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32784  in der Formel und wandelt diese mit der Tastenkombination 
32785 \family sans
32786 Alt-z
32787 \begin_inset Space ~
32788 \end_inset
32789
32790 r
32791 \family default
32792  in den aufrechten Schriftstil um.
32793 \begin_inset Foot
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 Schriftstile siehe 
32798 \begin_inset CommandInset ref
32799 LatexCommand ref
32800 reference "sub:Schriftstile"
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Subsection
32813 Negative Zahlen
32814 \begin_inset Index
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818 Zahlen ! negative
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \end_layout
32825
32826 \begin_layout Standard
32827 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32828  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32829  dargestellt.
32830  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32831  Minuszeichen korrekt.
32832 \end_layout
32833
32834 \begin_layout Standard
32835 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32836  nicht mehr auf.
32837 \end_layout
32838
32839 \begin_layout Standard
32840 Ein Beispiel zur Veranschaulichung der Problematik:
32841 \end_layout
32842
32843 \begin_layout Standard
32844 \align center
32845 \begin_inset Tabular
32846 <lyxtabular version="3" rows="3" columns="2">
32847 <features>
32848 <column alignment="right" valignment="top" width="0">
32849 <column alignment="left" valignment="top" width="0">
32850 <row>
32851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32852 \begin_inset Text
32853
32854 \begin_layout Plain Layout
32855 normaler Text:
32856 \end_layout
32857
32858 \end_inset
32859 </cell>
32860 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32861 \begin_inset Text
32862
32863 \begin_layout Plain Layout
32864 x = -2
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 Formelmodus:
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 \begin_inset Formula $x=-2$
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row>
32894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 Lösung:
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 \begin_inset Formula $x=\textrm{-}2$
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 </row>
32916 </lyxtabular>
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Subsection
32924 Komma als Dezimaltrennzeichen
32925 \begin_inset Index
32926 status collapsed
32927
32928 \begin_layout Plain Layout
32929 Komma
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \begin_layout Standard
32938 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32939  als Gruppentrennzeichen.
32940  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32941  eingefügt.
32942 \end_layout
32943
32944 \begin_layout Standard
32945 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32946  Text um (Tastenkürzel 
32947 \family sans
32948 Alt-m
32949 \begin_inset Space ~
32950 \end_inset
32951
32952 m
32953 \family default
32954 ).
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32959  lädt man die Datei 
32960 \series bold
32961 icomma.sty
32962 \series default
32963
32964 \begin_inset Foot
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968
32969 \series bold
32970 icomma
32971 \series default
32972  ist Teil des LaTeX-Paketes 
32973 \series bold
32974 was
32975 \series default
32976
32977 \begin_inset Index
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 Pakete ! was
32982 \begin_inset VSpace defskip
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \end_inset
32989
32990 .
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \begin_inset Index
32997 status collapsed
32998
32999 \begin_layout Plain Layout
33000 Pakete ! icomma
33001 \end_layout
33002
33003 \end_inset
33004
33005  mit der LaTeX-Vorspannzeile
33006 \end_layout
33007
33008 \begin_layout Standard
33009
33010 \series bold
33011
33012 \backslash
33013 usepackage{icomma}
33014 \end_layout
33015
33016 \begin_layout Subsection
33017 Physikalische Vektoren
33018 \begin_inset CommandInset label
33019 LatexCommand label
33020 name "sub:Physikalische-Vektoren"
33021
33022 \end_inset
33023
33024
33025 \begin_inset Index
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029 Vektoren ! physikalische
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Vordefinierte Vektoren bietet das LaTeX-Paket 
33039 \series bold
33040 braket
33041 \series default
33042
33043 \begin_inset Foot
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047
33048 \series bold
33049 braket
33050 \series default
33051  sollte Teil jeder LaTeX-Standardinstallation sein.
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \begin_inset Index
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 Pakete ! braket
33062 \end_layout
33063
33064 \end_inset
33065
33066 , das mit der LaTeX-Vorspannzeile
33067 \end_layout
33068
33069 \begin_layout Standard
33070
33071 \series bold
33072
33073 \backslash
33074 usepackage{braket}
33075 \end_layout
33076
33077 \begin_layout Standard
33078 geladen wird.
33079 \begin_inset ERT
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083
33084
33085 \backslash
33086 ifbraket 
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \begin_inset Note Note
33093 status open
33094
33095 \begin_layout Plain Layout
33096 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33097 \series bold
33098 braket
33099 \series default
33100  installiert ist:
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Standard
33109 Folgende Befehle sind definiert:
33110 \end_layout
33111
33112 \begin_layout Standard
33113 \align center
33114 \begin_inset Tabular
33115 <lyxtabular version="3" rows="4" columns="2">
33116 <features>
33117 <column alignment="center" valignment="top" width="0">
33118 <column alignment="center" valignment="top" width="0">
33119 <row>
33120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 Befehl
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 Ergebnis
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 </row>
33139 <row>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144
33145 \backslash
33146 Bra{
33147 \backslash
33148 psi
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 \begin_inset Formula $\Bra {\psi}$
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 </row>
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171
33172 \backslash
33173 Ket{
33174 \backslash
33175 psi
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 \begin_inset Formula $\Ket {\psi}$
33185 \end_inset
33186
33187
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 </row>
33193 <row>
33194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198
33199 \backslash
33200 Braket{
33201 \backslash
33202 psi|
33203 \backslash
33204 phi
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 \begin_inset Formula $\Braket {\psi|\phi}$
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 </row>
33222 </lyxtabular>
33223
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Der Befehl 
33231 \series bold
33232
33233 \backslash
33234 Braket
33235 \series default
33236  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33237  Klammern gesetzt werden:
33238 \begin_inset Formula \[
33239 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33240
33241 \end_inset
33242
33243
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249
33250 \backslash
33251 else 
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \begin_inset Note Note
33258 status open
33259
33260 \begin_layout Plain Layout
33261 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33262 \series bold
33263 braket
33264 \series default
33265  nicht installiert ist:
33266 \end_layout
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Standard
33274 Das LaTeX-Paket 
33275 \series bold
33276 braket 
33277 \series default
33278 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33279 \end_layout
33280
33281 \begin_layout Standard
33282 \begin_inset ERT
33283 status collapsed
33284
33285 \begin_layout Plain Layout
33286
33287
33288 \backslash
33289 fi 
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 Der Effekt von 
33299 \series bold
33300
33301 \backslash
33302 Braket
33303 \series default
33304  kann auch mit dem Befehl 
33305 \series bold
33306
33307 \backslash
33308 middle
33309 \series default
33310  erzielt werden, der in 
33311 \begin_inset CommandInset ref
33312 LatexCommand ref
33313 reference "sub:Automatische-Klammergrößen"
33314
33315 \end_inset
33316
33317  beschrieben ist.
33318 \end_layout
33319
33320 \begin_layout Subsection
33321 Selbst definierte Brüche
33322 \begin_inset CommandInset label
33323 LatexCommand label
33324 name "sub:Selbstdefinierte-Brüche"
33325
33326 \end_inset
33327
33328
33329 \begin_inset Index
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 Brüche ! selbstdefinierte
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33343 \series bold
33344
33345 \backslash
33346 genfrac
33347 \series default
33348
33349 \begin_inset Index
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 Befehle ! G ! 
33354 \backslash
33355 genfrac
33356 \end_layout
33357
33358 \end_inset
33359
33360  in folgendem Schema:
33361 \end_layout
33362
33363 \begin_layout Standard
33364
33365 \series bold
33366
33367 \backslash
33368 genfrac{linke
33369 \series default
33370  
33371 \series bold
33372 Klammer}{rechte
33373 \series default
33374  
33375 \series bold
33376 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33377 \begin_inset Newline newline
33378 \end_inset
33379
33380
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 phantom{
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \backslash
33395 genfrac
33396 \begin_inset ERT
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400
33401 }
33402 \end_layout
33403
33404 \end_inset
33405
33406 {Zähler}{Nenner}
33407 \end_layout
33408
33409 \begin_layout Standard
33410 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33411 \begin_inset Space \thinspace{}
33412 \end_inset
33413
33414 -
33415 \begin_inset Space \thinspace{}
33416 \end_inset
33417
33418 3 angegeben.
33419 \end_layout
33420
33421 \begin_layout Standard
33422 \align center
33423 \begin_inset Tabular
33424 <lyxtabular version="3" rows="5" columns="2">
33425 <features>
33426 <column alignment="center" valignment="top" width="0">
33427 <column alignment="center" valignment="top" width="0">
33428 <row>
33429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 Nummer
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442 Ansichtsstil
33443 \end_layout
33444
33445 \end_inset
33446 </cell>
33447 </row>
33448 <row>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 0
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462 abgesetzte Formel
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 </row>
33468 <row>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 1
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 eingebettete Formel
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row>
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 2
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33499 \begin_inset Text
33500
33501 \begin_layout Plain Layout
33502 klein
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 </row>
33508 <row>
33509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 3
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Plain Layout
33522 winzig
33523 \end_layout
33524
33525 \end_inset
33526 </cell>
33527 </row>
33528 </lyxtabular>
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Standard
33536 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33537  
33538 \series bold
33539
33540 \backslash
33541 frac
33542 \series default
33543  der Umgebung an.
33544 \end_layout
33545
33546 \begin_layout Standard
33547 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33548  0.4
33549 \begin_inset Space \thinspace{}
33550 \end_inset
33551
33552 pt verwendet.
33553 \end_layout
33554
33555 \begin_layout Standard
33556 \begin_inset VSpace medskip
33557 \end_inset
33558
33559 Zum Beispiel sind die Befehle 
33560 \series bold
33561
33562 \backslash
33563 dfrac
33564 \series default
33565  und 
33566 \series bold
33567
33568 \backslash
33569 tbinom
33570 \series default
33571  aus 
33572 \begin_inset CommandInset ref
33573 LatexCommand ref
33574 reference "sub:Brüche"
33575
33576 \end_inset
33577
33578  folgendermaßen definiert:
33579 \end_layout
33580
33581 \begin_layout Standard
33582
33583 \series bold
33584
33585 \backslash
33586 newcommand{
33587 \backslash
33588 dfrac}[2]{
33589 \backslash
33590 genfrac{}{}{}{0}{#1}{#2}}
33591 \end_layout
33592
33593 \begin_layout Standard
33594 und
33595 \end_layout
33596
33597 \begin_layout Standard
33598
33599 \series bold
33600
33601 \backslash
33602 newcommand{
33603 \backslash
33604 tbinom}[2]{
33605 \backslash
33606 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33607 \end_layout
33608
33609 \begin_layout Standard
33610 \begin_inset VSpace medskip
33611 \end_inset
33612
33613 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33614  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33615 \end_layout
33616
33617 \begin_layout Standard
33618
33619 \series bold
33620
33621 \backslash
33622 newcommand{
33623 \backslash
33624 fracS}[3][]{
33625 \backslash
33626 genfrac{}{}{#1}{}{#2}{#3}}
33627 \end_layout
33628
33629 \begin_layout Standard
33630 Dazu ein Test:
33631 \begin_inset Formula \begin{align*}
33632 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33633 \text{Ergebnis} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33634
33635 \end_inset
33636
33637 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33638  in etwa der dreifachen Strichdicke.
33639 \end_layout
33640
33641 \begin_layout Subsection
33642 Durchgestrichene Formeln
33643 \begin_inset CommandInset label
33644 LatexCommand label
33645 name "sub:Durchgestrichene-Formeln"
33646
33647 \end_inset
33648
33649
33650 \begin_inset Index
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 Formel ! durchgestrichene
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33664 \series bold
33665 cancel
33666 \series default
33667
33668 \begin_inset Foot
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672
33673 \series bold
33674 cancel
33675 \series default
33676  ist Teil jeder LaTeX-Standardinstallation.
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \begin_inset Index
33683 status collapsed
33684
33685 \begin_layout Plain Layout
33686 Pakete ! cancel
33687 \end_layout
33688
33689 \end_inset
33690
33691  mit der LaTeX-Vorspannzeile
33692 \end_layout
33693
33694 \begin_layout Standard
33695
33696 \series bold
33697
33698 \backslash
33699 usepackage[samesize]{cancel}
33700 \end_layout
33701
33702 \begin_layout Standard
33703 geladen werden.
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709
33710 \backslash
33711 pagebreak 
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \begin_layout Standard
33720 Es gibt vier verschiedene Arten durchzustreichen:
33721 \end_layout
33722
33723 \begin_layout Standard
33724 \align center
33725 \begin_inset Tabular
33726 <lyxtabular version="3" rows="5" columns="2">
33727 <features>
33728 <column alignment="center" valignment="top" width="0">
33729 <column alignment="center" valignment="top" width="0">
33730 <row>
33731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33732 \begin_inset Text
33733
33734 \begin_layout Plain Layout
33735 Befehl
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33741 \begin_inset Text
33742
33743 \begin_layout Plain Layout
33744 Ergebnis
33745 \begin_inset Note Note
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749
33750 \series bold
33751
33752 \backslash
33753 hspace
33754 \series default
33755  und 
33756 \series bold
33757
33758 \backslash
33759 raisebox
33760 \series default
33761  dienen nur als Abstandhalter.
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \end_inset
33770 </cell>
33771 </row>
33772 <row>
33773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33774 \begin_inset Text
33775
33776 \begin_layout Plain Layout
33777
33778 \backslash
33779 cancel{
33780 \backslash
33781 int
33782 \begin_inset ERT
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786
33787
33788 \backslash
33789 leer 
33790 \end_layout
33791
33792 \end_inset
33793
33794 A=B
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 <row>
33813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Plain Layout
33817
33818 \backslash
33819 bcancel{
33820 \backslash
33821 int
33822 \begin_inset ERT
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826
33827
33828 \backslash
33829 leer 
33830 \end_layout
33831
33832 \end_inset
33833
33834 A=B
33835 \end_layout
33836
33837 \end_inset
33838 </cell>
33839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Plain Layout
33843 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 </row>
33852 <row>
33853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33854 \begin_inset Text
33855
33856 \begin_layout Plain Layout
33857
33858 \backslash
33859 xcancel{
33860 \backslash
33861 int
33862 \begin_inset ERT
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867
33868 \backslash
33869 leer 
33870 \end_layout
33871
33872 \end_inset
33873
33874 A=B
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33884 \end_inset
33885
33886
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 <row>
33893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897
33898 \backslash
33899 cancelto{1
33900 \begin_inset Formula $\to$
33901 \end_inset
33902
33903
33904 \backslash
33905 {
33906 \backslash
33907 int
33908 \begin_inset ERT
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913
33914 \backslash
33915 leer 
33916 \end_layout
33917
33918 \end_inset
33919
33920 A=B
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 </lyxtabular>
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946
33947 \series bold
33948
33949 \backslash
33950 cancelto
33951 \series default
33952  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33953  will:
33954 \begin_inset Formula \[
33955 \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}}}\]
33956
33957 \end_inset
33958
33959
33960 \end_layout
33961
33962 \begin_layout Subsection
33963 Formeln in Überschriften
33964 \begin_inset CommandInset label
33965 LatexCommand label
33966 name "sub:Formeln-in-Überschriften"
33967
33968 \end_inset
33969
33970
33971 \begin_inset Index
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975 Formel ! in Überschriften
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33985 \end_layout
33986
33987 \begin_layout Standard
33988 \begin_inset Note Greyedout
33989 status open
33990
33991 \begin_layout Plain Layout
33992 Verwendet man das LaTeX-Paket 
33993 \series bold
33994 hyperref
33995 \series default
33996
33997 \begin_inset Index
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001 Pakete ! hyperref
34002 \end_layout
34003
34004 \end_inset
34005
34006 , werden automatisch PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeic
34007 hnis erzeugt.
34008  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34009  dargestellt.
34010  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Standard
34019 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34020  Kurztitel über das Menü 
34021 \family sans
34022 Einfügen\SpecialChar \menuseparator
34023 Kurztitel
34024 \family default
34025  einfügt.
34026  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34027  um das Inhaltsverzeichnis übersichtlich zu halten.
34028  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34029 chen.
34030 \end_layout
34031
34032 \begin_layout Standard
34033 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34034 \series bold
34035 hyperref
34036 \series default
34037 , verwendet man im TeX-Modus den Befehl
34038 \end_layout
34039
34040 \begin_layout Standard
34041
34042 \series bold
34043
34044 \backslash
34045 texorpdfstring{Teil}{Alternative}
34046 \begin_inset Index
34047 status collapsed
34048
34049 \begin_layout Plain Layout
34050 Befehle ! T ! 
34051 \backslash
34052 texorpdfstring
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34062  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34063  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34064  soll.
34065 \end_layout
34066
34067 \begin_layout Standard
34068 Es folgen zwei Beispielüberschriften:
34069 \begin_inset VSpace -3mm
34070 \end_inset
34071
34072
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078
34079 \backslash
34080 boldmath 
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Subsubsection
34089 Überschrift ohne Formel im Inhaltsverzeichnis 
34090 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34091 \end_inset
34092
34093
34094 \begin_inset OptArg
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Überschrift ohne Formel im Inhaltsverzeichnis
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Subsubsection
34107 Überschrift mit Formel im Inhaltsverzeichnis
34108 \begin_inset ERT
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112
34113
34114 \backslash
34115 texorpdfstring{
34116 \end_layout
34117
34118 \end_inset
34119
34120  
34121 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34122 \end_inset
34123
34124
34125 \begin_inset ERT
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129
34130 }{}
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \begin_inset ERT
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143
34144
34145 \backslash
34146 unboldmath 
34147 \end_layout
34148
34149 \end_inset
34150
34151 In der ersten Überschrift wurde ein Kurztitel verwendet.
34152  In der zweiten 
34153 \series bold
34154
34155 \backslash
34156 texorpdfstring
34157 \series default
34158 .
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34163  die komplette Überschrift in eine 
34164 \series bold
34165 boldmath-Umgebung
34166 \series default
34167
34168 \begin_inset Foot
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172 siehe 
34173 \begin_inset CommandInset ref
34174 LatexCommand ref
34175 reference "sub:Fett-gedruckte-Formeln"
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183
34184  gesetzt.
34185 \end_layout
34186
34187 \begin_layout Subsection
34188 Formeln im mehrspaltigen Text
34189 \begin_inset Index
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193 Formel ! im mehrspaltigen Text
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34203  müssen daher über die gesamte Seitenbreite gesetzt werden.
34204  Dazu verwendet man das LaTeX-Paket 
34205 \series bold
34206 multicol
34207 \series default
34208
34209 \begin_inset Foot
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213
34214 \series bold
34215 multicol
34216 \series default
34217  ist Teil jeder LaTeX-Standardinstallation.
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \begin_inset Index
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227 Pakete ! multicol
34228 \end_layout
34229
34230 \end_inset
34231
34232 , das mit der LaTeX-Vorspannzeile
34233 \end_layout
34234
34235 \begin_layout Standard
34236
34237 \series bold
34238
34239 \backslash
34240 usepackage{multicol}
34241 \end_layout
34242
34243 \begin_layout Standard
34244 geladen wird.
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset Note Greyedout
34249 status open
34250
34251 \begin_layout Plain Layout
34252 Dabei ist zu beachten, dass im Menü 
34253 \family sans
34254 Dokument\SpecialChar \menuseparator
34255 Einstellungen
34256 \family default
34257  unter 
34258 \family sans
34259 Textformat
34260 \family default
34261  
34262 \emph on
34263 nicht
34264 \emph default
34265  
34266 \family sans
34267 Zweispaltiges
34268 \begin_inset Space ~
34269 \end_inset
34270
34271 Dokument
34272 \family default
34273  ausgewählt sein darf.
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Standard
34282 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34283 \end_layout
34284
34285 \begin_layout Standard
34286
34287 \series bold
34288
34289 \backslash
34290 begin{multicols}{Spaltenanzahl}
34291 \end_layout
34292
34293 \begin_layout Standard
34294 wobei die Spaltenanzahl eine Zahl im Bereich 2
34295 \begin_inset Space \thinspace{}
34296 \end_inset
34297
34298 -
34299 \begin_inset Space \thinspace{}
34300 \end_inset
34301
34302 10 ist.
34303  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34304 \end_layout
34305
34306 \begin_layout Standard
34307
34308 \series bold
34309
34310 \backslash
34311 end{multicols}
34312 \end_layout
34313
34314 \begin_layout Standard
34315 der im TeX-Modus eingegeben wird.
34316 \end_layout
34317
34318 \begin_layout Standard
34319 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34320  Um dies rückgängig zu machen, fügt man vor der Formel -6
34321 \begin_inset Space \thinspace{}
34322 \end_inset
34323
34324 mm vertikalen Leerraum ein.
34325  Ist der Formelstil 
34326 \series bold
34327 Eingerückt
34328 \begin_inset Foot
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 Formelstile siehe 
34333 \begin_inset CommandInset ref
34334 LatexCommand ref
34335 reference "sec:Formelstile"
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343
34344
34345 \series default
34346  gewählt, fügt man stattdessen -9
34347 \begin_inset Space \thinspace{}
34348 \end_inset
34349
34350 mm Leerraum ein.
34351 \end_layout
34352
34353 \begin_layout Standard
34354 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34355 \end_layout
34356
34357 \begin_layout Standard
34358 \begin_inset ERT
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362
34363
34364 \backslash
34365 begin{multicols}{2}
34366 \end_layout
34367
34368 \end_inset
34369
34370 Das Spektrum wird fouriertransformiert.
34371  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34372 , Lösungsmittel) zu trennen.
34373  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34374  nun das Aussehen des Ausgangssignals.
34375  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34376  über alle Phasen integrieren muss.
34377  Sei nun 
34378 \begin_inset Formula $S$
34379 \end_inset
34380
34381  unser normiertes Ausgangssignal und 
34382 \begin_inset Formula $P$
34383 \end_inset
34384
34385  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391
34392 \backslash
34393 end{multicols}
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \begin_inset VSpace -6mm
34400 \end_inset
34401
34402
34403 \begin_inset Formula \begin{equation}
34404 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34405
34406 \end_inset
34407
34408
34409 \begin_inset ERT
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413
34414
34415 \backslash
34416 begin{multicols}{2}
34417 \end_layout
34418
34419 \end_inset
34420
34421 wobei 
34422 \begin_inset Formula $S_{0}$
34423 \end_inset
34424
34425  das Signal ohne Gradient ist und die Normierungsbedingung 
34426 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34427 \end_inset
34428
34429  gilt.
34430  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34431  Direkt nach dem 
34432 \begin_inset Formula $\nicefrac{\pi}{2}$
34433 \end_inset
34434
34435
34436 \begin_inset Space \thinspace{}
34437 \end_inset
34438
34439 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34440  das Signal zusätzlich abschwächt.
34441  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34442  
34443 \begin_inset Formula $T_{2}$
34444 \end_inset
34445
34446 -Zeit.
34447 \end_layout
34448
34449 \begin_layout Standard
34450 \begin_inset ERT
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454
34455
34456 \backslash
34457 end{multicols}
34458 \end_layout
34459
34460 \end_inset
34461
34462  
34463 \end_layout
34464
34465 \begin_layout Subsection
34466 Formeln mit Beschreibung der Variablen
34467 \begin_inset Index
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471 Formel ! mit Variablenbeschreibung
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \begin_layout Standard
34480 Möchte man wie in Formel 
34481 \begin_inset CommandInset ref
34482 LatexCommand eqref
34483 reference "eq:innerhalb"
34484
34485 \end_inset
34486
34487 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
34488 \series bold
34489 ×
34490 \series default
34491
34492 \begin_inset Formula $n$
34493 \end_inset
34494
34495
34496 \begin_inset Space ~
34497 \end_inset
34498
34499 Matrix mit links ausgerichteten Spalten für die verwendeten 
34500 \begin_inset Formula $n$
34501 \end_inset
34502
34503  Variablen.
34504 \begin_inset Foot
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 Matrizen siehe 
34509 \begin_inset CommandInset ref
34510 LatexCommand ref
34511 reference "sec:Matrizen"
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \end_inset
34519
34520  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
34521 \begin_inset Space \thinspace{}
34522 \end_inset
34523
34524 B.
34525  den Befehl 
34526 \series bold
34527
34528 \backslash
34529 footnotesize
34530 \series default
34531  ein.
34532 \begin_inset Foot
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 Schriftgrößen siehe 
34537 \begin_inset CommandInset ref
34538 LatexCommand ref
34539 reference "sub:Schriftgrößen"
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Standard
34552 Wird der Formelstil 
34553 \series bold
34554 Eingerückt
34555 \begin_inset Foot
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559 Formelstile siehe 
34560 \begin_inset CommandInset ref
34561 LatexCommand ref
34562 reference "sec:Formelstile"
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \series default
34573  verwendet, fügt man vor und nach der Matrix ein 
34574 \series bold
34575
34576 \backslash
34577 hfill
34578 \series default
34579
34580 \begin_inset Foot
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585 \series bold
34586
34587 \backslash
34588 hfill
34589 \series default
34590  wirkt nur in Formeln mit dem Stil 
34591 \series bold
34592 Eingerückt
34593 \series default
34594 , siehe 
34595 \begin_inset CommandInset ref
34596 LatexCommand ref
34597 reference "sub:Variabler-Leerraum"
34598
34599 \end_inset
34600
34601 .
34602 \end_layout
34603
34604 \end_inset
34605
34606  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34607  gleich ist.
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Ist der Formelstil 
34612 \series bold
34613 Zentriert
34614 \series default
34615  gewählt, nutzt man die in 
34616 \begin_inset CommandInset ref
34617 LatexCommand ref
34618 reference "sub:Flalign-Umgebung"
34619
34620 \end_inset
34621
34622  beschriebene Möglichkeit, Formeln einzurücken.
34623  Formel 
34624 \begin_inset CommandInset ref
34625 LatexCommand eqref
34626 reference "eq:innerhalb"
34627
34628 \end_inset
34629
34630  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34631  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34632 \begin_inset Formula \begin{flalign}
34633 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34634 \rho & \textrm{Dichte}\\
34635 V & \textrm{Volumen}\\
34636 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Subsection
34644 Aufrechte kleine griechische Buchstaben
34645 \begin_inset CommandInset label
34646 LatexCommand label
34647 name "sub:Aufrechte-kleine-griechische"
34648
34649 \end_inset
34650
34651
34652 \begin_inset Index
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 griechische Buchstaben ! aufrechte
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Standard
34665 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34666  zur Verfügung.
34667  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34668  aufrechte griechische Buchstaben benötigt.
34669  Die Datei 
34670 \series bold
34671 upgreek.sty
34672 \series default
34673
34674 \begin_inset Foot
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678
34679 \series bold
34680 upgreek
34681 \series default
34682  ist Teil des LaTeX-Paketes 
34683 \series bold
34684 was
34685 \series default
34686
34687 \begin_inset Index
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Pakete ! was
34692 \begin_inset VSpace defskip
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \end_inset
34699
34700 .
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \begin_inset Index
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710 Pakete ! upgreek
34711 \end_layout
34712
34713 \end_inset
34714
34715 , die mit der LaTeX-Vorspannzeile
34716 \end_layout
34717
34718 \begin_layout Standard
34719
34720 \series bold
34721
34722 \backslash
34723 usepackage{upgreek}
34724 \end_layout
34725
34726 \begin_layout Standard
34727 geladen wird, stellt diese Buchstaben zur Verfügung.
34728  
34729 \begin_inset ERT
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734
34735 \backslash
34736 ifupgreek 
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \begin_inset Note Note
34743 status open
34744
34745 \begin_layout Plain Layout
34746 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34747 \series bold
34748 upgreek
34749 \series default
34750  installiert ist:
34751 \end_layout
34752
34753 \end_inset
34754
34755  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34756  
34757 \series bold
34758 up
34759 \series default
34760  begonnen wird.
34761  So erzeugt z.
34762 \begin_inset Space \thinspace{}
34763 \end_inset
34764
34765 B.
34766  der Befehl 
34767 \series bold
34768
34769 \backslash
34770 uptau
34771 \series default
34772  dies: 
34773 \begin_inset Formula $\uptau $
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Damit kann man Elementarteilchenreaktionen erstellen:
34781 \begin_inset Formula \[
34782 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34791  Sie sollten daher nicht für Einheiten wie 
34792 \begin_inset Quotes gld
34793 \end_inset
34794
34795 µm
34796 \begin_inset Quotes grd
34797 \end_inset
34798
34799  verwendet werden.
34800 \end_layout
34801
34802 \begin_layout Standard
34803 \begin_inset ERT
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807
34808
34809 \backslash
34810 else 
34811 \end_layout
34812
34813 \end_inset
34814
34815
34816 \begin_inset Note Note
34817 status open
34818
34819 \begin_layout Plain Layout
34820 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34821 \series bold
34822 upgreek
34823 \series default
34824  nicht installiert ist:
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Standard
34833 Das LaTeX-Paket 
34834 \series bold
34835 upgreek 
34836 \series default
34837 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset ERT
34842 status collapsed
34843
34844 \begin_layout Plain Layout
34845
34846
34847 \backslash
34848 fi 
34849 \end_layout
34850
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \begin_layout Subsection
34857 Textzeichen in Formeln
34858 \begin_inset CommandInset label
34859 LatexCommand label
34860 name "sub:Textzeichen-in-Formeln"
34861
34862 \end_inset
34863
34864
34865 \begin_inset Index
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 Text ! in Formeln
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \begin_layout Standard
34878 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34879  Benötigt man z.
34880 \begin_inset Space \thinspace{}
34881 \end_inset
34882
34883 B.
34884  den mittigen Punkt · in Formeln wie 
34885 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34886 \end_inset
34887
34888 , müsste man dafür jedes Mal den Befehl 
34889 \series bold
34890
34891 \backslash
34892 cdot
34893 \series default
34894  eingeben
34895 \begin_inset Foot
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 siehe 
34900 \begin_inset CommandInset ref
34901 LatexCommand ref
34902 reference "sub:Binäre-Operatoren"
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \end_inset
34910
34911 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34912  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34913 \end_layout
34914
34915 \begin_layout Standard
34916
34917 \series bold
34918
34919 \backslash
34920 DeclareInputText{183}{
34921 \backslash
34922 ifmmode
34923 \backslash
34924 cdot
34925 \backslash
34926 else
34927 \backslash
34928 textperiodcentered
34929 \backslash
34930 f\SpecialChar \textcompwordmark{}
34931 i}
34932 \end_layout
34933
34934 \begin_layout Standard
34935 Die Zeichenkodierung (Menü 
34936 \family sans
34937 Dokument\SpecialChar \menuseparator
34938 Einstellungen\SpecialChar \menuseparator
34939 Sprache
34940 \family default
34941 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34942  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34943 \series bold
34944
34945 \backslash
34946 textperiodcentered
34947 \series default
34948  verwendet.
34949  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34950  LaTeX-Fehlern kommen würde.
34951  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34952  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34953  nicht.
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34958  Z.
34959 \begin_inset Space \thinspace{}
34960 \end_inset
34961
34962 B.
34963  ist die Kodierung 
34964 \series bold
34965 latin9
34966 \series default
34967  in der Datei 
34968 \series bold
34969 latin9.def
34970 \series default
34971  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34972  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34973 eien geändert werden.
34974  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34975  nicht ohne Weiteres bearbeitet werden.
34976 \end_layout
34977
34978 \begin_layout Standard
34979 \begin_inset VSpace medskip
34980 \end_inset
34981
34982 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34983  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34984  Formel eingegeben werden können:
34985 \end_layout
34986
34987 \begin_layout Standard
34988
34989 \series bold
34990
34991 \backslash
34992 DeclareInputText{176}{
34993 \backslash
34994 ifmmode^
34995 \backslash
34996 circ
34997 \backslash
34998 else
34999 \backslash
35000 textdegree
35001 \backslash
35002 f\SpecialChar \textcompwordmark{}
35003 i}
35004 \end_layout
35005
35006 \begin_layout Standard
35007 \begin_inset Newpage newpage
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Section
35014 \start_of_appendix
35015 Typographische Hinweise
35016 \begin_inset Index
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020 Typographische Hinweise
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35030  Regeln, die teilweise auch im Duden 
35031 \begin_inset CommandInset citation
35032 LatexCommand cite
35033 key "Duden"
35034
35035 \end_inset
35036
35037  unter 
35038 \family typewriter
35039 Textverarbeitung
35040 \family default
35041  aufgelistet sind.
35042 \end_layout
35043
35044 \begin_layout Itemize
35045 Physikalische Einheiten werden 
35046 \emph on
35047 immer
35048 \emph default
35049  aufrecht gesetzt
35050 \begin_inset Foot
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 wird durch Schriftstile erreicht, siehe 
35055 \begin_inset CommandInset ref
35056 LatexCommand ref
35057 reference "sub:Schriftstile"
35058
35059 \end_inset
35060
35061
35062 \end_layout
35063
35064 \end_inset
35065
35066 : 30
35067 \begin_inset Space \thinspace{}
35068 \end_inset
35069
35070 km/h
35071 \begin_inset Newline newline
35072 \end_inset
35073
35074 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35075 \begin_inset CommandInset ref
35076 LatexCommand ref
35077 reference "sub:Vordefinierter-Leerraum"
35078
35079 \end_inset
35080
35081 .
35082 \end_layout
35083
35084 \begin_layout Itemize
35085 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35086 \begin_inset Newline newline
35087 \end_inset
35088
35089 1,2
35090 \begin_inset Space \thinspace{}
35091 \end_inset
35092
35093
35094 \begin_inset ERT
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098
35099
35100 \backslash
35101 textperthousand 
35102 \end_layout
35103
35104 \end_inset
35105
35106
35107 \begin_inset Space ~
35108 \end_inset
35109
35110 Alkohol im Blut
35111 \begin_inset Newline newline
35112 \end_inset
35113
35114 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35115  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35116 \end_layout
35117
35118 \begin_layout Itemize
35119 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35120  wird in einer Einheit verwendet: 15
35121 \begin_inset Space \thinspace{}
35122 \end_inset
35123
35124 °C
35125 \end_layout
35126
35127 \begin_layout Itemize
35128 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35129  Ziffer der kleinste Leerraum eingefügt: 18
35130 \begin_inset Space \thinspace{}
35131 \end_inset
35132
35133 473
35134 \begin_inset Space \thinspace{}
35135 \end_inset
35136
35137 588
35138 \end_layout
35139
35140 \begin_layout Itemize
35141 Für Bemaßungen wie z.
35142 \begin_inset Space \thinspace{}
35143 \end_inset
35144
35145 B.
35146  120×90×40
35147 \begin_inset Space \thinspace{}
35148 \end_inset
35149
35150 cm, verwendet man das gelegte Kreuz 
35151 \begin_inset Quotes gld
35152 \end_inset
35153
35154 ×
35155 \begin_inset Quotes grd
35156 \end_inset
35157
35158 , dass über den LaTeX-Befehl 
35159 \series bold
35160
35161 \backslash
35162 texttimes
35163 \series default
35164  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
35165  werden kann.
35166 \end_layout
35167
35168 \begin_layout Itemize
35169 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35170  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35171 \begin_inset Space \thinspace{}
35172 \end_inset
35173
35174 6.
35175 \begin_inset Space ~
35176 \end_inset
35177
35178 1979
35179 \end_layout
35180
35181 \begin_layout Itemize
35182 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35183  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35184 \begin_inset CommandInset ref
35185 LatexCommand ref
35186 reference "sub:Vordefinierte-Funktionen"
35187
35188 \end_inset
35189
35190 .
35191 \end_layout
35192
35193 \begin_layout Itemize
35194 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35195  
35196 \begin_inset Formula $E_{\mathrm{kin}}$
35197 \end_inset
35198
35199
35200 \begin_inset Newline newline
35201 \end_inset
35202
35203 Komponenten von Matrizen werden kursiv gesetzt: 
35204 \begin_inset Formula $\hat{H}_{kl}$
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Itemize
35211 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35212  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35213  Variablen zu verwechseln.
35214 \end_layout
35215
35216 \begin_layout Standard
35217 \begin_inset Newpage newpage
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Section
35224 Synonyme
35225 \begin_inset Index
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 Synonyme
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Standard
35238 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35239  Hier ist eine Übersicht der Synonymbefehle:
35240 \end_layout
35241
35242 \begin_layout Standard
35243 \begin_inset VSpace bigskip
35244 \end_inset
35245
35246
35247 \begin_inset Space \hfill{}
35248 \end_inset
35249
35250
35251 \begin_inset Tabular
35252 <lyxtabular version="3" rows="12" columns="2">
35253 <features>
35254 <column alignment="center" valignment="top" width="0pt">
35255 <column alignment="center" valignment="top" width="0pt">
35256 <row>
35257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261 Befehl
35262 \end_layout
35263
35264 \end_inset
35265 </cell>
35266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35267 \begin_inset Text
35268
35269 \begin_layout Plain Layout
35270 äquivalent zu
35271 \begin_inset Note Note
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276 \series bold
35277
35278 \backslash
35279 raisebox
35280 \series default
35281  dient nur als Abstandhalter.
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 </row>
35292 <row>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297
35298 \backslash
35299 ast
35300 \end_layout
35301
35302 \end_inset
35303 </cell>
35304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35305 \begin_inset Text
35306
35307 \begin_layout Plain Layout
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313
35314 \backslash
35315 raisebox{-1.2mm}{
35316 \end_layout
35317
35318 \end_inset
35319
35320 *
35321 \begin_inset ERT
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325
35326 }
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 </row>
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342
35343 \backslash
35344 choose
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35350 \begin_inset Text
35351
35352 \begin_layout Plain Layout
35353
35354 \backslash
35355 binom
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 </row>
35361 <row>
35362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35363 \begin_inset Text
35364
35365 \begin_layout Plain Layout
35366
35367 \backslash
35368 geq
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377
35378 \backslash
35379 ge
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 </row>
35385 <row>
35386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390
35391 \backslash
35392 lbrace
35393 \end_layout
35394
35395 \end_inset
35396 </cell>
35397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35398 \begin_inset Text
35399
35400 \begin_layout Plain Layout
35401 {
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412
35413 \backslash
35414 lbracket
35415 \end_layout
35416
35417 \end_inset
35418 </cell>
35419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35420 \begin_inset Text
35421
35422 \begin_layout Plain Layout
35423 [
35424 \end_layout
35425
35426 \end_inset
35427 </cell>
35428 </row>
35429 <row>
35430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434
35435 \backslash
35436 leftarrow
35437 \end_layout
35438
35439 \end_inset
35440 </cell>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445
35446 \backslash
35447 gets
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 </row>
35453 <row>
35454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35455 \begin_inset Text
35456
35457 \begin_layout Plain Layout
35458
35459 \backslash
35460 leq
35461 \end_layout
35462
35463 \end_inset
35464 </cell>
35465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469
35470 \backslash
35471 le
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 </row>
35477 <row>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482
35483 \backslash
35484 lor
35485 \end_layout
35486
35487 \end_inset
35488 </cell>
35489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493
35494 \backslash
35495 vee
35496 \end_layout
35497
35498 \end_inset
35499 </cell>
35500 </row>
35501 <row>
35502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35503 \begin_inset Text
35504
35505 \begin_layout Plain Layout
35506
35507 \backslash
35508 neq
35509 \end_layout
35510
35511 \end_inset
35512 </cell>
35513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35514 \begin_inset Text
35515
35516 \begin_layout Plain Layout
35517
35518 \backslash
35519 not=
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 </row>
35525 <row>
35526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530
35531 \backslash
35532 slash
35533 \end_layout
35534
35535 \end_inset
35536 </cell>
35537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35538 \begin_inset Text
35539
35540 \begin_layout Plain Layout
35541 /
35542 \end_layout
35543
35544 \end_inset
35545 </cell>
35546 </row>
35547 <row>
35548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35549 \begin_inset Text
35550
35551 \begin_layout Plain Layout
35552
35553 \backslash
35554 vert
35555 \end_layout
35556
35557 \end_inset
35558 </cell>
35559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35560 \begin_inset Text
35561
35562 \begin_layout Plain Layout
35563 |
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 </row>
35569 </lyxtabular>
35570
35571 \end_inset
35572
35573
35574 \begin_inset Space \hfill{}
35575 \end_inset
35576
35577
35578 \begin_inset Tabular
35579 <lyxtabular version="3" rows="12" columns="2">
35580 <features>
35581 <column alignment="center" valignment="top" width="0pt">
35582 <column alignment="center" valignment="top" width="0pt">
35583 <row>
35584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35585 \begin_inset Text
35586
35587 \begin_layout Plain Layout
35588 Befehl
35589 \end_layout
35590
35591 \end_inset
35592 </cell>
35593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35594 \begin_inset Text
35595
35596 \begin_layout Plain Layout
35597 äquivalent zu
35598 \end_layout
35599
35600 \end_inset
35601 </cell>
35602 </row>
35603 <row>
35604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35605 \begin_inset Text
35606
35607 \begin_layout Plain Layout
35608
35609 \backslash
35610 backslash
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35616 \begin_inset Text
35617
35618 \begin_layout Plain Layout
35619
35620 \backslash
35621
35622 \backslash
35623
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 </row>
35629 <row>
35630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35631 \begin_inset Text
35632
35633 \begin_layout Plain Layout
35634
35635 \backslash
35636 dasharrow
35637 \end_layout
35638
35639 \end_inset
35640 </cell>
35641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35642 \begin_inset Text
35643
35644 \begin_layout Plain Layout
35645
35646 \backslash
35647 dashrightarrow
35648 \end_layout
35649
35650 \end_inset
35651 </cell>
35652 </row>
35653 <row>
35654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35655 \begin_inset Text
35656
35657 \begin_layout Plain Layout
35658
35659 \backslash
35660 land
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669
35670 \backslash
35671 wedge
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 </row>
35677 <row>
35678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682
35683 \backslash
35684 rbrace
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 }
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 </row>
35699 <row>
35700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704
35705 \backslash
35706 rbracket
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715 ]
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 </row>
35721 <row>
35722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726
35727 \backslash
35728 rightarrow
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737
35738 \backslash
35739 to
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 </row>
35745 <row>
35746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35747 \begin_inset Text
35748
35749 \begin_layout Plain Layout
35750
35751 \backslash
35752 lnot
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761
35762 \backslash
35763 neg
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 </row>
35769 <row>
35770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35771 \begin_inset Text
35772
35773 \begin_layout Plain Layout
35774
35775 \backslash
35776 ne
35777 \end_layout
35778
35779 \end_inset
35780 </cell>
35781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35782 \begin_inset Text
35783
35784 \begin_layout Plain Layout
35785
35786 \backslash
35787 not=
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 </row>
35793 <row>
35794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35795 \begin_inset Text
35796
35797 \begin_layout Plain Layout
35798
35799 \backslash
35800 owns
35801 \end_layout
35802
35803 \end_inset
35804 </cell>
35805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35806 \begin_inset Text
35807
35808 \begin_layout Plain Layout
35809
35810 \backslash
35811 ni
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 </row>
35817 <row>
35818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35819 \begin_inset Text
35820
35821 \begin_layout Plain Layout
35822
35823 \backslash
35824 square
35825 \end_layout
35826
35827 \end_inset
35828 </cell>
35829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833
35834 \backslash
35835 Box
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 </row>
35841 <row>
35842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35843 \begin_inset Text
35844
35845 \begin_layout Plain Layout
35846
35847 \backslash
35848 Vert
35849 \end_layout
35850
35851 \end_inset
35852 </cell>
35853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35854 \begin_inset Text
35855
35856 \begin_layout Plain Layout
35857
35858 \backslash
35859 |
35860 \end_layout
35861
35862 \end_inset
35863 </cell>
35864 </row>
35865 </lyxtabular>
35866
35867 \end_inset
35868
35869
35870 \begin_inset Space \hfill{}
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 \begin_inset Newpage newpage
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \begin_layout Bibliography
35884 \begin_inset CommandInset bibitem
35885 LatexCommand bibitem
35886 key "TLC2"
35887
35888 \end_inset
35889
35890
35891 \shape smallcaps
35892 Mittelbach, F.
35893  ; Goossens, M.
35894 \shape default
35895
35896 \shape italic
35897 The LaTeX Companion
35898 \shape default
35899 .
35900  Addison Wesley, 2004
35901 \end_layout
35902
35903 \begin_layout Bibliography
35904 \begin_inset CommandInset bibitem
35905 LatexCommand bibitem
35906 key "Mathmode"
35907
35908 \end_inset
35909
35910
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916
35917 \backslash
35918 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
35919 \end_layout
35920
35921 \end_inset
35922
35923 Beschreibung
35924 \begin_inset ERT
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 }
35930 \end_layout
35931
35932 \end_inset
35933
35934  der mathematischen Fähigkeiten von LaTeX
35935 \end_layout
35936
35937 \begin_layout Bibliography
35938 \begin_inset CommandInset bibitem
35939 LatexCommand bibitem
35940 key "Voss"
35941
35942 \end_inset
35943
35944 LaTeX Tipps- und Tricks-
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950
35951 \backslash
35952 href{http://tug.org/TeXnik/}{
35953 \end_layout
35954
35955 \end_inset
35956
35957 Seite
35958 \begin_inset ERT
35959 status collapsed
35960
35961 \begin_layout Plain Layout
35962
35963 }
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Bibliography
35972 \begin_inset CommandInset bibitem
35973 LatexCommand bibitem
35974 key "AMS"
35975
35976 \end_inset
35977
35978
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984
35985 \backslash
35986 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
35987 \end_layout
35988
35989 \end_inset
35990
35991 Beschreibung
35992 \begin_inset ERT
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996
35997 }
35998 \end_layout
35999
36000 \end_inset
36001
36002  von 
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 AmS
36011 \end_layout
36012
36013 \end_inset
36014
36015 -LaTeX
36016 \end_layout
36017
36018 \begin_layout Bibliography
36019 \begin_inset CommandInset bibitem
36020 LatexCommand bibitem
36021 key "Symbole"
36022
36023 \end_inset
36024
36025
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031
36032 \backslash
36033 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
36034 \end_layout
36035
36036 \end_inset
36037
36038 Auflistung
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044 }
36045 \end_layout
36046
36047 \end_inset
36048
36049  aller über LaTeX-Pakete verfügbare Symbole
36050 \end_layout
36051
36052 \begin_layout Bibliography
36053 \begin_inset CommandInset bibitem
36054 LatexCommand bibitem
36055 key "hyperref"
36056
36057 \end_inset
36058
36059
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065
36066 \backslash
36067 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
36068 \end_layout
36069
36070 \end_inset
36071
36072 Dokumentation
36073 \begin_inset ERT
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077
36078 }
36079 \end_layout
36080
36081 \end_inset
36082
36083  des LaTeX-Pakets 
36084 \series bold
36085 hyperref
36086 \series default
36087
36088 \begin_inset Index
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092 Pakete ! hyperref
36093 \end_layout
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Bibliography
36101 \begin_inset CommandInset bibitem
36102 LatexCommand bibitem
36103 key "Mathclap"
36104
36105 \end_inset
36106
36107
36108 \begin_inset ERT
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113
36114 \backslash
36115 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
36116 \end_layout
36117
36118 \end_inset
36119
36120 Beschreibung
36121 \begin_inset ERT
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125
36126 }
36127 \end_layout
36128
36129 \end_inset
36130
36131  des in 
36132 \begin_inset CommandInset ref
36133 LatexCommand ref
36134 reference "sub:Operatorgrenzen"
36135
36136 \end_inset
36137
36138  vorgestellten Befehls 
36139 \series bold
36140
36141 \backslash
36142 mathclap
36143 \series default
36144
36145 \begin_inset Index
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149 Befehle ! M ! 
36150 \backslash
36151 mathclap
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Bibliography
36160 \begin_inset CommandInset bibitem
36161 LatexCommand bibitem
36162 key "Duden"
36163
36164 \end_inset
36165
36166
36167 \emph on
36168 Duden Band 1
36169 \emph default
36170 .
36171  22.
36172  Auflage, Duden Verlag 2001
36173 \end_layout
36174
36175 \begin_layout Subsubsection*
36176 \begin_inset Note Note
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180 Damit der Index den Namen 
36181 \begin_inset Quotes gld
36182 \end_inset
36183
36184 Stichwortverzeichnis
36185 \begin_inset Quotes grd
36186 \end_inset
36187
36188  erhält, wurde im LaTeX-Vorspann
36189 \end_layout
36190
36191 \begin_layout Plain Layout
36192
36193 \series bold
36194
36195 \backslash
36196 addto
36197 \backslash
36198 captionsngerman{
36199 \backslash
36200 renewcommand{
36201 \backslash
36202 indexname}{Stichwortverzeichnis}}
36203 \end_layout
36204
36205 \begin_layout Plain Layout
36206 eingefügt.
36207 \end_layout
36208
36209 \begin_layout Plain Layout
36210 Das Paket 
36211 \series bold
36212 babel
36213 \series default
36214  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36215  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36216  Außerdem wird 
36217 \series bold
36218 babel
36219 \series default
36220  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36221  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36222 che verwendet wurde.
36223 \end_layout
36224
36225 \begin_layout Plain Layout
36226 Möchte man andere Beschriftungen ändern, ersetzt man 
36227 \series bold
36228
36229 \backslash
36230 indexname
36231 \series default
36232  durch 
36233 \series bold
36234
36235 \backslash
36236 <Beschriftungs>name
36237 \series default
36238 .
36239  Eine Auflistung der möglichen Namen findet man unter
36240 \end_layout
36241
36242 \begin_layout Plain Layout
36243
36244 \family typewriter
36245 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36246 \end_layout
36247
36248 \begin_layout Plain Layout
36249 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36250 \series bold
36251 ngerman
36252 \series default
36253  durch die Dokumentsprache und
36254 \end_layout
36255
36256 \begin_layout Plain Layout
36257
36258 \series bold
36259
36260 \backslash
36261 captionsgerman
36262 \series default
36263  durch 
36264 \series bold
36265
36266 \backslash
36267 captions<Dokumentsprache>
36268 \series default
36269 .
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \begin_inset CommandInset index_print
36276 LatexCommand printindex
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \end_body
36284 \end_document