]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
EmbeddedObjects.lyx: as bug 4839 is fixed, the next step to update the this manual.
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 333
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
37 % siehe Kap. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % Linkfläche für Querverweise vergrößern und automatisch benennen,
42 % siehe Kap. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 \renewcommand{\sectionautorefname}{Kap.\negthinspace}
45 \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % Makros damit Pakete nicht doppelt geladen werden.
52 % siehe erste Fußnote in Kap. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % damit die Seiten des Inhaltsverzeichnisses römisch
56 % nummeriert werden und damit das Inhaltsverzeichnis
57 % ein eigenes pdf-Lesezeichen erhält
58 \pagenumbering{Roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{Inhaltsverzeichnis}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
68 % siehe Kap. 22.16
69 \let\myFoot\footnote
70 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
71
72 % provides caption formatting
73 \setkomafont{captionlabel}{\bfseries}
74
75 % benutzt in Kap. 22.4
76 \usepackage{braket}
77
78 % benutzt in Kap. 22.6
79 \usepackage[samesize]{cancel}
80
81 % enables calculation of values,
82 \usepackage{calc}
83
84 % für Mehrfachzeilen und -spalten
85 \usepackage{multirow}
86 \usepackage{multicol}
87
88 % für Diagramme
89 \usepackage{amscd}
90
91 % benutzt in Kap. 19.4
92 \usepackage{remreset}
93
94 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
95 \renewcommand{\multirowsetup}{\centering}
96
97 % Farbdefinition aus Kap. 9.3
98 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
99
100 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
101 \DeclareMathOperator*{\Raute}{\blacklozenge}
102 \DeclareMathOperator{\sgn}{sgn}
103
104 \newcommand{\leer}{\textvisiblespace}
105
106 % Beispielbefehle aus Kap. 20.1 
107 \newcommand{\gr}{\Longrightarrow}
108 \newcommand{\us}[1]{\underline{#1}}
109 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
110 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
111 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
112
113 % Beispielmakro aus Kap. 19.4
114 %\def\tagform@#1{\maketag@@@{|#1|}}
115
116 % Makro aus Kap. 10.2
117 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
118 \def\mathclap {\mathpalette \mathclapinternal}
119 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
120
121 % Grauschrift Notiz umdefinieren
122 \renewenvironment{lyxgreyedout}
123  {\textcolor{blue}\bgroup}{\egroup}
124
125 % Damit der Index einen anderen Namen erhält.
126 \addto\captionsngerman
127 {\renewcommand{\indexname}
128 {Stichwort- und Befehlsverzeichnis}}
129
130 % testen ob das Paket eurosym installiert ist
131 % wird benutzt für das Euro-Symbol
132 \newboolean{eurosym}
133 \IfFileExists{eurosym.sty}
134  {\usepackage[gennarrow]{eurosym}
135   \setboolean{eurosym}{true}}
136  {\setboolean{eurosym}{false}}
137
138 % benutzt in Kap. 22.4
139 % testen ob Paket braket installiert ist
140 \newboolean{braket}
141 \IfFileExists{braket.sty}
142  {\usepackage{braket}
143   \setboolean{braket}{true}}
144  {\setboolean{braket}{false}}
145
146 % benutzt in Kap. 22.10
147 % testen ob Paket upgreek installiert ist
148 \newboolean{upgreek}
149 \IfFileExists{upgreek.sty}
150  {\usepackage{upgreek}
151   \setboolean{upgreek}{true}}
152  {\setboolean{upgreek}{false}}
153
154 % benötigt für Kommas in Formeln, siehe Kap. 22.3
155 \IfFileExists{icomma.sty}
156  {\usepackage{icomma}}{}
157 \end_preamble
158 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
159 \language ngerman
160 \inputencoding auto
161 \font_roman default
162 \font_sans default
163 \font_typewriter default
164 \font_default_family default
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169 \graphics default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyXs Mathehandbuch"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pagebackref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \cite_engine basic
193 \use_bibtopic false
194 \paperorientation portrait
195 \secnumdepth 4
196 \tocdepth 3
197 \paragraph_separation skip
198 \defskip medskip
199 \quotes_language german
200 \papercolumns 1
201 \papersides 2
202 \paperpagestyle plain
203 \bullet 1 0 6 -1
204 \bullet 2 2 35 -1
205 \bullet 3 2 7 -1
206 \tracking_changes false
207 \output_changes false
208 \author "" 
209 \author "" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 LyXs detailliertes Mathe Handbuch
216 \end_layout
217
218 \begin_layout Author
219 vom LyX Team
220 \begin_inset Foot
221 status collapsed
222
223 \begin_layout Plain Layout
224 \noindent
225 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
226 ons-Liste: 
227 \family typewriter
228
229 \begin_inset CommandInset href
230 LatexCommand href
231 name "lyx-docs@lists.lyx.org"
232 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
233
234 \end_inset
235
236
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Note Note
243 status collapsed
244
245 \begin_layout Plain Layout
246 Verfasser: Uwe Stöhr
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Newline newline
253 \end_inset
254
255
256 \begin_inset Newline newline
257 \end_inset
258
259
260 \family sans
261 Version 1.6svn
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset CommandInset toc
266 LatexCommand tableofcontents
267
268 \end_inset
269
270
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset Note Note
275 status open
276
277 \begin_layout Plain Layout
278 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
279  
280 \series bold
281 eurosym,
282 \series default
283  
284 \series bold
285 multirow,
286 \series default
287  und 
288 \series bold
289 was
290 \series default
291  installiert sein.
292  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
293  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
294  dann aber nicht im Ausdruck.
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Einleitung
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Einleitung"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
322  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
323  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
324 tten.
325  Das setzt voraus, dass bereits das Kapitel 
326 \family typewriter
327 Mathematische
328 \family default
329  
330 \family typewriter
331 Formeln
332 \family default
333  des Benutzerhandbuchs gelesen worden ist.
334 \end_layout
335
336 \begin_layout Standard
337 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
338 \family sans
339 Einfügen
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Mathe
345 \family default
346  oder die 
347 \family sans
348 Mathe-Werkzeugleiste
349 \family default
350  aufrufbar.
351  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
352  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
353  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
354  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
355 \end_layout
356
357 \begin_layout Standard
358 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
359  LyX verfügbar.
360  Um alle Befehle nutzen zu können, muss die Option 
361 \family sans
362 AMS-Mathe-Paket verwenden
363 \family default
364  im Menü 
365 \family sans
366 Dokument\SpecialChar \menuseparator
367 Einstellungen\SpecialChar \menuseparator
368 Mathe Optionen
369 \family default
370  aktiviert sein.
371 \begin_inset Foot
372 status collapsed
373
374 \begin_layout Plain Layout
375 Die 
376 \family sans
377 Option
378 \family default
379  
380 \family sans
381 AMS-Mathe-Paket automatisch verwenden
382 \family default
383  verwendet 
384 \begin_inset ERT
385 status collapsed
386
387 \begin_layout Plain Layout
388
389
390 \backslash
391 AmS 
392 \end_layout
393
394 \end_inset
395
396 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
397  LyX unterstützt.
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
407 listung
408  aller 
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Plain Layout
413
414
415 \backslash
416 AmS 
417 \end_layout
418
419 \end_inset
420
421 -Mathe Befehle
422 \begin_inset Foot
423 status collapsed
424
425 \begin_layout Plain Layout
426 Eine Liste mit allen 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS
435 \end_layout
436
437 \end_inset
438
439 -Mathe Befehlen findet sich in der Datei 
440 \family sans
441
442 \begin_inset CommandInset href
443 LatexCommand href
444 name "amsguide.ps"
445 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
446
447 \end_inset
448
449
450 \family default
451 , die Teil jeder LaTeX-Standardinstallation ist.
452 \end_layout
453
454 \end_inset
455
456  verzichtet.
457 \end_layout
458
459 \begin_layout Section
460 Allgemeine Hinweise
461 \begin_inset CommandInset label
462 LatexCommand label
463 name "sec:Allgemeine-Hinweise"
464
465 \end_inset
466
467
468 \end_layout
469
470 \begin_layout Standard
471 Um eine in einer Textzeile eingebettete Formel
472 \begin_inset Index
473 status collapsed
474
475 \begin_layout Plain Layout
476 Formel ! eingebettete
477 \end_layout
478
479 \end_inset
480
481  zu erstellen, drückt man 
482 \family sans
483 Strg-m
484 \family default
485  oder den Werkzeugleistenknopf 
486 \begin_inset Graphics
487         filename ../../images/math-mode.png
488         scale 85
489
490 \end_inset
491
492 .
493 \begin_inset Newline newline
494 \end_inset
495
496 Um eine abgesetzte Formel
497 \begin_inset Index
498 status collapsed
499
500 \begin_layout Plain Layout
501 Formel ! abgesetzte
502 \end_layout
503
504 \end_inset
505
506  zu erstellen, drückt man 
507 \family sans
508 Strg-M
509 \family default
510 .
511 \end_layout
512
513 \begin_layout Standard
514 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
515  Cursor in die Formel und drückt 
516 \family sans
517 Strg-M
518 \family default
519  oder benutzt das Menü 
520 \family sans
521 Bearbeiten\SpecialChar \menuseparator
522 Mathe\SpecialChar \menuseparator
523
524 \begin_inset Newline linebreak
525 \end_inset
526
527 Formelart ändern
528 \family default
529 .
530  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
531  umwandeln.
532 \end_layout
533
534 \begin_layout Standard
535 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
536  gibt man in die Formel den Befehl 
537 \series bold
538
539 \backslash
540 displaystyle
541 \begin_inset Index
542 status collapsed
543
544 \begin_layout Plain Layout
545 Befehle ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552
553 \series default
554  ein.
555  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
556  wird.
557 \end_layout
558
559 \begin_layout Standard
560 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
561 \end_layout
562
563 \begin_layout Standard
564 Die 
565 \family sans
566 Mathe-Werkzeugleiste
567 \family default
568  kann über das Menü 
569 \family sans
570 Ansicht\SpecialChar \menuseparator
571 Werkzeugleisten
572 \family default
573  eingeblendet werden.
574  Wenn dort auf 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Mathe
579 \begin_inset Quotes erd
580 \end_inset
581
582  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
583  diese Einstellung wird durch ein Häkchen im Menü 
584 \family sans
585 Werkzeugleisten
586 \family default
587  angezeigt.
588  Wenn nun im Menü 
589 \family sans
590 Werkzeugleisten
591 \family default
592  nochmal auf 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Mathe
597 \begin_inset Quotes erd
598 \end_inset
599
600  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
601  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
602  des Menüeintrags von 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Mathe
607 \begin_inset Quotes erd
608 \end_inset
609
610  zu 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Mathe
615 \begin_inset Space ~
616 \end_inset
617
618 (automatisch)
619 \begin_inset Quotes erd
620 \end_inset
621
622  angezeigt.
623 \end_layout
624
625 \begin_layout Standard
626 In den TeX-Modus
627 \begin_inset Index
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637
638 \backslash
639
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {
646 \end_layout
647
648 \end_inset
649
650
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 }
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 TeX-Modus
667 \end_layout
668
669 \end_inset
670
671  gelangt man über den Werkzeugleistenknopf 
672 \begin_inset Graphics
673         filename ../../images/ert-insert.png
674         scale 85
675
676 \end_inset
677
678  oder das Menü 
679 \family sans
680 Einfügen\SpecialChar \menuseparator
681 T
682 \begin_inset ERT
683 status collapsed
684
685 \begin_layout Plain Layout
686
687 {
688 \end_layout
689
690 \end_inset
691
692 e
693 \begin_inset ERT
694 status collapsed
695
696 \begin_layout Plain Layout
697
698 }
699 \end_layout
700
701 \end_inset
702
703 X
704 \begin_inset Space ~
705 \end_inset
706
707 Code
708 \family default
709  (Tastenkürzel 
710 \family sans
711 Strg-l
712 \family default
713 ).
714 \begin_inset Note Note
715 status collapsed
716
717 \begin_layout Plain Layout
718 In LyX gibt es drei 
719 \begin_inset Quotes gld
720 \end_inset
721
722 Eigennamen
723 \begin_inset Quotes grd
724 \end_inset
725
726 , die im Ausdruck mit hoch bzw.
727  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
728 \end_layout
729
730 \begin_layout Plain Layout
731 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, setzt
732  man einen der Buchstaben in TeX-Klammern.
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 In den LaTeX-Vorspann
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 L@LaTeX-Vorspann
747 \end_layout
748
749 \end_inset
750
751  gelangt man über das Menü 
752 \family sans
753 Dokument\SpecialChar \menuseparator
754 Einstellungen\SpecialChar \menuseparator
755 La
756 \begin_inset ERT
757 status collapsed
758
759 \begin_layout Plain Layout
760
761 {
762 \end_layout
763
764 \end_inset
765
766 T
767 \begin_inset ERT
768 status collapsed
769
770 \begin_layout Plain Layout
771
772 }
773 \end_layout
774
775 \end_inset
776
777 eX-Vorspann
778 \family default
779 .
780 \end_layout
781
782 \begin_layout Standard
783 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
784 en Formeln kann man die Menüs 
785 \family sans
786 Bearbeiten\SpecialChar \menuseparator
787 Mathe
788 \family default
789  und 
790 \family sans
791 Bearbeiten\SpecialChar \menuseparator
792 Zeilen
793 \begin_inset Space \thinspace{}
794 \end_inset
795
796 &
797 \begin_inset Space \thinspace{}
798 \end_inset
799
800 Spalten
801 \family default
802  oder die 
803 \family sans
804 Tabellen-Werkzeugleiste
805 \family default
806  verwenden.
807  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
808  die Spalte bzw.
809  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
810  bzw.
811  darunter liegenden Zeile vertauscht.
812  Befindet sich der Cursor in der letzten Spalte bzw.
813  Zeile, wird mit der links daneben stehenden Spalte bzw.
814  darüber liegenden Zeile vertauscht.
815 \end_layout
816
817 \begin_layout Standard
818 Zum Schreiben von Text in einer Formel
819 \begin_inset Foot
820 status collapsed
821
822 \begin_layout Plain Layout
823 Bei mehrzeiligen Formeln wird der Befehl 
824 \series bold
825
826 \backslash
827 intertext
828 \series default
829  verwendet, siehe 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sub:Text-in-mehrzeiligen"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \end_inset
840
841  verwendet man den 
842 \emph on
843 mathematischen Textmodus
844 \emph default
845
846 \begin_inset Index
847 status collapsed
848
849 \begin_layout Plain Layout
850 Text ! in Formeln
851 \end_layout
852
853 \end_inset
854
855
856 \begin_inset Index
857 status collapsed
858
859 \begin_layout Plain Layout
860 Mathematischer Textmodus
861 \end_layout
862
863 \end_inset
864
865 , in den man mit dem Tastenkürzel 
866 \family sans
867 Alt-m
868 \begin_inset Space ~
869 \end_inset
870
871 m
872 \family default
873  oder durch Eingabe des Befehls 
874 \series bold
875
876 \backslash
877 text
878 \begin_inset Index
879 status collapsed
880
881 \begin_layout Plain Layout
882 Befehle ! T ! 
883 \backslash
884 text
885 \end_layout
886
887 \end_inset
888
889
890 \series default
891  gelangt.
892  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
893  Formel unterscheiden.
894  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
895  anderen Zeichen einer Formel nicht kursiv.
896 \end_layout
897
898 \begin_layout Subsection*
899 Befehlsschema
900 \end_layout
901
902 \begin_layout Standard
903 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
904  Schema:
905 \end_layout
906
907 \begin_layout Standard
908
909 \series bold
910
911 \backslash
912 Befehlsname[optionales
913 \series default
914  
915 \series bold
916 Argument]{anzugebendes
917 \series default
918  
919 \series bold
920 Argument}
921 \end_layout
922
923 \begin_layout Standard
924 Ein Befehl muss immer mit einem Backslash 
925 \begin_inset Quotes gld
926 \end_inset
927
928
929 \series bold
930
931 \backslash
932
933 \series default
934
935 \begin_inset Quotes grd
936 \end_inset
937
938  beginnen.
939  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
940  eckigen Klammern weggelassen werden.
941  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 T@
947 \begin_inset ERT
948 status collapsed
949
950 \begin_layout Plain Layout
951
952
953 \backslash
954
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960 {
961 \end_layout
962
963 \end_inset
964
965
966 \begin_inset ERT
967 status collapsed
968
969 \begin_layout Plain Layout
970
971 }
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981 TeX-Klammern
982 \end_layout
983
984 \end_inset
985
986  bezeichnet.
987  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
988  an, erzeugt LyX automatisch eine TeX-Klammer.
989  Ansonsten werden sie in Formeln mit dem Befehl 
990 \series bold
991
992 \backslash
993 {
994 \series default
995  erzeugt.
996  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
997  Klammern, die blau erscheinen.
998  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
999  TeX-Klammern erscheinen nicht im Ausdruck.
1000 \end_layout
1001
1002 \begin_layout Standard
1003 Werden Befehle ohne Argumente, wie z.
1004 \begin_inset Space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
1009 \emph on
1010 immer
1011 \emph default
1012  ein Leerzeichen folgen um ihn zu beenden.
1013  Dieses Leerzeichen erscheint nicht im Ausdruck.
1014  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
1015  normalen Text ein geschütztes Leerzeichen folgen.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Ein geschütztes Leerzeichen gibt man mit 
1020 \family sans
1021 Strg-Leertaste
1022 \family default
1023  ein.
1024 \end_layout
1025
1026 \begin_layout Subsection*
1027 Zeichenerklärung
1028 \end_layout
1029
1030 \begin_layout Itemize
1031 Das Symbol
1032 \begin_inset Foot
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 Dieses sichtbare Leerzeichen erhält man über den Befehl 
1037 \series bold
1038
1039 \backslash
1040 textvisiblespace
1041 \series default
1042
1043 \begin_inset Index
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 Befehle ! T ! 
1048 \backslash
1049 textvisiblespace
1050 \end_layout
1051
1052 \end_inset
1053
1054 , der im TeX-Modus einzugeben ist.
1055 \end_layout
1056
1057 \end_inset
1058
1059  
1060 \begin_inset ERT
1061 status collapsed
1062
1063 \begin_layout Plain Layout
1064
1065
1066 \backslash
1067 leer 
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset Space ~
1074 \end_inset
1075
1076 steht für ein einzugebendes Leerzeichen.
1077 \end_layout
1078
1079 \begin_layout Itemize
1080 Ein Pfeil wie z.
1081 \begin_inset Space \thinspace{}
1082 \end_inset
1083
1084 B.
1085  
1086 \begin_inset Formula $\to$
1087 \end_inset
1088
1089  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1090 \end_layout
1091
1092 \begin_layout Subsection*
1093 Verwendete Einheiten
1094 \end_layout
1095
1096 \begin_layout Standard
1097 \align center
1098 \begin_inset Float table
1099 placement H
1100 wide false
1101 sideways false
1102 status open
1103
1104 \begin_layout Plain Layout
1105 \align center
1106 \begin_inset Caption
1107
1108 \begin_layout Plain Layout
1109 \begin_inset CommandInset label
1110 LatexCommand label
1111 name "tab:Verwendete-Einheiten"
1112
1113 \end_inset
1114
1115 Verwendete Einheiten
1116 \end_layout
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \begin_layout Plain Layout
1124 \align center
1125 \begin_inset Tabular
1126 <lyxtabular version="3" rows="13" columns="2">
1127 <features>
1128 <column alignment="center" valignment="top" width="0">
1129 <column alignment="center" valignment="top" width="0">
1130 <row>
1131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Einheit
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 Name / Beschreibung
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 </row>
1150 <row>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 mm
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 Millimeter
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 cm
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 Zentimeter
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 in
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 Inch / Zoll (1
1205 \begin_inset Space \thinspace{}
1206 \end_inset
1207
1208 in = 2,54
1209 \begin_inset Space \thinspace{}
1210 \end_inset
1211
1212 cm)
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 </row>
1218 <row>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 pt
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 Punkt (72,27
1233 \begin_inset Space \thinspace{}
1234 \end_inset
1235
1236 pt = 1
1237 \begin_inset Space \thinspace{}
1238 \end_inset
1239
1240 in)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 pc
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Pica (1
1261 \begin_inset Space \thinspace{}
1262 \end_inset
1263
1264 pc = 12
1265 \begin_inset Space \thinspace{}
1266 \end_inset
1267
1268 pt)
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 sp
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 scaled point (65536
1289 \begin_inset Space \thinspace{}
1290 \end_inset
1291
1292 sp = 1
1293 \begin_inset Space \thinspace{}
1294 \end_inset
1295
1296 pt)
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 </row>
1302 <row>
1303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 bp
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 big point (72
1317 \begin_inset Space \thinspace{}
1318 \end_inset
1319
1320 bp = 1
1321 \begin_inset Space \thinspace{}
1322 \end_inset
1323
1324 in)
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 </row>
1330 <row>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 dd
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 Didot (1
1345 \begin_inset Space \thinspace{}
1346 \end_inset
1347
1348 dd 
1349 \begin_inset Formula $\approx$
1350 \end_inset
1351
1352  0,376
1353 \begin_inset Space \thinspace{}
1354 \end_inset
1355
1356 mm)
1357 \end_layout
1358
1359 \end_inset
1360 </cell>
1361 </row>
1362 <row>
1363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 cc
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Plain Layout
1376 Cicero (1
1377 \begin_inset Space \thinspace{}
1378 \end_inset
1379
1380 cc = 12
1381 \begin_inset Space \thinspace{}
1382 \end_inset
1383
1384 dd)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 <row>
1391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395 ex
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 Höhe des Buchstabens 
1405 \emph on
1406 x
1407 \emph default
1408  in der aktuellen Schrift
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 </row>
1414 <row>
1415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Plain Layout
1419 em
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 Breite des Buchstabens 
1429 \emph on
1430 M
1431 \emph default
1432  in der aktuellen Schrift
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 </row>
1438 <row>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 mu
1444 \end_layout
1445
1446 \end_inset
1447 </cell>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 math unit (1
1453 \begin_inset Space \thinspace{}
1454 \end_inset
1455
1456 mu = 
1457 \begin_inset Formula $\nicefrac{1}{18}$
1458 \end_inset
1459
1460
1461 \begin_inset Space \thinspace{}
1462 \end_inset
1463
1464 em)
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 </row>
1470 </lyxtabular>
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \begin_layout Standard
1483 \begin_inset Newpage newpage
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Section
1490 Grundlegende Funktionen
1491 \end_layout
1492
1493 \begin_layout Subsection
1494 Exponenten
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 Exponenten
1500 \end_layout
1501
1502 \end_inset
1503
1504  und Indizes
1505 \begin_inset Index
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509 Indizes
1510 \end_layout
1511
1512 \end_inset
1513
1514
1515 \begin_inset Index
1516 status collapsed
1517
1518 \begin_layout Plain Layout
1519 Hochstellen|see
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 {
1526 \end_layout
1527
1528 \end_inset
1529
1530 Exponenten
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 }
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \begin_inset Index
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 Tiefstellen|see
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 {
1558 \end_layout
1559
1560 \end_inset
1561
1562 Indizes
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568 }
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1583  
1584 \begin_inset Graphics
1585         filename ../../images/math-subscript.png
1586         scale 85
1587
1588 \end_inset
1589
1590 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1591  
1592 \begin_inset Graphics
1593         filename ../../images/math-superscript.png
1594         scale 85
1595
1596 \end_inset
1597
1598  erzeugt.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 \align center
1603 \begin_inset Tabular
1604 <lyxtabular version="3" rows="4" columns="2">
1605 <features>
1606 <column alignment="center" valignment="top" width="0pt">
1607 <column alignment="center" valignment="top" width="0pt">
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 Befehl
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 Ergebnis
1623 \begin_inset Note Note
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 \series bold
1629
1630 \backslash
1631 raisebox
1632 \series default
1633  dient nur als Abstandhalter.
1634 \end_layout
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 </row>
1644 <row>
1645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649 B_V
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658 \begin_inset Formula $B_{V}$
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 </row>
1667 <row>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672 B^V
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695 B^
1696 \begin_inset ERT
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700
1701
1702 \backslash
1703 leer 
1704 \end_layout
1705
1706 \end_inset
1707
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 </lyxtabular>
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1735 llt
1736 \begin_inset Foot
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1741 \end_layout
1742
1743 \end_inset
1744
1745 .
1746  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1747  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1748 \end_layout
1749
1750 \begin_layout Subsection
1751 Brüche
1752 \begin_inset CommandInset label
1753 LatexCommand label
1754 name "sub:Brüche"
1755
1756 \end_inset
1757
1758
1759 \begin_inset Index
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Brüche
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 Brüche werden mit dem Befehl 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778
1779 \begin_inset Index
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783 Befehle ! F ! 
1784 \backslash
1785 frac
1786 \end_layout
1787
1788 \end_inset
1789
1790  oder mit dem Mathe-Werkzeugleistenknopf 
1791 \begin_inset Graphics
1792         filename ../../images/math/frac.png
1793         scale 50
1794
1795 \end_inset
1796
1797  erstellt.
1798  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1799  in einer eingebetteten oder abgesetzten Formel befindet.
1800  Mit dem Mathe-Werkzeugleistenknopf 
1801 \begin_inset Graphics
1802         filename ../../images/math/frac-square.png
1803         scale 85
1804
1805 \end_inset
1806
1807  können verschieden Bruchtypen gewählt werden.
1808 \end_layout
1809
1810 \begin_layout Standard
1811 Mit dem Befehl 
1812 \series bold
1813
1814 \backslash
1815 dfrac
1816 \begin_inset Index
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820 Befehle ! D ! 
1821 \backslash
1822 dfrac
1823 \end_layout
1824
1825 \end_inset
1826
1827
1828 \series default
1829  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1830  Formel erscheint.
1831  Mit 
1832 \series bold
1833
1834 \backslash
1835 tfrac
1836 \begin_inset Index
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840 Befehle ! T ! 
1841 \backslash
1842 tfrac
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \series default
1849  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1850  Ein Beispiel:
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Eine Zeile mit dem Bruch 
1855 \begin_inset Formula $\frac{1}{2}$
1856 \end_inset
1857
1858 , der mit dem Befehl 
1859 \series bold
1860
1861 \backslash
1862 frac
1863 \series default
1864  erstellt wurde.
1865 \end_layout
1866
1867 \begin_layout Standard
1868 Eine Zeile mit dem Bruch 
1869 \begin_inset Formula $\dfrac{1}{2}$
1870 \end_inset
1871
1872 , der mit dem Befehl 
1873 \series bold
1874
1875 \backslash
1876 dfrac
1877 \series default
1878  erstellt wurde.
1879 \end_layout
1880
1881 \begin_layout Standard
1882 \align center
1883 \begin_inset Tabular
1884 <lyxtabular version="3" rows="4" columns="2">
1885 <features>
1886 <column alignment="center" valignment="top" width="0pt">
1887 <column alignment="center" valignment="top" width="0pt">
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 Befehl
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 Ergebnis
1903 \begin_inset Note Note
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908 \series bold
1909
1910 \backslash
1911 raisebox
1912 \series default
1913  dient nur als Abstandhalter.
1914 \end_layout
1915
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \backslash
1931 frac
1932 \begin_inset ERT
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937
1938 \backslash
1939 leer 
1940 \end_layout
1941
1942 \end_inset
1943
1944 A
1945 \begin_inset Formula $\downarrow$
1946 \end_inset
1947
1948 B
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 </row>
1966 <row>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \backslash
1973 dfrac
1974 \begin_inset ERT
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978
1979
1980 \backslash
1981 leer 
1982 \end_layout
1983
1984 \end_inset
1985
1986 A
1987 \begin_inset Formula $\downarrow$
1988 \end_inset
1989
1990 B
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 </row>
2008 <row>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \backslash
2015 dfrac
2016 \begin_inset ERT
2017 status collapsed
2018
2019 \begin_layout Plain Layout
2020
2021
2022 \backslash
2023 leer 
2024 \end_layout
2025
2026 \end_inset
2027
2028 e^
2029 \begin_inset ERT
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033
2034
2035 \backslash
2036 leer 
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \backslash
2043 frac
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049
2050 \backslash
2051 leer 
2052 \end_layout
2053
2054 \end_inset
2055
2056 1
2057 \begin_inset Formula $\downarrow$
2058 \end_inset
2059
2060 2
2061 \begin_inset Formula $\downarrow\downarrow$
2062 \end_inset
2063
2064 3
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 </row>
2082 </lyxtabular>
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset VSpace bigskip
2091 \end_inset
2092
2093
2094 \begin_inset Newpage newpage
2095 \end_inset
2096
2097 Für Mehrfachbrüche gibt es den Befehl 
2098 \series bold
2099
2100 \backslash
2101 cfrac
2102 \series default
2103
2104 \begin_inset Index
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 Befehle ! C ! 
2109 \backslash
2110 cfrac
2111 \end_layout
2112
2113 \end_inset
2114
2115 .
2116  Dazu ein Beispiel:
2117 \begin_inset VSpace -3mm
2118 \end_inset
2119
2120
2121 \end_layout
2122
2123 \begin_layout Standard
2124 \begin_inset Formula \begin{align*}
2125 \textrm{mit \textbf{\textbackslash  frac} erstellt} &  & \textrm{mit \textbf{\textbackslash  cfrac} erstellt}\\
2126 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2127
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Der Befehl für obiges Beispiel lautet:
2135 \end_layout
2136
2137 \begin_layout Standard
2138
2139 \series bold
2140
2141 \backslash
2142 cfrac{A
2143 \begin_inset Formula $\to$
2144 \end_inset
2145
2146
2147 \backslash
2148 {B+
2149 \backslash
2150 cfrac{C+
2151 \backslash
2152 cfrac{E
2153 \begin_inset Formula $\to$
2154 \end_inset
2155
2156
2157 \backslash
2158 {F
2159 \begin_inset Formula $\to\to$
2160 \end_inset
2161
2162
2163 \backslash
2164 {D
2165 \end_layout
2166
2167 \begin_layout Standard
2168 \begin_inset VSpace medskip
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175
2176 \series bold
2177
2178 \backslash
2179 cfrac
2180 \series default
2181  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2182  auch wenn er selbst Teil eines Bruches ist.
2183  
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \series default
2189  besitzt folgendes Befehlsschema:
2190 \end_layout
2191
2192 \begin_layout Standard
2193
2194 \series bold
2195
2196 \backslash
2197 cfrac[Zählerposition]{Zähler}{Nenner}
2198 \end_layout
2199
2200 \begin_layout Standard
2201 Zählerposition kann 
2202 \emph on
2203 l
2204 \emph default
2205  , 
2206 \emph on
2207 c
2208 \emph default
2209  oder 
2210 \emph on
2211 r
2212 \emph default
2213  sein.
2214  Bei 
2215 \emph on
2216 l
2217 \emph default
2218  oder 
2219 \emph on
2220 r
2221 \emph default
2222  wird der Zähler links- bzw.
2223 \begin_inset Space ~
2224 \end_inset
2225
2226 rechtsbündig am Bruchstrich ausgerichtet.
2227  Wird 
2228 \emph on
2229 c
2230 \emph default
2231  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2232  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2240 \end_inset
2241
2242
2243 \begin_inset Formula $\cfrac {A}{B+C}$
2244 \end_inset
2245
2246
2247 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 \begin_inset VSpace medskip
2255 \end_inset
2256
2257 Oftmals ist es am günstigsten 
2258 \series bold
2259
2260 \backslash
2261 cfrac
2262 \series default
2263  und 
2264 \series bold
2265
2266 \backslash
2267 frac
2268 \series default
2269  zu kombinieren:
2270 \begin_inset Formula \[
2271 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2280 \series bold
2281
2282 \backslash
2283 nicefrac
2284 \begin_inset Index
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Befehle ! N ! 
2289 \backslash
2290 nicefrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \series default
2297  benutzt werden: 
2298 \begin_inset Formula $\nicefrac{5}{31}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2306  in 
2307 \begin_inset CommandInset ref
2308 LatexCommand ref
2309 reference "sub:Selbstdefinierte-Brüche"
2310
2311 \end_inset
2312
2313  erklärt.
2314 \end_layout
2315
2316 \begin_layout Subsection
2317 Wurzeln
2318 \begin_inset Index
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322 Wurzeln
2323 \end_layout
2324
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 Quadratwurzeln werden mit 
2332 \series bold
2333
2334 \backslash
2335 sqrt
2336 \series default
2337
2338 \begin_inset Index
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342 Befehle ! S ! 
2343 \backslash
2344 sqrt
2345 \end_layout
2346
2347 \end_inset
2348
2349  oder dem Mathe-Werkzeugleistenknopf 
2350 \begin_inset Graphics
2351         filename ../../images/math/sqrt.png
2352         scale 85
2353
2354 \end_inset
2355
2356  gesetzt, alle anderen Wurzeln mit dem Befehl 
2357 \series bold
2358
2359 \backslash
2360 root
2361 \series default
2362
2363 \begin_inset Index
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 Befehle ! R ! 
2368 \backslash
2369 root
2370 \end_layout
2371
2372 \end_inset
2373
2374  oder dem Mathe-Werkzeugleistenknopf 
2375 \begin_inset Graphics
2376         filename ../../images/math/root.png
2377         scale 85
2378
2379 \end_inset
2380
2381 .
2382 \end_layout
2383
2384 \begin_layout Standard
2385 \align center
2386 \begin_inset Tabular
2387 <lyxtabular version="3" rows="3" columns="2">
2388 <features>
2389 <column alignment="center" valignment="top" width="0pt">
2390 <column alignment="center" valignment="top" width="0pt">
2391 <row>
2392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396 Befehl
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 Ergebnis
2406 \begin_inset Note Note
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410
2411 \series bold
2412
2413 \backslash
2414 raisebox
2415 \series default
2416  dient nur als Abstandhalter.
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
2427 <row>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432
2433 \backslash
2434 sqrt
2435 \begin_inset ERT
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439
2440
2441 \backslash
2442 leer 
2443 \end_layout
2444
2445 \end_inset
2446
2447 A-B
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 <row>
2466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Plain Layout
2470
2471 \backslash
2472 root
2473 \begin_inset ERT
2474 status collapsed
2475
2476 \begin_layout Plain Layout
2477
2478
2479 \backslash
2480 leer 
2481 \end_layout
2482
2483 \end_inset
2484
2485 3
2486 \begin_inset Formula $\downarrow$
2487 \end_inset
2488
2489 A-B
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 </lyxtabular>
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 Eine Quadratwurzel kann man auch mit 
2516 \series bold
2517
2518 \backslash
2519 root
2520 \series default
2521  erstellen, indem man das Feld über der Wurzel frei lässt.
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2526  Formel: 
2527 \begin_inset Formula $\sqrt[\beta]{B}$
2528 \end_inset
2529
2530
2531 \begin_inset Newline newline
2532 \end_inset
2533
2534 Das 
2535 \begin_inset Formula $\beta$
2536 \end_inset
2537
2538  berührt die Wurzel.
2539  Um dies zu verhindern, verwendet man die Befehle 
2540 \series bold
2541
2542 \backslash
2543 leftroot
2544 \series default
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Befehle ! L ! 
2551 \backslash
2552 leftroot
2553 \end_layout
2554
2555 \end_inset
2556
2557  und 
2558 \series bold
2559
2560 \backslash
2561 uproot
2562 \series default
2563
2564 \begin_inset Index
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Befehle ! U ! 
2569 \backslash
2570 uproot
2571 \end_layout
2572
2573 \end_inset
2574
2575 , die folgendes Schema besitzen:
2576 \end_layout
2577
2578 \begin_layout Standard
2579
2580 \series bold
2581
2582 \backslash
2583 leftroot{Abstand}
2584 \series default
2585  bzw.
2586  
2587 \series bold
2588
2589 \backslash
2590 uproot{Abstand}
2591 \end_layout
2592
2593 \begin_layout Standard
2594 Abstand ist die Anzahl der Big Points (Einheit bp; 
2595 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2596 \end_inset
2597
2598 ), um die der Index nach links bzw.
2599  nach oben verschoben werden soll.
2600  Die Befehle werden in den Index geschrieben.
2601  So ergibt der Befehl
2602 \begin_inset Newline newline
2603 \end_inset
2604
2605
2606 \series bold
2607
2608 \backslash
2609 root
2610 \backslash
2611 leftroot{-1
2612 \begin_inset Formula $\to$
2613 \end_inset
2614
2615
2616 \backslash
2617 uproot{2
2618 \begin_inset Formula $\to$
2619 \end_inset
2620
2621
2622 \backslash
2623 beta
2624 \begin_inset ERT
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628
2629
2630 \backslash
2631 leer 
2632 \end_layout
2633
2634 \end_inset
2635
2636
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640 B
2641 \begin_inset Newline newline
2642 \end_inset
2643
2644
2645 \series default
2646 eine korrekt gesetzte Formel: 
2647 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2648 \end_inset
2649
2650
2651 \end_layout
2652
2653 \begin_layout Subsection
2654 Binomialkoeffizienten
2655 \begin_inset Index
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Binomialkoeffizienten
2660 \end_layout
2661
2662 \end_inset
2663
2664
2665 \end_layout
2666
2667 \begin_layout Standard
2668 Binomialkoeffizienten können mit dem Befehl 
2669 \series bold
2670
2671 \backslash
2672 binom
2673 \series default
2674
2675 \begin_inset Index
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 Befehle ! B ! 
2680 \backslash
2681 binom
2682 \end_layout
2683
2684 \end_inset
2685
2686  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2687 \begin_inset Graphics
2688         filename ../../images/math/frac-square.png
2689         scale 85
2690
2691 \end_inset
2692
2693 eingefügt werden.
2694  Analog zu Brüchen (
2695 \series bold
2696
2697 \backslash
2698 frac
2699 \series default
2700 ) gibt es außer 
2701 \series bold
2702
2703 \backslash
2704 binom
2705 \series default
2706  noch die Befehle 
2707 \series bold
2708
2709 \backslash
2710 dbinom
2711 \begin_inset Index
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Befehle ! D ! 
2716 \backslash
2717 dbinom
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \series default
2724  und 
2725 \series bold
2726
2727 \backslash
2728 tbinom
2729 \series default
2730
2731 \begin_inset Index
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Befehle ! T ! 
2736 \backslash
2737 tbinom
2738 \end_layout
2739
2740 \end_inset
2741
2742 .
2743  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2744 \series bold
2745
2746 \backslash
2747 brace
2748 \series default
2749
2750 \begin_inset Index
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! B ! 
2755 \backslash
2756 brace
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 brack
2766 \series default
2767
2768 \begin_inset Index
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! B ! 
2773 \backslash
2774 brack
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780 \end_layout
2781
2782 \begin_layout Standard
2783 \align center
2784 \begin_inset Tabular
2785 <lyxtabular version="3" rows="6" columns="2">
2786 <features>
2787 <column alignment="center" valignment="top" width="0pt">
2788 <column alignment="center" valignment="top" width="0pt">
2789 <row>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794 Befehl
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803 Ergebnis
2804 \begin_inset Note Note
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808
2809 \series bold
2810
2811 \backslash
2812 raisebox
2813 \series default
2814  dient nur als Abstandhalter.
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \backslash
2832 binom
2833 \begin_inset ERT
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838
2839 \backslash
2840 leer 
2841 \end_layout
2842
2843 \end_inset
2844
2845 A
2846 \begin_inset Formula $\downarrow$
2847 \end_inset
2848
2849 B
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \backslash
2874 dbinom
2875 \begin_inset ERT
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880
2881 \backslash
2882 leer 
2883 \end_layout
2884
2885 \end_inset
2886
2887 A
2888 \begin_inset Formula $\downarrow$
2889 \end_inset
2890
2891 B
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \backslash
2916 tbinom
2917 \begin_inset ERT
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921
2922
2923 \backslash
2924 leer 
2925 \end_layout
2926
2927 \end_inset
2928
2929 A
2930 \begin_inset Formula $\downarrow$
2931 \end_inset
2932
2933 B
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 brack
2959 \begin_inset ERT
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963
2964
2965 \backslash
2966 leer 
2967 \end_layout
2968
2969 \end_inset
2970
2971 A
2972 \begin_inset Formula $\downarrow$
2973 \end_inset
2974
2975 B
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984 \begin_inset Formula $\raisebox {5mm}{}{A \brack B}\raisebox {-2.5mm}{}$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 brace
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 leer 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\downarrow$
3015 \end_inset
3016
3017 B
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Formula $\raisebox {5mm}{}{A \brace B}\raisebox {-2.5mm}{}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 </lyxtabular>
3036
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \begin_layout Subsection
3043 Fallunterscheidungen
3044 \begin_inset Index
3045 status collapsed
3046
3047 \begin_layout Plain Layout
3048 Fallunterscheidungen
3049 \end_layout
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 \align center
3058 \begin_inset Tabular
3059 <lyxtabular version="3" rows="3" columns="2">
3060 <features>
3061 <column alignment="center" valignment="top" width="0pt">
3062 <column alignment="center" valignment="top" width="0pt">
3063 <row>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068 Befehl
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 Ergebnis
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 </row>
3083 <row>
3084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \backslash
3090 cases
3091 \begin_inset ERT
3092 status collapsed
3093
3094 \begin_layout Plain Layout
3095
3096
3097 \backslash
3098 leer 
3099 \end_layout
3100
3101 \end_inset
3102
3103 A
3104 \begin_inset Formula $\to$
3105 \end_inset
3106
3107 B>0
3108 \begin_inset Index
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Befehle ! C ! 
3113 \backslash
3114 cases
3115 \end_layout
3116
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $\begin{cases}
3129 A & B>0\end{cases}$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \backslash
3145 cases
3146 \begin_inset ERT
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150
3151
3152 \backslash
3153 leer 
3154 \end_layout
3155
3156 \end_inset
3157
3158 Strg-Enter
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\begin{cases}
3168 A & \textrm{für }x>0\\
3169 B & \textrm{für }x=0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 </lyxtabular>
3179
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \begin_layout Standard
3186 Nach der Eingabe von 
3187 \series bold
3188
3189 \backslash
3190 cases
3191 \series default
3192  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3193 \begin_inset Graphics
3194         filename ../../images/math/cases.png
3195         scale 85
3196
3197 \end_inset
3198
3199  können mit 
3200 \family sans
3201 Strg-Enter
3202 \family default
3203  oder dem Tabellen-Werkzeugleistenknopf 
3204 \begin_inset Graphics
3205         filename ../../images/tabular-feature_append-row.png
3206         scale 85
3207
3208 \end_inset
3209
3210  neue Zeilen erstellt werden.
3211 \begin_inset Foot
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sub:Akzente-für-ein"
3219
3220 \end_inset
3221
3222  beschrieben.
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \begin_layout Standard
3231 Der Befehl 
3232 \series bold
3233
3234 \backslash
3235 cases
3236 \series default
3237  ist auch über das Menü 
3238 \family sans
3239 Einfügen\SpecialChar \menuseparator
3240 Mathe\SpecialChar \menuseparator
3241 Cases-Umgebung
3242 \family default
3243  verfügbar.
3244 \end_layout
3245
3246 \begin_layout Subsection
3247 Verneinungen
3248 \begin_inset Index
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252 Verneinungen
3253 \end_layout
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Durch die Eingabe von 
3262 \series bold
3263
3264 \backslash
3265 not
3266 \series default
3267
3268 \begin_inset Index
3269 status collapsed
3270
3271 \begin_layout Plain Layout
3272 Befehle ! N ! 
3273 \backslash
3274 not
3275 \end_layout
3276
3277 \end_inset
3278
3279  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3280  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3281 \end_layout
3282
3283 \begin_layout Standard
3284 \align center
3285 \begin_inset Tabular
3286 <lyxtabular version="3" rows="4" columns="2">
3287 <features>
3288 <column alignment="center" valignment="top" width="0pt">
3289 <column alignment="center" valignment="top" width="0pt">
3290 <row>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Befehl
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Ergebnis
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \backslash
3317 not=
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 \begin_inset Formula $\not=$
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \backslash
3342 not 
3343 \backslash
3344 le
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $\not\le$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \backslash
3369 not 
3370 \backslash
3371 parallel
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 \begin_inset Formula $\not\parallel$
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 </lyxtabular>
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3398  Deswegen gibt es für Einige spezielle Befehle (siehe 
3399 \begin_inset CommandInset ref
3400 LatexCommand ref
3401 reference "sub:Mathematische-Symbole"
3402
3403 \end_inset
3404
3405  und 
3406 \begin_inset CommandInset ref
3407 LatexCommand ref
3408 reference "sec:Relationen"
3409
3410 \end_inset
3411
3412 ).
3413 \end_layout
3414
3415 \begin_layout Subsection
3416 Platzhalter
3417 \begin_inset CommandInset label
3418 LatexCommand label
3419 name "sub:Platzhalter"
3420
3421 \end_inset
3422
3423
3424 \begin_inset Index
3425 status collapsed
3426
3427 \begin_layout Plain Layout
3428 Platzhalter
3429 \end_layout
3430
3431 \end_inset
3432
3433
3434 \begin_inset Index
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438 chemische Zeichen ! Isotope
3439 \end_layout
3440
3441 \end_inset
3442
3443
3444 \begin_inset Index
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 Isotope|see
3449 \begin_inset ERT
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453
3454 {
3455 \end_layout
3456
3457 \end_inset
3458
3459 chemische Zeichen
3460 \begin_inset ERT
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464
3465 }
3466 \end_layout
3467
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \begin_layout Standard
3479 Möchte man z.
3480 \begin_inset Space \thinspace{}
3481 \end_inset
3482
3483 B.
3484  Isotope
3485 \begin_inset Foot
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Weiteres zu chemischen Symbolen steht in 
3490 \begin_inset CommandInset ref
3491 LatexCommand ref
3492 reference "sub:Chemische-Symbole-und"
3493
3494 \end_inset
3495
3496 .
3497 \end_layout
3498
3499 \end_inset
3500
3501  darstellen, tritt folgendes Problem auf:
3502 \end_layout
3503
3504 \begin_layout Standard
3505 \align center
3506 \begin_inset Tabular
3507 <lyxtabular version="3" rows="2" columns="2">
3508 <features>
3509 <column alignment="center" valignment="top" width="0pt">
3510 <column alignment="center" valignment="top" width="0pt">
3511 <row>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 durch Hoch- und Tiefstellen erzeugte Indizes:
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3526 \end_inset
3527
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 korrekte Indizes:
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 </row>
3557 </lyxtabular>
3558
3559 \end_inset
3560
3561
3562 \begin_inset Note Note
3563 status collapsed
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568
3569 \backslash
3570 raisebox
3571 \series default
3572  dient nur
3573 \end_layout
3574
3575 \begin_layout Plain Layout
3576 als Abstandhalter.
3577 \end_layout
3578
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \begin_layout Standard
3585 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3586  längeren Index gesetzt.
3587  Um das zu verhindern gibt es den Befehl 
3588 \series bold
3589
3590 \backslash
3591 phantom
3592 \series default
3593
3594 \begin_inset Index
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598 Befehle ! P ! 
3599 \backslash
3600 phantom
3601 \end_layout
3602
3603 \end_inset
3604
3605  oder den Mathe-Werkzeugleistenknopf
3606 \begin_inset Space \thinspace{}
3607 \end_inset
3608
3609
3610 \begin_inset Foot
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3615 \begin_inset Graphics
3616         filename ../../images/math/space.png
3617         scale 85
3618
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \end_inset
3625
3626  
3627 \begin_inset Graphics
3628         filename ../../images/math/phantom.png
3629         scale 85
3630
3631 \end_inset
3632
3633 , der ein oder mehrere Phantomzeichen erstellt.
3634  Wenn 
3635 \series bold
3636
3637 \backslash
3638 phantom
3639 \series default
3640  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3641  Pfeilen überlagert wird.
3642  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3643  als Leerraum erstellt wird.
3644  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3645  Zeichen.
3646 \end_layout
3647
3648 \begin_layout Standard
3649 \align center
3650 \begin_inset Tabular
3651 <lyxtabular version="3" rows="4" columns="2">
3652 <features>
3653 <column alignment="center" valignment="top" width="0">
3654 <column alignment="center" valignment="top" width="0">
3655 <row>
3656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Befehl
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Ergebnis
3670 \begin_inset Note Note
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676
3677 \backslash
3678 raisebox
3679 \series default
3680  dient nur als Abstandhalter.
3681 \end_layout
3682
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 ^19
3697 \begin_inset ERT
3698 status collapsed
3699
3700 \begin_layout Plain Layout
3701
3702
3703 \backslash
3704 leer 
3705 \end_layout
3706
3707 \end_inset
3708
3709 _
3710 \backslash
3711 phantom
3712 \begin_inset ERT
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716
3717
3718 \backslash
3719 leer 
3720 \end_layout
3721
3722 \end_inset
3723
3724 1
3725 \begin_inset Formula $\to$
3726 \end_inset
3727
3728 9
3729 \begin_inset ERT
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734
3735 \backslash
3736 leer 
3737 \end_layout
3738
3739 \end_inset
3740
3741 F
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 ^235
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 leer 
3773 \end_layout
3774
3775 \end_inset
3776
3777 _
3778 \backslash
3779 phantom
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 leer 
3788 \end_layout
3789
3790 \end_inset
3791
3792 23
3793 \begin_inset Formula $\to$
3794 \end_inset
3795
3796 9
3797 \begin_inset ERT
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801
3802
3803 \backslash
3804 leer 
3805 \end_layout
3806
3807 \end_inset
3808
3809 F
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \backslash
3834 Lambda^
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \backslash
3849 phantom
3850 \begin_inset ERT
3851 status collapsed
3852
3853 \begin_layout Plain Layout
3854
3855
3856 \backslash
3857 leer 
3858 \end_layout
3859
3860 \end_inset
3861
3862 ii
3863 \begin_inset Formula $\to$
3864 \end_inset
3865
3866 t
3867 \begin_inset ERT
3868 status collapsed
3869
3870 \begin_layout Plain Layout
3871
3872
3873 \backslash
3874 leer 
3875 \end_layout
3876
3877 \end_inset
3878
3879 _MMt
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 </lyxtabular>
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \begin_layout Standard
3905 Des Weiteren gibt es noch die Befehle 
3906 \series bold
3907
3908 \backslash
3909 vphantom
3910 \series default
3911
3912 \begin_inset Index
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916 Befehle ! V ! 
3917 \backslash
3918 vphantom
3919 \end_layout
3920
3921 \end_inset
3922
3923  (Werkzeugleistenknopf 
3924 \begin_inset Space ~
3925 \end_inset
3926
3927
3928 \begin_inset Graphics
3929         filename ../../images/math/vphantom.png
3930         scale 85
3931
3932 \end_inset
3933
3934 ) und 
3935 \series bold
3936
3937 \backslash
3938 hphantom
3939 \series default
3940
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Befehle ! H ! 
3946 \backslash
3947 hphantom
3948 \end_layout
3949
3950 \end_inset
3951
3952  (Werkzeugleistenknopf 
3953 \begin_inset Space ~
3954 \end_inset
3955
3956
3957 \begin_inset Graphics
3958         filename ../../images/math/hphantom.png
3959         scale 85
3960
3961 \end_inset
3962
3963 ).
3964  
3965 \series bold
3966
3967 \backslash
3968 hphantom
3969 \series default
3970  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3971  nicht jedoch für deren Breite.
3972  Bei 
3973 \series bold
3974
3975 \backslash
3976 vphantom
3977 \series default
3978  wird nur Platz mit der Breite des Kästchens erstellt.
3979  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3980 \end_layout
3981
3982 \begin_layout Standard
3983 Zum Beispiel erzeugt 
3984 \series bold
3985
3986 \backslash
3987 vphantom
3988 \series default
3989
3990 \begin_inset ERT
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994
3995
3996 \backslash
3997 leer 
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \series bold
4004 a
4005 \backslash
4006 int
4007 \series default
4008  Platz der Höhe des Integralzeichens,
4009 \begin_inset Foot
4010 status collapsed
4011
4012 \begin_layout Plain Layout
4013 Der Befehl 
4014 \series bold
4015
4016 \backslash
4017 int
4018 \series default
4019  erzeugt ein Integralzeichen, siehe 
4020 \begin_inset CommandInset ref
4021 LatexCommand ref
4022 reference "sub:Große-Operatoren"
4023
4024 \end_inset
4025
4026 .
4027 \end_layout
4028
4029 \end_inset
4030
4031  da dieses das größere Zeichen ist.
4032  Eine Beispielanwendung ist in 
4033 \begin_inset CommandInset ref
4034 LatexCommand ref
4035 reference "sub:Mehrzeilige-Klammern"
4036
4037 \end_inset
4038
4039  zu finden.
4040 \end_layout
4041
4042 \begin_layout Subsection
4043 Linien
4044 \begin_inset Index
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Linien
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \begin_inset Index
4055 status collapsed
4056
4057 \begin_layout Plain Layout
4058 Formel ! unterstrichene
4059 \end_layout
4060
4061 \end_inset
4062
4063
4064 \end_layout
4065
4066 \begin_layout Standard
4067 \align center
4068 \begin_inset Tabular
4069 <lyxtabular version="3" rows="4" columns="2">
4070 <features>
4071 <column alignment="center" valignment="top" width="0pt">
4072 <column alignment="center" valignment="top" width="0pt">
4073 <row>
4074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Befehl
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Ergebnis
4088 \begin_inset Note Note
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094
4095 \backslash
4096 raisebox
4097 \series default
4098  dient nur als Abstandhalter.
4099 \end_layout
4100
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \backslash
4116 overline
4117 \begin_inset ERT
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122
4123 \backslash
4124 leer 
4125 \end_layout
4126
4127 \end_inset
4128
4129 A+B
4130 \begin_inset Index
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Befehle ! O ! 
4135 \backslash
4136 overline
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \backslash
4166 underline
4167 \begin_inset ERT
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171
4172
4173 \backslash
4174 leer 
4175 \end_layout
4176
4177 \end_inset
4178
4179 A+B
4180 \begin_inset Index
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Befehle ! U ! 
4185 \backslash
4186 underline
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \backslash
4216 overline
4217 \begin_inset ERT
4218 status collapsed
4219
4220 \begin_layout Plain Layout
4221
4222
4223 \backslash
4224 leer 
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \backslash
4231 underline
4232 \begin_inset ERT
4233 status collapsed
4234
4235 \begin_layout Plain Layout
4236
4237
4238 \backslash
4239 leer 
4240 \end_layout
4241
4242 \end_inset
4243
4244 A+B
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 </lyxtabular>
4263
4264 \end_inset
4265
4266
4267 \end_layout
4268
4269 \begin_layout Standard
4270 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4271 \series bold
4272
4273 \backslash
4274 overline
4275 \series default
4276  oder 
4277 \series bold
4278
4279 \backslash
4280 underline
4281 \series default
4282  eingibt.
4283 \end_layout
4284
4285 \begin_layout Standard
4286 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4287 \begin_inset Newline linebreak
4288 \end_inset
4289
4290
4291 \series bold
4292
4293 \backslash
4294 underline
4295 \series default
4296 .
4297 \end_layout
4298
4299 \begin_layout Standard
4300 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4301 \end_layout
4302
4303 \begin_layout Subsection
4304 Fortsetzungspunkte
4305 \begin_inset Index
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309 Fortsetzungspunkte
4310 \end_layout
4311
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \begin_layout Standard
4318 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4319 \begin_inset Foot
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4324 \begin_inset Graphics
4325         filename ../../images/math/ldots.png
4326         scale 85
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \end_inset
4334
4335  Für Aufzählungen verwendet man unten sitzende Punkte (
4336 \series bold
4337
4338 \backslash
4339 ldots
4340 \series default
4341
4342 \begin_inset Index
4343 status collapsed
4344
4345 \begin_layout Plain Layout
4346 Befehle ! L ! 
4347 \backslash
4348 ldots
4349 \end_layout
4350
4351 \end_inset
4352
4353 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4354  die Operatoren sind (
4355 \series bold
4356
4357 \backslash
4358 cdots
4359 \series default
4360
4361 \begin_inset Index
4362 status collapsed
4363
4364 \begin_layout Plain Layout
4365 Befehle ! C ! 
4366 \backslash
4367 cdots
4368 \end_layout
4369
4370 \end_inset
4371
4372 ).
4373  Verwendet man den Befehl 
4374 \series bold
4375
4376 \backslash
4377 dots
4378 \series default
4379
4380 \begin_inset Index
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384 Befehle ! D ! 
4385 \backslash
4386 dots
4387 \end_layout
4388
4389 \end_inset
4390
4391 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4392  wird.
4393 \begin_inset Newpage newpage
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \begin_layout Standard
4400 \align center
4401 \begin_inset Tabular
4402 <lyxtabular version="3" rows="8" columns="2">
4403 <features>
4404 <column alignment="center" valignment="top" width="0pt">
4405 <column alignment="center" valignment="top" width="0pt">
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Befehl
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Ergebnis
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 dots
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}+\dots+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" 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 ldots
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" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 \begin_inset Formula $A_{1},\ldots,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" bottomline="true" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 A_1
4585 \begin_inset ERT
4586 status collapsed
4587
4588 \begin_layout Plain Layout
4589
4590
4591 \backslash
4592 leer 
4593 \end_layout
4594
4595 \end_inset
4596
4597 +
4598 \backslash
4599 cdots
4600 \begin_inset ERT
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604
4605
4606 \backslash
4607 leer 
4608 \end_layout
4609
4610 \end_inset
4611
4612 +A_n
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \backslash
4637 vdots
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 \begin_inset Formula $\vdots$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \backslash
4662 ddots
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 \begin_inset Formula $\ddots$
4672 \end_inset
4673
4674
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 3
4686 \series bold
4687 ×
4688 \series default
4689 3
4690 \begin_inset Space \thinspace{}
4691 \end_inset
4692
4693 Matrix mit obigen Befehlen
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $\begin{array}{ccc}
4703 A_{11} & \cdots & A_{1m}\\
4704 \vdots & \ddots & \vdots\\
4705 A_{n1} & \cdots & A_{nm}\end{array}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 </lyxtabular>
4715
4716 \end_inset
4717
4718
4719 \end_layout
4720
4721 \begin_layout Standard
4722 Die im Menü 
4723 \family sans
4724 Einfügen\SpecialChar \menuseparator
4725 Sonderzeichen
4726 \family default
4727  verfügbaren Fortsetzungspunkte sind 
4728 \series bold
4729
4730 \backslash
4731 ldots
4732 \series default
4733 .
4734 \end_layout
4735
4736 \begin_layout Standard
4737 \begin_inset VSpace medskip
4738 \end_inset
4739
4740 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4741  Spalten erstrecken.
4742  Man erhält sie mit dem Befehl 
4743 \series bold
4744
4745 \backslash
4746 hdotsfor
4747 \series default
4748
4749 \begin_inset Index
4750 status collapsed
4751
4752 \begin_layout Plain Layout
4753 Befehle ! H ! 
4754 \backslash
4755 hdotsfor
4756 \end_layout
4757
4758 \end_inset
4759
4760 , der folgendes Schema besitzt:
4761 \end_layout
4762
4763 \begin_layout Standard
4764
4765 \series bold
4766
4767 \backslash
4768 hdotsfor[Abstand]{Anzahl der Spalten}
4769 \end_layout
4770
4771 \begin_layout Standard
4772 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4773  sollen.
4774  Abstand ist ein Faktor, der den Punktabstand festlegt.
4775 \end_layout
4776
4777 \begin_layout Standard
4778 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4779  
4780 \series bold
4781
4782 \backslash
4783 hdotsfor[2]{4}
4784 \series default
4785  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4786  beim Befehl 
4787 \series bold
4788
4789 \backslash
4790 dots
4791 \series default
4792  zu erhalten:
4793 \begin_inset Formula \[
4794 \left(\begin{array}{cccc}
4795 A & B & C & D\\
4796 \hdotsfor [2]{4}\\
4797 q & w & e & r\end{array}\right)\]
4798
4799 \end_inset
4800
4801 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4802  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4803 \end_layout
4804
4805 \begin_layout Standard
4806 \begin_inset VSpace bigskip
4807 \end_inset
4808
4809 Des Weiteren kann man mit dem Befehl 
4810 \series bold
4811
4812 \backslash
4813 dotfill
4814 \series default
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Befehle ! D ! 
4821 \backslash
4822 dotfill
4823 \end_layout
4824
4825 \end_inset
4826
4827  den Rest einer Zeile mit Punkten füllen.
4828  Die Wirkungsweise des Befehls entspricht der von 
4829 \series bold
4830
4831 \backslash
4832 hfill
4833 \series default
4834 , siehe 
4835 \begin_inset CommandInset ref
4836 LatexCommand ref
4837 reference "sub:Variabler-Leerraum"
4838
4839 \end_inset
4840
4841 .
4842 \end_layout
4843
4844 \begin_layout Standard
4845 Z.
4846 \begin_inset Space \thinspace{}
4847 \end_inset
4848
4849 B.
4850  ergibt der Befehl 
4851 \series bold
4852 A
4853 \backslash
4854 dotfill
4855 \begin_inset ERT
4856 status collapsed
4857
4858 \begin_layout Plain Layout
4859
4860
4861 \backslash
4862 leer 
4863 \end_layout
4864
4865 \end_inset
4866
4867 B
4868 \end_layout
4869
4870 \begin_layout Standard
4871 \begin_inset Formula $A\dotfill  B$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Analog dazu gibt es für eine Linie den Befehl 
4879 \series bold
4880
4881 \backslash
4882 hrulefill
4883 \series default
4884
4885 \begin_inset Index
4886 status collapsed
4887
4888 \begin_layout Plain Layout
4889 Befehle ! H ! 
4890 \backslash
4891 hrulefill
4892 \end_layout
4893
4894 \end_inset
4895
4896 :
4897 \end_layout
4898
4899 \begin_layout Standard
4900 \begin_inset Formula $A\hrulefill  B$
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4908  werden.
4909 \end_layout
4910
4911 \begin_layout Section
4912 Matrizen
4913 \begin_inset CommandInset label
4914 LatexCommand label
4915 name "sec:Matrizen"
4916
4917 \end_inset
4918
4919
4920 \begin_inset Index
4921 status collapsed
4922
4923 \begin_layout Plain Layout
4924 Matrizen
4925 \end_layout
4926
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Standard
4933 Matrizen können über den Mathe-Werkzeugleistenknopf
4934 \family sans
4935  
4936 \family default
4937
4938 \begin_inset Graphics
4939         filename ../../images/dialog-show_mathmatrix.png
4940         scale 85
4941
4942 \end_inset
4943
4944  oder das Menü 
4945 \family sans
4946 Einfügen\SpecialChar \menuseparator
4947 Mathe\SpecialChar \menuseparator
4948 Matrix
4949 \family default
4950  eingefügt werden.
4951  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4952  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4953  von Bedeutung:
4954 \end_layout
4955
4956 \begin_layout Standard
4957 Die erste Matrix ist oben 
4958 \begin_inset Formula $\begin{array}[t]{cccc}
4959 A & D & G & J\\
4960 B & E & H & K\\
4961 C & F & I & L\end{array}$
4962 \end_inset
4963
4964 , die zweite mittig 
4965 \begin_inset Formula $\begin{array}{cccc}
4966 A & D & G & J\\
4967 B & E & H & K\\
4968 C & F & I & L\end{array}$
4969 \end_inset
4970
4971  und die dritte unten 
4972 \begin_inset Formula $\begin{array}[b]{cccc}
4973 A & D & G & J\\
4974 B & E & H & K\\
4975 C & F & I & L\end{array}$
4976 \end_inset
4977
4978  ausgerichtet.
4979 \end_layout
4980
4981 \begin_layout Standard
4982 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4983  werden sollen.
4984  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4985  
4986 \emph on
4987 l
4988 \emph default
4989  steht für linksbündig, 
4990 \emph on
4991 c
4992 \emph default
4993  für mittig und 
4994 \emph on
4995 r
4996 \emph default
4997  für rechtsbündig.
4998  Möchte man z.
4999 \begin_inset Space \thinspace{}
5000 \end_inset
5001
5002 B.
5003  eine 4
5004 \series bold
5005 ×
5006 \series default
5007 4
5008 \begin_inset Space ~
5009 \end_inset
5010
5011 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5012  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5013  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5014 \series bold
5015 lccr
5016 \series default
5017  an.
5018  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5019  die Voreinstellung für jede Spalte ein 
5020 \series bold
5021 c
5022 \series default
5023  ist.
5024 \end_layout
5025
5026 \begin_layout Standard
5027 Horizontale Ausrichtung:
5028 \end_layout
5029
5030 \begin_layout Standard
5031
5032 \series bold
5033 lll
5034 \series default
5035  : 
5036 \begin_inset Formula $\begin{array}{lll}
5037 10000 & D & G\\
5038 B & 10000 & H\\
5039 C & F & 10000\end{array}$
5040 \end_inset
5041
5042  , 
5043 \series bold
5044 ccc
5045 \series default
5046  : 
5047 \begin_inset Formula $\begin{array}{ccc}
5048 10000 & D & G\\
5049 B & 10000 & H\\
5050 C & F & 10000\end{array}$
5051 \end_inset
5052
5053  , 
5054 \series bold
5055 rrr
5056 \series default
5057  : 
5058 \begin_inset Formula $\begin{array}{rrr}
5059 10000 & D & G\\
5060 B & 10000 & H\\
5061 C & F & 10000\end{array}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \begin_layout Standard
5068 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5069  man die Mathe-Werkzeugleistenknöpfe 
5070 \begin_inset Graphics
5071         filename ../../images/tabular-feature_append-row.png
5072         scale 85
5073
5074 \end_inset
5075
5076
5077 \begin_inset Graphics
5078         filename ../../images/tabular-feature_delete-row.png
5079         scale 85
5080
5081 \end_inset
5082
5083 , usw.
5084 \begin_inset Space ~
5085 \end_inset
5086
5087 oder das Menü 
5088 \family sans
5089 Bearbeiten\SpecialChar \menuseparator
5090 Zeilen & Spalten
5091 \family default
5092  verwenden.
5093  Neue Zeilen können auch mit 
5094 \family sans
5095 Strg-Enter
5096 \family default
5097  erstellt werden.
5098 \end_layout
5099
5100 \begin_layout Standard
5101 \begin_inset VSpace bigskip
5102 \end_inset
5103
5104 Klammern um eine Matrix können entweder mit den Befehlen 
5105 \series bold
5106
5107 \backslash
5108 left
5109 \series default
5110
5111 \begin_inset Index
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115 Befehle ! L ! 
5116 \backslash
5117 left
5118 \end_layout
5119
5120 \end_inset
5121
5122  und 
5123 \series bold
5124
5125 \backslash
5126 right
5127 \series default
5128
5129 \begin_inset Index
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133 Befehle ! R ! 
5134 \backslash
5135 right
5136 \end_layout
5137
5138 \end_inset
5139
5140  erstellt werden (Tastenkürzel 
5141 \family sans
5142 Alt-m
5143 \begin_inset Space ~
5144 \end_inset
5145
5146 Klammer
5147 \family default
5148 ), siehe 
5149 \begin_inset CommandInset ref
5150 LatexCommand ref
5151 reference "sub:Automatische-Klammergrößen"
5152
5153 \end_inset
5154
5155 , oder man verwendet folgende Befehle:
5156 \begin_inset VSpace bigskip
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \begin_layout Standard
5163 \begin_inset Space \hfill{}
5164 \end_inset
5165
5166
5167 \begin_inset Tabular
5168 <lyxtabular version="3" rows="4" columns="2">
5169 <features>
5170 <column alignment="center" valignment="top" width="0">
5171 <column alignment="center" valignment="top" width="0">
5172 <row>
5173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Befehl
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Ergebnis
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" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 Bmatrix
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" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5278 0 & \textrm{-}\mathrm{i}\\
5279 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \backslash
5295 pmatrix
5296 \begin_inset ERT
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300
5301
5302 \backslash
5303 leer 
5304 \end_layout
5305
5306 \end_inset
5307
5308 2
5309 \series bold
5310 ×
5311 \series default
5312 2
5313 \begin_inset Space \thinspace{}
5314 \end_inset
5315
5316 Matrix
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 </lyxtabular>
5337
5338 \end_inset
5339
5340
5341 \begin_inset Space \hfill{}
5342 \end_inset
5343
5344
5345 \begin_inset Tabular
5346 <lyxtabular version="3" rows="4" columns="2">
5347 <features>
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <row>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Befehl
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Ergebnis
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="center" valignment="top" topline="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" 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 Vmatrix
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{Vmatrix}\begin{array}{cc}
5456 0 & \textrm{-}\mathrm{i}\\
5457 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \backslash
5473 matrix
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 leer 
5482 \end_layout
5483
5484 \end_inset
5485
5486 2
5487 \series bold
5488 ×
5489 \series default
5490 2
5491 \begin_inset Space \thinspace{}
5492 \end_inset
5493
5494 Matrix
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5504 0 & \textrm{-}\mathrm{i}\\
5505 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 </lyxtabular>
5515
5516 \end_inset
5517
5518
5519 \begin_inset Space \hfill{}
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \begin_layout Standard
5526 \begin_inset VSpace medskip
5527 \end_inset
5528
5529 Wurde z.
5530 \begin_inset Space \thinspace{}
5531 \end_inset
5532
5533 B.
5534  
5535 \series bold
5536
5537 \backslash
5538 vmatrix
5539 \series default
5540  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5541  in das die Matrix eingefügt wird.
5542 \end_layout
5543
5544 \begin_layout Standard
5545 \begin_inset VSpace bigskip
5546 \end_inset
5547
5548 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5549 \begin_inset CommandInset ref
5550 LatexCommand ref
5551 reference "sub:Spaltenabstand"
5552
5553 \end_inset
5554
5555  beschriebene Länge 
5556 \series bold
5557
5558 \backslash
5559 arraycolsep
5560 \series default
5561
5562 \begin_inset Index
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 Befehle ! A ! 
5567 \backslash
5568 arraycolsep
5569 \end_layout
5570
5571 \end_inset
5572
5573  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5574 \end_layout
5575
5576 \begin_layout Standard
5577 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5578 \series bold
5579
5580 \backslash
5581 arraystretch
5582 \series default
5583
5584 \begin_inset Index
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Befehle ! A ! 
5589 \backslash
5590 arraystretch
5591 \end_layout
5592
5593 \end_inset
5594
5595 .
5596  Dieser wird folgendermaßen benutzt:
5597 \end_layout
5598
5599 \begin_layout Standard
5600
5601 \series bold
5602
5603 \backslash
5604 renewcommand{
5605 \backslash
5606 arraystretch}{Dehnungsfaktor}
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Befehle ! R ! 
5612 \backslash
5613 renewcommand
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Standard
5622 Der Befehl 
5623 \series bold
5624
5625 \backslash
5626 renewcommand
5627 \series default
5628  weist dabei dem vordefinierten Befehl 
5629 \series bold
5630
5631 \backslash
5632 arraystretch
5633 \series default
5634  den Dehnungsfaktor zu.
5635  Möchte man z.
5636 \begin_inset Space \thinspace{}
5637 \end_inset
5638
5639 B.
5640  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5641  Dieser wird dann für alle folgenden Matrizen verwendet.
5642  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5643 \series bold
5644
5645 \backslash
5646 arraystretch
5647 \series default
5648  den Faktor 1 zu.
5649 \end_layout
5650
5651 \begin_layout Standard
5652 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5653 \series bold
5654
5655 \backslash
5656 smallmatrix
5657 \series default
5658
5659 \begin_inset Index
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Befehle ! S ! 
5664 \backslash
5665 smallmatrix
5666 \end_layout
5667
5668 \end_inset
5669
5670 .
5671  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5672  gestrichelten Linien.
5673  In dieses Kästchen wird die Matrix eingegeben.
5674  Man verwendet stattdessen das Menü 
5675 \family sans
5676 Bearbeiten\SpecialChar \menuseparator
5677 Zeilen
5678 \begin_inset Space ~
5679 \end_inset
5680
5681 &
5682 \begin_inset Space ~
5683 \end_inset
5684
5685 Spalten
5686 \family default
5687  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5688  Neue Zeilen können auch mit 
5689 \family sans
5690 Strg-Enter
5691 \family default
5692  erstellt werden.
5693 \end_layout
5694
5695 \begin_layout Standard
5696 Dies ist eine Matrix 
5697 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5698 C & D\end{smallmatrix}\right)$
5699 \end_inset
5700
5701  in einer Textzeile.
5702 \end_layout
5703
5704 \begin_layout Section
5705 Klammern und Begrenzungszeichen
5706 \begin_inset Index
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Klammern
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Begrenzungszeichen
5721 \end_layout
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \begin_layout Subsection
5729 Vertikale Klammern und Begrenzungszeichen
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Klammern ! vertikale
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 \begin_inset Space \hfill{}
5744 \end_inset
5745
5746
5747 \begin_inset Tabular
5748 <lyxtabular version="3" rows="9" columns="2">
5749 <features>
5750 <column alignment="center" valignment="top" width="0pt">
5751 <column alignment="center" valignment="top" width="0pt">
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 Befehl
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 Ergebnis
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 (
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Formula $($
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 {
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 $\{$
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 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 \begin_inset Formula $[$
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \backslash
5848 langle
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $\langle$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871
5872 \backslash
5873 lceil
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 $\lceil$
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" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896
5897 \backslash
5898 lfloor
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $\lfloor$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 /
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $/$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 |
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 \begin_inset Formula $|$
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 </lyxtabular>
5963
5964 \end_inset
5965
5966
5967 \begin_inset Space \hfill{}
5968 \end_inset
5969
5970
5971 \begin_inset Tabular
5972 <lyxtabular version="3" rows="9" columns="2">
5973 <features>
5974 <column alignment="center" valignment="top" width="0pt">
5975 <column alignment="center" valignment="top" width="0pt">
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 Befehl
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 Ergebnis
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 )
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $)$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 }
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 $\}$
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 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $]$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 rangle
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\rangle$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 rceil
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\rceil$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \backslash
6122 rfloor
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $\rfloor$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147
6148 \backslash
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $\backslash$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 |
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\|$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 </lyxtabular>
6193
6194 \end_inset
6195
6196
6197 \begin_inset Space \hfill{}
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204
6205 \series medium
6206 \begin_inset Note Greyedout
6207 status open
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212 Achtung:
6213 \series default
6214  Im TeX-Modus muss für den Backslash der Befehl 
6215 \series bold
6216
6217 \backslash
6218 textbackslash
6219 \series default
6220
6221 \begin_inset Index
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 Befehle ! T ! 
6226 \backslash
6227 textbackslash
6228 \end_layout
6229
6230 \end_inset
6231
6232  verwendet werden, denn der Befehl 
6233 \series bold
6234
6235 \backslash
6236
6237 \backslash
6238
6239 \series default
6240  steht dort für einen Zeilenumbruch.
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6250  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6251  Dabei können dann statt den Befehlen 
6252 \series bold
6253
6254 \backslash
6255 langle
6256 \series default
6257  und 
6258 \series bold
6259
6260 \backslash
6261 rangle
6262 \series default
6263  direkt die Zeichen < und > verwendet werden.
6264 \end_layout
6265
6266 \begin_layout Subsubsection
6267 Manuelle Klammergrößen
6268 \begin_inset CommandInset label
6269 LatexCommand label
6270 name "sub:Manuelle-Klammergrößen"
6271
6272 \end_inset
6273
6274
6275 \begin_inset Index
6276 status collapsed
6277
6278 \begin_layout Plain Layout
6279 Klammergrößen ! manuelle
6280 \end_layout
6281
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6289  LaTeX-Befehle 
6290 \series bold
6291
6292 \backslash
6293 big
6294 \series default
6295
6296 \begin_inset Index
6297 status collapsed
6298
6299 \begin_layout Plain Layout
6300 Befehle ! B ! 
6301 \backslash
6302 big
6303 \end_layout
6304
6305 \end_inset
6306
6307
6308 \series bold
6309
6310 \backslash
6311 Big
6312 \series default
6313
6314 \series bold
6315
6316 \backslash
6317 bigg
6318 \series default
6319  und 
6320 \series bold
6321
6322 \backslash
6323 Bigg
6324 \series default
6325  tun.
6326  
6327 \series bold
6328
6329 \backslash
6330 big
6331 \series default
6332  steht hierbei für die kleinste und 
6333 \series bold
6334
6335 \backslash
6336 Bigg
6337 \series default
6338  für die größte Klammergröße.
6339 \end_layout
6340
6341 \begin_layout Standard
6342 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6343 \end_layout
6344
6345 \begin_layout Standard
6346 \align center
6347 \begin_inset Tabular
6348 <lyxtabular version="3" rows="2" columns="2">
6349 <features>
6350 <column alignment="center" valignment="top" width="0pt">
6351 <column alignment="center" valignment="top" width="0pt">
6352 <row>
6353 <cell alignment="center" valignment="top" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 einheitliche Klammergröße:
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 besser sieht das so aus:
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 </lyxtabular>
6399
6400 \end_inset
6401
6402
6403 \begin_inset Note Note
6404 status collapsed
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409
6410 \backslash
6411 raisebox
6412 \series default
6413  dient nur
6414 \end_layout
6415
6416 \begin_layout Plain Layout
6417 als Abstandhalter.
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Für die zweite Formel wurde der Befehl 
6427 \series bold
6428
6429 \backslash
6430 Big((A+B)(A-B)
6431 \backslash
6432 Big)^
6433 \begin_inset ERT
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437
6438
6439 \backslash
6440 leer 
6441 \end_layout
6442
6443 \end_inset
6444
6445 C
6446 \series default
6447  verwendet.
6448 \end_layout
6449
6450 \begin_layout Standard
6451 Hier alle Klammergrößen in der Übersicht:
6452 \end_layout
6453
6454 \begin_layout Standard
6455 \align center
6456
6457 \backslash
6458 Bigg(
6459 \backslash
6460 exp
6461 \backslash
6462 bigg<
6463 \backslash
6464 Big[
6465 \backslash
6466 big{
6467 \backslash
6468 ln(3x)
6469 \backslash
6470 big}^2
6471 \begin_inset ERT
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475
6476
6477 \backslash
6478 leer 
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \backslash
6485 sin(x)
6486 \backslash
6487 Big]^
6488 \begin_inset ERT
6489 status collapsed
6490
6491 \begin_layout Plain Layout
6492
6493
6494 \backslash
6495 leer 
6496 \end_layout
6497
6498 \end_inset
6499
6500 A
6501 \begin_inset ERT
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505
6506
6507 \backslash
6508 leer 
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \backslash
6515 bigg>
6516 \backslash
6517 Bigg)^0,5
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \align center
6522 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 Es gibt außer den 
6530 \series bold
6531
6532 \backslash
6533 big
6534 \series default
6535 -Befehlen noch die Variante 
6536 \series bold
6537
6538 \backslash
6539 bigm
6540 \series default
6541
6542 \begin_inset Index
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 Befehle ! B ! 
6547 \backslash
6548 bigm
6549 \end_layout
6550
6551 \end_inset
6552
6553 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6554  die Variante 
6555 \series bold
6556
6557 \backslash
6558 bigl
6559 \series default
6560 -
6561 \series bold
6562
6563 \backslash
6564 bigr
6565 \series default
6566
6567 \begin_inset Index
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Befehle ! B ! 
6572 \backslash
6573 bigl - 
6574 \backslash
6575 bigr
6576 \end_layout
6577
6578 \end_inset
6579
6580 , die keinen zusätzlichen Leerraum erzeugt.
6581  Das 
6582 \emph on
6583 l
6584 \emph default
6585  am Ende des Befehls 
6586 \series bold
6587
6588 \backslash
6589 bigl
6590 \series default
6591  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6592  ein 
6593 \emph on
6594 r
6595 \emph default
6596  ersetzt.
6597  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6598  sein.
6599 \end_layout
6600
6601 \begin_layout Standard
6602 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6603 \end_layout
6604
6605 \begin_layout Standard
6606 \align center
6607 \begin_inset Tabular
6608 <lyxtabular version="3" rows="5" columns="2">
6609 <features>
6610 <column alignment="center" valignment="middle" width="0">
6611 <column alignment="center" valignment="middle" width="0">
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 Befehl
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 Ergebnis
6627 \begin_inset Note Note
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631
6632 \series bold
6633
6634 \backslash
6635 raisebox
6636 \series default
6637  dient nur als Abstandhalter.
6638 \end_layout
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \backslash
6655 Bigm(
6656 \backslash
6657 bigm(
6658 \backslash
6659 ln(3x)
6660 \backslash
6661 bigm)^2
6662 \begin_inset ERT
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666
6667
6668 \backslash
6669 leer 
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \backslash
6676 Bigm)
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \backslash
6701 Big(
6702 \backslash
6703 big(
6704 \backslash
6705 ln(3x)
6706 \backslash
6707 big)^2
6708 \begin_inset ERT
6709 status collapsed
6710
6711 \begin_layout Plain Layout
6712
6713
6714 \backslash
6715 leer 
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \backslash
6722 Big)
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 </row>
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745
6746 \backslash
6747 Bigl(
6748 \backslash
6749 bigl(
6750 \backslash
6751 ln(3x)
6752 \backslash
6753 bigr)^2
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 leer 
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \backslash
6768 Bigr)
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \backslash
6793 bigl)
6794 \backslash
6795 ln(3x)
6796 \backslash
6797 bigr(
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 </lyxtabular>
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Automatische Klammergrößen
6824 \begin_inset CommandInset label
6825 LatexCommand label
6826 name "sub:Automatische-Klammergrößen"
6827
6828 \end_inset
6829
6830
6831 \begin_inset Index
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Klammergrößen ! automatische
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 Klammern variabler Größe können mit den Befehlen 
6845 \series bold
6846
6847 \backslash
6848 left
6849 \series default
6850
6851 \begin_inset Index
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855 Befehle ! L ! 
6856 \backslash
6857 left
6858 \end_layout
6859
6860 \end_inset
6861
6862  und 
6863 \series bold
6864
6865 \backslash
6866 right
6867 \series default
6868
6869 \begin_inset Index
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873 Befehle ! R ! 
6874 \backslash
6875 right
6876 \end_layout
6877
6878 \end_inset
6879
6880  oder über den Mathe-Werkzeugleistenknopf
6881 \family sans
6882  
6883 \family default
6884
6885 \begin_inset Graphics
6886         filename ../../images/dialog-show_mathdelimiter.png
6887         scale 85
6888
6889 \end_inset
6890
6891  eingefügt werden.
6892  Auf 
6893 \series bold
6894
6895 \backslash
6896 left
6897 \series default
6898  und 
6899 \series bold
6900
6901 \backslash
6902 right
6903 \series default
6904  muss unmittelbar die gewünschte Klammer folgen.
6905  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 normale Klammer: Der Befehl 
6911 \series bold
6912
6913 \backslash
6914 ln(
6915 \backslash
6916 frac
6917 \begin_inset ERT
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922
6923 \backslash
6924 leer 
6925 \end_layout
6926
6927 \end_inset
6928
6929 A
6930 \begin_inset Formula $\downarrow$
6931 \end_inset
6932
6933 C
6934 \begin_inset ERT
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938
6939
6940 \backslash
6941 leer 
6942 \end_layout
6943
6944 \end_inset
6945
6946 )
6947 \series default
6948  ergibt
6949 \begin_inset Formula \[
6950 \ln(\frac{A}{C})\]
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 \align center
6959 mehrzeilige Klammer: Der Befehl 
6960 \series bold
6961
6962 \backslash
6963 ln
6964 \backslash
6965 left(
6966 \backslash
6967 frac
6968 \begin_inset ERT
6969 status collapsed
6970
6971 \begin_layout Plain Layout
6972
6973
6974 \backslash
6975 leer 
6976 \end_layout
6977
6978 \end_inset
6979
6980 A
6981 \begin_inset Formula $\downarrow$
6982 \end_inset
6983
6984 C
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 leer 
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \backslash
6999 right)
7000 \series default
7001  ergibt
7002 \begin_inset Formula \[
7003 \ln\left(\frac{A}{C}\right)\]
7004
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \begin_layout Standard
7011 An Stelle von 
7012 \series bold
7013
7014 \backslash
7015 left
7016 \series default
7017  und 
7018 \series bold
7019
7020 \backslash
7021 right
7022 \series default
7023  kann man die Tastenkürzel 
7024 \family sans
7025 Alt-m
7026 \begin_inset Space ~
7027 \end_inset
7028
7029 Klammer
7030 \family default
7031  verwenden.
7032  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7033  und dass die rechte Klammer gleich mit erstellt wird.
7034 \begin_inset Newline newline
7035 \end_inset
7036
7037 Der Befehl für das letzte Beispiel würde dann lauten: 
7038 \series bold
7039
7040 \backslash
7041 ln Alt-m
7042 \series default
7043  
7044 \series bold
7045 (
7046 \backslash
7047 frac
7048 \begin_inset ERT
7049 status collapsed
7050
7051 \begin_layout Plain Layout
7052
7053
7054 \backslash
7055 leer 
7056 \end_layout
7057
7058 \end_inset
7059
7060 A
7061 \begin_inset Formula $\downarrow$
7062 \end_inset
7063
7064 C
7065 \end_layout
7066
7067 \begin_layout Standard
7068 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7069  Klammer einen Punkt.
7070  So ergibt z.
7071 \begin_inset Space \thinspace{}
7072 \end_inset
7073
7074 B.
7075  der Befehl 
7076 \series bold
7077
7078 \backslash
7079 left.
7080 \backslash
7081 frac
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 leer 
7090 \end_layout
7091
7092 \end_inset
7093
7094 A
7095 \begin_inset Formula $\downarrow$
7096 \end_inset
7097
7098 B
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 leer 
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \backslash
7113 right}
7114 \series default
7115
7116 \begin_inset Space \thinspace{}
7117 \end_inset
7118
7119 :
7120 \series bold
7121
7122 \begin_inset Formula \[
7123 \left.\frac{A}{B}\right\} \]
7124
7125 \end_inset
7126
7127
7128 \series default
7129 Die Befehle 
7130 \series bold
7131
7132 \backslash
7133 left
7134 \series default
7135  und 
7136 \series bold
7137
7138 \backslash
7139 right
7140 \series default
7141  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7142  umgewandelt.
7143  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset VSpace bigskip
7148 \end_inset
7149
7150 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7151  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7152  Befehl 
7153 \series bold
7154
7155 \backslash
7156 middle
7157 \series default
7158
7159 \begin_inset Index
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163 Befehle ! M ! 
7164 \backslash
7165 middle
7166 \end_layout
7167
7168 \end_inset
7169
7170  zur Verfügung.
7171  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7172  angepasst, was z.
7173 \begin_inset Space \thinspace{}
7174 \end_inset
7175
7176 B.
7177  für physikalische Vektoren von Nutzen ist:
7178 \begin_inset Formula \[
7179 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7180
7181 \end_inset
7182
7183 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7184 \begin_inset CommandInset ref
7185 LatexCommand ref
7186 reference "sub:Physikalische-Vektoren"
7187
7188 \end_inset
7189
7190  beschrieben ist.
7191 \end_layout
7192
7193 \begin_layout Subsection
7194 Horizontale Klammern
7195 \begin_inset Index
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199 Klammern ! horizontale
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \align center
7209 \begin_inset Tabular
7210 <lyxtabular version="3" rows="4" columns="2">
7211 <features>
7212 <column alignment="center" valignment="top" width="0pt">
7213 <column alignment="center" valignment="top" width="0pt">
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 Befehl
7220 \begin_inset Note Note
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225 \series bold
7226
7227 \backslash
7228 raisebox
7229 \series default
7230  dient nur als Abstandhalter.
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Ergebnis
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 \begin_inset ERT
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259
7260
7261 \backslash
7262 raisebox{2.3mm}{
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \backslash
7269 overbrace
7270 \begin_inset ERT
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274
7275
7276 \backslash
7277 leer 
7278 \end_layout
7279
7280 \end_inset
7281
7282 A+B
7283 \begin_inset ERT
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287
7288
7289 \backslash
7290 leer 
7291 \end_layout
7292
7293 \end_inset
7294
7295 ^
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 leer 
7304 \end_layout
7305
7306 \end_inset
7307
7308 3
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 }
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \begin_inset Index
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324 Befehle ! O ! 
7325 \backslash
7326 overbrace
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\overbrace{A+B}^{3}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 raisebox{-2.2mm}{
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \backslash
7368 underbrace
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 leer 
7377 \end_layout
7378
7379 \end_inset
7380
7381 A+B
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 leer 
7390 \end_layout
7391
7392 \end_inset
7393
7394 _5
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400 }
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \begin_inset Index
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410 Befehle ! U ! 
7411 \backslash
7412 underbrace
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 \begin_inset Formula $\underbrace{A+B}_{5}$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \backslash
7442 overbrace
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448
7449 \backslash
7450 leer 
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \backslash
7457 underbrace
7458 \begin_inset ERT
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462
7463
7464 \backslash
7465 leer 
7466 \end_layout
7467
7468 \end_inset
7469
7470 A+B_w
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 leer 
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 leer 
7492 \end_layout
7493
7494 \end_inset
7495
7496 _7
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 leer 
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515
7516 \backslash
7517 leer 
7518 \end_layout
7519
7520 \end_inset
7521
7522 ^
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 leer 
7531 \end_layout
7532
7533 \end_inset
7534
7535 C
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 </lyxtabular>
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \begin_layout Standard
7561 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7562 \series bold
7563
7564 \backslash
7565 overbrace
7566 \series default
7567  oder 
7568 \series bold
7569
7570 \backslash
7571 underbrace
7572 \series default
7573  eingibt.
7574 \end_layout
7575
7576 \begin_layout Standard
7577 \begin_inset VSpace bigskip
7578 \end_inset
7579
7580 Benötigt man Klammern, die sich überschneiden, muss man die in 
7581 \begin_inset CommandInset ref
7582 LatexCommand ref
7583 reference "sec:Mehrzeilige-Formeln"
7584
7585 \end_inset
7586
7587  beschriebenen mehrzeiligen Formeln verwenden:
7588 \begin_inset Formula \begin{eqnarray*}
7589 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7590  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7591
7592 \end_inset
7593
7594 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7595  Dabei ist es wichtig, dass vor dem ersten 
7596 \begin_inset Formula $d$
7597 \end_inset
7598
7599  der Abstandsbefehl
7600 \begin_inset Foot
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Abstandsbefehle sind in 
7605 \begin_inset CommandInset ref
7606 LatexCommand ref
7607 reference "sub:Vordefinierter-Leerraum"
7608
7609 \end_inset
7610
7611  erklärt.
7612 \end_layout
7613
7614 \end_inset
7615
7616  
7617 \series bold
7618
7619 \backslash
7620 :
7621 \series default
7622  eingegeben wird, denn die nach dem 
7623 \begin_inset Formula $q$
7624 \end_inset
7625
7626  endende Klammer verhindert, dass das nachfolgende 
7627 \begin_inset Quotes gld
7628 \end_inset
7629
7630 +
7631 \begin_inset Quotes grd
7632 \end_inset
7633
7634  von Leerraum umgeben ist.
7635 \begin_inset Foot
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639 weil eine Klammer nicht als Zeichen gilt, siehe 
7640 \begin_inset CommandInset ref
7641 LatexCommand ref
7642 reference "sub:Binäre-Operatoren"
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650
7651  In die zweite Zeile wird die zweite Klammer eingegeben.
7652  Da sie vor dem 
7653 \begin_inset Formula $b$
7654 \end_inset
7655
7656  beginnen soll, gibt man zuerst 
7657 \series bold
7658
7659 \backslash
7660 hphantom{gggg+
7661 \backslash
7662 :}
7663 \series default
7664  ein.
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 mehr zu 
7670 \series bold
7671
7672 \backslash
7673 hphantom
7674 \series default
7675  siehe 
7676 \begin_inset CommandInset ref
7677 LatexCommand ref
7678 reference "sub:Platzhalter"
7679
7680 \end_inset
7681
7682 .
7683 \end_layout
7684
7685 \end_inset
7686
7687  Dieser Leerraum wird benötigt, weil das 
7688 \begin_inset Quotes gld
7689 \end_inset
7690
7691 +
7692 \begin_inset Quotes grd
7693 \end_inset
7694
7695  in der Formel auch von Leerraum umgeben ist.
7696  Die Klammer wird unter den Befehl 
7697 \series bold
7698
7699 \backslash
7700 hphantom{bbqq+dddd}
7701 \series default
7702  gesetzt.
7703 \end_layout
7704
7705 \begin_layout Standard
7706 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7707 n, wie in folgendem Beispiel:
7708 \begin_inset ERT
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 setlength{
7716 \backslash
7717 jot}{-6pt}
7718 \end_layout
7719
7720 \end_inset
7721
7722
7723 \begin_inset Formula \begin{eqnarray*}
7724  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7725 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7726
7727 \end_inset
7728
7729
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 setlength{
7738 \backslash
7739 jot}{3pt}
7740 \end_layout
7741
7742 \end_inset
7743
7744 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7745  mit dem Unterschied, dass sich die Klammer oben befindet.
7746  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7747  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7748  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7749  werden.
7750  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7751 \begin_inset Foot
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 \begin_inset CommandInset href
7756 LatexCommand href
7757 name "LyX-Fehler #1505"
7758 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766
7767 .
7768  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7769 \series bold
7770
7771 \backslash
7772 jot
7773 \series default
7774
7775 \begin_inset Index
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 Befehle ! J ! 
7780 \backslash
7781 jot
7782 \end_layout
7783
7784 \end_inset
7785
7786  vor der Formel mit dem Befehl 
7787 \series bold
7788
7789 \backslash
7790 setlength{
7791 \backslash
7792 jot}{-6pt}
7793 \series default
7794  im TeX-Modus auf den Wert -6
7795 \begin_inset Space \thinspace{}
7796 \end_inset
7797
7798 pt geändert.
7799  Nach der Formel wird 
7800 \series bold
7801
7802 \backslash
7803 jot
7804 \series default
7805  mit demselben Befehl wieder auf den Standardwert 3
7806 \begin_inset Space \thinspace{}
7807 \end_inset
7808
7809 pt zurückgesetzt.
7810  Genaueres zum Zeilenabstand in Formeln ist in 
7811 \begin_inset CommandInset ref
7812 LatexCommand ref
7813 reference "sub:Zeilenabstand"
7814
7815 \end_inset
7816
7817  erklärt.
7818 \end_layout
7819
7820 \begin_layout Section
7821 Pfeile
7822 \begin_inset Index
7823 status collapsed
7824
7825 \begin_layout Plain Layout
7826 Pfeile
7827 \end_layout
7828
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \begin_layout Standard
7835 Pfeile können über den Mathe-Werkzeugleistenknopf 
7836 \begin_inset Graphics
7837         filename ../../images/math/leftarrow.png
7838         scale 85
7839
7840 \end_inset
7841
7842  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7843  aufgelistet sind.
7844 \end_layout
7845
7846 \begin_layout Subsection
7847 Horizontale Pfeile
7848 \begin_inset Index
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 Pfeile ! horizontale
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 \begin_inset Space \hfill{}
7862 \end_inset
7863
7864
7865 \begin_inset Tabular
7866 <lyxtabular version="3" rows="8" columns="2">
7867 <features>
7868 <column alignment="center" valignment="top" width="0pt">
7869 <column alignment="center" valignment="top" width="0pt">
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Befehl
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Ergebnis
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \backslash
7897 gets
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 \begin_inset Formula $\gets$
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \backslash
7922 Leftarrow
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 \begin_inset Formula $\Leftarrow$
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 longleftarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\longleftarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Longleftarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Longleftarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 leftharpoonup
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\leftharpoonup$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 leftharpoondown
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\leftharpoondown$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 hookleftarrow
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\hookleftarrow$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset Space \hfill{}
8071 \end_inset
8072
8073
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="8" columns="2">
8076 <features>
8077 <column alignment="center" valignment="top" width="0pt">
8078 <column alignment="center" valignment="top" width="0pt">
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Befehl
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Ergebnis
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 to
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\to$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 Rightarrow
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\Rightarrow$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 longrightarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\longrightarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 Longrightarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\Longrightarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 rightharpoonup
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\rightharpoonup$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 rightharpoondown
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\rightharpoondown$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 hookrightarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\hookrightarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 </lyxtabular>
8275
8276 \end_inset
8277
8278
8279 \begin_inset Space \hfill{}
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \begin_layout Standard
8286 \begin_inset Space \hfill{}
8287 \end_inset
8288
8289
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="6" columns="2">
8292 <features>
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Befehl
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Ergebnis
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \backslash
8322 leftrightarrow
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Formula $\leftrightarrow$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \backslash
8347 Leftrightarrow
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 \begin_inset Formula $\Leftrightarrow$
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \backslash
8372 longleftrightarrow
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 \begin_inset Formula $\longleftrightarrow$
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 Longleftrightarrow
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\Longleftrightarrow$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 rightleftharpoons
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\rightleftharpoons$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 </lyxtabular>
8441
8442 \end_inset
8443
8444
8445 \begin_inset Space \hspace{}
8446 \length 25pt
8447 \end_inset
8448
8449
8450 \begin_inset Space \hfill{}
8451 \end_inset
8452
8453
8454 \begin_inset Tabular
8455 <lyxtabular version="3" rows="5" columns="2">
8456 <features>
8457 <column alignment="center" valignment="top" width="0pt">
8458 <column alignment="center" valignment="top" width="0pt">
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Befehl
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Ergebnis
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \backslash
8486 mapsto
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 \begin_inset Formula $\mapsto$
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 longmapsto
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\longmapsto$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 leadsto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\leadsto$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 dasharrow
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\dasharrow$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 </lyxtabular>
8580
8581 \end_inset
8582
8583
8584 \begin_inset Space \hfill{}
8585 \end_inset
8586
8587
8588 \end_layout
8589
8590 \begin_layout Standard
8591 \begin_inset VSpace medskip
8592 \end_inset
8593
8594 Als Akzent verwendete Pfeile, wie z.
8595 \begin_inset Space \thinspace{}
8596 \end_inset
8597
8598 B.
8599  Vektorpfeile, sind in 
8600 \begin_inset CommandInset ref
8601 LatexCommand ref
8602 reference "sec:Akzente"
8603
8604 \end_inset
8605
8606  aufgelistet.
8607 \end_layout
8608
8609 \begin_layout Standard
8610 \begin_inset VSpace bigskip
8611 \end_inset
8612
8613 Des Weiteren gibt es die beschriftbaren Pfeile
8614 \begin_inset Index
8615 status collapsed
8616
8617 \begin_layout Plain Layout
8618 Pfeile ! beschriftbare
8619 \end_layout
8620
8621 \end_inset
8622
8623  
8624 \series bold
8625
8626 \backslash
8627 xleftarrow
8628 \series default
8629
8630 \begin_inset Index
8631 status collapsed
8632
8633 \begin_layout Plain Layout
8634 Befehle ! X ! 
8635 \backslash
8636 xleftarrow
8637 \end_layout
8638
8639 \end_inset
8640
8641  und 
8642 \series bold
8643
8644 \backslash
8645 xrightarrow
8646 \series default
8647
8648 \begin_inset Index
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 Befehle ! X ! 
8653 \backslash
8654 xrightarrow
8655 \begin_inset ERT
8656 status collapsed
8657
8658 \begin_layout Plain Layout
8659
8660
8661 \backslash
8662 vspace{4mm}
8663 \end_layout
8664
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671
8672 .
8673  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8674  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8675  Die Pfeillänge passt sich der Breite der Beschriftung an.
8676 \end_layout
8677
8678 \begin_layout Standard
8679 \align center
8680 \begin_inset Tabular
8681 <lyxtabular version="3" rows="3" columns="2">
8682 <features>
8683 <column alignment="center" valignment="top" width="0pt">
8684 <column alignment="center" valignment="top" width="0pt">
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Befehl
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Ergebnis
8700 \begin_inset Note Note
8701 status collapsed
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706
8707 \backslash
8708 raisebox
8709 \series default
8710  dient nur als Abstandhalter.
8711 \end_layout
8712
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 F(a)
8727 \backslash
8728 xleftarrow
8729 \begin_inset ERT
8730 status collapsed
8731
8732 \begin_layout Plain Layout
8733
8734
8735 \backslash
8736 leer 
8737 \end_layout
8738
8739 \end_inset
8740
8741 x=a
8742 \begin_inset Formula $\downarrow$
8743 \end_inset
8744
8745 x>0
8746 \begin_inset Formula $\to$
8747 \end_inset
8748
8749 F(x)
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8759 \end_inset
8760
8761
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 F(x)
8773 \backslash
8774 xrightarrow
8775 \begin_inset ERT
8776 status collapsed
8777
8778 \begin_layout Plain Layout
8779
8780
8781 \backslash
8782 leer 
8783 \end_layout
8784
8785 \end_inset
8786
8787 x=a
8788 \begin_inset Formula $\downarrow$
8789 \end_inset
8790
8791 x>0
8792 \begin_inset Formula $\to$
8793 \end_inset
8794
8795 F(a)
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 </lyxtabular>
8814
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \begin_layout Subsection
8821 Vertikale und diagonale Pfeile
8822 \begin_inset Index
8823 status collapsed
8824
8825 \begin_layout Plain Layout
8826 Pfeile ! diagonale
8827 \end_layout
8828
8829 \end_inset
8830
8831
8832 \begin_inset Index
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836 Pfeile ! vertikale
8837 \end_layout
8838
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Standard
8845 \begin_inset Space \hfill{}
8846 \end_inset
8847
8848
8849 \begin_inset Tabular
8850 <lyxtabular version="3" rows="7" columns="2">
8851 <features>
8852 <column alignment="center" valignment="top" width="0pt">
8853 <column alignment="center" valignment="top" width="0pt">
8854 <row>
8855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Befehl
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Ergebnis
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \backslash
8881 uparrow
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 \begin_inset Formula $\uparrow$
8891 \end_inset
8892
8893
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \backslash
8906 Uparrow
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 \begin_inset Formula $\Uparrow$
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \backslash
8931 updownarrow
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 \begin_inset Formula $\updownarrow$
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \backslash
8956 Updownarrow
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 \begin_inset Formula $\Updownarrow$
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981 Downarrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\Downarrow$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 downarrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\downarrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 </lyxtabular>
9025
9026 \end_inset
9027
9028
9029 \begin_inset Space \hfill{}
9030 \end_inset
9031
9032
9033 \begin_inset Tabular
9034 <lyxtabular version="3" rows="5" columns="2">
9035 <features>
9036 <column alignment="center" valignment="top" width="0pt">
9037 <column alignment="center" valignment="top" width="0pt">
9038 <row>
9039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Befehl
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Ergebnis
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 nearrow
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\nearrow$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 searrow
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\searrow$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 swarrow
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\swarrow$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 nwarrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\nwarrow$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 </lyxtabular>
9159
9160 \end_inset
9161
9162
9163 \begin_inset Space \hfill{}
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170 \begin_inset VSpace medskip
9171 \end_inset
9172
9173 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9174  
9175 \begin_inset CommandInset ref
9176 LatexCommand ref
9177 reference "sub:Manuelle-Klammergrößen"
9178
9179 \end_inset
9180
9181  und 
9182 \begin_inset CommandInset ref
9183 LatexCommand ref
9184 reference "sub:Automatische-Klammergrößen"
9185
9186 \end_inset
9187
9188  beschriebenen Befehlen verwendet werden.
9189 \end_layout
9190
9191 \begin_layout Section
9192 Akzente
9193 \begin_inset CommandInset label
9194 LatexCommand label
9195 name "sec:Akzente"
9196
9197 \end_inset
9198
9199
9200 \begin_inset Index
9201 status collapsed
9202
9203 \begin_layout Plain Layout
9204 Akzente
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 Akzente können über den Mathe-Werkzeugleistenknopf 
9214 \begin_inset Graphics
9215         filename ../../images/math/hat.png
9216         scale 85
9217
9218 \end_inset
9219
9220  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9221  aufgelistet sind.
9222 \end_layout
9223
9224 \begin_layout Subsection
9225 Akzente für ein Zeichen
9226 \begin_inset ERT
9227 status collapsed
9228
9229 \begin_layout Plain Layout
9230
9231
9232 \backslash
9233 texorpdfstring{
9234 \end_layout
9235
9236 \end_inset
9237
9238
9239 \begin_inset Foot
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Akzente im Text siehe 
9244 \begin_inset CommandInset ref
9245 LatexCommand ref
9246 reference "sub:Sonderzeichen-Akzente"
9247
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \begin_inset ERT
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260
9261 }{}
9262 \end_layout
9263
9264 \end_inset
9265
9266
9267 \begin_inset Note Note
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273
9274 \backslash
9275 texorpdfstring
9276 \series default
9277  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9278 \end_layout
9279
9280 \begin_layout Plain Layout
9281 Näheres zu 
9282 \series bold
9283
9284 \backslash
9285 texorpdfstring
9286 \series default
9287  steht in Kapitel 
9288 \begin_inset CommandInset ref
9289 LatexCommand ref
9290 reference "sub:Formeln-in-Überschriften"
9291
9292 \end_inset
9293
9294 .
9295 \end_layout
9296
9297 \end_inset
9298
9299
9300 \begin_inset CommandInset label
9301 LatexCommand label
9302 name "sub:Akzente-für-ein"
9303
9304 \end_inset
9305
9306
9307 \begin_inset Index
9308 status collapsed
9309
9310 \begin_layout Plain Layout
9311 Akzente ! für ein Zeichen
9312 \end_layout
9313
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \begin_layout Standard
9320 \begin_inset Space \hfill{}
9321 \end_inset
9322
9323
9324 \begin_inset Tabular
9325 <lyxtabular version="3" rows="8" columns="2">
9326 <features>
9327 <column alignment="center" valignment="top" width="0pt">
9328 <column alignment="center" valignment="top" width="0pt">
9329 <row>
9330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Befehl
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Ergebnis
9344 \begin_inset Note Note
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350
9351 \backslash
9352 raisebox
9353 \series default
9354  dient nur als Abstandhalter.
9355 \end_layout
9356
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 dot
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\raisebox {5mm}{}\dot{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 ddot
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}{}\ddot{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 dddot
9449 \begin_inset ERT
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453
9454
9455 \backslash
9456 leer 
9457 \end_layout
9458
9459 \end_inset
9460
9461 A
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 ddddot{A
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 vec
9512 \begin_inset ERT
9513 status collapsed
9514
9515 \begin_layout Plain Layout
9516
9517
9518 \backslash
9519 leer 
9520 \end_layout
9521
9522 \end_inset
9523
9524 A
9525 \begin_inset Index
9526 status collapsed
9527
9528 \begin_layout Plain Layout
9529 Vektoren
9530 \end_layout
9531
9532 \end_inset
9533
9534
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}{}\vec{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 bar
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}{}\bar{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 mathring
9598 \begin_inset ERT
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603
9604 \backslash
9605 leer 
9606 \end_layout
9607
9608 \end_inset
9609
9610 A
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 </lyxtabular>
9629
9630 \end_inset
9631
9632
9633 \begin_inset Space \hfill{}
9634 \end_inset
9635
9636
9637 \begin_inset Tabular
9638 <lyxtabular version="3" rows="7" columns="2">
9639 <features>
9640 <column alignment="center" valignment="top" width="0pt">
9641 <column alignment="center" valignment="top" width="0pt">
9642 <row>
9643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 Befehl
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 Ergebnis
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 tilde
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Formula $\raisebox {5mm}{}\tilde{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 hat
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}{}\hat{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 check
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}{}\check{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 acute
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}{}\acute{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 grave
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}{}\grave{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \backslash
9859 breve
9860 \begin_inset ERT
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864
9865
9866 \backslash
9867 leer 
9868 \end_layout
9869
9870 \end_inset
9871
9872 A
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 </lyxtabular>
9891
9892 \end_inset
9893
9894
9895 \begin_inset Space \hfill{}
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \begin_layout Standard
9902 \begin_inset VSpace bigskip
9903 \end_inset
9904
9905 Wenn man in einer Formel Umlaute
9906 \begin_inset Index
9907 status collapsed
9908
9909 \begin_layout Plain Layout
9910 Umlaute
9911 \end_layout
9912
9913 \end_inset
9914
9915  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9916  Diese beiden Zeichen bilden dann für LaTeX 
9917 \emph on
9918 ein
9919 \emph default
9920  Zeichen.
9921  Im Gegensatz zu 
9922 \series bold
9923
9924 \backslash
9925 ddot
9926 \series default
9927  entstehen damit 
9928 \begin_inset Quotes gld
9929 \end_inset
9930
9931 echte
9932 \begin_inset Quotes grd
9933 \end_inset
9934
9935  Umlaute, was folgendes Beispiel zeigt:
9936 \end_layout
9937
9938 \begin_layout Standard
9939 \begin_inset VSpace -2mm
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \begin_layout Standard
9946 \align center
9947 \begin_inset Tabular
9948 <lyxtabular version="3" rows="3" columns="2">
9949 <features>
9950 <column alignment="center" valignment="top" width="0">
9951 <column alignment="center" valignment="top" width="0">
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Befehl
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 Ergebnis
9967 \begin_inset Note Note
9968 status collapsed
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973
9974 \backslash
9975 raisebox
9976 \series default
9977  dient nur als Abstandhalter.
9978 \end_layout
9979
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 \begin_inset Quotes grd
9994 \end_inset
9995
9996 i
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 \begin_inset Formula $"i$
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \backslash
10021 ddot
10022 \begin_inset ERT
10023 status collapsed
10024
10025 \begin_layout Plain Layout
10026
10027
10028 \backslash
10029 leer 
10030 \end_layout
10031
10032 \end_inset
10033
10034 i
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 </lyxtabular>
10053
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \begin_layout Standard
10060 Ein weiterer Vorteil gegenüber 
10061 \series bold
10062
10063 \backslash
10064 ddot
10065 \series default
10066  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10067  denn die obigen Akzentbefehle sind 
10068 \emph on
10069 im mathematischen Text\SpecialChar \-
10070 modus nicht erlaubt
10071 \emph default
10072 .
10073  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10074  nur das Zeichen unter dem Akzent umgewandelt werden.
10075  Das gilt auch für alle anderen Umwandlungen wie z.
10076 \begin_inset Space \thinspace{}
10077 \end_inset
10078
10079 B.
10080  in kursiv oder fett.
10081 \end_layout
10082
10083 \begin_layout Standard
10084 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10085  direkt eingegeben werden.
10086 \end_layout
10087
10088 \begin_layout Subsection
10089 Akzente für Operatoren
10090 \begin_inset Index
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094 Akzente ! für Operatoren
10095 \end_layout
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 Zum Akzentuieren von Operatoren gibt es die Befehle 
10104 \series bold
10105
10106 \backslash
10107 overset
10108 \series default
10109
10110 \begin_inset Index
10111 status collapsed
10112
10113 \begin_layout Plain Layout
10114 Befehle ! O ! 
10115 \backslash
10116 overset
10117 \end_layout
10118
10119 \end_inset
10120
10121  und 
10122 \series bold
10123
10124 \backslash
10125 underset
10126 \series default
10127
10128 \begin_inset Index
10129 status collapsed
10130
10131 \begin_layout Plain Layout
10132 Befehle ! U ! 
10133 \backslash
10134 underset
10135 \end_layout
10136
10137 \end_inset
10138
10139 , mit denen man Zeichen über bzw.
10140  unter einen Operator setzen kann.
10141  Mit dem Befehl 
10142 \series bold
10143
10144 \backslash
10145 sideset
10146 \series default
10147
10148 \begin_inset Index
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152 Befehle ! S ! 
10153 \backslash
10154 sideset
10155 \end_layout
10156
10157 \end_inset
10158
10159  können Zeichen vor und nach einen Operator gesetzt werden.
10160  Das Befehlsschema lautet:
10161 \end_layout
10162
10163 \begin_layout Standard
10164
10165 \series bold
10166
10167 \backslash
10168 sideset{Zeichen
10169 \series default
10170  
10171 \series bold
10172 davor}{Zeichen
10173 \series default
10174  
10175 \series bold
10176 dahinter}
10177 \end_layout
10178
10179 \begin_layout Standard
10180
10181 \series bold
10182
10183 \backslash
10184 sideset
10185 \series default
10186  mussen immer vor dem zu akzentuierenden Operator stehen.
10187  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10188  Symbolen akzentuiert werden.
10189  Will man mit 
10190 \series bold
10191
10192 \backslash
10193 sideset
10194 \series default
10195  z.
10196 \begin_inset Space \thinspace{}
10197 \end_inset
10198
10199 B.
10200  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10201  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10202 \end_layout
10203
10204 \begin_layout Standard
10205 Z.
10206 \begin_inset Space \thinspace{}
10207 \end_inset
10208
10209 B.
10210  ergibt der Befehl 
10211 \series bold
10212
10213 \backslash
10214 sideset{
10215 \begin_inset Formula $\to$
10216 \end_inset
10217
10218
10219 \backslash
10220 {
10221 \series default
10222 '
10223 \series bold
10224
10225 \begin_inset Formula $\to$
10226 \end_inset
10227
10228
10229 \backslash
10230 sum_k=1
10231 \begin_inset ERT
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235
10236
10237 \backslash
10238 leer 
10239 \end_layout
10240
10241 \end_inset
10242
10243
10244 \series default
10245 ^
10246 \series bold
10247 n
10248 \series default
10249  :
10250 \begin_inset Formula \[
10251 \sideset {}{'}\sum_{k=1}^{n}\]
10252
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Standard
10259 Der Befehl 
10260 \series bold
10261
10262 \backslash
10263 overset
10264 \begin_inset ERT
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268
10269
10270 \backslash
10271 leer 
10272 \end_layout
10273
10274 \end_inset
10275
10276
10277 \backslash
10278 maltese
10279 \begin_inset ERT
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283
10284
10285 \backslash
10286 leer 
10287 \end_layout
10288
10289 \end_inset
10290
10291
10292 \series default
10293
10294 \begin_inset Formula $\uparrow$
10295 \end_inset
10296
10297
10298 \series bold
10299 a
10300 \series default
10301  ergibt:
10302 \begin_inset Formula \[
10303 \overset{a}{\maltese}\]
10304
10305 \end_inset
10306
10307 Wie man am letzten Beispiel sieht, kann man mit 
10308 \series bold
10309
10310 \backslash
10311 overset
10312 \series default
10313  bzw.
10314  
10315 \series bold
10316
10317 \backslash
10318 underset
10319 \series default
10320  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10321 \series bold
10322
10323 \backslash
10324 sideset
10325 \series default
10326  ist dies nicht möglich.
10327 \end_layout
10328
10329 \begin_layout Subsection
10330 Akzente für mehrere Zeichen
10331 \begin_inset CommandInset label
10332 LatexCommand label
10333 name "sub:Akzente-für-mehrere"
10334
10335 \end_inset
10336
10337
10338 \begin_inset Index
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342 Akzente ! für mehrere Zeichen
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \begin_layout Standard
10351 \begin_inset Space \hfill{}
10352 \end_inset
10353
10354
10355 \begin_inset Tabular
10356 <lyxtabular version="3" rows="5" columns="2">
10357 <features>
10358 <column alignment="center" valignment="top" width="0pt">
10359 <column alignment="center" valignment="top" width="0pt">
10360 <row>
10361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Befehl
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Ergebnis
10375 \begin_inset Note Note
10376 status collapsed
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381
10382 \backslash
10383 raisebox
10384 \series default
10385  dient nur als Abstandhalter.
10386 \end_layout
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 overleftarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
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 underleftarrow
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 {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
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 overleftrightarrow
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 {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 underleftrightarrow
10518 \begin_inset ERT
10519 status collapsed
10520
10521 \begin_layout Plain Layout
10522
10523
10524 \backslash
10525 leer 
10526 \end_layout
10527
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 </lyxtabular>
10549
10550 \end_inset
10551
10552
10553 \begin_inset Space \hfill{}
10554 \end_inset
10555
10556
10557 \begin_inset Tabular
10558 <lyxtabular version="3" rows="5" columns="2">
10559 <features>
10560 <column alignment="center" valignment="top" width="0pt">
10561 <column alignment="center" valignment="top" width="0pt">
10562 <row>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Befehl
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Ergebnis
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 overrightarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
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 underrightarrow
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 {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
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 widetilde
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}{}\widetilde{A=B}\raisebox {-2mm}{}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703 widehat
10704 \begin_inset ERT
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708
10709
10710 \backslash
10711 leer 
10712 \end_layout
10713
10714 \end_inset
10715
10716 A=B
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 </lyxtabular>
10735
10736 \end_inset
10737
10738
10739 \begin_inset Space \hfill{}
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 \begin_inset VSpace medskip
10747 \end_inset
10748
10749 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10750  Die Akzente
10751 \begin_inset Newline linebreak
10752 \end_inset
10753
10754
10755 \series bold
10756
10757 \backslash
10758 widetilde
10759 \series default
10760  und 
10761 \series bold
10762
10763 \backslash
10764 widehat
10765 \series default
10766  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10767  was folgendes Beispiel verdeutlicht:
10768 \begin_inset Formula \[
10769 \widetilde{A+B=C-D}\]
10770
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \begin_layout Standard
10777 Mit den im vorigen Kapitel beschriebenen Befehlen 
10778 \series bold
10779
10780 \backslash
10781 overset
10782 \series default
10783
10784 \begin_inset Index
10785 status collapsed
10786
10787 \begin_layout Plain Layout
10788 Befehle ! O ! 
10789 \backslash
10790 overset
10791 \end_layout
10792
10793 \end_inset
10794
10795  und 
10796 \series bold
10797
10798 \backslash
10799 underset
10800 \series default
10801
10802 \begin_inset Index
10803 status collapsed
10804
10805 \begin_layout Plain Layout
10806 Befehle ! U ! 
10807 \backslash
10808 underset
10809 \end_layout
10810
10811 \end_inset
10812
10813  ist es auch möglich mehrere Zeichen zu akzentuieren.
10814  Der Befehl 
10815 \series bold
10816
10817 \backslash
10818 underset
10819 \begin_inset ERT
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823
10824
10825 \backslash
10826 leer 
10827 \end_layout
10828
10829 \end_inset
10830
10831 A=B
10832 \begin_inset Formula $\downarrow$
10833 \end_inset
10834
10835 ***
10836 \series default
10837  ergibt:
10838 \begin_inset Formula \[
10839 \underset{***}{A=B}\]
10840
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \begin_layout Section
10847 Leerraum
10848 \begin_inset CommandInset label
10849 LatexCommand label
10850 name "sub:Leerraum"
10851
10852 \end_inset
10853
10854
10855 \begin_inset Index
10856 status collapsed
10857
10858 \begin_layout Plain Layout
10859 Leerraum ! horizontaler
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Subsection
10868 Vordefinierter Leerraum
10869 \begin_inset CommandInset label
10870 LatexCommand label
10871 name "sub:Vordefinierter-Leerraum"
10872
10873 \end_inset
10874
10875
10876 \begin_inset Index
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880 Leerraum ! horizontaler ! vordefiniert
10881 \end_layout
10882
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \begin_layout Standard
10889 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10890  Dazu gibt man ein geschütztes Leerzeichen ein.
10891  Es erscheint ein blaues 
10892 \begin_inset Quotes gld
10893 \end_inset
10894
10895
10896 \series bold
10897 \color blue
10898
10899 \begin_inset ERT
10900 status collapsed
10901
10902 \begin_layout Plain Layout
10903
10904
10905 \backslash
10906 leer 
10907 \end_layout
10908
10909 \end_inset
10910
10911
10912 \series default
10913 \color inherit
10914
10915 \begin_inset Quotes grd
10916 \end_inset
10917
10918  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10919  Leerraum-Größen wählen.
10920  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10921 \begin_inset Graphics
10922         filename ../../images/math/space.png
10923         scale 85
10924
10925 \end_inset
10926
10927  oder mit einzelnen Befehlen aufrufen.
10928  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10929  danach wieder aus allen Größen wählen.
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \align center
10934 \begin_inset VSpace -5mm
10935 \end_inset
10936
10937
10938 \begin_inset Tabular
10939 <lyxtabular version="3" rows="3" columns="7">
10940 <features>
10941 <column alignment="center" valignment="middle" width="6.8cm">
10942 <column alignment="center" valignment="top" width="0pt">
10943 <column alignment="center" valignment="top" width="0pt">
10944 <column alignment="center" valignment="top" width="0pt">
10945 <column alignment="center" valignment="top" width="0pt">
10946 <column alignment="center" valignment="top" width="0pt">
10947 <column alignment="center" valignment="top" width="0pt">
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Befehl
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \backslash
10964 ,
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \backslash
10975 :
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \backslash
10986 ;
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \backslash
10997 quad
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \backslash
11008 qquad
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \backslash
11019 !
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 0
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 1
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 2
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 3
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 4
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 5
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Ergebnis
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Formula $A\, B$
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 \begin_inset Formula $A\: B$
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 \begin_inset Formula $A\; B$
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 \begin_inset Formula $A\quad B$
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 \begin_inset Formula $A\qquad B$
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\! B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 </lyxtabular>
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Standard
11181 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11182  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11183  denn sie erstellt negativen Leerraum.
11184  Es gibt noch zwei weitere negative Leerräume:
11185 \end_layout
11186
11187 \begin_layout Standard
11188 \align center
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features>
11192 <column alignment="center" valignment="middle" width="6.8cm">
11193 <column alignment="center" valignment="top" width="0pt">
11194 <column alignment="center" valignment="top" width="0pt">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 Befehl
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \backslash
11211 negmedspace
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220
11221 \backslash
11222 negthickspace
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 6
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 7
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 Ergebnis
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 \begin_inset Formula $A\negmedspace B$
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 \begin_inset Formula $A\negthickspace B$
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 </lyxtabular>
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11301  Man kann auf diese Weise Ligaturen erzwingen, was z.
11302 \begin_inset Space \thinspace{}
11303 \end_inset
11304
11305 B.
11306  für Summenzeichen von Nutzen ist: 
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \align center
11311 \begin_inset Tabular
11312 <lyxtabular version="3" rows="3" columns="2">
11313 <features>
11314 <column alignment="center" valignment="top" width="0">
11315 <column alignment="center" valignment="top" width="0">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Befehl
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Ergebnis
11331 \begin_inset Note Note
11332 status collapsed
11333
11334 \begin_layout Plain Layout
11335
11336 \series bold
11337
11338 \backslash
11339 raisebox
11340 \series default
11341  dient nur als Abstandhalter.
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 sum
11360 \backslash
11361 sum
11362 \begin_inset ERT
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366
11367
11368 \backslash
11369 leer 
11370 \end_layout
11371
11372 \end_inset
11373
11374 f_kl
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \backslash
11399 sum
11400 \backslash
11401 negmedspace
11402 \backslash
11403 sum
11404 \begin_inset ERT
11405 status collapsed
11406
11407 \begin_layout Plain Layout
11408
11409
11410 \backslash
11411 leer 
11412 \end_layout
11413
11414 \end_inset
11415
11416 f_kl
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 Relationen, wie z.
11443 \begin_inset Space \thinspace{}
11444 \end_inset
11445
11446 B.
11447  Gleichheitszeichen, sind immer von Leerraum umgeben.
11448  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11449  TeX-Klammer.
11450  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11451 \end_layout
11452
11453 \begin_layout Standard
11454 \align center
11455 \begin_inset Tabular
11456 <lyxtabular version="3" rows="2" columns="2">
11457 <features>
11458 <column alignment="center" valignment="top" width="0pt">
11459 <column alignment="center" valignment="top" width="0pt">
11460 <row>
11461 <cell alignment="center" valignment="top" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 normale Gleichung
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $A=B$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 <row>
11484 <cell alignment="center" valignment="top" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Note Note
11489 status collapsed
11490
11491 \begin_layout Plain Layout
11492
11493 \series bold
11494
11495 \backslash
11496 raisebox
11497 \series default
11498  dient nur als Abstandhalter.
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \begin_inset Formula $\raisebox {5mm}{}$
11505 \end_inset
11506
11507 Gleichung ohne Leerraum
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A{=}B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Standard
11533 Der Befehl für die letzte Formel lautet: 
11534 \series bold
11535 A
11536 \backslash
11537 {=
11538 \begin_inset Formula $\to$
11539 \end_inset
11540
11541 B
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \begin_inset VSpace bigskip
11546 \end_inset
11547
11548 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11549  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11550  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11551 \family sans
11552 Einfügen\SpecialChar \menuseparator
11553 Formatierung\SpecialChar \menuseparator
11554 Kleiner
11555 \begin_inset Space ~
11556 \end_inset
11557
11558 Abstand
11559 \family default
11560  (Tastenkürzel 
11561 \family sans
11562 Strg-Shift-Leertaste
11563 \family default
11564 ) ein.
11565 \end_layout
11566
11567 \begin_layout Standard
11568 Ein Beispiel zur Veranschaulichung:
11569 \end_layout
11570
11571 \begin_layout Standard
11572 \begin_inset Tabular
11573 <lyxtabular version="3" rows="2" columns="2">
11574 <features>
11575 <column alignment="left" valignment="top" width="0">
11576 <column alignment="left" valignment="top" width="0">
11577 <row>
11578 <cell alignment="center" valignment="top" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 24 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 Leerzeichen zwischen Wert und Einheit
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 24
11607 \begin_inset Space \thinspace{}
11608 \end_inset
11609
11610 kW
11611 \begin_inset Formula $\cdot$
11612 \end_inset
11613
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 kleinster Leerraum zwischen Wert und Einheit
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsection
11637 Variabler Leerraum
11638 \begin_inset ERT
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642
11643
11644 \backslash
11645 texorpdfstring{
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Foot
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 für vertikalen Leerraum in Formeln siehe 
11656 \begin_inset CommandInset ref
11657 LatexCommand ref
11658 reference "sub:Zeilenabstand"
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \end_inset
11666
11667
11668 \begin_inset ERT
11669 status collapsed
11670
11671 \begin_layout Plain Layout
11672
11673 }{}
11674 \end_layout
11675
11676 \end_inset
11677
11678
11679 \begin_inset Note Note
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684 \series bold
11685
11686 \backslash
11687 texorpdfstring
11688 \series default
11689  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11690 \end_layout
11691
11692 \begin_layout Plain Layout
11693 Näheres zu 
11694 \series bold
11695
11696 \backslash
11697 texorpdfstring
11698 \series default
11699  steht in Kapitel 
11700 \begin_inset CommandInset ref
11701 LatexCommand ref
11702 reference "sub:Formeln-in-Überschriften"
11703
11704 \end_inset
11705
11706 .
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset CommandInset label
11713 LatexCommand label
11714 name "sub:Variabler-Leerraum"
11715
11716 \end_inset
11717
11718
11719 \begin_inset Index
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723 Leerraum ! horizontaler ! variabel
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11733 \series bold
11734
11735 \backslash
11736 hspace{Länge}
11737 \series default
11738
11739 \begin_inset Index
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 Befehle ! H ! 
11744 \backslash
11745 hspace
11746 \end_layout
11747
11748 \end_inset
11749
11750  einfügen.
11751  Dabei können alle Längeneinheiten verwendet werden, die in 
11752 \begin_inset CommandInset ref
11753 LatexCommand ref
11754 reference "tab:Verwendete-Einheiten"
11755
11756 \end_inset
11757
11758  aufgelistet sind, mit Ausnahme der Einheit 
11759 \begin_inset Quotes gld
11760 \end_inset
11761
11762 mu
11763 \begin_inset Quotes grd
11764 \end_inset
11765
11766 .
11767  Die Länge darf auch negativ sein.
11768  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11769  einnimmt, benutzt man den Befehl 
11770 \series bold
11771
11772 \backslash
11773 hfill
11774 \series default
11775
11776 \begin_inset Index
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Befehle ! H ! 
11781 \backslash
11782 hfill
11783 \end_layout
11784
11785 \end_inset
11786
11787 .
11788 \end_layout
11789
11790 \begin_layout Standard
11791 \begin_inset VSpace -1mm
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Standard
11798 \align center
11799 \begin_inset Tabular
11800 <lyxtabular version="3" rows="4" columns="2">
11801 <features>
11802 <column alignment="center" valignment="top" width="0">
11803 <column alignment="center" valignment="top" width="0">
11804 <row>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 Befehl
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 Ergebnis
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 A=B
11830 \backslash
11831 hspace{3cm
11832 \begin_inset Formula $\to$
11833 \end_inset
11834
11835 A
11836 \backslash
11837 not=C
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 A
11861 \backslash
11862 hspace{-1mm
11863 \begin_inset Formula $\to$
11864 \end_inset
11865
11866 A
11867 \backslash
11868 not=A
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 </row>
11886 <row>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 A=A
11892 \backslash
11893 hfill
11894 \begin_inset ERT
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898
11899
11900 \backslash
11901 leer 
11902 \end_layout
11903
11904 \end_inset
11905
11906 B=B
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 \begin_inset Formula $A=A\hfill  B=B$
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 </row>
11924 </lyxtabular>
11925
11926 \end_inset
11927
11928
11929 \end_layout
11930
11931 \begin_layout Standard
11932 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11933  Spalteneintrags der Tabelle vorgegeben.
11934  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11935  in die 
11936 \series bold
11937
11938 \backslash
11939 hfill
11940 \series default
11941  eingegeben wird.
11942  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11943  
11944 \series bold
11945
11946 \backslash
11947 hfill
11948 \series default
11949  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11950 \series bold
11951 Eingerückt
11952 \series default
11953  eingestellt ist.
11954  (Formelstile sind in 
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "sec:Formelstile"
11958
11959 \end_inset
11960
11961  erklärt.)
11962 \end_layout
11963
11964 \begin_layout Standard
11965 Variabler Leerraum kann für Text über das Menü 
11966 \family sans
11967 Einfügen\SpecialChar \menuseparator
11968 Formatierung\SpecialChar \menuseparator
11969 Horizontaler
11970 \begin_inset Space ~
11971 \end_inset
11972
11973 Abstand
11974 \family default
11975  eingefügt werden, was in Formeln nicht möglich ist:
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Dies ist eine Zeile mit
11980 \begin_inset Space \hspace{}
11981 \length 2cm
11982 \end_inset
11983
11984 2
11985 \begin_inset Space \thinspace{}
11986 \end_inset
11987
11988 cm Leerraum.
11989 \end_layout
11990
11991 \begin_layout Standard
11992 Dies ist eine Zeile mit
11993 \begin_inset Space \hfill{}
11994 \end_inset
11995
11996 maximalem Leerraum.
11997 \end_layout
11998
11999 \begin_layout Subsection
12000 Leerraum neben eingebetteten Formeln
12001 \begin_inset Index
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005 Leerraum ! neben eingebetteten Formeln
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Über die Länge 
12015 \series bold
12016
12017 \backslash
12018 mathsurround
12019 \begin_inset Index
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023 Befehle ! M ! 
12024 \backslash
12025 mathsurround
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \series default
12032  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12033  wird.
12034  Der Wert einer Länge wird mit dem Befehl 
12035 \series bold
12036
12037 \backslash
12038 setlength
12039 \begin_inset Index
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 Befehle ! S ! 
12044 \backslash
12045 setlength
12046 \end_layout
12047
12048 \end_inset
12049
12050
12051 \series default
12052  gesetzt.
12053  Dieser besitzt folgendes Befehlsschema:
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \series bold
12059
12060 \backslash
12061 setlength{Längenname}{Wert}
12062 \end_layout
12063
12064 \begin_layout Standard
12065 Um 
12066 \series bold
12067
12068 \backslash
12069 mathsurround
12070 \series default
12071  den Wert 5
12072 \begin_inset Space \thinspace{}
12073 \end_inset
12074
12075 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081
12082 \backslash
12083 setlength{
12084 \backslash
12085 mathsurround}{5mm}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 ein.
12090  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12091 \begin_inset Space \thinspace{}
12092 \end_inset
12093
12094 mm Leerraum gesetzt:
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 setlength{
12103 \backslash
12104 mathsurround}{5mm}
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \begin_layout Standard
12113 Dies ist eine Zeile in der sich 
12114 \begin_inset Formula $A=B$
12115 \end_inset
12116
12117  eine Formel mit 5
12118 \begin_inset Space \thinspace{}
12119 \end_inset
12120
12121 mm umgebendem Leerraum befindet.
12122 \begin_inset ERT
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126
12127
12128 \backslash
12129 setlength{
12130 \backslash
12131 mathsurround}{0pt}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12141 \series bold
12142
12143 \backslash
12144 mathsurround
12145 \series default
12146  auf den Wert 0
12147 \begin_inset Space \thinspace{}
12148 \end_inset
12149
12150 pt.
12151 \end_layout
12152
12153 \begin_layout Section
12154 Boxen und Rahmen
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Boxen
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset Index
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 Rahmen | see 
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175 {
12176 \end_layout
12177
12178 \end_inset
12179
12180 Boxen
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186 }
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 Boxen für Text sind im Kapitel 
12201 \family typewriter
12202 Boxen
12203 \family default
12204  im Handbuch 
12205 \family typewriter
12206 Eingebettete
12207 \begin_inset Space ~
12208 \end_inset
12209
12210 Objekte
12211 \family default
12212  beschrieben.
12213 \end_layout
12214
12215 \begin_layout Subsection
12216 Boxen mit Rahmen
12217 \begin_inset CommandInset label
12218 LatexCommand label
12219 name "sub:Boxen-mit-Rahmen"
12220
12221 \end_inset
12222
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Boxen ! mit Rahmen
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12238 \series bold
12239
12240 \backslash
12241 fbox
12242 \series default
12243
12244 \begin_inset Index
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Befehle ! F ! 
12249 \backslash
12250 fbox
12251 \end_layout
12252
12253 \end_inset
12254
12255  und 
12256 \series bold
12257
12258 \backslash
12259 boxed
12260 \series default
12261
12262 \begin_inset Index
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 Befehle ! B ! 
12267 \backslash
12268 boxed
12269 \end_layout
12270
12271 \end_inset
12272
12273  zu umranden.
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12278  in einem Rahmen.
12279  Bei 
12280 \series bold
12281
12282 \backslash
12283 fbox
12284 \series default
12285  muss in diesem Eingabefeld mit 
12286 \family sans
12287 Strg-m
12288 \family default
12289  noch eine Formel erstellt werden
12290 \begin_inset Foot
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12295 \family sans
12296 Strg-m
12297 \family default
12298  eine neue Formel zu erzeugen, siehe 
12299 \begin_inset CommandInset href
12300 LatexCommand href
12301 name "LyX-Fehler #1435"
12302 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \end_inset
12310
12311 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12312  Verwendet man 
12313 \series bold
12314
12315 \backslash
12316 boxed
12317 \series default
12318 , wird automatisch im Rahmen eine neue Formel erzeugt.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Der Befehl 
12323 \series bold
12324
12325 \backslash
12326 fbox
12327 \series default
12328  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12329  wird dann immer in Textzeilengröße gesetzt.
12330  Im Gegensatz dazu ist 
12331 \series bold
12332
12333 \backslash
12334 boxed
12335 \series default
12336  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12337  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Als Erweiterung zu 
12342 \series bold
12343
12344 \backslash
12345 fbox
12346 \series default
12347  gibt es den Befehl 
12348 \series bold
12349
12350 \backslash
12351 framebox
12352 \series default
12353
12354 \begin_inset Index
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Befehle ! F ! 
12359 \backslash
12360 framebox
12361 \end_layout
12362
12363 \end_inset
12364
12365 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12366  kann.
12367  
12368 \series bold
12369
12370 \backslash
12371 framebox
12372 \series default
12373  wird nach folgendem Schema verwendet:
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 framebox[Rahmenbreite][Position]{Boxinhalt}
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Die Position kann entweder 
12386 \emph on
12387 l
12388 \emph default
12389  oder 
12390 \emph on
12391 r
12392 \emph default
12393  sein.
12394  
12395 \emph on
12396 l
12397 \emph default
12398  bewirkt linksbündige, 
12399 \emph on
12400 r
12401 \emph default
12402  rechtsbündige Ausrichtung der Formel in der Box.
12403  Gibt man keine Position an, wird die Formel zentriert.
12404 \begin_inset Newline newline
12405 \end_inset
12406
12407 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12408  In diesem Falle wird die Rahmenbreite wie bei 
12409 \series bold
12410
12411 \backslash
12412 fbox
12413 \series default
12414  an den Boxinhalt angepasst.
12415 \end_layout
12416
12417 \begin_layout Standard
12418 Wenn man den Befehl 
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424  eingibt, erscheint eine Box mit drei Eingabefeldern.
12425  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12426  beiden optionalen Argumente.
12427  In das dritte Feld wird wie bei 
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433  die Formel eingegeben.
12434 \end_layout
12435
12436 \begin_layout Standard
12437 \align center
12438 \begin_inset Note Note
12439 status open
12440
12441 \begin_layout Plain Layout
12442 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12443  auch erscheint.
12444  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \begin_inset Box Frameless
12451 position "c"
12452 hor_pos "c"
12453 has_inner_box 1
12454 inner_pos "c"
12455 use_parbox 0
12456 width "100col%"
12457 special "none"
12458 height "1in"
12459 height_special "totalheight"
12460 status open
12461
12462 \begin_layout Plain Layout
12463 \align center
12464 \begin_inset Tabular
12465 <lyxtabular version="3" rows="5" columns="2">
12466 <features>
12467 <column alignment="center" valignment="top" width="0">
12468 <column alignment="center" valignment="top" width="0">
12469 <row>
12470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 Befehl
12475 \begin_inset Foot
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12480 \family sans
12481 Strg-m
12482 \family default
12483  eine neue Formel zu erzeugen, siehe 
12484 \begin_inset CommandInset href
12485 LatexCommand href
12486 name "LyX-Fehler #1435"
12487 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12488
12489 \end_inset
12490
12491 .
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 Ergebnis
12506 \begin_inset Note Note
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511 \series bold
12512
12513 \backslash
12514 raisebox
12515 \series default
12516  dient nur als Abstandhalter.
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532
12533 \backslash
12534 fbox
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540
12541 \backslash
12542 leer 
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \family sans
12549 Strg-m
12550 \family default
12551  
12552 \backslash
12553 int
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 leer 
12562 \end_layout
12563
12564 \end_inset
12565
12566 A=B
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 </row>
12585 <row>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590
12591 \backslash
12592 boxed
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598
12599 \backslash
12600 leer 
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 leer 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 A+
12644 \backslash
12645 fbox
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 leer 
12654 \end_layout
12655
12656 \end_inset
12657
12658 B
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 framebox
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 leer 
12692 \end_layout
12693
12694 \end_inset
12695
12696 20mm
12697 \begin_inset Formula $\to$
12698 \end_inset
12699
12700
12701 \begin_inset Formula $\to$
12702 \end_inset
12703
12704
12705 \family sans
12706 Strg-m
12707 \family default
12708  
12709 \backslash
12710 frac
12711 \begin_inset ERT
12712 status collapsed
12713
12714 \begin_layout Plain Layout
12715
12716
12717 \backslash
12718 leer 
12719 \end_layout
12720
12721 \end_inset
12722
12723 A
12724 \begin_inset Formula $\downarrow$
12725 \end_inset
12726
12727 B
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset Formula $\raisebox {6mm}{}$
12737 \end_inset
12738
12739
12740 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12741 \end_inset
12742
12743
12744 \begin_inset Formula $\raisebox {-4mm}{}$
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 </row>
12753 </lyxtabular>
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Die Rahmendicke kann ebenfalls eingestellt werden.
12767  Dazu müssen vor der Formel im TeX-Modus die Befehle
12768 \end_layout
12769
12770 \begin_layout Standard
12771
12772 \series bold
12773
12774 \backslash
12775 fboxrule
12776 \series default
12777  
12778 \series bold
12779
12780 \begin_inset Quotes gld
12781 \end_inset
12782
12783 Dicke
12784 \begin_inset Quotes grd
12785 \end_inset
12786
12787
12788 \series default
12789  
12790 \series bold
12791
12792 \backslash
12793 fboxsep
12794 \series default
12795  
12796 \series bold
12797
12798 \begin_inset Quotes gld
12799 \end_inset
12800
12801 Abstand
12802 \begin_inset Quotes grd
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 eingegeben werden.
12810  
12811 \begin_inset Quotes gld
12812 \end_inset
12813
12814 Abstand
12815 \begin_inset Quotes grd
12816 \end_inset
12817
12818  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12819  in der Box fest.
12820  Ein Beispiel dafür ist folgende umrandete Formel:
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 fboxrule 2mm 
12829 \backslash
12830 fboxsep 3mm
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \begin_inset Formula \[
12837 \boxed{A+B=C}\]
12838
12839 \end_inset
12840
12841 Vor dieser Formel wurde im TeX-Modus
12842 \end_layout
12843
12844 \begin_layout Standard
12845
12846 \series bold
12847
12848 \backslash
12849 fboxrule
12850 \series default
12851  
12852 \series bold
12853 2mm
12854 \series default
12855  
12856 \series bold
12857
12858 \backslash
12859 fboxsep
12860 \series default
12861  
12862 \series bold
12863 3mm
12864 \end_layout
12865
12866 \begin_layout Standard
12867 eingegeben.
12868  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12869 \end_layout
12870
12871 \begin_layout Standard
12872 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12873  nächsten Formel im TeX-Modus folgende Befehle ein:
12874 \end_layout
12875
12876 \begin_layout Standard
12877
12878 \series bold
12879
12880 \backslash
12881 fboxrule
12882 \series default
12883  
12884 \series bold
12885 0.4pt
12886 \series default
12887  
12888 \series bold
12889
12890 \backslash
12891 fboxsep
12892 \series default
12893  
12894 \series bold
12895 3pt
12896 \series default
12897
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 fboxrule 0.4pt 
12906 \backslash
12907 fboxsep 3pt
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Subsection
12916 Boxen ohne Rahmen
12917 \begin_inset CommandInset label
12918 LatexCommand label
12919 name "sub:Boxen-ohne-Rahmen"
12920
12921 \end_inset
12922
12923
12924 \begin_inset Index
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 Boxen ! ohne Rahmen
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12938 \series bold
12939
12940 \backslash
12941 mbox
12942 \series default
12943
12944 \begin_inset Index
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 Befehle ! M ! 
12949 \backslash
12950 mbox
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \series bold
12957
12958 \backslash
12959 makebox
12960 \series default
12961
12962 \begin_inset Index
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966 Befehle ! M ! 
12967 \backslash
12968 makebox
12969 \end_layout
12970
12971 \end_inset
12972
12973  und
12974 \begin_inset Newline linebreak
12975 \end_inset
12976
12977
12978 \series bold
12979
12980 \backslash
12981 raisebox
12982 \series default
12983
12984 \begin_inset Index
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988 Befehle ! R ! 
12989 \backslash
12990 raisebox
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 Mit 
13000 \series bold
13001
13002 \backslash
13003 raisebox
13004 \series default
13005  kann man eine Box hoch- oder tiefstellen.
13006  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13007 n die Schriftgröße bei.
13008  
13009 \series bold
13010
13011 \backslash
13012 raisebox
13013 \series default
13014  wird dabei mit folgendem Schema benutzt:
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 raisebox{Höhe}{Boxinhalt}
13023 \end_layout
13024
13025 \begin_layout Standard
13026 Soll in der Box eine Formel stehen, muss man wie bei 
13027 \series bold
13028
13029 \backslash
13030 fbox
13031 \series default
13032  eine weitere Formel erstellen.
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \align center
13037 \begin_inset Tabular
13038 <lyxtabular version="3" rows="4" columns="2">
13039 <features>
13040 <column alignment="center" valignment="top" width="0">
13041 <column alignment="center" valignment="top" width="0">
13042 <row>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 Befehl
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Ergebnis
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 H
13068 \backslash
13069 raisebox{2mm
13070 \begin_inset Formula $\to$
13071 \end_inset
13072
13073
13074 \backslash
13075 {al
13076 \begin_inset Formula $\to$
13077 \end_inset
13078
13079  lo
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 </row>
13097 <row>
13098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 H
13103 \backslash
13104 raisebox{-2mm
13105 \begin_inset Formula $\to$
13106 \end_inset
13107
13108
13109 \backslash
13110 {al
13111 \begin_inset Formula $\to$
13112 \end_inset
13113
13114 lo
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 A=
13138 \backslash
13139 raisebox{-2mm
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143
13144 \backslash
13145 {
13146 \family sans
13147 Strg-m
13148 \family default
13149  
13150 \backslash
13151 sqrt
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 leer 
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 \begin_inset ERT
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177
13178 $A=
13179 \backslash
13180 raisebox{-2mm}{$
13181 \backslash
13182 sqrt{B}$}$
13183 \end_layout
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 </lyxtabular>
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13202  statt der benötigten weiteren Formel eine Box einfügt.
13203 \begin_inset Foot
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 siehe 
13208 \begin_inset CommandInset href
13209 LatexCommand href
13210 name "LyX-Fehler #1435"
13211 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Der Befehl 
13225 \series bold
13226
13227 \backslash
13228 mbox
13229 \series default
13230  ist äquivalent zu 
13231 \series bold
13232
13233 \backslash
13234 fbox
13235 \series default
13236  und 
13237 \series bold
13238
13239 \backslash
13240 makebox
13241 \series default
13242  ist äquivalent zu 
13243 \series bold
13244
13245 \backslash
13246 framebox
13247 \series default
13248 , nur dass es keinen Rahmen gibt.
13249 \end_layout
13250
13251 \begin_layout Subsection
13252 Farbige Boxen
13253 \begin_inset CommandInset label
13254 LatexCommand label
13255 name "sub:Farbige-Boxen"
13256
13257 \end_inset
13258
13259
13260 \begin_inset Index
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Boxen ! farbige
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13274  im LaTeX-Vorspann das LaTeX-Paket 
13275 \series bold
13276 color
13277 \series default
13278
13279 \begin_inset Foot
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Das Paket 
13284 \series bold
13285 color
13286 \series default
13287  ist Teil jeder LaTeX-Standardinstallation.
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \begin_inset Index
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 Pakete ! color
13298 \end_layout
13299
13300 \end_inset
13301
13302  mit der Zeile
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 usepackage{color}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 geladen werden
13315 \begin_inset Foot
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13320  LyX das LaTeX-Paket 
13321 \series bold
13322 color
13323 \series default
13324  automatisch.
13325  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13326  keine Probleme hervorruft.
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \begin_inset Note Note
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13337  ein Makro eingefügt.
13338 \end_layout
13339
13340 \end_inset
13341
13342 .
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \begin_inset VSpace medskip
13347 \end_inset
13348
13349 Um Boxen einzufärben, verwendet man den Befehl 
13350 \series bold
13351
13352 \backslash
13353 colorbox
13354 \series default
13355
13356 \begin_inset Index
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Befehle ! C ! 
13361 \backslash
13362 colorbox
13363 \end_layout
13364
13365 \end_inset
13366
13367  nach folgendem Schema:
13368 \end_layout
13369
13370 \begin_layout Standard
13371
13372 \series bold
13373
13374 \backslash
13375 colorbox{Farbe}{Boxinhalt}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Der Boxinhalt kann auch wieder eine Box sein und eine 
13380 \series bold
13381
13382 \backslash
13383 colorbox
13384 \series default
13385  kann auch ein Teil einer anderen Box sein (siehe 2.
13386  und 3.
13387  Beispiel).
13388  Soll in der Box eine Formel stehen, muss wie bei 
13389 \series bold
13390
13391 \backslash
13392 fbox
13393 \series default
13394  eine weitere Formel erstellt werden.
13395 \begin_inset Foot
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 Das gilt auch für den Befehl 
13400 \series bold
13401
13402 \backslash
13403 fcolorbox
13404 \series default
13405 .
13406  Dabei ist 
13407 \begin_inset CommandInset href
13408 LatexCommand href
13409 name "LyX-Fehler #1435"
13410 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13411
13412 \end_inset
13413
13414  zu beachten.
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Aus folgenden vordefinierten Farben kann gewählt werden:
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429 black
13430 \series default
13431
13432 \series bold
13433 blue
13434 \series default
13435
13436 \series bold
13437 cyan
13438 \series default
13439
13440 \series bold
13441 green
13442 \series default
13443
13444 \series bold
13445 magenta
13446 \series default
13447
13448 \series bold
13449 red
13450 \series default
13451
13452 \series bold
13453 white
13454 \series default
13455  und 
13456 \series bold
13457 yellow
13458 \end_layout
13459
13460 \begin_layout Standard
13461 \align center
13462 \begin_inset Tabular
13463 <lyxtabular version="3" rows="4" columns="2">
13464 <features>
13465 <column alignment="center" valignment="top" width="0">
13466 <column alignment="center" valignment="top" width="0">
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 Befehl
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 Ergebnis
13482 \begin_inset Note Note
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487 \series bold
13488
13489 \backslash
13490 raisebox
13491 \series default
13492  dient nur als Abstandhalter.
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508
13509 \backslash
13510 colorbox{yellow
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {A=B
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \backslash
13541 colorbox{green
13542 \begin_inset Formula $\to$
13543 \end_inset
13544
13545
13546 \backslash
13547 {
13548 \backslash
13549 fbox
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555
13556 \backslash
13557 leer 
13558 \end_layout
13559
13560 \end_inset
13561
13562 A=B
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \backslash
13587 fbox
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 leer 
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \backslash
13602 colorbox{green
13603 \begin_inset Formula $\to$
13604 \end_inset
13605
13606
13607 \backslash
13608 {A=B
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 colorbox
13639 \series default
13640  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13641  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13642  
13643 \family sans
13644 Textstil
13645 \family default
13646  die gewünschte Farbe aus.
13647  Der Dialog kann mit dem Werkzeugleistenknopf 
13648 \begin_inset Graphics
13649         filename ../../images/dialog-show_character.png
13650         scale 85
13651
13652 \end_inset
13653
13654  oder dem Menü 
13655 \family sans
13656 Bearbeiten\SpecialChar \menuseparator
13657 Textstil\SpecialChar \menuseparator
13658 Benutzerdefiniert
13659 \family default
13660  aufgerufen werden.
13661  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13662  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13663  innerhalb der Formel die Farbe geändert werden.
13664 \end_layout
13665
13666 \begin_layout Standard
13667 Ein Beispiel:
13668 \end_layout
13669
13670 \begin_layout Standard
13671
13672 \color red
13673 \begin_inset Formula \begin{equation}
13674 \int A=B\label{eq:rot}\end{equation}
13675
13676 \end_inset
13677
13678
13679 \color green
13680
13681 \begin_inset Formula \begin{equation}
13682 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Formel 
13691 \begin_inset CommandInset ref
13692 LatexCommand eqref
13693 reference "eq:rot"
13694
13695 \end_inset
13696
13697  ist komplett rot gefärbt.
13698 \begin_inset Newline newline
13699 \end_inset
13700
13701 Formel 
13702 \begin_inset CommandInset ref
13703 LatexCommand eqref
13704 reference "eq:rotgruen"
13705
13706 \end_inset
13707
13708  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13709  Anschließend wurden die Formelzeichen rot gefärbt.
13710 \end_layout
13711
13712 \begin_layout Standard
13713 \begin_inset VSpace bigskip
13714 \end_inset
13715
13716 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13717  den Befehl 
13718 \series bold
13719
13720 \backslash
13721 fcolorbox
13722 \series default
13723
13724 \begin_inset Index
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Befehle ! F ! 
13729 \backslash
13730 fcolorbox
13731 \end_layout
13732
13733 \end_inset
13734
13735  nach folgendem Schema:
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 fcolorbox
13752 \series default
13753  stellt also eine Erweiterung des Befehls 
13754 \series bold
13755
13756 \backslash
13757 colorbox
13758 \series default
13759  dar.
13760  Die Rahmenbreite wird, wie bei 
13761 \series bold
13762
13763 \backslash
13764 framebox
13765 \series default
13766 , mit 
13767 \series bold
13768
13769 \backslash
13770 fboxrule
13771 \series default
13772  und 
13773 \series bold
13774
13775 \backslash
13776 fboxsep
13777 \series default
13778  festgelegt.
13779  Ein Beispiel:
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 fboxrule 1mm 
13788 \backslash
13789 fboxsep 1mm
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \begin_inset Formula \[
13796 \fcolorbox {cyan}{magenta}{A=B}\]
13797
13798 \end_inset
13799
13800
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806
13807 \backslash
13808 fboxrule 0.4pt 
13809 \backslash
13810 fboxsep 3pt
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \begin_layout Standard
13819 Diese Formel wurde mit folgendem Befehl erstellt:
13820 \begin_inset Newline newline
13821 \end_inset
13822
13823
13824 \series bold
13825
13826 \backslash
13827 fcolorbox{cyan
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {magenta
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {A=B
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \begin_inset VSpace bigskip
13844 \end_inset
13845
13846 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13847  selbst definieren.
13848 \end_layout
13849
13850 \begin_layout Standard
13851 Man kann z.
13852 \begin_inset Space \thinspace{}
13853 \end_inset
13854
13855 B.
13856  mit folgender LaTeX-Vorspannzeile die Farbe 
13857 \begin_inset Quotes gld
13858 \end_inset
13859
13860
13861 \series bold
13862 dunkelgruen
13863 \series default
13864
13865 \begin_inset Quotes grd
13866 \end_inset
13867
13868
13869 \begin_inset Foot
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873 In Befehlen darf kein Umlaut stehen, siehe 
13874 \begin_inset CommandInset ref
13875 LatexCommand ref
13876 reference "sec:Benutzerdefinierte-Befehle"
13877
13878 \end_inset
13879
13880 .
13881 \end_layout
13882
13883 \end_inset
13884
13885  definieren:
13886 \end_layout
13887
13888 \begin_layout Standard
13889
13890 \series bold
13891
13892 \backslash
13893 definecolor{dunkelgruen}{cmyk}{0.5,
13894 \series default
13895  
13896 \series bold
13897 0,
13898 \series default
13899  
13900 \series bold
13901 1,
13902 \series default
13903  
13904 \series bold
13905 0.5}
13906 \series default
13907
13908 \begin_inset Index
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Befehle ! D ! 
13913 \backslash
13914 definecolor
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Standard
13923
13924 \series bold
13925 cmyk
13926 \series default
13927  ist der Farbraum und steht für die Farben 
13928 \series bold
13929 cyan
13930 \series default
13931
13932 \series bold
13933 magenta
13934 \series default
13935
13936 \series bold
13937 yellow
13938 \series default
13939  und 
13940 \series bold
13941 black
13942 \series default
13943 .
13944  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13945  Für den Anteil kann man Werte im Bereich 0
13946 \begin_inset Space \thinspace{}
13947 \end_inset
13948
13949 -
13950 \begin_inset Space \thinspace{}
13951 \end_inset
13952
13953 1 angeben.
13954  Anstelle von 
13955 \series bold
13956 cmyk
13957 \series default
13958  kann man zur Definition auch den Farbraum 
13959 \series bold
13960 rgb
13961 \series default
13962  verwenden.
13963  
13964 \series bold
13965 rgb
13966 \series default
13967  steht für 
13968 \series bold
13969 red
13970 \series default
13971
13972 \series bold
13973 green
13974 \series default
13975  und 
13976 \series bold
13977 blue
13978 \series default
13979 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13980  Des Weiteren gibt es noch den Farbraum 
13981 \series bold
13982 gray
13983 \series default
13984 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13985 \end_layout
13986
13987 \begin_layout Standard
13988 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13989 \series bold
13990 darkgreen
13991 \series default
13992 , bei der die Zeichenfarbe 
13993 \series bold
13994 yellow
13995 \series default
13996  gewählt wurde:
13997 \begin_inset Formula \begin{equation}
13998 \colorbox {dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 Selbst definierte Farben können mit dem Befehl 
14007 \series bold
14008
14009 \backslash
14010 textcolor
14011 \series default
14012  auch für Text
14013 \begin_inset Index
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 Text ! farbiger
14018 \end_layout
14019
14020 \end_inset
14021
14022  verwendet werden:
14023 \end_layout
14024
14025 \begin_layout Standard
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031
14032 \backslash
14033 textcolor{dunkelgruen}{
14034 \end_layout
14035
14036 \end_inset
14037
14038 Dieser Satz ist 
14039 \begin_inset Quotes gld
14040 \end_inset
14041
14042 dunkelgruen
14043 \begin_inset Quotes grd
14044 \end_inset
14045
14046 .
14047 \begin_inset ERT
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051
14052 }
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \series bold
14063
14064 \backslash
14065 textcolor
14066 \series default
14067
14068 \begin_inset Index
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 Befehle ! T ! 
14073 \backslash
14074 textcolor
14075 \end_layout
14076
14077 \end_inset
14078
14079  wird nach dem Schema 
14080 \series bold
14081
14082 \backslash
14083 textcolor{Farbe}{zu
14084 \series default
14085  
14086 \series bold
14087 färbende
14088 \series default
14089  
14090 \series bold
14091 Zeichen}
14092 \series default
14093  verwendet.
14094 \end_layout
14095
14096 \begin_layout Subsection
14097 Absatzboxen
14098 \begin_inset CommandInset label
14099 LatexCommand label
14100 name "sub:Absatzboxen"
14101
14102 \end_inset
14103
14104
14105 \begin_inset Index
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 Boxen ! Absatz-
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Standard
14118 Mit dem Menü 
14119 \family sans
14120 Einfügen\SpecialChar \menuseparator
14121 Box
14122 \family default
14123  oder dem Werkzeugleistenknopf 
14124 \begin_inset Graphics
14125         filename ../../images/box-insert.png
14126         scale 85
14127
14128 \end_inset
14129
14130  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14131  eine so genannte 
14132 \emph on
14133 Parbox
14134 \emph default
14135  (Absatzbox).
14136 \end_layout
14137
14138 \begin_layout Standard
14139 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14140 \end_layout
14141
14142 \begin_layout Standard
14143 \begin_inset VSpace medskip
14144 \end_inset
14145
14146 Dies ist eine Zeile 
14147 \begin_inset Box Boxed
14148 position "c"
14149 hor_pos "c"
14150 has_inner_box 1
14151 inner_pos "t"
14152 use_parbox 1
14153 width "5cm"
14154 special "none"
14155 height "1in"
14156 height_special "totalheight"
14157 status open
14158
14159 \begin_layout Plain Layout
14160 Dies ist die Absatzbox.
14161  Sie ist genau 5
14162 \begin_inset Space \thinspace{}
14163 \end_inset
14164
14165 cm lang und kann auch Formeln enthalten: 
14166 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173
14174  mit einer Absatzbox.
14175 \begin_inset VSpace medskip
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \begin_layout Standard
14182 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14183  graue Box mit dem Namen 
14184 \begin_inset Quotes gld
14185 \end_inset
14186
14187 Box(Gerahmt)
14188 \begin_inset Quotes grd
14189 \end_inset
14190
14191  klickt.
14192  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14193  In diesem Fall: 
14194 \emph on
14195 Verzierung
14196 \emph default
14197 : Rechteckige Box, 
14198 \emph on
14199 Innere Box
14200 \emph default
14201 : Parbox, 
14202 \emph on
14203 Breite
14204 \emph default
14205 : 5
14206 \begin_inset Space \thinspace{}
14207 \end_inset
14208
14209 cm, 
14210 \emph on
14211 Vertikale Box Ausrichtung
14212 \emph default
14213 : Mitte
14214 \end_layout
14215
14216 \begin_layout Standard
14217 \begin_inset VSpace medskip
14218 \end_inset
14219
14220 In LaTeX wird eine Absatzbox mit dem Befehl 
14221 \series bold
14222
14223 \backslash
14224 parbox
14225 \series default
14226
14227 \begin_inset Index
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Befehle ! P ! 
14232 \backslash
14233 parbox
14234 \end_layout
14235
14236 \end_inset
14237
14238  erstellt, welcher folgendes Schema besitzt:
14239 \end_layout
14240
14241 \begin_layout Standard
14242
14243 \series bold
14244
14245 \backslash
14246 parbox[Position]{Breite}{Boxinhalt}
14247 \end_layout
14248
14249 \begin_layout Standard
14250 Die Positionen 
14251 \emph on
14252 b
14253 \emph default
14254  und 
14255 \emph on
14256 t
14257 \emph default
14258  sind möglich.
14259  
14260 \emph on
14261 b
14262 \emph default
14263  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14264  Text eingepasst wird.
14265  Bei 
14266 \emph on
14267 t
14268 \emph default
14269  wie top geschieht dies für die erste Zeile.
14270  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14271  siehe das Kapitel 
14272 \emph on
14273 Boxen
14274 \emph default
14275  des Handbuchs
14276 \emph on
14277  Eingebettete
14278 \begin_inset Space ~
14279 \end_inset
14280
14281 Objekte
14282 \emph default
14283  für Beispiele.
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \begin_inset VSpace bigskip
14288 \end_inset
14289
14290 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14291  in eine Absatzbox setzen.
14292  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14293 \series bold
14294
14295 \backslash
14296 fbox{
14297 \backslash
14298 parbox{
14299 \backslash
14300 linewidth-2
14301 \backslash
14302 fboxsep-2
14303 \backslash
14304 fboxrule}{
14305 \series default
14306 .
14307  Hierbei steht 
14308 \series bold
14309
14310 \backslash
14311 linewidth
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Befehle ! L ! 
14317 \backslash
14318 linewidth
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \series default
14325  für die im Dokument eingestellte Zeilenbreite.
14326  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14327 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14328  Da dies LyX aufgrund eines Fehlers
14329 \begin_inset Foot
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 \begin_inset CommandInset href
14334 LatexCommand href
14335 name "LyX-Fehler #4483"
14336 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \end_inset
14344
14345  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14346  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14347 spann das LaTeX-Paket 
14348 \series bold
14349 calc
14350 \series default
14351
14352 \begin_inset Foot
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357 \series bold
14358 calc
14359 \series default
14360  ist Teil jeder LaTeX-Standardinstallation.
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset Index
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 Pakete ! calc
14371 \end_layout
14372
14373 \end_inset
14374
14375  mit der Zeile
14376 \end_layout
14377
14378 \begin_layout Standard
14379
14380 \series bold
14381
14382 \backslash
14383 usepackage{calc}
14384 \end_layout
14385
14386 \begin_layout Standard
14387 geladen werden.
14388  Nach der Formel werden beide Boxen geschlossen, indem man 
14389 \series bold
14390 }}
14391 \series default
14392  im TeX-Modus eingibt.
14393  Dazu ein Beispiel:
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 fboxsep 5mm 
14402 \backslash
14403 fboxrule 5mm
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 fbox{
14420 \backslash
14421 parbox{
14422 \backslash
14423 linewidth-2
14424 \backslash
14425 fboxsep-2
14426 \backslash
14427 fboxrule}{
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Formula \begin{equation}
14434 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14435
14436 \end_inset
14437
14438
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }}
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 fboxrule 0.4pt 
14458 \backslash
14459 fboxsep 3pt
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 \begin_inset VSpace medskip
14469 \end_inset
14470
14471 Da im Argument von 
14472 \series bold
14473
14474 \backslash
14475 fbox
14476 \series default
14477  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14478  keinen Unterschied zwischen 
14479 \series bold
14480
14481 \backslash
14482 fbox
14483 \series default
14484  und 
14485 \series bold
14486
14487 \backslash
14488 boxed
14489 \series default
14490 .
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace bigskip
14495 \end_inset
14496
14497 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14498  Dazu verwendet man 
14499 \series bold
14500
14501 \backslash
14502 parbox
14503 \series default
14504  in Verbindung mit dem Befehl 
14505 \series bold
14506
14507 \backslash
14508 tag
14509 \series default
14510 .
14511  (mehr zu 
14512 \series bold
14513
14514 \backslash
14515 tag
14516 \series default
14517  siehe 
14518 \begin_inset CommandInset ref
14519 LatexCommand ref
14520 reference "sub:Benutzerdefinierte-Nummerierung"
14521
14522 \end_inset
14523
14524 )
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Ein Beispiel einer mit Hilfe von 
14529 \series bold
14530
14531 \backslash
14532 parbox
14533 \series default
14534  kommentierten Formel:
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543
14544 \backslash
14545 [5x-7b=3b
14546 \backslash
14547 tag*{
14548 \backslash
14549 parbox{5cm}{
14550 \end_layout
14551
14552 \end_inset
14553
14554 Dies ist eine Beschreibung.
14555  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }}
14562 \backslash
14563 ]
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14573  Befehl 
14574 \series bold
14575
14576 \backslash
14577 parbox
14578 \series default
14579  in Formeln noch nicht unterstützt.
14580  Die Formel wird mit folgender Befehlssequenz erstellt:
14581 \end_layout
14582
14583 \begin_layout Standard
14584 Der Befehl 
14585 \series bold
14586
14587 \backslash
14588 [5x-7b=3b
14589 \backslash
14590 tag*
14591 \backslash
14592 {
14593 \backslash
14594 parbox{5cm}{
14595 \series default
14596  wird im TeX-Modus eingegeben.
14597 \begin_inset Foot
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601 Ist der Formelstil 
14602 \series bold
14603 Eingerückt
14604 \series default
14605  aktiviert, kann 
14606 \series bold
14607
14608 \backslash
14609 tag*
14610 \backslash
14611 {
14612 \series default
14613  auch durch 
14614 \series bold
14615
14616 \backslash
14617 hfill
14618 \series default
14619  ersetzt werden.
14620  (Formelstile siehe 
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sec:Formelstile"
14624
14625 \end_inset
14626
14627 )
14628 \end_layout
14629
14630 \end_inset
14631
14632  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14633 \series bold
14634 }}
14635 \backslash
14636 ]
14637 \series default
14638  im TeX-Modus ein.
14639  Die Befehle 
14640 \series bold
14641
14642 \backslash
14643 [
14644 \series default
14645  und 
14646 \series bold
14647
14648 \backslash
14649 ]
14650 \series default
14651  erstellen hierbei eine abgesetzte Formel.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 Die Vorteile von 
14656 \series bold
14657
14658 \backslash
14659 parbox
14660 \series default
14661  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14662  Textmodus 
14663 \begin_inset Quotes gld
14664 \end_inset
14665
14666 kommentiert
14667 \begin_inset Quotes grd
14668 \end_inset
14669
14670  wurde:
14671 \begin_inset Formula \[
14672 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Section
14680 Operatoren
14681 \begin_inset Index
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Operatoren
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Subsection
14694 Große Operatoren
14695 \begin_inset CommandInset label
14696 LatexCommand label
14697 name "sub:Große-Operatoren"
14698
14699 \end_inset
14700
14701
14702 \begin_inset Index
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 Operatoren ! große
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Index
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716 Summen
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \begin_inset Index
14723 status collapsed
14724
14725 \begin_layout Plain Layout
14726 Integrale
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14736  sind, muss die Option 
14737 \family sans
14738 esint-Paket automatisch verwenden
14739 \family default
14740  in den Dokumenteinstellungen unter 
14741 \family sans
14742 Mathe-Optionen
14743 \family default
14744  gewählt sein.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset Space \hfill{}
14749 \end_inset
14750
14751
14752 \begin_inset Tabular
14753 <lyxtabular version="3" rows="11" columns="2">
14754 <features>
14755 <column alignment="center" valignment="top" width="0pt">
14756 <column alignment="center" valignment="top" width="0pt">
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 Befehl
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 Ergebnis
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 sum
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Befehle ! S ! 
14790 \backslash
14791 sum
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 \begin_inset Formula $\sum$
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \backslash
14821 int
14822 \begin_inset Index
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Befehle ! I ! 
14827 \backslash
14828 int
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\int$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 intop
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\intop$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 oint
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\oint$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 ointop
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\ointop$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 ointctrclockwise
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\ointctrclockwise$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 ointclockwise
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\ointclockwise$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 sqint
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\sqint$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 bigcap
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\bigcap$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 bigcup
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\bigcup$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \begin_inset Space \hfill{}
15057 \end_inset
15058
15059
15060 \begin_inset Tabular
15061 <lyxtabular version="3" rows="10" columns="2">
15062 <features>
15063 <column alignment="center" valignment="top" width="0pt">
15064 <column alignment="center" valignment="top" width="0pt">
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Befehl
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Ergebnis
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \backslash
15092 prod
15093 \begin_inset Index
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Befehle ! P ! 
15098 \backslash
15099 prod
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\prod$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 coprod
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\coprod$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 bigodot
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\bigodot$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigotimes
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigotimes$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigoplus
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigoplus$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 bigwedge
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\bigwedge$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 bigvee
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\bigvee$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 bigsqcup
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\bigsqcup$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 biguplus
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\biguplus$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 </lyxtabular>
15323
15324 \end_inset
15325
15326
15327 \begin_inset Space \hfill{}
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15335 \begin_inset Graphics
15336         filename ../../images/math/intop.png
15337         scale 85
15338
15339 \end_inset
15340
15341  eingefügt werden.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15346  Teil gleich aussehenden binären Operatoren.
15347  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15348  beschrieben.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Die Operatoren 
15353 \series bold
15354
15355 \backslash
15356 intop
15357 \series default
15358  und 
15359 \series bold
15360
15361 \backslash
15362 ointop
15363 \series default
15364  unterscheiden sich von 
15365 \series bold
15366
15367 \backslash
15368 int
15369 \series default
15370  bzw.
15371  
15372 \series bold
15373
15374 \backslash
15375 oint
15376 \series default
15377  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15378 \begin_inset CommandInset ref
15379 LatexCommand ref
15380 reference "sub:Operatorgrenzen"
15381
15382 \end_inset
15383
15384 .
15385  
15386 \end_layout
15387
15388 \begin_layout Subsubsection*
15389 Hinweise zu Integralen
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Der Buchstabe 
15394 \emph on
15395 d
15396 \emph default
15397  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15398  muss.
15399  Dazu markiert man das 
15400 \emph on
15401 d
15402 \emph default
15403  und wandelt es mit der Tastenkombination 
15404 \family sans
15405 Alt-z
15406 \begin_inset Space ~
15407 \end_inset
15408
15409 r
15410 \family default
15411
15412 \begin_inset Foot
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416 Schriftstile siehe 
15417 \begin_inset CommandInset ref
15418 LatexCommand ref
15419 reference "sub:Schriftstile"
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427
15428  um.
15429  Anschließend fügt man vor dem 
15430 \emph on
15431 d
15432 \emph default
15433 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15434  Dazu ein Beispiel:
15435 \end_layout
15436
15437 \begin_layout Standard
15438 inkorrekt: 
15439 \begin_inset Formula $\int A(x)dx$
15440 \end_inset
15441
15442
15443 \begin_inset Newline newline
15444 \end_inset
15445
15446
15447 \begin_inset ERT
15448 status collapsed
15449
15450 \begin_layout Plain Layout
15451
15452
15453 \backslash
15454 hphantom{in}
15455 \end_layout
15456
15457 \end_inset
15458
15459 korrekt: 
15460 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470 Für Mehrfachintegrale gibt es folgende Befehle:
15471 \begin_inset VSpace medskip
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset Space \hfill{}
15479 \end_inset
15480
15481
15482 \begin_inset Tabular
15483 <lyxtabular version="3" rows="4" columns="2">
15484 <features>
15485 <column alignment="center" valignment="top" width="0">
15486 <column alignment="center" valignment="top" width="0">
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 Befehl
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 Ergebnis
15502 \begin_inset Note Note
15503 status collapsed
15504
15505 \begin_layout Plain Layout
15506
15507 \series bold
15508
15509 \backslash
15510 raisebox
15511 \series default
15512  dient nur als Abstandhalter.
15513 \end_layout
15514
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 iint
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \backslash
15555 oiint
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \backslash
15580 sqiint
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 </lyxtabular>
15599
15600 \end_inset
15601
15602
15603 \begin_inset Space \hfill{}
15604 \end_inset
15605
15606
15607 \begin_inset Tabular
15608 <lyxtabular version="3" rows="4" columns="2">
15609 <features>
15610 <column alignment="center" valignment="top" width="0">
15611 <column alignment="center" valignment="top" width="0">
15612 <row>
15613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 Befehl
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 Ergebnis
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 iiint
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 iiiint
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 dotsint
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 </lyxtabular>
15708
15709 \end_inset
15710
15711
15712 \begin_inset Space \hfill{}
15713 \end_inset
15714
15715
15716 \begin_inset Newpage newpage
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Subsection
15723 Operatorgrenzen
15724 \begin_inset CommandInset label
15725 LatexCommand label
15726 name "sub:Operatorgrenzen"
15727
15728 \end_inset
15729
15730
15731 \begin_inset Index
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 Operatoren ! Grenzen
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Grenzen werden durch Hoch- bzw.
15745  Tiefstellen erzeugt:
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \align center
15750 \begin_inset Tabular
15751 <lyxtabular version="3" rows="2" columns="2">
15752 <features>
15753 <column alignment="center" valignment="top" width="0pt">
15754 <column alignment="center" valignment="top" width="0pt">
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Befehl
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Ergebnis
15770 \begin_inset Note Note
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774
15775 \series bold
15776
15777 \backslash
15778 raisebox
15779 \series default
15780  dient nur als Abstandhalter.
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \backslash
15798 prod^
15799 \backslash
15800 infty
15801 \begin_inset ERT
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805
15806
15807 \backslash
15808 leer 
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \begin_inset Formula $\to$
15815 \end_inset
15816
15817 _0
15818 \begin_inset Formula $\to$
15819 \end_inset
15820
15821 A(x)
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 </lyxtabular>
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15848  Operator gesetzt.
15849  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15850  bzw.
15851  unter den Operator gesetzt.
15852 \end_layout
15853
15854 \begin_layout Standard
15855 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15856  man den Cursor direkt hinter den Operator und setzt über das Menü 
15857 \family sans
15858 Bearbeiten\SpecialChar \menuseparator
15859 Mathe\SpecialChar \menuseparator
15860 Art der Operatorgrenzen ändern
15861 \family default
15862  die Grenzen auf 
15863 \series bold
15864 Eingebettet
15865 \series default
15866  (Tastenkombination 
15867 \family sans
15868 Alt-m
15869 \begin_inset Space ~
15870 \end_inset
15871
15872 l
15873 \family default
15874 ).
15875  Dazu folgendes Beispiel:
15876 \end_layout
15877
15878 \begin_layout Standard
15879 Die normalen Grenzen sehen so aus:
15880 \begin_inset Formula \[
15881 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15882
15883 \end_inset
15884
15885 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15886 \begin_inset Formula \[
15887 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15888
15889 \end_inset
15890
15891 Bei Integralen werden mit Ausnahme von 
15892 \series bold
15893
15894 \backslash
15895 intop
15896 \series default
15897  und 
15898 \series bold
15899
15900 \backslash
15901 ointop
15902 \series default
15903  die Grenzen standardmäßig neben den Operator gesetzt.
15904  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15905  gesetzt.
15906  Im folgenden Beispiel wurde die Grenze deswegen auf 
15907 \series bold
15908 Anzeige
15909 \series default
15910  gesetzt und damit unter die Integrale geschrieben:
15911 \begin_inset Formula \begin{equation}
15912 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Standard
15920 \begin_inset VSpace medskip
15921 \end_inset
15922
15923 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15924 \series bold
15925
15926 \backslash
15927 subarray
15928 \series default
15929
15930 \begin_inset Index
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934 Befehle ! S ! 
15935 \backslash
15936 subarray
15937 \end_layout
15938
15939 \end_inset
15940
15941  und 
15942 \series bold
15943
15944 \backslash
15945 substack
15946 \series default
15947
15948 \begin_inset Index
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 Befehle ! S ! 
15953 \backslash
15954 substack
15955 \end_layout
15956
15957 \end_inset
15958
15959 .
15960  Um z.
15961 \begin_inset Space \thinspace{}
15962 \end_inset
15963
15964 B.
15965  diesen Ausdruck 
15966 \begin_inset Formula \begin{equation}
15967 \sum_{\begin{subarray}{c}
15968 0<k<1000\\
15969 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15970
15971 \end_inset
15972
15973 zu erstellen, muss man Folgendes tun:
15974 \begin_inset Newline newline
15975 \end_inset
15976
15977 Zuerst gibt man den Befehl 
15978 \series bold
15979
15980 \backslash
15981 sum
15982 \series default
15983 ^
15984 \series bold
15985 n
15986 \begin_inset ERT
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990
15991
15992 \backslash
15993 leer 
15994 \end_layout
15995
15996 \end_inset
15997
15998 _
15999 \series default
16000  ein.
16001  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16002  In dieses gibt man den Befehl 
16003 \series bold
16004
16005 \backslash
16006 subarray
16007 \begin_inset ERT
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012
16013 \backslash
16014 leer 
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \series default
16021  ein.
16022  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16023  Zeilen untereinander schreiben.
16024  Mit Eingabe des Zeilenumbruchs (
16025 \family sans
16026 Strg-Enter
16027 \family default
16028 ) wird eine neue Zeile erstellt.
16029  Gibt man
16030 \begin_inset Newline newline
16031 \end_inset
16032
16033
16034 \series bold
16035 0<k<1000 Strg-Enter
16036 \begin_inset Newline newline
16037 \end_inset
16038
16039
16040 \series default
16041 ein, erscheint darunter ein Kästchen für die neue Zeile.
16042 \end_layout
16043
16044 \begin_layout Standard
16045 Die Ausrichtung der Zeilen kann mit der 
16046 \family sans
16047 Tabellen-Werkzeugleiste
16048 \family default
16049  oder dem Menü 
16050 \family sans
16051 Bearbeiten\SpecialChar \menuseparator
16052 Zeilen & Spalten
16053 \family default
16054  auf links geändert werden.
16055  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16056 \series bold
16057
16058 \backslash
16059 hfill
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 leer 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \series default
16074  eingegeben.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Der Befehl 
16079 \series bold
16080
16081 \backslash
16082 substack
16083 \series default
16084  ist äquivalent zu 
16085 \series bold
16086
16087 \backslash
16088 subarray
16089 \series default
16090 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Wie bei Formel 
16098 \begin_inset CommandInset ref
16099 LatexCommand eqref
16100 reference "eq:substack"
16101
16102 \end_inset
16103
16104  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16105  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 def
16118 \backslash
16119 clap#1{
16120 \backslash
16121 hbox to 0pt{
16122 \backslash
16123 hss #1
16124 \backslash
16125 hss}}
16126 \begin_inset Newline newline
16127 \end_inset
16128
16129
16130 \backslash
16131 def
16132 \backslash
16133 mathclap {
16134 \backslash
16135 mathpalette 
16136 \backslash
16137 mathclapinternal}
16138 \begin_inset Newline newline
16139 \end_inset
16140
16141
16142 \backslash
16143 def
16144 \backslash
16145 mathclapinternal #1#2{
16146 \backslash
16147 clap{$
16148 \backslash
16149 mathsurround =0pt #1{#2}$}}
16150 \end_layout
16151
16152 \begin_layout Standard
16153 Dadurch wird der Befehl 
16154 \series bold
16155
16156 \backslash
16157 mathclap
16158 \series default
16159
16160 \begin_inset Index
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Befehle ! M ! 
16165 \backslash
16166 mathclap
16167 \end_layout
16168
16169 \end_inset
16170
16171  definiert, der die Breite der Grenze auf 0
16172 \begin_inset Space \thinspace{}
16173 \end_inset
16174
16175 pt setzt.
16176  Das Befehlsschema lautet
16177 \end_layout
16178
16179 \begin_layout Standard
16180
16181 \series bold
16182
16183 \backslash
16184 mathclap{Grenze}
16185 \end_layout
16186
16187 \begin_layout Standard
16188 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 Auf Formel 
16193 \begin_inset CommandInset ref
16194 LatexCommand eqref
16195 reference "eq:substack"
16196
16197 \end_inset
16198
16199  angewandt, gibt man also den Befehl
16200 \end_layout
16201
16202 \begin_layout Standard
16203
16204 \series bold
16205
16206 \backslash
16207 sum_
16208 \backslash
16209 mathclap{
16210 \backslash
16211 substack
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217
16218 \backslash
16219 leer 
16220 \end_layout
16221
16222 \end_inset
16223
16224 0<k<1000 Strg-Enter
16225 \end_layout
16226
16227 \begin_layout Standard
16228 ein, um die untere Grenze zu erstellen.
16229  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16230 \begin_inset Formula \[
16231 \sum_{\mathclap {\substack{0<k<1000\\
16232 \\k\,\in\,\mathbb{N}}
16233 }}^{n}k^{-2}\]
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 \begin_inset VSpace bigskip
16242 \end_inset
16243
16244 In 
16245 \begin_inset CommandInset ref
16246 LatexCommand ref
16247 reference "sub:Selbstdefinierte-Operatoren"
16248
16249 \end_inset
16250
16251  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16252 \end_layout
16253
16254 \begin_layout Subsection
16255 Binäre Operatoren
16256 \begin_inset CommandInset label
16257 LatexCommand label
16258 name "sub:Binäre-Operatoren"
16259
16260 \end_inset
16261
16262
16263 \begin_inset Index
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 Operatoren ! binäre
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16277  ein Zeichen befindet.
16278 \begin_inset VSpace medskip
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 \begin_inset Space \hfill{}
16286 \end_inset
16287
16288
16289 \begin_inset Tabular
16290 <lyxtabular version="3" rows="13" columns="2">
16291 <features>
16292 <column alignment="center" valignment="top" width="0pt">
16293 <column alignment="center" valignment="top" width="0pt">
16294 <row>
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 Befehl
16300 \begin_inset Note Note
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304
16305 \series bold
16306
16307 \backslash
16308 raisebox
16309 \series default
16310  dient nur als Abstandhalter.
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 Ergebnis
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 +
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $+$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 -
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 \begin_inset Formula $-$
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \backslash
16383 pm
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Formula $\pm$
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \backslash
16408 mp
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 \begin_inset Formula $\mp$
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \backslash
16433 cdot
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Formula $\cdot$
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \backslash
16458 times
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 \begin_inset Formula $\times$
16468 \end_inset
16469
16470
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 \backslash
16483 div
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Formula $\div$
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 raisebox{-1.2mm}{
16514 \end_layout
16515
16516 \end_inset
16517
16518 *
16519 \begin_inset ERT
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523
16524 }
16525 \end_layout
16526
16527 \end_inset
16528
16529
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 $*$
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 star
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 $\star$
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 circ
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 $\circ$
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 diamond
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 $\diamond$
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" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 bullet
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\bullet$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 </lyxtabular>
16648
16649 \end_inset
16650
16651
16652 \begin_inset Space \hfill{}
16653 \end_inset
16654
16655
16656 \begin_inset Tabular
16657 <lyxtabular version="3" rows="13" columns="2">
16658 <features>
16659 <column alignment="center" valignment="top" width="0pt">
16660 <column alignment="center" valignment="top" width="0pt">
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 Befehl
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Ergebnis
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686
16687 \backslash
16688 nabla
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Formula $\nabla$
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711
16712 \backslash
16713 bigtriangledown
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\bigtriangledown$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \backslash
16738 bigtriangleup
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\bigtriangleup$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 Box
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\Box$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \backslash
16788 cap 
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\cap$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 cup
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\cup$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 dagger
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\dagger$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 ddagger
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\ddagger$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 wr
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\wr$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 bigcirc
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\bigcirc$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 wedge
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\wedge$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 vee
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\vee$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 </lyxtabular>
16982
16983 \end_inset
16984
16985
16986 \begin_inset Space \hfill{}
16987 \end_inset
16988
16989
16990 \begin_inset Tabular
16991 <lyxtabular version="3" rows="13" columns="2">
16992 <features>
16993 <column alignment="center" valignment="top" width="0pt">
16994 <column alignment="center" valignment="top" width="0pt">
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 Befehl
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Ergebnis
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 oplus
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\oplus$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 ominus
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\ominus$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 otimes
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\otimes$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 oslash
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\oslash$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 odot
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\odot$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 amalg
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\amalg$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 uplus
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\uplus$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 setminus
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\setminus$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 sqcap
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\sqcap$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 sqcup
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\sqcup$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 triangleleft
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\triangleleft$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 triangleright
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\triangleright$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \begin_inset Space \hfill{}
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17328  
17329 \begin_inset Graphics
17330         filename ../../images/math/pm.png
17331         scale 85
17332
17333 \end_inset
17334
17335  eingefügt werden.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Um den Laplace-Operator darzustellen, kann man statt 
17340 \series bold
17341
17342 \backslash
17343 bigtriangleup
17344 \series default
17345  auch 
17346 \series bold
17347
17348 \backslash
17349 Delta
17350 \series default
17351  verwenden oder man benutzt 
17352 \series bold
17353
17354 \backslash
17355 nabla
17356 \series default
17357 ^
17358 \series bold
17359 2
17360 \series default
17361  (
17362 \begin_inset Formula $\nabla^{2}$
17363 \end_inset
17364
17365 ).
17366 \end_layout
17367
17368 \begin_layout Standard
17369 Das Zeichen 
17370 \family sans
17371 Menütrenner
17372 \family default
17373  im Menü 
17374 \family sans
17375 Einfügen\SpecialChar \menuseparator
17376 Sonderzeichen
17377 \family default
17378  ist der Operator 
17379 \series bold
17380
17381 \backslash
17382 triangleright
17383 \series default
17384 .
17385 \end_layout
17386
17387 \begin_layout Subsection
17388 Selbst definierte Operatoren
17389 \begin_inset CommandInset label
17390 LatexCommand label
17391 name "sub:Selbstdefinierte-Operatoren"
17392
17393 \end_inset
17394
17395
17396 \begin_inset Index
17397 status collapsed
17398
17399 \begin_layout Plain Layout
17400 Operatoren ! selbstdefinierte
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 Mit Hilfe des Befehls 
17410 \series bold
17411
17412 \backslash
17413 DeclareMathOperator
17414 \series default
17415
17416 \begin_inset Index
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420 Befehle ! D ! 
17421 \backslash
17422 dbinom@
17423 \backslash
17424 DeclareMathOperator
17425 \end_layout
17426
17427 \end_inset
17428
17429  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17430  Das Befehlsschema dazu lautet:
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436
17437 \backslash
17438 DeclareMathOperator{neuer Befehl}{Anzeige}
17439 \end_layout
17440
17441 \begin_layout Standard
17442 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17443  im Ausdruck aussieht.
17444  Will man einen großen Operator definieren, setzt man hinter den Befehl
17445  ein 
17446 \series bold
17447 *
17448 \series default
17449 .
17450  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17451  wie in 
17452 \begin_inset CommandInset ref
17453 LatexCommand ref
17454 reference "sub:Operatorgrenzen"
17455
17456 \end_inset
17457
17458  beschrieben.
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Beispielsweise definiert die LaTeX-Vorspannzeile
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468
17469 \backslash
17470 DeclareMathOperator*{
17471 \backslash
17472 Raute}{
17473 \backslash
17474 blacklozenge}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 den Befehl 
17479 \series bold
17480
17481 \backslash
17482 Raute
17483 \series default
17484 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17485  aus 
17486 \begin_inset CommandInset ref
17487 LatexCommand ref
17488 reference "sub:Sonstige-Symbole"
17489
17490 \end_inset
17491
17492  besteht:
17493 \begin_inset Formula \[
17494 \Raute _{n=1}^{\infty}\]
17495
17496 \end_inset
17497
17498 Der Befehl für diese Formel lautet: 
17499 \series bold
17500
17501 \backslash
17502 Raute
17503 \series default
17504 ^
17505 \series bold
17506
17507 \backslash
17508 infty
17509 \begin_inset Formula $\to$
17510 \end_inset
17511
17512 _n=1
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset VSpace bigskip
17517 \end_inset
17518
17519 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17520  auch mit den Befehlen 
17521 \series bold
17522
17523 \backslash
17524 mathop
17525 \series default
17526
17527 \begin_inset Index
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531 Befehle ! M ! 
17532 \backslash
17533 mathop
17534 \end_layout
17535
17536 \end_inset
17537
17538  und 
17539 \series bold
17540
17541 \backslash
17542 mathbin
17543 \series default
17544
17545 \begin_inset Index
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Befehle ! M ! 
17550 \backslash
17551 mathbin
17552 \end_layout
17553
17554 \end_inset
17555
17556  definieren, die folgendes Schema besitzen:
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 mathop{Anzeige}
17565 \series default
17566  bzw.
17567  
17568 \series bold
17569
17570 \backslash
17571 mathbin{Anzeige}
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577
17578 \backslash
17579 mathop
17580 \series default
17581  definiert große, 
17582 \series bold
17583
17584 \backslash
17585 mathbin
17586 \series default
17587  binäre Operatoren.
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 mathop
17596 \series default
17597  lässt sich z.
17598 \begin_inset Space \thinspace{}
17599 \end_inset
17600
17601 B.
17602  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17603 \begin_inset Formula \[
17604 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Der Befehl für obige Formel lautet:
17613 \begin_inset Newline newline
17614 \end_inset
17615
17616  
17617 \series bold
17618
17619 \backslash
17620 mathop{
17621 \backslash
17622 sum
17623 \backslash
17624 negmedspace
17625 \backslash
17626 sum
17627 \series default
17628
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 leer 
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \series bold
17643
17644 \begin_inset Formula $\to$
17645 \end_inset
17646
17647 ^N
17648 \series default
17649
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655
17656 \backslash
17657 leer 
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \series bold
17664 _i,j=1
17665 \end_layout
17666
17667 \begin_layout Section
17668 Schriften
17669 \begin_inset Index
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673 Schriften
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Subsection
17682 Schriftstile
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "sub:Schriftstile"
17686
17687 \end_inset
17688
17689
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Schriften ! Schriftstile
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17704  gesetzt werden:
17705 \begin_inset VSpace -2mm
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \align center
17713 \begin_inset Tabular
17714 <lyxtabular version="3" rows="6" columns="3">
17715 <features>
17716 <column alignment="center" valignment="top" width="0">
17717 <column alignment="center" valignment="top" width="0">
17718 <column alignment="center" valignment="top" width="0">
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 Befehl
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 Ergebnis
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 Tastenkürzel
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \backslash
17755 mathbb
17756 \series bold
17757
17758 \begin_inset ERT
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762
17763
17764 \backslash
17765 leer 
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \series default
17772 ABC
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 \begin_inset Formula $\mathbb{ABC}$
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 Alt-z k
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 mathbf
17807 \series bold
17808
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 leer 
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \series default
17823 AbC
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\mathbf{AbC}$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 -
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 boldsymbol
17858 \series bold
17859
17860 \begin_inset ERT
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864
17865
17866 \backslash
17867 leer 
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \series default
17874 AbC
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Formula $\boldsymbol{AbC}$
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Alt-z f
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathcal
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 leer 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 ABC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathcal{ABC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt-z h
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathfrak
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathfrak{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 -
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 </lyxtabular>
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \align center
18012 \begin_inset Tabular
18013 <lyxtabular version="3" rows="5" columns="3">
18014 <features>
18015 <column alignment="center" valignment="top" width="0">
18016 <column alignment="center" valignment="top" width="0">
18017 <column alignment="center" valignment="top" width="0">
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Befehl
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 Ergebnis
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Tastenkürzel
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 mathit
18055 \series bold
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062
18063 \backslash
18064 leer 
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \series default
18071 AbC
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Formula $\mathit{AbC}$
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 -
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathrm
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 leer 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathrm{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 Alt-z r
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \backslash
18156 mathsf
18157 \series bold
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 leer 
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \series default
18173 AbC
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\mathsf{AbC}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Alt-z s
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathtt
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 leer 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathtt{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Alt-z c
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset Note Greyedout
18260 status open
18261
18262 \begin_layout Plain Layout
18263
18264 \series bold
18265 Achtung:
18266 \series default
18267  Die Stile 
18268 \series bold
18269
18270 \backslash
18271 mathbb
18272 \series default
18273  und 
18274 \series bold
18275
18276 \backslash
18277 mathcal
18278 \series default
18279  können nur für Großbuchstaben verwendet werden.
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 Voreingestellt ist der Stil 
18289 \series bold
18290
18291 \backslash
18292 mathnormal
18293 \series default
18294 .
18295 \end_layout
18296
18297 \begin_layout Standard
18298 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18299 \begin_inset Formula \[
18300 \mathfrak{A=\frac{b}{C}}\]
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18309 ile, sondern in dem Textschriftstil 
18310 \series bold
18311
18312 \backslash
18313 textrm
18314 \series default
18315 .
18316  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18317  Fehler in LyX .
18318 \begin_inset Foot
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 \begin_inset CommandInset href
18323 LatexCommand href
18324 name "LyX-Fehler #4091"
18325 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18326
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Anstelle der Stilbefehle kann man auch den Dialog 
18339 \family sans
18340 Bearbeiten\SpecialChar \menuseparator
18341 Mathe\SpecialChar \menuseparator
18342 Text-Stil
18343 \family default
18344  oder den Mathe-Werkzeugleistenknopf 
18345 \begin_inset Graphics
18346         filename ../../images/math/font.png
18347         scale 85
18348
18349 \end_inset
18350
18351  verwenden.
18352 \end_layout
18353
18354 \begin_layout Subsection
18355 Fett gedruckte Formeln
18356 \begin_inset CommandInset label
18357 LatexCommand label
18358 name "sub:Fett-gedruckte-Formeln"
18359
18360 \end_inset
18361
18362
18363 \begin_inset Index
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367 Formel ! fett gedruckte
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18377  Kapitel angegebenen Befehl 
18378 \series bold
18379
18380 \backslash
18381 mathbf
18382 \series default
18383  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18384  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18385  Formel gut erkennt:
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset Formula \[
18390 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash  mathbf}\]
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18399 \series bold
18400
18401 \backslash
18402 boldsymbol
18403 \series default
18404 :
18405 \begin_inset Formula \[
18406 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash  boldsymbol}}\]
18407
18408 \end_inset
18409
18410 Es gibt auch die Möglichkeit die Formel in eine 
18411 \series bold
18412 boldmath-Umgebung
18413 \series default
18414  zu setzen.
18415  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18416 \series bold
18417
18418 \backslash
18419 boldmath
18420 \begin_inset Index
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424 Befehle ! B ! 
18425 \backslash
18426 boldmath
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \series default
18433  eingibt.
18434  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18435 \series bold
18436
18437 \backslash
18438 unboldmath
18439 \begin_inset Index
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443 Befehle ! U ! 
18444 \backslash
18445 unboldmath
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \series default
18452  ein.
18453 \begin_inset ERT
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457
18458
18459 \backslash
18460 boldmath 
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \begin_inset Formula \[
18467 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18468
18469 \end_inset
18470
18471
18472 \begin_inset ERT
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476
18477
18478 \backslash
18479 unboldmath 
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Subsection
18488 Schriftgrößen
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "sub:Schriftgrößen"
18492
18493 \end_inset
18494
18495
18496 \begin_inset Index
18497 status collapsed
18498
18499 \begin_layout Plain Layout
18500 Schriften ! Schriftgrößen
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \begin_layout Standard
18509 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18510 le:
18511 \end_layout
18512
18513 \begin_layout Standard
18514
18515 \series bold
18516
18517 \backslash
18518 Huge
18519 \series default
18520
18521 \series bold
18522
18523 \backslash
18524 huge
18525 \series default
18526
18527 \series bold
18528
18529 \backslash
18530 LARGE
18531 \series default
18532
18533 \series bold
18534
18535 \backslash
18536 Large
18537 \series default
18538
18539 \series bold
18540
18541 \backslash
18542 large
18543 \series default
18544
18545 \series bold
18546
18547 \backslash
18548 normalsize
18549 \series default
18550
18551 \series bold
18552
18553 \backslash
18554 small
18555 \series default
18556
18557 \series bold
18558
18559 \backslash
18560 footnotesize
18561 \series default
18562 ,
18563 \begin_inset Newline linebreak
18564 \end_inset
18565
18566
18567 \series bold
18568
18569 \backslash
18570 scriptsize
18571 \series default
18572  und 
18573 \series bold
18574
18575 \backslash
18576 tiny
18577 \end_layout
18578
18579 \begin_layout Standard
18580 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18581  ab, die dem Befehl 
18582 \series bold
18583
18584 \backslash
18585 normalsize
18586 \series default
18587  entspricht.
18588  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18589 \series bold
18590
18591 \backslash
18592 normalsize
18593 \series default
18594 .
18595  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18596  Beträgt z.
18597 \begin_inset Space \thinspace{}
18598 \end_inset
18599
18600 B.
18601  die Dokumentschriftgröße 12
18602 \begin_inset Space \thinspace{}
18603 \end_inset
18604
18605 pt, produziert der Befehl 
18606 \series bold
18607
18608 \backslash
18609 Huge
18610 \series default
18611  dasselbe wie 
18612 \series bold
18613
18614 \backslash
18615 huge
18616 \series default
18617 .
18618  
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18623  Größe aller nachfolgenden Formel- und Textzeichen fest.
18624  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18625  TeX-Modus den Befehl 
18626 \series bold
18627
18628 \backslash
18629 normalsize
18630 \series default
18631  ein.
18632 \end_layout
18633
18634 \begin_layout Standard
18635 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18636  mathematischen Text geändert werden.
18637  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18638  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18639  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18640  Dazu zwei Beispiele:
18641 \begin_inset VSpace -2mm
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 huge 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula \[
18662 A=\frac{B}{c}\cdot\maltese\]
18663
18664 \end_inset
18665
18666
18667 \begin_inset Formula \[
18668 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18669
18670 \end_inset
18671
18672
18673 \begin_inset ERT
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677
18678
18679 \backslash
18680 normalsize 
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset VSpace medskip
18690 \end_inset
18691
18692 Vor beiden Formeln wurde der Befehl 
18693 \series bold
18694
18695 \backslash
18696 huge
18697 \series default
18698  eingegeben.
18699  Der Befehl für die zweite Formel lautet:
18700 \begin_inset Newline newline
18701 \end_inset
18702
18703
18704 \series bold
18705
18706 \backslash
18707 maltese
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715 leer 
18716 \end_layout
18717
18718 \end_inset
18719
18720 A M-m m 
18721 \backslash
18722 Large
18723 \begin_inset ERT
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727
18728
18729 \backslash
18730 leer 
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \backslash
18737 maltese
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 leer 
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \backslash
18752 textit
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 leer 
18761 \end_layout
18762
18763 \end_inset
18764
18765 A
18766 \begin_inset Formula $\to$
18767 \end_inset
18768
18769
18770 \begin_inset Formula $\to$
18771 \end_inset
18772
18773
18774 \begin_inset Newline newline
18775 \end_inset
18776
18777
18778 \begin_inset Space \hspace*{}
18779 \length 1cm
18780 \end_inset
18781
18782 M-m
18783 \series default
18784  
18785 \series bold
18786
18787 \backslash
18788 tiny
18789 \begin_inset ERT
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794
18795 \backslash
18796 leer 
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \backslash
18803 maltese
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 leer 
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \backslash
18818 textit
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 leer 
18827 \end_layout
18828
18829 \end_inset
18830
18831 A
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18836  immer in der Standardgröße dargestellt.
18837 \end_layout
18838
18839 \begin_layout Section
18840 Griechische Buchstaben
18841 \begin_inset Index
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845 griechische Buchstaben
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18855  
18856 \begin_inset Graphics
18857         filename ../../images/math/alpha.png
18858         scale 85
18859
18860 \end_inset
18861
18862  eingefügt werden.
18863 \end_layout
18864
18865 \begin_layout Subsection
18866 Kleine Buchstaben
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "sub:Kleine-Buchstaben"
18870
18871 \end_inset
18872
18873
18874 \begin_inset Index
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878 griechische Buchstaben ! kleine
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 \begin_inset Space \hfill{}
18888 \end_inset
18889
18890
18891 \begin_inset Tabular
18892 <lyxtabular version="3" rows="11" columns="2">
18893 <features>
18894 <column alignment="center" valignment="top" width="0pt">
18895 <column alignment="center" valignment="top" width="0pt">
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 Befehl
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 Ergebnis
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \backslash
18923 alpha
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\alpha$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 beta
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\beta$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 gamma
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\gamma$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 delta
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\delta$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 <row>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \backslash
19023 epsilon
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 \begin_inset Formula $\epsilon$
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 varepsilon
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\varepsilon$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 zeta
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\zeta$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \backslash
19098 eta
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 \begin_inset Formula $\eta$
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \backslash
19123 theta
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset Formula $\theta$
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 vartheta
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\vartheta$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 </lyxtabular>
19167
19168 \end_inset
19169
19170
19171 \begin_inset Space \hfill{}
19172 \end_inset
19173
19174
19175 \begin_inset Tabular
19176 <lyxtabular version="3" rows="12" columns="2">
19177 <features>
19178 <column alignment="center" valignment="top" width="0pt">
19179 <column alignment="center" valignment="top" width="0pt">
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 Befehl
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 Ergebnis
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \backslash
19207 iota
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Formula $\iota$
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 </row>
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \backslash
19232 kappa
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 \begin_inset Formula $\kappa$
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 </row>
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \backslash
19257 varkappa
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 \begin_inset Formula $\varkappa$
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \backslash
19282 lambda
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 \begin_inset Formula $\lambda$
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 </row>
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \backslash
19307 mu
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset Formula $\mu$
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \backslash
19332 nu
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\nu$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 xi
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Formula $\xi$
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 o
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Formula $o$
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \backslash
19405 pi
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\pi$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \backslash
19430 varpi
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 \begin_inset Formula $\varpi$
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \backslash
19455 rho
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $\rho$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 </lyxtabular>
19474
19475 \end_inset
19476
19477
19478 \begin_inset Space \hfill{}
19479 \end_inset
19480
19481
19482 \begin_inset Tabular
19483 <lyxtabular version="3" rows="11" columns="2">
19484 <features>
19485 <column alignment="center" valignment="top" width="0pt">
19486 <column alignment="center" valignment="top" width="0pt">
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 Befehl
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 Ergebnis
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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
19563 \backslash
19564 varsigma
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\varsigma$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 tau
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\tau$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \backslash
19614 upsilon
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 \begin_inset Formula $\upsilon$
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 </row>
19632 <row>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \backslash
19639 phi
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Formula $\phi$
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \backslash
19664 varphi
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 \begin_inset Formula $\varphi$
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \backslash
19689 chi
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Formula $\chi$
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 psi
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\psi$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 omega
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\omega$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 </lyxtabular>
19758
19759 \end_inset
19760
19761
19762 \begin_inset Space \hfill{}
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Standard
19769 \begin_inset VSpace medskip
19770 \end_inset
19771
19772 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19773 \begin_inset CommandInset ref
19774 LatexCommand ref
19775 reference "sub:Aufrechte-kleine-griechische"
19776
19777 \end_inset
19778
19779  beschrieben.
19780 \end_layout
19781
19782 \begin_layout Subsection
19783 Große Buchstaben
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 griechische Buchstaben ! große
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 \begin_inset Space \hfill{}
19798 \end_inset
19799
19800
19801 \begin_inset Tabular
19802 <lyxtabular version="3" rows="7" columns="2">
19803 <features>
19804 <column alignment="center" valignment="top" width="0pt">
19805 <column alignment="center" valignment="top" width="0pt">
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Befehl
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 Ergebnis
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 Gamma
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\Gamma$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 Delta
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\Delta$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 Theta
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\Theta$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 Lambda
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\Lambda$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 Xi
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\Xi$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 Pi
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\Pi$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 </lyxtabular>
19977
19978 \end_inset
19979
19980
19981 \begin_inset Space \hfill{}
19982 \end_inset
19983
19984
19985 \begin_inset Tabular
19986 <lyxtabular version="3" rows="6" columns="2">
19987 <features>
19988 <column alignment="center" valignment="top" width="0pt">
19989 <column alignment="center" valignment="top" width="0pt">
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 Befehl
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 Ergebnis
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \backslash
20017 Sigma
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\Sigma$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \backslash
20042 Upsilon
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $\Upsilon$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 <row>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \backslash
20067 Phi
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 \begin_inset Formula $\Phi$
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090
20091 \backslash
20092 Psi
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $\Psi$
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \backslash
20117 Omega
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $\Omega$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 </lyxtabular>
20136
20137 \end_inset
20138
20139
20140 \begin_inset Space \hfill{}
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset VSpace medskip
20148 \end_inset
20149
20150 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20151  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20152  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20153  mit 
20154 \series bold
20155 var
20156 \series default
20157 .
20158  So ergibt z.
20159 \begin_inset Space \thinspace{}
20160 \end_inset
20161
20162 B.
20163  der Befehl 
20164 \series bold
20165
20166 \backslash
20167 varGamma
20168 \series default
20169
20170 \begin_inset Formula $\varGamma $
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Fett gedruckte Buchstaben
20178 \begin_inset Index
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 griechische Buchstaben ! fett gedruckte
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20192  Schriftstilen darstellen.
20193  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20194 \series bold
20195
20196 \backslash
20197 boldsymbol
20198 \series default
20199
20200 \begin_inset Index
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204 Befehle ! B ! 
20205 \backslash
20206 boldsymbol
20207 \end_layout
20208
20209 \end_inset
20210
20211  fett gedruckt auszugeben.
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \align center
20216 \begin_inset Tabular
20217 <lyxtabular version="3" rows="3" columns="2">
20218 <features>
20219 <column alignment="center" valignment="top" width="0">
20220 <column alignment="center" valignment="top" width="0">
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Befehl
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 Ergebnis
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 Upsilon
20249 \backslash
20250 boldsymbol
20251 \backslash
20252 Upsilon
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 theta
20278 \backslash
20279 boldsymbol
20280 \backslash
20281 theta
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\theta\boldsymbol{\theta}$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 </lyxtabular>
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Section
20307 Symbole
20308 \begin_inset ERT
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 texorpdfstring{
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \begin_inset Foot
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20326  
20327 \begin_inset CommandInset citation
20328 LatexCommand cite
20329 key "Symbole"
20330
20331 \end_inset
20332
20333 .
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344 }{}
20345 \end_layout
20346
20347 \end_inset
20348
20349
20350 \begin_inset Note Note
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354
20355 \series bold
20356
20357 \backslash
20358 texorpdfstring
20359 \series default
20360  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20361 \end_layout
20362
20363 \begin_layout Plain Layout
20364 Näheres zu 
20365 \series bold
20366
20367 \backslash
20368 texorpdfstring
20369 \series default
20370  steht in Kapitel 
20371 \begin_inset CommandInset ref
20372 LatexCommand ref
20373 reference "sub:Formeln-in-Überschriften"
20374
20375 \end_inset
20376
20377 .
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \begin_inset Index
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Symbole
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20397
20398 leistenknöpfe 
20399 \begin_inset Graphics
20400         filename ../../images/math/nabla.png
20401         scale 85
20402
20403 \end_inset
20404
20405  und 
20406 \begin_inset Graphics
20407         filename ../../images/math/digamma.png
20408         scale 85
20409
20410 \end_inset
20411
20412  eingefügt werden.
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Newpage newpage
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Subsection
20423 Mathematische Symbole
20424 \begin_inset CommandInset label
20425 LatexCommand label
20426 name "sub:Mathematische-Symbole"
20427
20428 \end_inset
20429
20430
20431 \begin_inset Index
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Symbole ! mathematische
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset Space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="10" columns="2">
20450 <features>
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Befehl
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Ergebnis
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 neg
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\neg$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Im
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Im$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Re
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Re$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 aleph
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\aleph$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 partial
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\partial$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 infty
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\infty$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 wp
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\wp$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 imath
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\imath$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 jmath
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\jmath$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 </lyxtabular>
20699
20700 \end_inset
20701
20702
20703 \begin_inset Space \hfill{}
20704 \end_inset
20705
20706
20707 \begin_inset Tabular
20708 <lyxtabular version="3" rows="10" columns="2">
20709 <features>
20710 <column alignment="center" valignment="top" width="0pt">
20711 <column alignment="center" valignment="top" width="0pt">
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 Befehl
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 Ergebnis
20727 \begin_inset Note Note
20728 status collapsed
20729
20730 \begin_layout Plain Layout
20731
20732 \series bold
20733
20734 \backslash
20735 raisebox
20736 \series default
20737  dient nur als Abstandhalter.
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 forall
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\forall$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 exists
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\exists$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 nexists
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $\nexists$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \backslash
20830 emptyset
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\emptyset$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 varnothing
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\varnothing$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 dag
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\dag $
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 ddag
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\ddag $
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 complement
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset ERT
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943
20944
20945 \backslash
20946 raisebox{-0.8mm}{
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \begin_inset Formula $\complement$
20953 \end_inset
20954
20955
20956 \begin_inset ERT
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960
20961 }
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Bbbk
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\Bbbk$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 </lyxtabular>
20998
20999 \end_inset
21000
21001
21002 \begin_inset Space \hfill{}
21003 \end_inset
21004
21005
21006 \begin_inset Tabular
21007 <lyxtabular version="3" rows="10" columns="2">
21008 <features>
21009 <column alignment="center" valignment="top" width="0pt">
21010 <column alignment="center" valignment="top" width="0pt">
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Befehl
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Ergebnis
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \backslash
21038 prime
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\prime$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 backprime
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\backprime$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 mho
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\mho$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 triangle
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\triangle$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 angle
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\angle$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 measuredangle
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\measuredangle$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 sphericalangle
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\sphericalangle$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 top
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\top$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 bot
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\bot$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 </lyxtabular>
21257
21258 \end_inset
21259
21260
21261 \begin_inset Space \hfill{}
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Subsection
21268 Sonstige Symbole
21269 \begin_inset CommandInset label
21270 LatexCommand label
21271 name "sub:Sonstige-Symbole"
21272
21273 \end_inset
21274
21275
21276 \begin_inset Index
21277 status collapsed
21278
21279 \begin_layout Plain Layout
21280 Symbole ! sonstige
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \noindent
21290 \align center
21291 \begin_inset Tabular
21292 <lyxtabular version="3" rows="10" columns="2">
21293 <features>
21294 <column alignment="center" valignment="top" width="0pt">
21295 <column alignment="center" valignment="top" width="0pt">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Befehl
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 Ergebnis
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 flat
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\flat$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 natural
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\natural$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 sharp
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\sharp$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 surd
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\surd$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 checkmark
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\checkmark$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 yen
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\yen$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 pounds
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\pounds $
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 $
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\$$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 §
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $§$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 </lyxtabular>
21538
21539 \end_inset
21540
21541
21542 \begin_inset Tabular
21543 <lyxtabular version="3" rows="10" columns="2">
21544 <features>
21545 <column alignment="center" valignment="top" width="0">
21546 <column alignment="center" valignment="top" width="0">
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 Befehl
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 Ergebnis
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 hbar
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\hbar$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 hslash
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\hslash$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 clubsuit
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\clubsuit$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 spadesuit
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\spadesuit$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 bigstar
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\bigstar$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 blacklozenge
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\blacklozenge$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 blacktriangle
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\blacktriangle$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 blacktiangledown
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\blacktriangledown$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 bullet
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\bullet$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 </lyxtabular>
21793
21794 \end_inset
21795
21796
21797 \begin_inset Tabular
21798 <lyxtabular version="3" rows="10" columns="2">
21799 <features>
21800 <column alignment="center" valignment="top" width="0pt">
21801 <column alignment="center" valignment="top" width="0pt">
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 Befehl
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 Ergebnis
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 diamondsuit
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\diamondsuit$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 Diamond
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\Diamond$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 heartsuit
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\heartsuit$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 P
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\P $
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 copyright
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\copyright $
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 circledR
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\circledR$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 maltese
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\maltese$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 diagup
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\diagup$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 diagdown
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\diagdown$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 </lyxtabular>
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 \begin_inset VSpace medskip
22056 \end_inset
22057
22058 Weitere Symbole sind in 
22059 \begin_inset CommandInset ref
22060 LatexCommand ref
22061 reference "sub:Sonstige-Sonderzeichen"
22062
22063 \end_inset
22064
22065  aufgelistet.
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22070  
22071 \begin_inset CommandInset ref
22072 LatexCommand ref
22073 reference "sub:Schriftgrößen"
22074
22075 \end_inset
22076
22077 .
22078 \end_layout
22079
22080 \begin_layout Subsection
22081 Das Euro-Symbol €
22082 \begin_inset Index
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 Symbole ! Euro-Symbol
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \begin_inset Index
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Plain Layout
22100
22101
22102 \backslash
22103 officialeuro
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22118
22119 \series bold
22120 eurosym
22121 \series default
22122
22123 \begin_inset Index
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 Pakete ! eurosym
22128 \end_layout
22129
22130 \end_inset
22131
22132  installieren und dieses mit der LaTeX-Vorspannzeile
22133 \end_layout
22134
22135 \begin_layout Standard
22136
22137 \series bold
22138
22139 \backslash
22140 usepackage[gennarrow]{eurosym}
22141 \end_layout
22142
22143 \begin_layout Standard
22144 aktivieren.
22145  Das Euro-Symbol kann man nun mit dem Befehl 
22146 \series bold
22147
22148 \backslash
22149 euro
22150 \series default
22151
22152 \begin_inset Index
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 Befehle ! E ! 
22157 \backslash
22158 euro
22159 \end_layout
22160
22161 \end_inset
22162
22163  aufrufen.
22164 \end_layout
22165
22166 \begin_layout Standard
22167 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22168  eingeben, ohne 
22169 \series bold
22170 eurosym
22171 \series default
22172  installiert zu haben.
22173  Ist 
22174 \series bold
22175 eurosym
22176 \series default
22177  installiert, kann man 
22178 \series bold
22179
22180 \backslash
22181 euro
22182 \series default
22183  auch im TeX-Modus eingeben.
22184  Das offizielle Währungssymbol erhält man dann über den Befehl 
22185 \series bold
22186
22187 \backslash
22188 officialeuro
22189 \series default
22190
22191 \begin_inset Index
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Befehle ! O ! 
22196 \backslash
22197 officialeuro
22198 \end_layout
22199
22200 \end_inset
22201
22202 , der nur im TeX-Modus verfügbar ist.
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset ERT
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210
22211
22212 \backslash
22213 ifeurosym 
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \begin_inset Note Note
22220 status open
22221
22222 \begin_layout Plain Layout
22223 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22224 \series bold
22225 eurosym
22226 \series default
22227  installiert ist:
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Standard
22236 Eine Übersicht der verschiedenen Euro-Symbole:
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \align center
22241 \begin_inset Tabular
22242 <lyxtabular version="3" rows="4" columns="3">
22243 <features>
22244 <column alignment="center" valignment="top" width="0pt">
22245 <column alignment="center" valignment="top" width="0pt">
22246 <column alignment="center" valignment="top" width="0pt">
22247 <row>
22248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Befehl 
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 Ergebnis
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 Formel
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 euro
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\euro $
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 mathematischer Text
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\mbox{€}$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 TeX-Modus
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 officialeuro
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset ERT
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372
22373 \backslash
22374 officialeuro
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 </lyxtabular>
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 else 
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \begin_inset Note Note
22407 status open
22408
22409 \begin_layout Plain Layout
22410 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22411 \series bold
22412 eurosym
22413 \series default
22414  nicht installiert ist:
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 Das LaTeX-Paket 
22424 \series bold
22425 eurosym 
22426 \series default
22427 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset ERT
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435
22436
22437 \backslash
22438 fi 
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Section
22447 Relationen
22448 \begin_inset CommandInset label
22449 LatexCommand label
22450 name "sec:Relationen"
22451
22452 \end_inset
22453
22454
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Relationen
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Vergleiche|see
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475 {
22476 \end_layout
22477
22478 \end_inset
22479
22480 Relationen
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486 }
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22501  
22502 \begin_inset Graphics
22503         filename ../../images/math/leq.png
22504         scale 85
22505
22506 \end_inset
22507
22508  eingefügt werden.
22509 \end_layout
22510
22511 \begin_layout Standard
22512 \begin_inset Space \hfill{}
22513 \end_inset
22514
22515
22516 \begin_inset Tabular
22517 <lyxtabular version="3" rows="17" columns="2">
22518 <features>
22519 <column alignment="center" valignment="top" width="0pt">
22520 <column alignment="center" valignment="top" width="0pt">
22521 <row>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Befehl
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 Ergebnis
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 <
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset Formula $<$
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 le
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $\le$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 ll
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\ll$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 prec
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\prec$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 preceq
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\preceq$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 subset
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\subset$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 subseteq
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\subseteq$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 sqsubseteq
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\sqsubseteq$
22731 \end_inset
22732
22733
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 \backslash
22746 in
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\in$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 vdash
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\vdash$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 smile
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\smile$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 lhd
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\lhd$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 unlhd
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\unlhd$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 gtrless
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\gtrless$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 mid
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\mid$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 nmid
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\nmid$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 </lyxtabular>
22940
22941 \end_inset
22942
22943
22944 \begin_inset Space \hfill{}
22945 \end_inset
22946
22947
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="17" columns="2">
22950 <features>
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 Befehl
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 Ergebnis
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 =
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $=$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 <row>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \backslash
23003 not=
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $\not=$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 equiv
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\equiv$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 sim
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\sim$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 simeq
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\simeq$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 approx
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\approx$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 cong
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\cong$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 bowtie
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\bowtie$
23163 \end_inset
23164
23165
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 \backslash
23178 notin
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\notin$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 perp
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\perp$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 propto
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\propto$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 asymp
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\asymp$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 doteq
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\doteq$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 circeq
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\circeq$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 models
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\models$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 widehat=
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\widehat{=}$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 </lyxtabular>
23372
23373 \end_inset
23374
23375
23376 \begin_inset Space \hfill{}
23377 \end_inset
23378
23379
23380 \begin_inset Tabular
23381 <lyxtabular version="3" rows="17" columns="2">
23382 <features>
23383 <column alignment="center" valignment="top" width="0pt">
23384 <column alignment="center" valignment="top" width="0pt">
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 Befehl
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 Ergebnis
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 >
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $>$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 ge
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\ge$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 gg
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\gg$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 succ
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\succ$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 succeq
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\succeq$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 supset
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\supset$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 supseteq
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\supseteq$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 sqsupseteq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\sqsupseteq$
23595 \end_inset
23596
23597
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 \backslash
23610 ni
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\ni$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 dashv
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\dashv$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 frown
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\frown$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 rhd
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\rhd$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 unrhd
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\unrhd$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 lessgtr
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\lessgtr$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 parallel
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\parallel$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 nparallel
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\nparallel$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 </lyxtabular>
23804
23805 \end_inset
23806
23807
23808 \begin_inset Space \hfill{}
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset VSpace medskip
23816 \end_inset
23817
23818 Die Zeichen 
23819 \series bold
23820
23821 \backslash
23822 lhd
23823 \series default
23824  bzw.
23825  
23826 \series bold
23827
23828 \backslash
23829 rhd
23830 \series default
23831  sind größer als die gleich aussehenden Operatoren
23832 \begin_inset Newline linebreak
23833 \end_inset
23834
23835
23836 \series bold
23837
23838 \backslash
23839 triangleleft
23840 \series default
23841  bzw.
23842  
23843 \series bold
23844
23845 \backslash
23846 triangleright
23847 \series default
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23857 \series bold
23858
23859 \backslash
23860 stackrel
23861 \series default
23862
23863 \begin_inset Index
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867 Befehle ! S ! 
23868 \backslash
23869 stackrel
23870 \end_layout
23871
23872 \end_inset
23873
23874  erstellt werden:
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \align center
23879 \begin_inset Tabular
23880 <lyxtabular version="3" rows="2" columns="2">
23881 <features>
23882 <column alignment="center" valignment="top" width="0">
23883 <column alignment="center" valignment="top" width="0">
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 Befehl
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 Ergebnis
23899 \begin_inset Note Note
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904 \series bold
23905
23906 \backslash
23907 raisebox
23908 \series default
23909  dient nur als Abstandhalter.
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 A(r)
23926 \backslash
23927 stackrel
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 leer 
23936 \end_layout
23937
23938 \end_inset
23939
23940 r
23941 \backslash
23942 to
23943 \backslash
23944 infty
23945 \begin_inset ERT
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949
23950
23951 \backslash
23952 leer 
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \begin_inset Formula $\downarrow$
23959 \end_inset
23960
23961
23962 \backslash
23963 approx
23964 \begin_inset ERT
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969
23970 \backslash
23971 leer 
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \begin_inset ERT
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981
23982
23983 \backslash
23984 leer 
23985 \end_layout
23986
23987 \end_inset
23988
23989 B
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 </lyxtabular>
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset Newpage newpage
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \begin_layout Section
24022 Funktionen
24023 \end_layout
24024
24025 \begin_layout Subsection
24026 Vordefinierte Funktionen
24027 \begin_inset CommandInset label
24028 LatexCommand label
24029 name "sub:Vordefinierte-Funktionen"
24030
24031 \end_inset
24032
24033
24034 \begin_inset Index
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 Funktionen ! vordefinierte
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047 Allgemein werden in mathematischen Ausdrücken Variablen 
24048 \shape italic
24049 kursiv
24050 \shape default
24051  gesetzt, Funktionsnamen hingegen nicht, denn 
24052 \begin_inset Formula $sin$
24053 \end_inset
24054
24055  könnte als 
24056 \begin_inset Formula $s\cdot i\cdot n$
24057 \end_inset
24058
24059  missverstanden werden.
24060  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24061 en etwas abgesetzt sind.
24062  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \align center
24067 \begin_inset Tabular
24068 <lyxtabular version="3" rows="2" columns="4">
24069 <features>
24070 <column alignment="center" valignment="top" width="0pt">
24071 <column alignment="center" valignment="top" width="0pt">
24072 <column alignment="center" valignment="top" width="0pt">
24073 <column alignment="center" valignment="top" width="0pt">
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Befehl
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 Ergebnis
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 Befehl
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 Ergebnis
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 Asin(x)+B
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $Asin(x)+B$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 A
24139 \backslash
24140 sin(x)+B
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 \begin_inset Formula $A\sin(x)+B$
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 </lyxtabular>
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 Folgende Funktionen sind vordefiniert:
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset VSpace -2mm
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="9" columns="4">
24180 <features>
24181 <column alignment="center" valignment="top" width="0pt">
24182 <column alignment="center" valignment="top" width="0pt">
24183 <column alignment="center" valignment="top" width="0pt">
24184 <column alignment="center" valignment="top" width="0pt">
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 Befehl
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Befehl
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Befehl
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 Befehl
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 sin
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 sinh
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 arcsin
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 sup
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 cos
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 cosh
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 arccos
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 inf
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 tan
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 tanh
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 arctan
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 lim
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 cot
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 coth
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 arg
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 liminf
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 sec
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 min
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 deg
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 limsup
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 csc
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 max
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 det
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491
24492 \backslash
24493 Pr
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 ln
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 exp
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 dim
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 hom
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 lg
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 log
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 ker
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 gcd
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 </lyxtabular>
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Sie können auch über den Mathe-Werkzeugleistenknopf 
24600 \begin_inset Graphics
24601         filename ../../images/math/functions.png
24602         scale 85
24603
24604 \end_inset
24605
24606  eingefügt werden.
24607 \end_layout
24608
24609 \begin_layout Subsection
24610 Selbst definierte Funktionen
24611 \begin_inset Index
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 Funktionen ! selbstdefinierte
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24625 \begin_inset Space \thinspace{}
24626 \end_inset
24627
24628 B.
24629  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24630 \end_layout
24631
24632 \begin_layout Itemize
24633 Man definiert die Funktion selbst.
24634  Dazu gibt man im LaTeX-Vorspann die Zeile
24635 \begin_inset Newline newline
24636 \end_inset
24637
24638
24639 \begin_inset VSpace -3mm
24640 \end_inset
24641
24642
24643 \begin_inset Newline newline
24644 \end_inset
24645
24646
24647 \series bold
24648
24649 \backslash
24650 DeclareMathOperator{
24651 \backslash
24652 sgn}{sgn}
24653 \series default
24654
24655 \begin_inset Index
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Befehle ! D ! 
24660 \backslash
24661 dbinom@
24662 \backslash
24663 DeclareMathOperator
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Newline newline
24670 \end_inset
24671
24672
24673 \begin_inset VSpace -2mm
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 ein
24681 \begin_inset Foot
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Näheres zu 
24686 \series bold
24687
24688 \backslash
24689 DeclareMathOperator
24690 \series default
24691  siehe 
24692 \begin_inset CommandInset ref
24693 LatexCommand ref
24694 reference "sub:Selbstdefinierte-Operatoren"
24695
24696 \end_inset
24697
24698 .
24699 \end_layout
24700
24701 \end_inset
24702
24703 .
24704  Nun kann man mit dem Befehl 
24705 \series bold
24706
24707 \backslash
24708 sgn
24709 \series default
24710  die neu definierte Funktion aufrufen.
24711 \end_layout
24712
24713 \begin_layout Itemize
24714 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24715  Beispiel die Buchstaben 
24716 \emph on
24717 sgn
24718 \emph default
24719 , und wandelt ihn in in mathematischen Text um.
24720  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24721 \end_layout
24722
24723 \begin_layout Standard
24724 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24725  Funktion
24726 \begin_inset Foot
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24731 \end_layout
24732
24733 \end_inset
24734
24735 :
24736 \end_layout
24737
24738 \begin_layout Standard
24739 \align center
24740 \begin_inset Tabular
24741 <lyxtabular version="3" rows="3" columns="2">
24742 <features>
24743 <column alignment="center" valignment="top" width="0pt">
24744 <column alignment="center" valignment="top" width="0pt">
24745 <row>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 Befehl
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Ergebnis
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 A
24771 \backslash
24772 sgn(x)+B
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 \begin_inset Formula $A\sgn (x)+B$
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A
24796 \backslash
24797 ,
24798 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24799 \end_inset
24800
24801 (x)+B
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 </row>
24819 </lyxtabular>
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24828  mehrfach verwendet werden soll.
24829 \end_layout
24830
24831 \begin_layout Subsection
24832 Grenzwerte
24833 \begin_inset Index
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837 Grenzwerte
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Für Grenzwerte sind außer 
24847 \series bold
24848
24849 \backslash
24850 lim
24851 \series default
24852
24853 \begin_inset Index
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 Befehle ! L ! 
24858 \backslash
24859 lim
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \series bold
24866
24867 \backslash
24868 liminf
24869 \series default
24870  und 
24871 \series bold
24872
24873 \backslash
24874 limsup
24875 \series default
24876  noch folgende Funktionen definiert:
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \align center
24881 \begin_inset Tabular
24882 <lyxtabular version="3" rows="5" columns="2">
24883 <features>
24884 <column alignment="center" valignment="top" width="0">
24885 <column alignment="center" valignment="top" width="0">
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 Befehl
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 Ergebnis
24901 \begin_inset Note Note
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905
24906 \series bold
24907
24908 \backslash
24909 raisebox
24910 \series default
24911  dient nur als Abstandhalter.
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 </row>
24922 <row>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 varliminf
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 \begin_inset Formula $\varliminf $
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 </row>
24947 <row>
24948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 varlimsup
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 \begin_inset Formula $\varlimsup $
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 varprojlim
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Formula $\varprojlim $
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 varinjlim
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Formula $\varinjlim $
25014 \end_inset
25015
25016
25017 \begin_inset Formula $\raisebox {-2.5mm}{}$
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 </lyxtabular>
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset VSpace medskip
25035 \end_inset
25036
25037 Der Grenzwert wird durch Tiefstellen erzeugt.
25038  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \align center
25043 \begin_inset Tabular
25044 <lyxtabular version="3" rows="2" columns="2">
25045 <features>
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Befehl
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset Space \hspace{}
25063 \length 1cm
25064 \end_inset
25065
25066 Ergebnis
25067 \begin_inset Note Note
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073
25074 \backslash
25075 hspace
25076 \series default
25077  und 
25078 \series bold
25079
25080 \backslash
25081 raisebox
25082 \series default
25083  dienen nur als Abstandhalter.
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 <row>
25095 <cell alignment="center" valignment="top" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 lim_x
25102 \backslash
25103 to
25104 \begin_inset ERT
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108
25109
25110 \backslash
25111 leer 
25112 \end_layout
25113
25114 \end_inset
25115
25116 A
25117 \begin_inset ERT
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121
25122
25123 \backslash
25124 leer 
25125 \end_layout
25126
25127 \end_inset
25128
25129 x=B
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 </lyxtabular>
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25156 \begin_inset Formula \[
25157 \lim_{x\to A}x=B\]
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Subsection
25165 Modulo-Funktionen
25166 \begin_inset Index
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170 Funktionen ! Modulo-
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25180  Varianten.
25181 \begin_inset Newpage newpage
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Die Varianten in einer abgesetzten Formel:
25189 \begin_inset Formula \begin{align*}
25190 \underline{\textrm{Befehl}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25191 \mathrm{a\backslash mod\textrm{\leer }b} &  & a\mod  b\\
25192 \mathrm{a\backslash pmod\textrm{\leer }b} &  & a\pmod  b\\
25193 \mathrm{a\backslash bmod\textrm{\leer }b} &  & a\bmod b\\
25194 \mathrm{a\backslash pod\textrm{\leer }b} &  & a\pod  b\end{align*}
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25203  weniger Leerraum gesetzt.
25204 \end_layout
25205
25206 \begin_layout Section
25207 Sonderzeichen
25208 \begin_inset Index
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Sonderzeichen
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Sonderzeichen im mathematischen Text
25222 \end_layout
25223
25224 \begin_layout Standard
25225 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25226  verwendet werden:
25227 \end_layout
25228
25229 \begin_layout Standard
25230 \begin_inset Space \hfill{}
25231 \end_inset
25232
25233
25234 \begin_inset Tabular
25235 <lyxtabular version="3" rows="8" columns="2">
25236 <features>
25237 <column alignment="block" valignment="top" width="0">
25238 <column alignment="block" valignment="top" width="0">
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Befehl
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 Ergebnis
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 oe
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 \begin_inset Formula $\textrm{\oe }$
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 OE
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Formula $\textrm{\OE }$
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 ae
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 \begin_inset Formula $\textrm{\ae }$
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 AE
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $\textrm{\AE }$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 aa
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Formula $\textrm{\aa }$
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 AA
25392 \begin_inset Index
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396 \begin_inset ERT
25397 status collapsed
25398
25399 \begin_layout Plain Layout
25400
25401
25402 \backslash
25403
25404 \begin_inset ERT
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408
25409 {
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \begin_inset ERT
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419
25420 }
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429
25430 @
25431 \begin_inset ERT
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435
25436
25437 \backslash
25438
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444 {
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \begin_inset ERT
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454
25455 }
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464
25465 textrm
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471 {
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \begin_inset ERT
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482
25483 \backslash
25484
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490 {
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501 }
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510
25511 AA
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516
25517 }
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536 \begin_inset Formula $\textrm{\AA}$
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 </row>
25545 <row>
25546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 i
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 \begin_inset Formula $\textrm{\i }$
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 </lyxtabular>
25571
25572 \end_inset
25573
25574
25575 \begin_inset Space \hfill{}
25576 \end_inset
25577
25578
25579 \begin_inset Tabular
25580 <lyxtabular version="3" rows="8" columns="2">
25581 <features>
25582 <column alignment="block" valignment="top" width="0">
25583 <column alignment="center" valignment="top" width="0">
25584 <row>
25585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 Befehl
25590 \begin_inset Note Note
25591 status collapsed
25592
25593 \begin_layout Plain Layout
25594
25595 \series bold
25596
25597 \backslash
25598 hspace{0mm}
25599 \series default
25600  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25601  ¿ erscheinen würde.
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Ergebnis
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 o
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $\textrm{\o }$
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651
25652 \backslash
25653 O
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Formula $\textrm{\O}$
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 <row>
25672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676
25677 \backslash
25678 l
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 \begin_inset Formula $\textrm{\l }$
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 </row>
25696 <row>
25697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701
25702 \backslash
25703 L
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 \begin_inset Formula $\textrm{\L }$
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 <row>
25722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 !
25727 \begin_inset Space \hspace{}
25728 \length 0mm
25729 \end_inset
25730
25731 `
25732 \begin_inset ERT
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736
25737
25738 \backslash
25739 leer 
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 \begin_inset Formula $\textrm{!`}$
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 ?
25768 \begin_inset Space \hspace{}
25769 \length 0mm
25770 \end_inset
25771
25772 `
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778
25779 \backslash
25780 leer 
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\textrm{?`}$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 j
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\textrm{\j }$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 </lyxtabular>
25829
25830 \end_inset
25831
25832
25833 \begin_inset Space \hfill{}
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 Die Zeichen 
25841 \begin_inset Formula $\textrm{\textrm{Å}}$
25842 \end_inset
25843
25844  und 
25845 \begin_inset Formula $\textrm{\textrm{Ø}}$
25846 \end_inset
25847
25848  können auch über den Mathe-Werkzeugleistenknopf 
25849 \begin_inset Graphics
25850         filename ../../images/math/digamma.png
25851         scale 85
25852
25853 \end_inset
25854
25855  eingefügt werden.
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Eine Ausnahme bilden die Befehle 
25860 \series bold
25861 !
25862 \begin_inset Space \hspace{}
25863 \length 0mm
25864 \end_inset
25865
25866 `
25867 \series default
25868  und 
25869 \series bold
25870 ?
25871 \begin_inset Space \hspace{}
25872 \length 0mm
25873 \end_inset
25874
25875 `
25876 \series default
25877 , denn man kann sie in LyX direkt in den Text eingeben.
25878 \end_layout
25879
25880 \begin_layout Subsection
25881 Akzente im Text
25882 \begin_inset CommandInset label
25883 LatexCommand label
25884 name "sub:Sonderzeichen-Akzente"
25885
25886 \end_inset
25887
25888
25889 \begin_inset Index
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Akzente ! im Text
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25903  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset Space \hfill{}
25908 \end_inset
25909
25910
25911 \begin_inset Tabular
25912 <lyxtabular version="3" rows="8" columns="2">
25913 <features>
25914 <column alignment="block" valignment="top" width="0">
25915 <column alignment="block" valignment="top" width="0">
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 Befehl
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 Ergebnis
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 </row>
25936 <row>
25937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941
25942 \backslash
25943
25944 \begin_inset Quotes grd
25945 \end_inset
25946
25947 e
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 "e
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 </row>
25974 <row>
25975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979
25980 \backslash
25981 `e
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 `e
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013
26014 \backslash
26015 ^
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 leer 
26024 \end_layout
26025
26026 \end_inset
26027
26028 e
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 ^e
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 =e
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset ERT
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075
26076
26077 \backslash
26078 =e
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 u
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 leer 
26105 \end_layout
26106
26107 \end_inset
26108
26109 e
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset ERT
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122
26123
26124 \backslash
26125 u e
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 b
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 leer 
26152 \end_layout
26153
26154 \end_inset
26155
26156 e
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 b e
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 t
26191 \begin_inset ERT
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196
26197 \backslash
26198 leer 
26199 \end_layout
26200
26201 \end_inset
26202
26203 ee
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 t ee
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 </lyxtabular>
26231
26232 \end_inset
26233
26234
26235 \begin_inset Space \hfill{}
26236 \end_inset
26237
26238
26239 \begin_inset Tabular
26240 <lyxtabular version="3" rows="8" columns="2">
26241 <features>
26242 <column alignment="block" valignment="top" width="0">
26243 <column alignment="center" valignment="top" width="0">
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 Befehl
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 Ergebnis
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 </row>
26264 <row>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269
26270 \backslash
26271 H
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 leer 
26280 \end_layout
26281
26282 \end_inset
26283
26284 e
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 H e
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 <row>
26312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316
26317 \backslash
26318 'e
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 'e
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350
26351 \backslash
26352 ~e
26353 \begin_inset Index
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357 Tilde
26358 \end_layout
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 ~e
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 .e
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409
26410
26411 \backslash
26412 .e
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 v
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435
26436
26437 \backslash
26438 leer 
26439 \end_layout
26440
26441 \end_inset
26442
26443 e
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 v e
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 </row>
26470 <row>
26471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475
26476 \backslash
26477 d
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483
26484 \backslash
26485 leer 
26486 \end_layout
26487
26488 \end_inset
26489
26490 e
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 d e
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 c
26525 \begin_inset ERT
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529
26530
26531 \backslash
26532 leer 
26533 \end_layout
26534
26535 \end_inset
26536
26537 e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 c e
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 </lyxtabular>
26565
26566 \end_inset
26567
26568
26569 \begin_inset Space \hfill{}
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 \begin_inset VSpace medskip
26577 \end_inset
26578
26579 Mit dem Befehl 
26580 \series bold
26581
26582 \backslash
26583 t
26584 \series default
26585  können auch zwei verschiedene Zeichen akzentuiert werden.
26586  Der Befehl 
26587 \series bold
26588
26589 \backslash
26590 t
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 leer 
26599 \end_layout
26600
26601 \end_inset
26602
26603 sz
26604 \series default
26605  ergibt: 
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 t sz
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Standard
26622 Die Akzente 
26623 \series bold
26624 `
26625 \series default
26626  , 
26627 \series bold
26628 '
26629 \series default
26630  und 
26631 \series bold
26632 ^
26633 \series default
26634  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26635  werden ohne den TeX-Modus zu benutzen.
26636  Dasselbe gilt für die Tilde
26637 \begin_inset Foot
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26642 \end_layout
26643
26644 \end_inset
26645
26646  
26647 \series bold
26648 ~
26649 \series default
26650  in Verbindung mit 
26651 \emph on
26652 a
26653 \emph default
26654  , 
26655 \emph on
26656 n
26657 \emph default
26658  oder 
26659 \emph on
26660 o
26661 \emph default
26662 .
26663 \end_layout
26664
26665 \begin_layout Standard
26666 Die Befehle 
26667 \series bold
26668
26669 \backslash
26670 b
26671 \series default
26672  , 
26673 \series bold
26674
26675 \backslash
26676 c
26677 \series default
26678  , 
26679 \series bold
26680
26681 \backslash
26682 d
26683 \series default
26684  , 
26685 \series bold
26686
26687 \backslash
26688 H
26689 \series default
26690  , 
26691 \series bold
26692
26693 \backslash
26694 t
26695 \series default
26696  , 
26697 \series bold
26698
26699 \backslash
26700 u
26701 \series default
26702  , 
26703 \series bold
26704
26705 \backslash
26706 v
26707 \series default
26708  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26709  Textmodus verfügbar.
26710  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26711  
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sub:Akzente-für-ein"
26715
26716 \end_inset
26717
26718 .
26719 \end_layout
26720
26721 \begin_layout Standard
26722 \begin_inset VSpace bigskip
26723 \end_inset
26724
26725 Des Weiteren kann man mit dem Befehl 
26726 \series bold
26727
26728 \backslash
26729 textcircled
26730 \series default
26731
26732 \begin_inset Index
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 Befehle ! T ! 
26737 \backslash
26738 textcircled
26739 \end_layout
26740
26741 \end_inset
26742
26743 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26744  Kreis setzen, quasi mit einem Kreis akzentuieren.
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="3" columns="2">
26751 <features>
26752 <column alignment="center" valignment="top" width="0">
26753 <column alignment="center" valignment="top" width="0">
26754 <row>
26755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 Befehl
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 Ergebnis
26769 \begin_inset Note Note
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774 \series bold
26775
26776 \backslash
26777 raisebox
26778 \series default
26779  in der Formel dient nur als Abstandhalter.
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795
26796 \backslash
26797 textcircled{w}
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 textcircled{w}
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 Large 
26832 \backslash
26833 textcircled{
26834 \backslash
26835 normalsize
26836 \backslash
26837 protect
26838 \backslash
26839 raisebox{-1.5pt}{W}}
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Formula $\raisebox {4.5mm}{}$
26849 \end_inset
26850
26851
26852 \begin_inset ERT
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856
26857
26858 \backslash
26859 Large 
26860 \backslash
26861 textcircled{
26862 \backslash
26863 normalsize
26864 \backslash
26865 protect
26866 \backslash
26867 raisebox{-1.5pt}W}
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \begin_inset Formula $\raisebox {-2mm}{}$
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 </lyxtabular>
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26891  
26892 \series bold
26893
26894 \backslash
26895 Large
26896 \series default
26897
26898 \begin_inset Foot
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902 siehe 
26903 \begin_inset CommandInset ref
26904 LatexCommand ref
26905 reference "sub:Schriftgrößen"
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914  bestimmt dabei die Größe des Kreises.
26915  Mit Hilfe von 
26916 \series bold
26917
26918 \backslash
26919 raisebox
26920 \series default
26921
26922 \begin_inset Foot
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 siehe 
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sub:Boxen-ohne-Rahmen"
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938  kann man das Zeichen zentrieren.
26939 \end_layout
26940
26941 \begin_layout Subsection
26942 Minuskelziffern
26943 \begin_inset Index
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Minuskelziffern
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Minuskelziffern werden mit dem Befehl 
26957 \series bold
26958
26959 \backslash
26960 oldstylenums
26961 \series default
26962
26963 \begin_inset Index
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 Befehle ! O ! 
26968 \backslash
26969 oldstylenums
26970 \end_layout
26971
26972 \end_inset
26973
26974  erzeugt.
26975  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26976  Das Befehlsschema lautet:
26977 \end_layout
26978
26979 \begin_layout Standard
26980
26981 \series bold
26982
26983 \backslash
26984 oldstylenums{Ziffer}
26985 \end_layout
26986
26987 \begin_layout Standard
26988 Der Befehl 
26989 \series bold
26990
26991 \backslash
26992 oldstylenums{0123456789
26993 \series default
26994  ergibt: 
26995 \begin_inset Formula $\oldstylenums {0123456789}$
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Subsection
27002 Sonstige Sonderzeichen
27003 \begin_inset CommandInset label
27004 LatexCommand label
27005 name "sub:Sonstige-Sonderzeichen"
27006
27007 \end_inset
27008
27009
27010 \begin_inset Index
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014 Sonderzeichen ! sonstige
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Standard
27023 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27024 \end_layout
27025
27026 \begin_layout Standard
27027 \align center
27028 \begin_inset Tabular
27029 <lyxtabular version="3" rows="4" columns="2">
27030 <features>
27031 <column alignment="center" valignment="top" width="0">
27032 <column alignment="center" valignment="top" width="0">
27033 <row>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 Befehl
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 Ergebnis
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 ^
27061 \begin_inset ERT
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065
27066
27067 \backslash
27068 leer 
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 \begin_inset Formula $\mathcircumflex$
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 _
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107 \begin_inset Formula $\_{} {}{}{}{}{}{}{}{}$
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 <row>
27117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121 ^
27122 \begin_inset ERT
27123 status collapsed
27124
27125 \begin_layout Plain Layout
27126
27127
27128 \backslash
27129 leer 
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \backslash
27136 circ
27137 \begin_inset Index
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141 °
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset Formula $^{\circ}$
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 </row>
27164 </lyxtabular>
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27173  folgende Zeile enthält
27174 \begin_inset Foot
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178 Mehr dazu ist in 
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "sub:Textzeichen-in-Formeln"
27182
27183 \end_inset
27184
27185  beschrieben.
27186 \end_layout
27187
27188 \end_inset
27189
27190 :
27191 \end_layout
27192
27193 \begin_layout Standard
27194
27195 \series bold
27196
27197 \backslash
27198 DeclareInputText{176}{
27199 \backslash
27200 ifmmode^
27201 \backslash
27202 circ
27203 \backslash
27204 else
27205 \backslash
27206 textdegree
27207 \backslash
27208 f\SpecialChar \textcompwordmark{}
27209 i}
27210 \end_layout
27211
27212 \begin_layout Section
27213 Formelstile
27214 \begin_inset CommandInset label
27215 LatexCommand label
27216 name "sec:Formelstile"
27217
27218 \end_inset
27219
27220
27221 \begin_inset Index
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 Formel ! Stile
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Itemize
27234 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27235 \end_layout
27236
27237 \begin_deeper
27238 \begin_layout Description
27239 Zentriert ist der voreingestellte Standard
27240 \end_layout
27241
27242 \begin_layout Description
27243 Eingerückt dazu muss im Menü 
27244 \family sans
27245 Dokument\SpecialChar \menuseparator
27246 Einstellungen
27247 \family default
27248  unter 
27249 \family sans
27250 Dokumentklasse
27251 \family default
27252  die Option 
27253 \series bold
27254 fleqn
27255 \series default
27256  eingeben werden
27257 \end_layout
27258
27259 \begin_layout Standard
27260 Wird 
27261 \series bold
27262 Eingerückt
27263 \series default
27264  verwendet, kann mit der Länge 
27265 \series bold
27266
27267 \backslash
27268 mathindent
27269 \series default
27270
27271 \begin_inset Index
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 Befehle ! M ! 
27276 \backslash
27277 mathindent
27278 \end_layout
27279
27280 \end_inset
27281
27282  die Einrückung eingestellt werden.
27283  Soll der Abstand 15
27284 \begin_inset Space \thinspace{}
27285 \end_inset
27286
27287 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27288 \end_layout
27289
27290 \begin_layout Standard
27291
27292 \series bold
27293
27294 \backslash
27295 setlength{
27296 \backslash
27297 mathindent}{15mm}
27298 \end_layout
27299
27300 \begin_layout Standard
27301 ein.
27302  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27303 \begin_inset Space \thinspace{}
27304 \end_inset
27305
27306 pt verwendet.
27307 \end_layout
27308
27309 \end_deeper
27310 \begin_layout Itemize
27311 Und zwei verschiedene Nummerierungsstile:
27312 \end_layout
27313
27314 \begin_deeper
27315 \begin_layout Description
27316 Rechts ist der voreingestellte Standard
27317 \end_layout
27318
27319 \begin_layout Description
27320 Links dazu muss im Menü 
27321 \family sans
27322 Dokument\SpecialChar \menuseparator
27323 Einstellungen
27324 \family default
27325  unter 
27326 \family sans
27327 Dokumentklasse
27328 \family default
27329  die Option 
27330 \series bold
27331 leqno
27332 \series default
27333  eingeben werden
27334 \end_layout
27335
27336 \end_deeper
27337 \begin_layout Standard
27338
27339 \series bold
27340 fleqn
27341 \series default
27342  und 
27343 \series bold
27344 leqno
27345 \series default
27346  können auch gemeinsam verwendet werden.
27347  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27348 n.
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27353  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27354  ausgerichtete Formeln setzen, verwendet man den Stil 
27355 \series bold
27356 Zentriert
27357 \series default
27358 .
27359  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27360  
27361 \begin_inset CommandInset ref
27362 LatexCommand ref
27363 reference "sub:Flalign-Umgebung"
27364
27365 \end_inset
27366
27367 .
27368 \end_layout
27369
27370 \begin_layout Section
27371 Mehrzeilige Formeln
27372 \begin_inset CommandInset label
27373 LatexCommand label
27374 name "sec:Mehrzeilige-Formeln"
27375
27376 \end_inset
27377
27378
27379 \begin_inset Index
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383 Formel ! mehrzeilige
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Subsection
27392 Allgemeines
27393 \end_layout
27394
27395 \begin_layout Standard
27396 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27397 \family sans
27398 \series bold
27399 Strg-Enter
27400 \family default
27401 \series default
27402  drückt.
27403  Dies erzeugt eine 
27404 \series bold
27405 align-Umgebung
27406 \series default
27407 , die in 
27408 \begin_inset CommandInset ref
27409 LatexCommand ref
27410 reference "sub:Standard-align-Umgebung"
27411
27412 \end_inset
27413
27414  beschrieben ist.
27415 \end_layout
27416
27417 \begin_layout Standard
27418 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27419 \family sans
27420 Einfügen\SpecialChar \menuseparator
27421 Mathe
27422 \family default
27423  erstellt werden können.
27424  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27425 \end_layout
27426
27427 \begin_layout Standard
27428 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27429  man 
27430 \family sans
27431 Strg-Enter
27432 \family default
27433  drückt.
27434  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27435 fe 
27436 \begin_inset Graphics
27437         filename ../../images/tabular-feature_append-row.png
27438         scale 85
27439
27440 \end_inset
27441
27442  bzw.
27443 \begin_inset Space ~
27444 \end_inset
27445
27446
27447 \begin_inset Graphics
27448         filename ../../images/tabular-feature_delete-row.png
27449         scale 85
27450
27451 \end_inset
27452
27453  oder das Menü 
27454 \family sans
27455 Bearbeiten\SpecialChar \menuseparator
27456 Zeilen & Spalten
27457 \family default
27458  verwendet werden.
27459 \end_layout
27460
27461 \begin_layout Subsubsection
27462 Zeilenabstand
27463 \begin_inset CommandInset label
27464 LatexCommand label
27465 name "sub:Zeilenabstand"
27466
27467 \end_inset
27468
27469
27470 \begin_inset Index
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Formel ! mehrzeilige ! Zeilenabstand
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27484 \begin_inset Formula \begin{eqnarray*}
27485 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}\\
27486 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*}
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27495 chbefehls angegeben.
27496  Dies ist in LyX aber nicht möglich
27497 \begin_inset Foot
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 siehe 
27502 \begin_inset CommandInset href
27503 LatexCommand href
27504 name "LyX-Fehler #1505"
27505 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27506
27507 \end_inset
27508
27509
27510 \end_layout
27511
27512 \end_inset
27513
27514 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27515  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27516  Zeile den Befehl 
27517 \series bold
27518
27519 \backslash
27520
27521 \backslash
27522 [3mm]
27523 \series default
27524  ein.
27525  Damit erhält man: 
27526 \begin_inset ERT
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531
27532 \backslash
27533 begin{eqnarray*}
27534 \end_layout
27535
27536 \begin_layout Plain Layout
27537
27538 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27539  = & 
27540 \backslash
27541 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27542 \backslash
27543
27544 \backslash
27545 [3mm]
27546 \end_layout
27547
27548 \begin_layout Plain Layout
27549
27550 4x^{2}
27551 \backslash
27552 left(B^{2}+x_{0}^{2}
27553 \backslash
27554 right)+4x_{0}x
27555 \backslash
27556 left(D-B^{2}
27557 \backslash
27558 right)+B^{2}
27559 \backslash
27560 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27561 \backslash
27562 right) & = & 0
27563 \end_layout
27564
27565 \begin_layout Plain Layout
27566
27567
27568 \backslash
27569 end{eqnarray*}
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 \begin_inset VSpace bigskip
27579 \end_inset
27580
27581 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27582  man die Länge 
27583 \series bold
27584
27585 \backslash
27586 jot
27587 \series default
27588
27589 \begin_inset Index
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593 Befehle ! J ! 
27594 \backslash
27595 jot
27596 \end_layout
27597
27598 \end_inset
27599
27600 .
27601  Es gilt 
27602 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27603 \end_inset
27604
27605 .
27606  Voreingestellt ist für 
27607 \series bold
27608
27609 \backslash
27610 jot
27611 \series default
27612  der Wert 3
27613 \begin_inset Space \thinspace{}
27614 \end_inset
27615
27616 pt.
27617  Um wie im vorigen Beispiel 3
27618 \begin_inset Space \thinspace{}
27619 \end_inset
27620
27621 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27622 \end_layout
27623
27624 \begin_layout Standard
27625
27626 \series bold
27627
27628 \backslash
27629 setlength{
27630 \backslash
27631 jot}{3mm+3pt}
27632 \end_layout
27633
27634 \begin_layout Standard
27635 im TeX-Modus vor der Formel ein.
27636  Das setzt voraus, dass das LaTeX-Paket 
27637 \series bold
27638 calc
27639 \series default
27640
27641 \begin_inset Foot
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645
27646 \series bold
27647 calc
27648 \series default
27649  ist Teil jeder LaTeX-Standardinstallation.
27650 \end_layout
27651
27652 \end_inset
27653
27654
27655 \begin_inset Index
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 Pakete ! calc
27660 \end_layout
27661
27662 \end_inset
27663
27664  im LaTeX-Vorspann mit der Zeile
27665 \end_layout
27666
27667 \begin_layout Standard
27668
27669 \series bold
27670
27671 \backslash
27672 usepackage{calc}
27673 \end_layout
27674
27675 \begin_layout Standard
27676 geladen wurde.
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Man erhält: 
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 setlength{
27689 \backslash
27690 jot}{3mm+3pt}
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \begin_inset Formula \begin{eqnarray*}
27697 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}\\
27698 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*}
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 setlength{
27714 \backslash
27715 jot}{3pt}
27716 \end_layout
27717
27718 \end_inset
27719
27720  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27721 \series bold
27722
27723 \backslash
27724 jot
27725 \series default
27726  auf den Wert 3
27727 \begin_inset Space \thinspace{}
27728 \end_inset
27729
27730 pt.
27731 \end_layout
27732
27733 \begin_layout Subsubsection
27734 Spaltenabstand
27735 \begin_inset CommandInset label
27736 LatexCommand label
27737 name "sub:Spaltenabstand"
27738
27739 \end_inset
27740
27741
27742 \begin_inset Index
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 Formel ! mehrzeilige ! Spaltenabstand
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Standard
27755 Mehrzeilige Formeln bilden eine Matrix.
27756  Eine Formel in der Eqnarray-Umgebung ist z.
27757 \begin_inset Space \thinspace{}
27758 \end_inset
27759
27760 B.
27761  eine dreispaltige Matrix.
27762  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27763  neben den Relationszeichen ändern.
27764 \end_layout
27765
27766 \begin_layout Standard
27767 Der Spaltenabstand wird mit der Länge 
27768 \series bold
27769
27770 \backslash
27771 arraycolsep
27772 \series default
27773
27774 \begin_inset Index
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 Befehle ! A ! 
27779 \backslash
27780 arraycolsep
27781 \end_layout
27782
27783 \end_inset
27784
27785  festgelegt, wobei gilt:
27786 \begin_inset Newline newline
27787 \end_inset
27788
27789 Spaltenabstand = 2
27790 \begin_inset Space \thinspace{}
27791 \end_inset
27792
27793
27794 \series bold
27795
27796 \backslash
27797 arraycolsep
27798 \series default
27799 .
27800 \begin_inset Newline newline
27801 \end_inset
27802
27803 Der im TeX-Modus eingegebene Befehl
27804 \end_layout
27805
27806 \begin_layout Standard
27807
27808 \series bold
27809
27810 \backslash
27811 setlength{
27812 \backslash
27813 arraycolsep}{1cm}
27814 \end_layout
27815
27816 \begin_layout Standard
27817 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27818 \begin_inset Space \thinspace{}
27819 \end_inset
27820
27821 cm.
27822  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27823 \series bold
27824
27825 \backslash
27826 arraycolsep
27827 \series default
27828  auf 5
27829 \begin_inset Space \thinspace{}
27830 \end_inset
27831
27832 pt.
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Eine Formel mit 2
27837 \begin_inset Space \thinspace{}
27838 \end_inset
27839
27840 cm Spaltenabstand:
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 setlength{
27849 \backslash
27850 arraycolsep}{1cm}
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \begin_inset Formula \begin{eqnarray*}
27857 A & = & B\\
27858 C & \ne & A\end{eqnarray*}
27859
27860 \end_inset
27861
27862 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27863 \begin_inset Space \thinspace{}
27864 \end_inset
27865
27866 pt:
27867 \begin_inset ERT
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871
27872
27873 \backslash
27874 setlength{
27875 \backslash
27876 arraycolsep}{5pt}
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \begin_inset Formula \begin{eqnarray*}
27883 A & = & B\\
27884 C & \ne & A\end{eqnarray*}
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Subsubsection
27892 Lange Formeln
27893 \begin_inset Index
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897 Formel ! lange
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 Lange Formeln kann man wie folgt setzen:
27907 \end_layout
27908
27909 \begin_layout Itemize
27910 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27911  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 medskip
27920 \end_layout
27921
27922 \end_inset
27923
27924  
27925 \begin_inset Formula \begin{eqnarray}
27926 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 \\
27927  &  & -\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}
27928
27929 \end_inset
27930
27931
27932 \begin_inset ERT
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936
27937
27938 \backslash
27939 smallskip
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \begin_inset Newline newline
27946 \end_inset
27947
27948 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27949  als Operator, da es das erste Zeichen der Zeile ist.
27950  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27951  Bruchstrich unterscheiden.
27952  Um das zu verhindern, wurde mit dem Befehl 
27953 \series bold
27954
27955 \backslash
27956 hspace{3pt}
27957 \series default
27958
27959 \begin_inset Foot
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 mehr zu 
27964 \series bold
27965
27966 \backslash
27967 hspace
27968 \series default
27969  siehe 
27970 \begin_inset CommandInset ref
27971 LatexCommand ref
27972 reference "sub:Variabler-Leerraum"
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Index
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986 Befehle ! H ! 
27987 \backslash
27988 hspace
27989 \end_layout
27990
27991 \end_inset
27992
27993  Leerraum hinter das Minuszeichen eingefügt.
27994 \end_layout
27995
27996 \begin_layout Itemize
27997 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27998 \series bold
27999
28000 \backslash
28001 lefteqn
28002 \series default
28003
28004 \begin_inset Index
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008 Befehle ! L ! 
28009 \backslash
28010 lefteqn
28011 \end_layout
28012
28013 \end_inset
28014
28015 .
28016  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28017  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28018 \begin_inset ERT
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022
28023
28024 \backslash
28025 medskip
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \begin_inset Formula \begin{eqnarray}
28032 \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 \\
28033  &  & -\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 \\
28034  &  & =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}
28035
28036 \end_inset
28037
28038
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 smallskip
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset Newline newline
28053 \end_inset
28054
28055 Nachdem man 
28056 \series bold
28057
28058 \backslash
28059 lefteqn
28060 \series default
28061  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28062  das gegenüber dem blauen leicht verschoben ist.
28063  In dieses wird die Formel eingegeben.
28064 \begin_inset ERT
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068
28069
28070 \backslash
28071 medskip
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \begin_inset Newline newline
28078 \end_inset
28079
28080 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28081  eingegeben.
28082  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28083  Einrückung.
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 medskip
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \begin_inset Newline newline
28098 \end_inset
28099
28100
28101 \begin_inset Note Greyedout
28102 status open
28103
28104 \begin_layout Plain Layout
28105 Bei der Verwendung von 
28106 \series bold
28107
28108 \backslash
28109 lefteqn
28110 \series default
28111  ist Folgendes zu beachten:
28112 \end_layout
28113
28114 \begin_layout Itemize
28115 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28116  Würde man in obigem Beispiel der ersten Zeile den Term 
28117 \begin_inset Formula $-B^{2}$
28118 \end_inset
28119
28120  anfügen, befände sich dieser außerhalb des Seitenrands.
28121  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28122  Leerraum einfügen.
28123 \end_layout
28124
28125 \begin_layout Itemize
28126 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28127  erste Zeile gesetzt werden.
28128 \begin_inset Foot
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 \begin_inset CommandInset href
28133 LatexCommand href
28134 name "LyX-Fehler #1429"
28135 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \end_inset
28143
28144  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28145  Pfeiltasten bewegen.
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Itemize
28154 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28155 \begin_inset CommandInset ref
28156 LatexCommand ref
28157 reference "sub:Multline-Umgebung"
28158
28159 \end_inset
28160
28161  und 
28162 \begin_inset CommandInset ref
28163 LatexCommand ref
28164 reference "sub:Mehrzeilige-Formelteile"
28165
28166 \end_inset
28167
28168  beschriebenen Umgebungen.
28169 \end_layout
28170
28171 \begin_layout Subsubsection
28172 Mehrzeilige Klammern
28173 \begin_inset CommandInset label
28174 LatexCommand label
28175 name "sub:Mehrzeilige-Klammern"
28176
28177 \end_inset
28178
28179
28180 \begin_inset Index
28181 status collapsed
28182
28183 \begin_layout Plain Layout
28184 Klammern ! mehrzeilige
28185 \end_layout
28186
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \begin_layout Standard
28193 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28194 \begin_inset Formula \begin{eqnarray*}
28195 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28196  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \begin_layout Standard
28204 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28205  Größe dürfen nicht über mehrere Zeilen gehen.
28206 \end_layout
28207
28208 \begin_layout Standard
28209 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28210  erste Zeile mit 
28211 \series bold
28212
28213 \backslash
28214 right.
28215 \series default
28216
28217 \begin_inset Index
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 Befehle ! R ! 
28222 \backslash
28223 right
28224 \end_layout
28225
28226 \end_inset
28227
28228  und beginnt die zweite Zeile mit 
28229 \series bold
28230
28231 \backslash
28232 left.
28233 \begin_inset Foot
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237 mehr zu 
28238 \series bold
28239
28240 \backslash
28241 left
28242 \series default
28243  und 
28244 \series bold
28245
28246 \backslash
28247 right
28248 \series default
28249  siehe 
28250 \begin_inset CommandInset ref
28251 LatexCommand ref
28252 reference "sub:Automatische-Klammergrößen"
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \series default
28263
28264 \begin_inset Index
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 Befehle ! L ! 
28269 \backslash
28270 left
28271 \end_layout
28272
28273 \end_inset
28274
28275 .
28276  Nach 
28277 \series bold
28278
28279 \backslash
28280 left.
28281
28282 \series default
28283  gibt man den Befehl 
28284 \series bold
28285
28286 \backslash
28287 vphantom
28288 \series default
28289
28290 \begin_inset ERT
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295
28296 \backslash
28297 leer 
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \series bold
28304
28305 \backslash
28306 prod
28307 \series default
28308 ^
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314
28315 \backslash
28316 leer 
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \series bold
28323
28324 \backslash
28325 infty
28326 \series default
28327
28328 \begin_inset ERT
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332
28333
28334 \backslash
28335 leer 
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \series bold
28342
28343 \begin_inset Formula $\downarrow$
28344 \end_inset
28345
28346 _R=1}
28347 \series default
28348
28349 \begin_inset Index
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Befehle ! V ! 
28354 \backslash
28355 vphantom
28356 \end_layout
28357
28358 \end_inset
28359
28360  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28361  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28362 \end_layout
28363
28364 \begin_layout Standard
28365 Das Ergebnis sieht so aus:
28366 \begin_inset Formula \begin{eqnarray*}
28367 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28368  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Subsection
28376 Align-Umgebungen
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28381  werden.
28382  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Align-Umgebungen bestehen aus Spalten.
28387  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28388  ausgerichtet.
28389  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28390 \end_layout
28391
28392 \begin_layout Standard
28393 Align-Umgebung werden über das Menü 
28394 \family sans
28395 Einfügen\SpecialChar \menuseparator
28396 Mathe
28397 \family default
28398  erstellt.
28399  Über das Menü 
28400 \family sans
28401 Bearbeiten\SpecialChar \menuseparator
28402 Mathe\SpecialChar \menuseparator
28403 Formelart
28404 \begin_inset Space ~
28405 \end_inset
28406
28407 ändern
28408 \family default
28409  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28410 \end_layout
28411
28412 \begin_layout Standard
28413 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28414
28415 \begin_inset Graphics
28416         filename ../../images/tabular-feature_append-column.png
28417         scale 85
28418
28419 \end_inset
28420
28421  bzw.
28422 \begin_inset Space ~
28423 \end_inset
28424
28425
28426 \begin_inset Graphics
28427         filename ../../images/tabular-feature_delete-column.png
28428         scale 85
28429
28430 \end_inset
28431
28432  oder das Menü 
28433 \family sans
28434 Bearbeiten\SpecialChar \menuseparator
28435 Zeilen & Spalten
28436 \family default
28437  verwendet werden.
28438 \end_layout
28439
28440 \begin_layout Subsubsection
28441 Standard align-Umgebung
28442 \begin_inset CommandInset label
28443 LatexCommand label
28444 name "sub:Standard-align-Umgebung"
28445
28446 \end_inset
28447
28448
28449 \begin_inset Index
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 Formel ! mehrzeilige ! align-Umgebung
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \begin_layout Standard
28462 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28463 \family sans
28464 Strg-Enter
28465 \family default
28466  drückt oder das Menü 
28467 \family sans
28468 Einfügen\SpecialChar \menuseparator
28469 Mathe\SpecialChar \menuseparator
28470 AMS align-Umge\SpecialChar \-
28471 bung
28472 \family default
28473  aufruft.
28474 \end_layout
28475
28476 \begin_layout Standard
28477 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28478 n align-Umgebung erzeugt wurden:
28479 \begin_inset Formula \begin{align*}
28480 A & =\sin(B) & C & =D\\
28481 C & \ne A & B & \ne D\end{align*}
28482
28483 \end_inset
28484
28485 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28486  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28487 \series bold
28488
28489 \backslash
28490 hfill
28491 \begin_inset Foot
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 mehr zu 
28496 \series bold
28497
28498 \backslash
28499 hfill
28500 \series default
28501  siehe 
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "sub:Variabler-Leerraum"
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \series default
28515  befinden.
28516  Ist der Formelstil 
28517 \series bold
28518 Eingerückt
28519 \begin_inset Foot
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Formelstile siehe 
28524 \begin_inset CommandInset ref
28525 LatexCommand ref
28526 reference "sec:Formelstile"
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \series default
28537  gewählt, wird die Formel ohne den 
28538 \series bold
28539
28540 \backslash
28541 hfill
28542 \series default
28543  vor der ersten Spalte gesetzt.
28544 \end_layout
28545
28546 \begin_layout Subsubsection
28547 Alignat-Umgebung
28548 \begin_inset Index
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Formel ! mehrzeilige ! alignat-Umgebung
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \begin_layout Standard
28561 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28562  Man kann ihn manuell durch die in 
28563 \begin_inset CommandInset ref
28564 LatexCommand ref
28565 reference "sub:Leerraum"
28566
28567 \end_inset
28568
28569  beschriebenen Leerräume einfügen.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28574  Formel 1
28575 \begin_inset Space \thinspace{}
28576 \end_inset
28577
28578 cm Leerraum eingefügt wurde:
28579 \begin_inset Formula \begin{alignat*}{2}
28580 A & =\sin(B) & \hspace {1cm}C & =D\\
28581 C & \ne A & B & \ne D\end{alignat*}
28582
28583 \end_inset
28584
28585 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28586  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28587  Formeln.
28588 \end_layout
28589
28590 \begin_layout Subsubsection
28591 Flalign-Umgebung
28592 \begin_inset CommandInset label
28593 LatexCommand label
28594 name "sub:Flalign-Umgebung"
28595
28596 \end_inset
28597
28598
28599 \begin_inset Index
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603 Formel ! mehrzeilige ! flalign-Umgebung
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Standard
28612 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28613  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28614  Dazu ein Beispiel:
28615 \begin_inset Formula \begin{flalign*}
28616 A & =1 & B & =2 & C & =3\\
28617 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28626  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28627  im Dokument links setzen obwohl der Formelstil 
28628 \series bold
28629 Zentriert
28630 \series default
28631  eingestellt ist.
28632  Als Beispiel die eingerückte ausgerichtete Formel 
28633 \begin_inset CommandInset ref
28634 LatexCommand eqref
28635 reference "eq:VolInt"
28636
28637 \end_inset
28638
28639 :
28640 \begin_inset Formula \begin{flalign}
28641 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28642
28643 \end_inset
28644
28645 In den ersten beiden Spalten befindet sich die Formel.
28646  Damit sie wie beim Formelstil 
28647 \series bold
28648 Eingerückt
28649 \series default
28650  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28651 \begin_inset Space \thinspace{}
28652 \end_inset
28653
28654 pt Leerraum eingefügt.
28655 \end_layout
28656
28657 \begin_layout Subsection
28658 Eqnarray-Umgebung
28659 \begin_inset Index
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Formel ! mehrzeilige ! Eqnarray-Umgebung
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28673  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28674  ausgerichtet.
28675  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28676  da dieses Kästchen nur für Relationzeichen gedacht ist.
28677 \begin_inset Formula \begin{eqnarray*}
28678 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28679 AB & AB & AB\\
28680 A & = & A\end{eqnarray*}
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Subsection
28688 Gather-Umgebung
28689 \begin_inset Index
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Formel ! mehrzeilige ! Gather-Umgebung
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28703  Jede Zeile kann nummeriert werden.
28704 \begin_inset Formula \begin{gather}
28705 A=1\\
28706 X=\textrm{-}1\end{gather}
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Subsection
28714 Multline-Umgebung
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "sub:Multline-Umgebung"
28718
28719 \end_inset
28720
28721
28722 \begin_inset Index
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Formel ! mehrzeilige ! Multline-Umgebung
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28736  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28737  Alle anderen Zeilen sind zentriert.
28738  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28739  Als Beispiel Formel 
28740 \begin_inset CommandInset ref
28741 LatexCommand eqref
28742 reference "eq:lefteqn"
28743
28744 \end_inset
28745
28746  in der multline-Umgebung:
28747 \begin_inset Formula \begin{multline}
28748 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}\\
28749 -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}\\
28750 =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}
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28759  nummeriert, wenn rechts (links) nummeriert wird.
28760 \begin_inset Foot
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Nummerierungsstile siehe 
28765 \begin_inset CommandInset ref
28766 LatexCommand ref
28767 reference "sec:Formelstile"
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Mit den Befehlen 
28781 \series bold
28782
28783 \backslash
28784 shoveright
28785 \begin_inset Index
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 Befehle ! S ! 
28790 \backslash
28791 shoveright
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \series default
28798  und 
28799 \series bold
28800
28801 \backslash
28802 shoveleft
28803 \begin_inset Index
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Befehle ! S ! 
28808 \backslash
28809 shoveleft
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \series default
28816  kann eine zentrierte Zeile rechts bzw.
28817  links ausgerichtet werden.
28818  Die Befehle werden folgendermaßen verwendet:
28819 \end_layout
28820
28821 \begin_layout Standard
28822
28823 \series bold
28824
28825 \backslash
28826 shoveright{Zeileninhalt}
28827 \series default
28828  bzw.
28829  
28830 \series bold
28831
28832 \backslash
28833 shoveleft{Zeileninhalt}
28834 \end_layout
28835
28836 \begin_layout Standard
28837 \begin_inset VSpace medskip
28838 \end_inset
28839
28840 Die Länge 
28841 \series bold
28842
28843 \backslash
28844 multlinegap
28845 \begin_inset Index
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 Befehle ! M ! 
28850 \backslash
28851 multlinegap
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \series default
28858  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28859  Voreingestellt ist die Länge 0
28860 \begin_inset Space \thinspace{}
28861 \end_inset
28862
28863 pt.
28864 \end_layout
28865
28866 \begin_layout Standard
28867 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28868 \end_layout
28869
28870 \begin_layout Standard
28871
28872 \series bold
28873
28874 \backslash
28875 setlength{
28876 \backslash
28877 multlinegap}{2cm}
28878 \end_layout
28879
28880 \begin_layout Standard
28881 eingegeben wurde:
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887
28888 \backslash
28889 setlength{
28890 \backslash
28891 multlinegap}{2cm}
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \begin_inset Formula \begin{multline}
28898 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}\\
28899 \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}}\\
28900 =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}
28901
28902 \end_inset
28903
28904
28905 \begin_inset ERT
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909
28910
28911 \backslash
28912 setlength{
28913 \backslash
28914 multlinegap}{0pt}
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Standard
28923 Die zweite Zeile wurde mit 
28924 \series bold
28925
28926 \backslash
28927 shoveleft
28928 \series default
28929  linksbündig ausgerichtet.
28930 \end_layout
28931
28932 \begin_layout Subsection
28933 Mehrzeilige Formelteile
28934 \begin_inset CommandInset label
28935 LatexCommand label
28936 name "sub:Mehrzeilige-Formelteile"
28937
28938 \end_inset
28939
28940
28941 \begin_inset Index
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Formel ! mehrzeilige ! Formelteile
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28955  der folgenden Umgebungen: 
28956 \series bold
28957 aligned
28958 \series default
28959
28960 \series bold
28961 alignedat
28962 \series default
28963
28964 \series bold
28965 gathered
28966 \series default
28967  oder 
28968 \series bold
28969 split
28970 \series default
28971 .
28972  Sie können über das Menü 
28973 \family sans
28974 Einfügen\SpecialChar \menuseparator
28975 Mathe
28976 \family default
28977  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28978 \end_layout
28979
28980 \begin_layout Standard
28981 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28982 n Formel\SpecialChar \-
28983 umgebungen.
28984  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28985  Dazu ein Beispiel:
28986 \begin_inset Formula \[
28987 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28988 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28989 \right\} \textrm{Unbestimmtheitsrelationen}\]
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28998  der Befehl 
28999 \series bold
29000
29001 \backslash
29002 aligned
29003 \begin_inset Index
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 Befehle ! A ! 
29008 \backslash
29009 aligned
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \series default
29016  eingegeben wird.
29017  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29018  und Zeilen hinzufügen kann.
29019  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29020  gesetzt werden.
29021 \end_layout
29022
29023 \begin_layout Standard
29024 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29025  ausgerichtet sind.
29026  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29027  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29028  Als Beispiel Formel 
29029 \begin_inset CommandInset ref
29030 LatexCommand eqref
29031 reference "eq:kurzlang"
29032
29033 \end_inset
29034
29035  in der aligned-Umgebung:
29036 \begin_inset Formula \begin{equation}
29037 \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}|}\\
29038  & -\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}
29039 \end{equation}
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Möchte man die Umgebung 
29048 \series bold
29049 alignedat
29050 \series default
29051
29052 \series bold
29053 gathered
29054 \series default
29055  oder 
29056 \series bold
29057 split
29058 \series default
29059  verwenden, gibt man den Befehl 
29060 \series bold
29061
29062 \backslash
29063 alignedat
29064 \series default
29065 ,
29066 \begin_inset Index
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 Befehle ! A ! 
29071 \backslash
29072 alignedat
29073 \end_layout
29074
29075 \end_inset
29076
29077  
29078 \series bold
29079
29080 \backslash
29081 gathered
29082 \series default
29083
29084 \begin_inset Index
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Befehle ! G ! 
29089 \backslash
29090 gathered
29091 \end_layout
29092
29093 \end_inset
29094
29095  bzw.
29096  
29097 \series bold
29098
29099 \backslash
29100 split
29101 \series default
29102
29103 \begin_inset Index
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Befehle ! S ! 
29108 \backslash
29109 split
29110 \end_layout
29111
29112 \end_inset
29113
29114  ein.
29115  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29116  jedoch darf sie nur zwei Spalten enthalten.
29117 \end_layout
29118
29119 \begin_layout Subsection
29120 Text in mehrzeiligen Formeln
29121 \begin_inset CommandInset label
29122 LatexCommand label
29123 name "sub:Text-in-mehrzeiligen"
29124
29125 \end_inset
29126
29127
29128 \begin_inset Index
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Text ! in Formeln
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \begin_inset Index
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Formel ! mehrzeilige ! Text
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29152  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29153  die Ausrichtung der Spalten nicht beeinflusst.
29154  Dazu wird der Befehl 
29155 \series bold
29156
29157 \backslash
29158 intertext
29159 \begin_inset Index
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Befehle ! I ! 
29164 \backslash
29165 intertext
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \series default
29172  nach folgendem Schema benutzt:
29173 \end_layout
29174
29175 \begin_layout Standard
29176
29177 \series bold
29178
29179 \backslash
29180 intertext{Text}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29185  werden kann.
29186  Weil LyX 
29187 \series bold
29188
29189 \backslash
29190 intertext
29191 \series default
29192  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29193  Text.
29194  
29195 \series bold
29196
29197 \backslash
29198 intertext
29199 \series default
29200  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29201  dieser Zeile.
29202  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29203 \begin_inset Formula \begin{align}
29204 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29205 \intertext {\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Section
29213 Formelnummerierung
29214 \begin_inset Index
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 Formelnummerierung
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \begin_inset Index
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Formel ! Nummerierung|see
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 {
29235 \end_layout
29236
29237 \end_inset
29238
29239 Formelnummerierung
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245 }
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Subsection
29259 Allgemeines
29260 \end_layout
29261
29262 \begin_layout Standard
29263 Nummerierte Formeln können mit dem Menü 
29264 \family sans
29265 Einfügen\SpecialChar \menuseparator
29266 Mathe\SpecialChar \menuseparator
29267 Nummerierte
29268 \begin_inset Space ~
29269 \end_inset
29270
29271 Formel
29272 \family default
29273  (Tastenkürzel 
29274 \family sans
29275 Strg-Alt
29276 \begin_inset Space ~
29277 \end_inset
29278
29279 n
29280 \family default
29281 ) erstellt, bestehende Formeln über das Menü 
29282 \family sans
29283 Bearbeiten\SpecialChar \menuseparator
29284 Mathe\SpecialChar \menuseparator
29285 Nummerierung
29286 \begin_inset Space ~
29287 \end_inset
29288
29289 an/aus
29290 \family default
29291  (Tastenkürzel 
29292 \family sans
29293 Alt-m
29294 \begin_inset Space ~
29295 \end_inset
29296
29297 n
29298 \family default
29299 ) nummeriert werden.
29300  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29301  Klammern.
29302  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29307  Zeilen nummeriert.
29308  Man kann jedoch über das Menü 
29309 \family sans
29310 Bearbeiten\SpecialChar \menuseparator
29311 Mathe\SpecialChar \menuseparator
29312 Zeilennummerierung an/aus
29313 \family default
29314  (Tastenkürzel 
29315 \family sans
29316 Alt-m
29317 \begin_inset Space ~
29318 \end_inset
29319
29320 N
29321 \family default
29322 ) für jede Zeile die Nummerierung festlegen.
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29327  werden, siehe 
29328 \begin_inset CommandInset ref
29329 LatexCommand ref
29330 reference "sec:Formelstile"
29331
29332 \end_inset
29333
29334 .
29335 \end_layout
29336
29337 \begin_layout Subsection
29338 Querverweise
29339 \begin_inset CommandInset label
29340 LatexCommand label
29341 name "sub:Querverweise"
29342
29343 \end_inset
29344
29345
29346 \begin_inset Index
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350 Querverweise ! auf Formeln
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29360  Eine Marke wird mit dem Menü 
29361 \family sans
29362 Einfügen\SpecialChar \menuseparator
29363 Marke
29364 \family default
29365  oder dem Werkzeugleistenknopf 
29366 \begin_inset Graphics
29367         filename ../../images/label-insert.png
29368         scale 85
29369
29370 \end_inset
29371
29372  gesetzt.
29373  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29374  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29375 \series bold
29376 eq:
29377 \series default
29378 , nachdem der eigentliche Markenname eingegeben wird.
29379  Der voreingestellte Eintrag steht für 
29380 \begin_inset Quotes gld
29381 \end_inset
29382
29383 equation
29384 \begin_inset Quotes grd
29385 \end_inset
29386
29387  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29388  einer Formel und nicht zu einem Kapitel gehört.
29389  Um eine Marke zu ändern, wählt man wieder das Menü 
29390 \family sans
29391 Einfügen\SpecialChar \menuseparator
29392 Marke
29393 \family default
29394 .
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29399  Eine Formel mit Marke wird immer nummeriert.
29400 \end_layout
29401
29402 \begin_layout Standard
29403 Querverweise werden mit dem Menü 
29404 \family sans
29405 Einfügen\SpecialChar \menuseparator
29406 Querverweis
29407 \family default
29408  oder dem Werkzeugleistenknopf 
29409 \begin_inset Graphics
29410         filename ../../images/dialog-show-new-inset_ref.png
29411         scale 85
29412
29413 \end_inset
29414
29415  eingefügt.
29416  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29417  Wenn man im Querverweis Dialogfenster das Format 
29418 \series bold
29419 (<Querverweis>)
29420 \series default
29421  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29422 \begin_inset Newline newline
29423 \end_inset
29424
29425 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29426  man zur Formel auf die verwiesen wird.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29431 \begin_inset Note Note
29432 status open
29433
29434 \begin_layout Plain Layout
29435 Man beachte die unterschiedlichen Querverweistypen.
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Die Gleichungen 
29445 \begin_inset CommandInset ref
29446 LatexCommand eqref
29447 reference "eq:tag"
29448
29449 \end_inset
29450
29451  und 
29452 \begin_inset CommandInset ref
29453 LatexCommand eqref
29454 reference "eq:c"
29455
29456 \end_inset
29457
29458  sind äquivalent.
29459  In (
29460 \begin_inset CommandInset ref
29461 LatexCommand ref
29462 reference "eq:Lat"
29463
29464 \end_inset
29465
29466 ) werden im Gegensatz zu (
29467 \begin_inset CommandInset ref
29468 LatexCommand ref
29469 reference "eq:Roem"
29470
29471 \end_inset
29472
29473 ) große lateinische Buchstaben zur Nummerierung verwendet.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 \begin_inset VSpace medskip
29478 \end_inset
29479
29480 Ist im Argument von 
29481 \series bold
29482
29483 \backslash
29484 tag
29485 \begin_inset Foot
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490 \series bold
29491
29492 \backslash
29493 tag
29494 \series default
29495  ist in 
29496 \begin_inset CommandInset ref
29497 LatexCommand ref
29498 reference "sub:Benutzerdefinierte-Nummerierung"
29499
29500 \end_inset
29501
29502  beschrieben.
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \series default
29509  wie in 
29510 \begin_inset CommandInset ref
29511 LatexCommand ref
29512 reference "sub:Absatzboxen"
29513
29514 \end_inset
29515
29516  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29517 \end_layout
29518
29519 \begin_layout Subsection
29520 Unternummerierung
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Formelnummerierung ! Unternummerierung
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29535  
29536 \begin_inset Newline newline
29537 \end_inset
29538
29539
29540 \series bold
29541
29542 \backslash
29543 begin{subequations}
29544 \series default
29545  und 
29546 \series bold
29547
29548 \backslash
29549 end{subequations}
29550 \series default
29551  erreichen.
29552  Beide Befehle werden im TeX-Modus eingegeben.
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Dazu ein Beispiel:
29557 \begin_inset Formula \begin{equation}
29558 A=C-B\label{eq:a}\end{equation}
29559
29560 \end_inset
29561
29562
29563 \begin_inset ERT
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567
29568
29569 \backslash
29570 addtocounter{equation}{-1}
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 begin{subequations}
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset VSpace -5mm
29590 \end_inset
29591
29592
29593 \begin_inset Formula \begin{equation}
29594 B=C-A\label{eq:b}\end{equation}
29595
29596 \end_inset
29597
29598
29599 \begin_inset Formula \begin{equation}
29600 C=A+B\label{eq:c}\end{equation}
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Standard
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613
29614 \backslash
29615 end{subequations}
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29625 \end_layout
29626
29627 \begin_layout Enumerate
29628 erste Formel eingeben
29629 \end_layout
29630
29631 \begin_layout Enumerate
29632
29633 \series bold
29634
29635 \backslash
29636 addtocounter{equation}{-1} 
29637 \backslash
29638 begin{subequations}
29639 \begin_inset Index
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 Befehle ! A ! 
29644 \backslash
29645 addtocounter
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset Newline newline
29652 \end_inset
29653
29654
29655 \series default
29656 nach der ersten Formel einfügen
29657 \end_layout
29658
29659 \begin_layout Enumerate
29660 zweite Formel eingeben
29661 \end_layout
29662
29663 \begin_layout Enumerate
29664 dritte Formel eingeben
29665 \end_layout
29666
29667 \begin_layout Enumerate
29668
29669 \series bold
29670
29671 \backslash
29672 end{subequations}
29673 \series default
29674  nach der dritten Formel einfügen
29675 \end_layout
29676
29677 \begin_layout Standard
29678 Jede Formel, die zwischen den Befehlen 
29679 \series bold
29680
29681 \backslash
29682 begin
29683 \series default
29684  und 
29685 \series bold
29686
29687 \backslash
29688 end
29689 \series default
29690  steht, wird mit a, b, c, \SpecialChar \ldots{}
29691  untergliedert.
29692  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29693  Alle untergliederten Formeln gelten als 
29694 \emph on
29695 eine
29696 \emph default
29697  nummerierte Formel.
29698  Da jede nummerierte Formel den Formelzähler 
29699 \series bold
29700 equation
29701 \series default
29702  um Eins erhöht, ist der Befehl 
29703 \series bold
29704
29705 \backslash
29706 addtocounter
29707 \series default
29708  notwendig um den Zähler wieder zu erniedrigen.
29709  Ansonsten würden die Formeln 
29710 \begin_inset CommandInset ref
29711 LatexCommand eqref
29712 reference "eq:a"
29713
29714 \end_inset
29715
29716
29717 \begin_inset CommandInset ref
29718 LatexCommand eqref
29719 reference "eq:b"
29720
29721 \end_inset
29722
29723
29724 \begin_inset CommandInset ref
29725 LatexCommand eqref
29726 reference "eq:c"
29727
29728 \end_inset
29729
29730  als 
29731 \begin_inset CommandInset ref
29732 LatexCommand eqref
29733 reference "eq:a"
29734
29735 \end_inset
29736
29737
29738 \begin_inset CommandInset ref
29739 LatexCommand eqref
29740 reference "eq:d"
29741
29742 \end_inset
29743
29744
29745 \begin_inset CommandInset ref
29746 LatexCommand eqref
29747 reference "eq:f"
29748
29749 \end_inset
29750
29751  nummeriert werden.
29752 \end_layout
29753
29754 \begin_layout Standard
29755 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29756  Formeln automatisch etwas Leerraum erstellt.
29757  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29758 \series bold
29759
29760 \backslash
29761 begin{subequations}
29762 \series default
29763  -5
29764 \begin_inset Space \thinspace{}
29765 \end_inset
29766
29767 mm vertikalen Leerraum ein.
29768  Ist der Formelstil 
29769 \series bold
29770 Eingerückt
29771 \begin_inset Foot
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 Formelstile siehe 
29776 \begin_inset CommandInset ref
29777 LatexCommand ref
29778 reference "sec:Formelstile"
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \end_inset
29786
29787
29788 \series default
29789  gewählt, fügt man -7
29790 \begin_inset Space \thinspace{}
29791 \end_inset
29792
29793 mm Leerraum ein.
29794 \end_layout
29795
29796 \begin_layout Standard
29797 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29798  der zweiten Zeile abgeschaltet wurde:
29799 \begin_inset ERT
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803
29804
29805 \backslash
29806 begin{subequations}
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \begin_inset Formula \begin{eqnarray}
29813 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29814  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29815  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29816
29817 \end_inset
29818
29819
29820 \begin_inset ERT
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825
29826 \backslash
29827 end{subequations}
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Subsection
29836 Benutzerdefinierte Nummerierung
29837 \begin_inset CommandInset label
29838 LatexCommand label
29839 name "sub:Benutzerdefinierte-Nummerierung"
29840
29841 \end_inset
29842
29843
29844 \begin_inset Index
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Formelnummerierung ! benutzerdefinierte
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Standard
29857 \begin_inset Index
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 Formelnummerierung ! eigene Klammern
29862 \end_layout
29863
29864 \end_inset
29865
29866 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29867  gesetzt.
29868  Will man diese Klammern z.
29869 \begin_inset Space \thinspace{}
29870 \end_inset
29871
29872 B.
29873  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29874  an:
29875 \end_layout
29876
29877 \begin_layout Standard
29878
29879 \series bold
29880
29881 \backslash
29882 def
29883 \backslash
29884 tagform@#1{
29885 \backslash
29886 maketag@@@{|#1|}}
29887 \series default
29888
29889 \begin_inset Note Note
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29894  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29895  werden.
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29905 \series bold
29906 #1
29907 \series default
29908  durch ein oder mehrere gewünschte Zeichen.
29909  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset VSpace bigskip
29914 \end_inset
29915
29916 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29917  hinter der Formel stehen, benutzt man den Befehl 
29918 \series bold
29919
29920 \backslash
29921 tag
29922 \series default
29923
29924 \begin_inset Index
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928 Befehle ! T ! 
29929 \backslash
29930 tag
29931 \end_layout
29932
29933 \end_inset
29934
29935 :
29936 \begin_inset Formula \begin{equation}
29937 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29938
29939 \end_inset
29940
29941  In diesem Beispiel wurde in der Formel der Befehl 
29942 \series bold
29943
29944 \backslash
29945 tag
29946 \series default
29947
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 leer 
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \series bold
29962 etwas
29963 \series default
29964  eingegeben.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Gibt man stattdessen 
29969 \series bold
29970
29971 \backslash
29972 tag*
29973 \series default
29974
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980
29981 \backslash
29982 leer 
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \series bold
29989 etwas
29990 \series default
29991  ein, verhindert der Stern die Klammern um den Ausdruck:
29992 \begin_inset Formula \[
29993 A+B=C\tag*{etwas}\]
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \begin_layout Standard
30001 \begin_inset VSpace bigskip
30002 \end_inset
30003
30004 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30005  oder 
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 mbox{
30014 \end_layout
30015
30016 \end_inset
30017
30018 -abschnitt
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024 }
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \begin_inset Note Note
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 Der Befehl 
30035 \series bold
30036
30037 \backslash
30038 mbox
30039 \series default
30040  verhindert, dass am Bindestrich umgebrochen wird.
30041  Mehr zu 
30042 \series bold
30043
30044 \backslash
30045 mbox
30046 \series default
30047  siehe Kap.
30048 \begin_inset Space \thinspace{}
30049 \end_inset
30050
30051
30052 \begin_inset CommandInset ref
30053 LatexCommand ref
30054 reference "sub:Worttrennungen"
30055
30056 \end_inset
30057
30058 .
30059 \end_layout
30060
30061 \end_inset
30062
30063  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30064 \end_layout
30065
30066 \begin_layout Standard
30067
30068 \series bold
30069
30070 \backslash
30071 @addtoreset{equation}{part}
30072 \series default
30073
30074 \begin_inset Index
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078 Befehle ! 
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084 "
30085 \end_layout
30086
30087 \end_inset
30088
30089 @
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095 "
30096 \end_layout
30097
30098 \end_inset
30099
30100  ! 
30101 \backslash
30102
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108 "
30109 \end_layout
30110
30111 \end_inset
30112
30113 @
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119 "
30120 \end_layout
30121
30122 \end_inset
30123
30124 addtoreset
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset Newline newline
30131 \end_inset
30132
30133 bzw.
30134 \begin_inset Newline newline
30135 \end_inset
30136
30137
30138 \series bold
30139
30140 \backslash
30141 @addtoreset{equation}{section}
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30146 \begin_inset Quotes gld
30147 \end_inset
30148
30149 @
30150 \begin_inset Quotes grd
30151 \end_inset
30152
30153  Zeichen für LaTeX mit dem Befehl 
30154 \series bold
30155
30156 \backslash
30157 makeatletter
30158 \series default
30159  
30160 \begin_inset Quotes gld
30161 \end_inset
30162
30163 aktiv
30164 \begin_inset Quotes grd
30165 \end_inset
30166
30167  gemacht werden.
30168  Der Befehl 
30169 \series bold
30170
30171 \backslash
30172 makeatother
30173 \series default
30174  macht dies wieder rückgängig.
30175  Daher ist die Befehlssequenz im TeX-Modus:
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 makeatletter
30184 \begin_inset Newline newline
30185 \end_inset
30186
30187
30188 \backslash
30189 @addtoreset{equation}{section}
30190 \begin_inset Newline newline
30191 \end_inset
30192
30193
30194 \backslash
30195 makeatother
30196 \end_layout
30197
30198 \begin_layout Standard
30199 Im LaTeX-Vorspann können 
30200 \series bold
30201
30202 \backslash
30203 makeatletter
30204 \series default
30205  und 
30206 \series bold
30207
30208 \backslash
30209 makeatother
30210 \series default
30211  weggelassen werden, da LyX sie automatisch intern einfügt.
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Um 
30216 \series bold
30217
30218 \backslash
30219 @addtoreset
30220 \series default
30221  rückgängig zu machen, muss die Datei 
30222 \series bold
30223 remreset.sty
30224 \series default
30225
30226 \begin_inset Foot
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231 \series bold
30232 remreset
30233 \series default
30234  ist Teil des LaTeX-Paketes 
30235 \series bold
30236 carlisle
30237 \series default
30238
30239 \begin_inset Index
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Pakete ! carlisle
30244 \end_layout
30245
30246 \end_inset
30247
30248 , das Teil jeder LaTeX-Standardinstallation ist.
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \begin_inset Index
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 Pakete ! remreset
30259 \end_layout
30260
30261 \end_inset
30262
30263  im LaTeX-Vorspann mit der Zeile
30264 \end_layout
30265
30266 \begin_layout Standard
30267
30268 \series bold
30269
30270 \backslash
30271 usepackage{remreset}
30272 \end_layout
30273
30274 \begin_layout Standard
30275 geladen werden.
30276  Dann kann der Befehl 
30277 \series bold
30278
30279 \backslash
30280 @removefromreset
30281 \series default
30282
30283 \begin_inset Index
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Befehle ! 
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293 "
30294 \end_layout
30295
30296 \end_inset
30297
30298 @
30299 \begin_inset ERT
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303
30304 "
30305 \end_layout
30306
30307 \end_inset
30308
30309  ! 
30310 \backslash
30311
30312 \begin_inset ERT
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316
30317 "
30318 \end_layout
30319
30320 \end_inset
30321
30322 @
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328 "
30329 \end_layout
30330
30331 \end_inset
30332
30333 removefromreset
30334 \end_layout
30335
30336 \end_inset
30337
30338  mit dem selben Schema wie 
30339 \series bold
30340
30341 \backslash
30342 @addtoreset
30343 \series default
30344  benutzt werden.
30345 \end_layout
30346
30347 \begin_layout Standard
30348 \begin_inset VSpace bigskip
30349 \end_inset
30350
30351 Oftmals möchte man Formeln in folgender Art nummerieren:
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \family typewriter
30357 (Kapitelnummer.Formelnummer)
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Für diesen Fall gibt es den Befehl 
30366 \series bold
30367
30368 \backslash
30369 numberwithin
30370 \series default
30371
30372 \begin_inset Index
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Befehle ! N ! 
30377 \backslash
30378 numberwithin
30379 \end_layout
30380
30381 \end_inset
30382
30383 , der nach folgendem Schema benutzt wird:
30384 \end_layout
30385
30386 \begin_layout Standard
30387
30388 \series bold
30389
30390 \backslash
30391 numberwithin{Zähler}{Gliederung}
30392 \end_layout
30393
30394 \begin_layout Standard
30395 Zähler gibt an, welche Nummerierung betroffen ist.
30396  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30397 \end_layout
30398
30399 \begin_layout Standard
30400 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30401  ein:
30402 \end_layout
30403
30404 \begin_layout Standard
30405
30406 \series bold
30407
30408 \backslash
30409 numberwithin{equation}{section}
30410 \end_layout
30411
30412 \begin_layout Standard
30413 Das ist das Ergebnis:
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419
30420 \backslash
30421 numberwithin{equation}{section}
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \begin_inset Formula \begin{equation}
30428 A+B=C\end{equation}
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Möchte man z.
30437 \begin_inset Space \thinspace{}
30438 \end_inset
30439
30440 B.
30441  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30442  gibt man 
30443 \series bold
30444
30445 \backslash
30446 numberwithin{table}{part}
30447 \series default
30448  ein.
30449 \end_layout
30450
30451 \begin_layout Standard
30452 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30453 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30454  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30455 \end_layout
30456
30457 \begin_layout Standard
30458
30459 \series bold
30460
30461 \backslash
30462 renewcommand{
30463 \backslash
30464 theequation}{
30465 \backslash
30466 arabic{equation}}
30467 \begin_inset Index
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471 Befehle ! A ! 
30472 \backslash
30473 arabic
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \series default
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 renewcommand{
30489 \backslash
30490 theequation}{
30491 \backslash
30492 arabic{equation}}
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \series bold
30499
30500 \begin_inset Newline newline
30501 \end_inset
30502
30503
30504 \series default
30505 bzw.
30506 \series bold
30507
30508 \begin_inset Newline newline
30509 \end_inset
30510
30511
30512 \backslash
30513 renewcommand{
30514 \backslash
30515 thetable}{
30516 \backslash
30517 arabic{table}}
30518 \end_layout
30519
30520 \begin_layout Standard
30521
30522 \series bold
30523
30524 \backslash
30525 numberwithin
30526 \series default
30527  benutzt intern den oben beschriebenen Befehl 
30528 \series bold
30529
30530 \backslash
30531 @addtoreset
30532 \series default
30533 , der ebenfalls rückgängig gemacht werden muss.
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 makeatletter
30542 \end_layout
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 @removefromreset{equation}{section}
30549 \end_layout
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 makeatother
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \begin_layout Subsection
30564 Nummerierung mit römischen Zahlen und Buchstaben
30565 \begin_inset CommandInset label
30566 LatexCommand label
30567 name "sub:Nummerierung-mit-römischen"
30568
30569 \end_inset
30570
30571
30572 \begin_inset Index
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 Formelnummerierung ! mit Buchstaben
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \begin_inset Index
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 Formelnummerierung ! mit römischen Zahlen
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \begin_layout Standard
30595 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30596  werden.
30597  Um z.
30598 \begin_inset Space \thinspace{}
30599 \end_inset
30600
30601 B.
30602  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30603  TeX-Modus den Befehl
30604 \end_layout
30605
30606 \begin_layout Standard
30607
30608 \series bold
30609
30610 \backslash
30611 renewcommand{
30612 \backslash
30613 theequation}{
30614 \backslash
30615 roman{equation}}
30616 \end_layout
30617
30618 \begin_layout Standard
30619 ein.
30620  
30621 \series bold
30622
30623 \backslash
30624 renewcommand
30625 \series default
30626
30627 \begin_inset Index
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Befehle ! R ! 
30632 \backslash
30633 renewcommand
30634 \end_layout
30635
30636 \end_inset
30637
30638  weist dem vordefinierten Befehl 
30639 \series bold
30640
30641 \backslash
30642 theequation
30643 \series default
30644  den Befehl
30645 \begin_inset Newline linebreak
30646 \end_inset
30647
30648
30649 \series bold
30650
30651 \backslash
30652 roman{equation}
30653 \series default
30654  zu
30655 \begin_inset Foot
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 Der Befehl 
30660 \series bold
30661
30662 \backslash
30663 renewcommand
30664 \series default
30665  besitzt dasselbe Schema wie der in 
30666 \begin_inset CommandInset ref
30667 LatexCommand ref
30668 reference "sec:Benutzerdefinierte-Befehle"
30669
30670 \end_inset
30671
30672  beschriebene Befehl
30673 \begin_inset Newline newline
30674 \end_inset
30675
30676
30677 \series bold
30678
30679 \backslash
30680 newcommand
30681 \series default
30682 .
30683 \end_layout
30684
30685 \end_inset
30686
30687 .
30688  
30689 \series bold
30690 equation
30691 \series default
30692  ist der Formelzähler.
30693  Stellt man einem Zähler den Befehl 
30694 \series bold
30695
30696 \backslash
30697 the
30698 \series default
30699  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30700  wird.
30701  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30702  
30703 \series bold
30704
30705 \backslash
30706 theequation
30707 \series default
30708  hinter die Formel.
30709  
30710 \series bold
30711
30712 \backslash
30713 roman{equation}
30714 \begin_inset Index
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718 Befehle ! R ! 
30719 \backslash
30720 roman
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \series default
30727  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Alle Formeln nach dem 
30732 \series bold
30733
30734 \backslash
30735 renewcommand
30736 \series default
30737 -Befehl werden nun römisch nummeriert.
30738  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30739  den Befehl erneut ein, ersetzt aber 
30740 \series bold
30741
30742 \backslash
30743 roman
30744 \series default
30745  durch 
30746 \series bold
30747
30748 \backslash
30749 Roman
30750 \series default
30751
30752 \begin_inset Index
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756 Befehle ! R ! 
30757 \backslash
30758 roman@
30759 \backslash
30760 Roman
30761 \end_layout
30762
30763 \end_inset
30764
30765 .
30766  Für die 
30767 \begin_inset Quotes gld
30768 \end_inset
30769
30770 Nummerierung
30771 \begin_inset Quotes grd
30772 \end_inset
30773
30774  mit lateinischen Buchstaben gibt es den Befehl 
30775 \series bold
30776
30777 \backslash
30778 alph
30779 \series default
30780
30781 \begin_inset Index
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785 Befehle ! A ! 
30786 \backslash
30787 alph
30788 \end_layout
30789
30790 \end_inset
30791
30792  für kleine und 
30793 \series bold
30794
30795 \backslash
30796 Alph
30797 \series default
30798
30799 \begin_inset Index
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 Befehle ! A ! 
30804 \backslash
30805 alph@
30806 \backslash
30807 Alph
30808 \end_layout
30809
30810 \end_inset
30811
30812  für große Buchstaben.
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset Note Greyedout
30817 status open
30818
30819 \begin_layout Plain Layout
30820
30821 \series bold
30822 Achtung:
30823 \series default
30824  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30825  nummeriert werden.
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839
30840 \backslash
30841 renewcommand{
30842 \backslash
30843 theequation}{
30844 \backslash
30845 roman{equation}}
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \begin_inset Formula \begin{equation}
30855 A=\textrm{römisch}\label{eq:roem}\end{equation}
30856
30857 \end_inset
30858
30859
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 renewcommand{
30868 \backslash
30869 theequation}{
30870 \backslash
30871 Roman{equation}}
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \begin_inset Formula \begin{equation}
30878 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30879
30880 \end_inset
30881
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 renewcommand{
30891 \backslash
30892 theequation}{
30893 \backslash
30894 alph{equation}}
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \begin_inset Formula \begin{equation}
30901 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30902
30903 \end_inset
30904
30905
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 renewcommand{
30914 \backslash
30915 theequation}{
30916 \backslash
30917 Alph{equation}}
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \begin_inset Formula \begin{equation}
30924 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30933  ein:
30934 \end_layout
30935
30936 \begin_layout Standard
30937
30938 \series bold
30939
30940 \backslash
30941 renewcommand{
30942 \backslash
30943 theequation}{
30944 \backslash
30945 arabic{equation}}
30946 \begin_inset Index
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 Befehle ! A ! 
30951 \backslash
30952 arabic
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966
30967 \backslash
30968 renewcommand{
30969 \backslash
30970 theequation}{
30971 \backslash
30972 arabic{equation}}
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \begin_inset Formula \begin{equation}
30979 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset VSpace medskip
30988 \end_inset
30989
30990 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30991 riert.
30992  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30993  beginnen, müssen neue Formelzähler angelegt werden.
30994  Eine Beschreibung dazu findet man in der Datei 
30995 \begin_inset CommandInset href
30996 LatexCommand href
30997 target "Formelnummerierung.lyx"
30998
30999 \end_inset
31000
31001 .
31002 \end_layout
31003
31004 \begin_layout Section
31005 Benutzerdefinierte Befehle
31006 \begin_inset CommandInset label
31007 LatexCommand label
31008 name "sec:Benutzerdefinierte-Befehle"
31009
31010 \end_inset
31011
31012
31013 \begin_inset Index
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 benutzerdefinierte Befehle
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31027  Man kann sich aber mit dem Befehl 
31028 \series bold
31029
31030 \backslash
31031 newcommand
31032 \series default
31033
31034 \begin_inset Index
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038 Befehle ! N ! 
31039 \backslash
31040 newcommand
31041 \end_layout
31042
31043 \end_inset
31044
31045  neue kürzere Befehle definieren.
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Das Befehlsschema von 
31050 \series bold
31051
31052 \backslash
31053 newcommand
31054 \series default
31055  lautet:
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \series bold
31061
31062 \backslash
31063 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31064 \series default
31065  
31066 \series bold
31067 Wert]
31068 \begin_inset Newline newline
31069 \end_inset
31070
31071
31072 \begin_inset ERT
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076
31077
31078 \backslash
31079 phantom{
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \backslash
31086 newcommand
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092 }
31093 \end_layout
31094
31095 \end_inset
31096
31097 {Befehlsdefinition}
31098 \end_layout
31099
31100 \begin_layout Standard
31101 \begin_inset Note Greyedout
31102 status open
31103
31104 \begin_layout Plain Layout
31105
31106 \series bold
31107 Achtung:
31108 \series default
31109  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31110  oder von benutzten LaTeX-Paketen verwendet wird.
31111  Definiert man beispielsweise für 
31112 \series bold
31113
31114 \backslash
31115 Leftarrow
31116 \series default
31117  den Befehl 
31118 \series bold
31119
31120 \backslash
31121 le
31122 \series default
31123 , erhält man eine Fehlermeldung, denn 
31124 \series bold
31125
31126 \backslash
31127 le
31128 \series default
31129  ist schon für 
31130 \begin_inset Quotes gld
31131 \end_inset
31132
31133
31134 \begin_inset Formula $\le$
31135 \end_inset
31136
31137
31138 \begin_inset Quotes grd
31139 \end_inset
31140
31141  definiert.
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \begin_layout Standard
31150 \begin_inset Note Greyedout
31151 status open
31152
31153 \begin_layout Plain Layout
31154
31155 \series bold
31156 Achtung: 
31157 \series default
31158 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31159  bestehen.
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Standard
31168 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31169 \begin_inset Space \thinspace{}
31170 \end_inset
31171
31172 -
31173 \begin_inset Space \thinspace{}
31174 \end_inset
31175
31176 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31177  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31178  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31179 \emph on
31180 erste
31181 \emph default
31182  Argument des neuen Befehls ein optionales ist.
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Es folgen einige Beispiele:
31187 \end_layout
31188
31189 \begin_layout Itemize
31190 Will man für 
31191 \series bold
31192
31193 \backslash
31194 Longrightarrow
31195 \series default
31196  den Befehl 
31197 \series bold
31198
31199 \backslash
31200 gr
31201 \series default
31202  definieren, lautet die LaTeX-Vor\SpecialChar \-
31203 spannzeile:
31204 \begin_inset ERT
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208
31209
31210 \backslash
31211 medskip
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \series bold
31218
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \backslash
31224 newcommand{
31225 \backslash
31226 gr}{
31227 \backslash
31228 Longrightarrow}
31229 \end_layout
31230
31231 \begin_layout Itemize
31232 Um für den Befehl 
31233 \series bold
31234
31235 \backslash
31236 underline
31237 \series default
31238  den Befehl 
31239 \series bold
31240
31241 \backslash
31242 us
31243 \series default
31244  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31245  werden.
31246  Dazu sieht die Vorspannzeile wie folgt aus:
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 medskip
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \series bold
31261
31262 \begin_inset Newline newline
31263 \end_inset
31264
31265
31266 \backslash
31267 newcommand{
31268 \backslash
31269 us}[1]{
31270 \backslash
31271 underline{#1}}
31272 \series default
31273
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 medskip
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \series bold
31288
31289 \begin_inset Newline newline
31290 \end_inset
31291
31292
31293 \series default
31294 Das Zeichen 
31295 \series bold
31296 #
31297 \series default
31298  fungiert als Argumentplatzhalter, die 
31299 \series bold
31300 1
31301 \series default
31302  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31303 \end_layout
31304
31305 \begin_layout Itemize
31306 Für 
31307 \series bold
31308
31309 \backslash
31310 framebox
31311 \series default
31312  kann man z.
31313 \begin_inset Space \thinspace{}
31314 \end_inset
31315
31316 B.
31317  den Befehl 
31318 \series bold
31319
31320 \backslash
31321 fb
31322 \series default
31323  definieren:
31324 \begin_inset ERT
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328
31329
31330 \backslash
31331 medskip
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \series bold
31338
31339 \begin_inset Newline newline
31340 \end_inset
31341
31342
31343 \backslash
31344 newcommand{
31345 \backslash
31346 fb}[3]{
31347 \backslash
31348 framebox#1#2{$#3$}}
31349 \series default
31350
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 medskip
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \series bold
31365
31366 \begin_inset Newline newline
31367 \end_inset
31368
31369
31370 \series default
31371 Die beiden Dollarzeichen erstellen hierbei die für 
31372 \series bold
31373
31374 \backslash
31375 framebox
31376 \series default
31377  geforderte weitere Formel, siehe 
31378 \begin_inset CommandInset ref
31379 LatexCommand ref
31380 reference "sub:Boxen-mit-Rahmen"
31381
31382 \end_inset
31383
31384 .
31385 \end_layout
31386
31387 \begin_layout Itemize
31388 Um einen neuen Befehl für 
31389 \series bold
31390
31391 \backslash
31392 fcolorbox
31393 \series default
31394  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31395  definiert man das Argument für die Farbe als optional:
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 medskip
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \series bold
31410
31411 \begin_inset Newline newline
31412 \end_inset
31413
31414
31415 \backslash
31416 newcommand{
31417 \backslash
31418 cb}[3][white]{
31419 \backslash
31420 fcolorbox{#2}{#1}{$#3$}}
31421 \series default
31422
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428
31429 \backslash
31430 medskip
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \begin_inset Newline newline
31437 \end_inset
31438
31439 Gibt man bei der Verwendung von 
31440 \series bold
31441
31442 \backslash
31443 cb
31444 \series default
31445  die Farbe nicht an, wird die voreingestellte Farbe 
31446 \series bold
31447 white
31448 \series default
31449  verwendet.
31450 \begin_inset Newpage pagebreak
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Ein Test der neu definierten Befehle:
31458 \end_layout
31459
31460 \begin_layout Standard
31461 \align center
31462 \begin_inset Tabular
31463 <lyxtabular version="3" rows="6" columns="2">
31464 <features>
31465 <column alignment="center" valignment="top" width="0">
31466 <column alignment="center" valignment="top" width="0">
31467 <row>
31468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 Befehl
31473 \end_layout
31474
31475 \end_inset
31476 </cell>
31477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31478 \begin_inset Text
31479
31480 \begin_layout Plain Layout
31481 Ergebnis
31482 \begin_inset Note Note
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486
31487 \series bold
31488
31489 \backslash
31490 raisebox
31491 \series default
31492  dient nur als Abstandhalter.
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \end_inset
31501 </cell>
31502 </row>
31503 <row>
31504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 A
31509 \backslash
31510 gr
31511 \begin_inset ERT
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516
31517 \backslash
31518 leer 
31519 \end_layout
31520
31521 \end_inset
31522
31523 B
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532 \begin_inset Formula $A\gr  B$
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \end_inset
31539 </cell>
31540 </row>
31541 <row>
31542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31543 \begin_inset Text
31544
31545 \begin_layout Plain Layout
31546
31547 \backslash
31548 us{ABcd
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Plain Layout
31557 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \end_inset
31564 </cell>
31565 </row>
31566 <row>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571
31572 \backslash
31573 fb{[2cm]
31574 \begin_inset Formula $\to$
31575 \end_inset
31576
31577
31578 \backslash
31579 {
31580 \begin_inset Formula $\to$
31581 \end_inset
31582
31583
31584 \backslash
31585 {
31586 \backslash
31587 int
31588 \begin_inset ERT
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592
31593
31594 \backslash
31595 leer 
31596 \end_layout
31597
31598 \end_inset
31599
31600 A=B
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 </row>
31618 <row>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623
31624 \backslash
31625 cb{red
31626 \begin_inset Formula $\to$
31627 \end_inset
31628
31629
31630 \backslash
31631 {
31632 \backslash
31633 int
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 leer 
31642 \end_layout
31643
31644 \end_inset
31645
31646 A=B
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31652 \begin_inset Text
31653
31654 \begin_layout Plain Layout
31655 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 </row>
31664 <row>
31665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669
31670 \backslash
31671 cb[green]
31672 \backslash
31673 {red
31674 \begin_inset Formula $\to$
31675 \end_inset
31676
31677
31678 \backslash
31679 {
31680 \backslash
31681 int
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 leer 
31690 \end_layout
31691
31692 \end_inset
31693
31694 A=B
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 </row>
31712 </lyxtabular>
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Section
31720 Diagramme
31721 \begin_inset Index
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725 Diagramme
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31735 \series bold
31736 amscd
31737 \begin_inset Foot
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742 \series bold
31743 amscd
31744 \series default
31745  ist Teil jeder LaTeX-Standardinstallation.
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \series default
31752
31753 \begin_inset Index
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Pakete ! amscd
31758 \end_layout
31759
31760 \end_inset
31761
31762  benötigt.
31763  Es wird im LaTeX-Vorspann mit der Zeile
31764 \end_layout
31765
31766 \begin_layout Standard
31767
31768 \series bold
31769
31770 \backslash
31771 usepackage{amscd}
31772 \end_layout
31773
31774 \begin_layout Standard
31775 geladen.
31776 \end_layout
31777
31778 \begin_layout Standard
31779 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31780 \begin_inset Formula \[
31781 \begin{CD}A@>>>B@>>>C\\
31782 @AAA@.@VVV\\
31783 F@<<<E@<<<D\end{CD}\]
31784
31785 \end_inset
31786
31787
31788 \end_layout
31789
31790 \begin_layout Standard
31791 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31792 \series bold
31793
31794 \backslash
31795 CD
31796 \begin_inset Index
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 Befehle ! C ! 
31801 \backslash
31802 CD
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \series default
31809  ein.
31810  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31811  man die weiteren Befehle eingibt.
31812  Mit 
31813 \series bold
31814
31815 \begin_inset ERT
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820
31821 \backslash
31822 mbox{
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \family sans
31829 \series default
31830 Strg-Enter
31831 \family default
31832 \series bold
31833
31834 \begin_inset ERT
31835 status collapsed
31836
31837 \begin_layout Plain Layout
31838
31839 }
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \series default
31846  wird eine neue Zeile erstellt.
31847  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31848  Zeilen der Formel eingegeben.
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31853 \end_layout
31854
31855 \begin_layout Itemize
31856
31857 \series bold
31858 @<<<
31859 \series default
31860  erstellt einen Linkspfeil, 
31861 \series bold
31862 @>>>
31863 \series default
31864  einen Rechtspfeil und 
31865 \series bold
31866 @=
31867 \series default
31868  ein langes Gleichheitszeichen
31869 \end_layout
31870
31871 \begin_layout Itemize
31872
31873 \series bold
31874 @AAA
31875 \series default
31876  erstellt einen Pfeil nach oben, 
31877 \series bold
31878 @VVV
31879 \series default
31880  einen Pfeil nach unten und 
31881 \series bold
31882 @|
31883 \series default
31884  ein senkrechtes Gleichheitszeichen
31885 \end_layout
31886
31887 \begin_layout Itemize
31888
31889 \series bold
31890 @.
31891
31892 \series default
31893  dient als Platzhalter für nicht vorhandene Beziehungen
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Alle Pfeile sind wie folgt beschriftbar:
31898 \end_layout
31899
31900 \begin_layout Itemize
31901 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31902  > Text eingegeben, erscheint er über dem Pfeil.
31903  Wird der Text zwischen dem zweiten und dritten < bzw.
31904  > eingegeben, erscheint er unter dem Pfeil.
31905 \end_layout
31906
31907 \begin_layout Itemize
31908 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31909  V eingegeben, erscheint er links neben dem Pfeil.
31910  Bei Eingabe zwischen zweitem und drittem A bzw.
31911  V erscheint er rechts daneben.
31912  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31913  gesetzt werden.
31914 \end_layout
31915
31916 \begin_layout Standard
31917 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31918 \end_layout
31919
31920 \begin_layout Standard
31921 \begin_inset Formula \[
31922 \begin{CD}A@>j>>B@>>k>C@=F\\
31923 @AmAA@.@VV{V}V@|\\
31924 D@<<j<E@>k>>F@=C\end{CD}\]
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 Der Befehl dazu lautet:
31933 \begin_inset Newline newline
31934 \end_inset
31935
31936
31937 \series bold
31938
31939 \backslash
31940 CD
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946
31947 \backslash
31948 leer 
31949 \end_layout
31950
31951 \end_inset
31952
31953 A@>j>>B@>>k>C@=F Strg-Enter
31954 \begin_inset Newline newline
31955 \end_inset
31956
31957
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 hphantom{
31966 \end_layout
31967
31968 \end_inset
31969
31970
31971 \backslash
31972 CD
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 leer 
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \begin_inset ERT
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990
31991 }
31992 \end_layout
31993
31994 \end_inset
31995
31996 @AmAA@.@VV
31997 \backslash
31998 {V
31999 \series default
32000
32001 \begin_inset Formula $\to$
32002 \end_inset
32003
32004
32005 \series bold
32006 V@| Strg-Enter
32007 \begin_inset Newline newline
32008 \end_inset
32009
32010
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 hphantom{
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \backslash
32025 CD
32026 \begin_inset ERT
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030
32031
32032 \backslash
32033 leer 
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044 }
32045 \end_layout
32046
32047 \end_inset
32048
32049 D@<<j<E@>k>>F@=C
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \begin_inset Newpage newpage
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \begin_layout Section
32060 Tipps
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 texorpdfstring{
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \begin_inset Foot
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078 Weitere gute Tipps gibt es unter 
32079 \begin_inset CommandInset citation
32080 LatexCommand cite
32081 key "Voss"
32082
32083 \end_inset
32084
32085 .
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \begin_inset ERT
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095
32096 }{}
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \begin_inset Note Note
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107 \series bold
32108
32109 \backslash
32110 texorpdfstring
32111 \series default
32112  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32113 \end_layout
32114
32115 \begin_layout Plain Layout
32116 Näheres zu 
32117 \series bold
32118
32119 \backslash
32120 texorpdfstring
32121 \series default
32122  steht in Kapitel 
32123 \begin_inset CommandInset ref
32124 LatexCommand ref
32125 reference "sub:Formeln-in-Überschriften"
32126
32127 \end_inset
32128
32129 .
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \begin_inset Index
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139 Tipps
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \begin_inset Index
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149 Ionen|see
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155 {
32156 \end_layout
32157
32158 \end_inset
32159
32160 chemische Zeichen
32161 \begin_inset ERT
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165
32166 }
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \begin_layout Subsection
32180 Chemische Symbole und Reaktionsgleichungen
32181 \begin_inset CommandInset label
32182 LatexCommand label
32183 name "sub:Chemische-Symbole-und"
32184
32185 \end_inset
32186
32187
32188 \begin_inset Index
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 chemische Zeichen ! Symbole
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \begin_inset Index
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 Reaktionsgleichungen
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \begin_inset Index
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212 Symbole ! chemische
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 Ein Beispieltext aus der Chemie:
32222 \end_layout
32223
32224 \begin_layout Quote
32225 Das 
32226 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32227 \end_inset
32228
32229 -Ion verbindet sich mit zwei 
32230 \begin_inset Formula $\mathrm{Na^{+}}$
32231 \end_inset
32232
32233 -Ionen zu Natriumsulfat 
32234 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32235 \end_inset
32236
32237 .
32238  Die Reaktionsgleichung dazu lautet:
32239 \begin_inset Formula \[
32240 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32241
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32249  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32250  in der Formel und wandelt diese mit der Tastenkombination 
32251 \family sans
32252 Alt-z
32253 \begin_inset Space ~
32254 \end_inset
32255
32256 r
32257 \family default
32258  in den aufrechten Schriftstil um.
32259 \begin_inset Foot
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263 Schriftstile siehe 
32264 \begin_inset CommandInset ref
32265 LatexCommand ref
32266 reference "sub:Schriftstile"
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Subsection
32279 Negative Zahlen
32280 \begin_inset Index
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284 Zahlen ! negative
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \begin_layout Standard
32293 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32294  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32295  dargestellt.
32296  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32297  Minuszeichen korrekt.
32298 \end_layout
32299
32300 \begin_layout Standard
32301 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32302  nicht mehr auf.
32303 \end_layout
32304
32305 \begin_layout Standard
32306 Ein Beispiel zur Veranschaulichung der Problematik:
32307 \end_layout
32308
32309 \begin_layout Standard
32310 \align center
32311 \begin_inset Tabular
32312 <lyxtabular version="3" rows="3" columns="2">
32313 <features>
32314 <column alignment="right" valignment="top" width="0">
32315 <column alignment="left" valignment="top" width="0">
32316 <row>
32317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321 normaler Text:
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 x = -2
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 </row>
32336 <row>
32337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 Formelmodus:
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 \begin_inset Formula $x=-2$
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 </row>
32359 <row>
32360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 Lösung:
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32370 \begin_inset Text
32371
32372 \begin_layout Plain Layout
32373 \begin_inset Formula $x=\textrm{-}2$
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 </row>
32382 </lyxtabular>
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \begin_layout Subsection
32390 Komma als Dezimaltrennzeichen
32391 \begin_inset Index
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 Komma
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32405  als Gruppentrennzeichen.
32406  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32407  eingefügt.
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32412  Text um (Tastenkürzel 
32413 \family sans
32414 Alt-m
32415 \begin_inset Space ~
32416 \end_inset
32417
32418 m
32419 \family default
32420 ).
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32425  lädt man die Datei 
32426 \series bold
32427 icomma.sty
32428 \series default
32429
32430 \begin_inset Foot
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434
32435 \series bold
32436 icomma
32437 \series default
32438  ist Teil des LaTeX-Paketes 
32439 \series bold
32440 was
32441 \series default
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Pakete ! was
32448 \begin_inset ERT
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452
32453
32454 \backslash
32455 vspace{4mm}
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \end_inset
32464
32465 .
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \begin_inset Index
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475 Pakete ! icomma
32476 \end_layout
32477
32478 \end_inset
32479
32480  mit der LaTeX-Vorspannzeile
32481 \end_layout
32482
32483 \begin_layout Standard
32484
32485 \series bold
32486
32487 \backslash
32488 usepackage{icomma}
32489 \end_layout
32490
32491 \begin_layout Subsection
32492 Physikalische Vektoren
32493 \begin_inset CommandInset label
32494 LatexCommand label
32495 name "sub:Physikalische-Vektoren"
32496
32497 \end_inset
32498
32499
32500 \begin_inset Index
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 Vektoren ! physikalische
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Vordefinierte Vektoren bietet das LaTeX-Paket 
32514 \series bold
32515 braket
32516 \series default
32517
32518 \begin_inset Foot
32519 status collapsed
32520
32521 \begin_layout Plain Layout
32522
32523 \series bold
32524 braket
32525 \series default
32526  sollte Teil jeder LaTeX-Standardinstallation sein.
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \begin_inset Index
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 Pakete ! braket
32537 \end_layout
32538
32539 \end_inset
32540
32541 , das mit der LaTeX-Vorspannzeile
32542 \end_layout
32543
32544 \begin_layout Standard
32545
32546 \series bold
32547
32548 \backslash
32549 usepackage{braket}
32550 \end_layout
32551
32552 \begin_layout Standard
32553 geladen wird.
32554 \begin_inset ERT
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558
32559
32560 \backslash
32561 ifbraket 
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \begin_inset Note Note
32568 status open
32569
32570 \begin_layout Plain Layout
32571 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32572 \series bold
32573 braket
32574 \series default
32575  installiert ist:
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Standard
32584 Folgende Befehle sind definiert:
32585 \end_layout
32586
32587 \begin_layout Standard
32588 \align center
32589 \begin_inset Tabular
32590 <lyxtabular version="3" rows="4" columns="2">
32591 <features>
32592 <column alignment="center" valignment="top" width="0">
32593 <column alignment="center" valignment="top" width="0">
32594 <row>
32595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 Befehl
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32605 \begin_inset Text
32606
32607 \begin_layout Plain Layout
32608 Ergebnis
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 </row>
32614 <row>
32615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32616 \begin_inset Text
32617
32618 \begin_layout Plain Layout
32619
32620 \backslash
32621 Bra{
32622 \backslash
32623 psi
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 \begin_inset Formula $\Bra {\psi}$
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 </row>
32641 <row>
32642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646
32647 \backslash
32648 Ket{
32649 \backslash
32650 psi
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 \begin_inset Formula $\Ket {\psi}$
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 </row>
32668 <row>
32669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673
32674 \backslash
32675 Braket{
32676 \backslash
32677 psi|
32678 \backslash
32679 phi
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32685 \begin_inset Text
32686
32687 \begin_layout Plain Layout
32688 \begin_inset Formula $\Braket {\psi|\phi}$
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \end_inset
32695 </cell>
32696 </row>
32697 </lyxtabular>
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 Der Befehl 
32706 \series bold
32707
32708 \backslash
32709 Braket
32710 \series default
32711  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32712  Klammern gesetzt werden:
32713 \begin_inset Formula \[
32714 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32715
32716 \end_inset
32717
32718
32719 \begin_inset ERT
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724
32725 \backslash
32726 else 
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Note Note
32733 status open
32734
32735 \begin_layout Plain Layout
32736 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32737 \series bold
32738 braket
32739 \series default
32740  nicht installiert ist:
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Standard
32749 Das LaTeX-Paket 
32750 \series bold
32751 braket 
32752 \series default
32753 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset ERT
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761
32762
32763 \backslash
32764 fi 
32765 \end_layout
32766
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Der Effekt von 
32774 \series bold
32775
32776 \backslash
32777 Braket
32778 \series default
32779  kann auch mit dem Befehl 
32780 \series bold
32781
32782 \backslash
32783 middle
32784 \series default
32785  erzielt werden, der in 
32786 \begin_inset CommandInset ref
32787 LatexCommand ref
32788 reference "sub:Automatische-Klammergrößen"
32789
32790 \end_inset
32791
32792  beschrieben ist.
32793 \end_layout
32794
32795 \begin_layout Subsection
32796 Selbst definierte Brüche
32797 \begin_inset CommandInset label
32798 LatexCommand label
32799 name "sub:Selbstdefinierte-Brüche"
32800
32801 \end_inset
32802
32803
32804 \begin_inset Index
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808 Brüche ! selbstdefinierte
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Standard
32817 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32818 \series bold
32819
32820 \backslash
32821 genfrac
32822 \series default
32823
32824 \begin_inset Index
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828 Befehle ! G ! 
32829 \backslash
32830 genfrac
32831 \end_layout
32832
32833 \end_inset
32834
32835  in folgendem Schema:
32836 \end_layout
32837
32838 \begin_layout Standard
32839
32840 \series bold
32841
32842 \backslash
32843 genfrac{linke
32844 \series default
32845  
32846 \series bold
32847 Klammer}{rechte
32848 \series default
32849  
32850 \series bold
32851 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32852 \begin_inset Newline newline
32853 \end_inset
32854
32855
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860
32861
32862 \backslash
32863 phantom{
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \backslash
32870 genfrac
32871 \begin_inset ERT
32872 status collapsed
32873
32874 \begin_layout Plain Layout
32875
32876 }
32877 \end_layout
32878
32879 \end_inset
32880
32881 {Zähler}{Nenner}
32882 \end_layout
32883
32884 \begin_layout Standard
32885 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32886 \begin_inset Space \thinspace{}
32887 \end_inset
32888
32889 -
32890 \begin_inset Space \thinspace{}
32891 \end_inset
32892
32893 3 angegeben.
32894 \end_layout
32895
32896 \begin_layout Standard
32897 \align center
32898 \begin_inset Tabular
32899 <lyxtabular version="3" rows="5" columns="2">
32900 <features>
32901 <column alignment="center" valignment="top" width="0">
32902 <column alignment="center" valignment="top" width="0">
32903 <row>
32904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908 Nummer
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 Ansichtsstil
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 </row>
32923 <row>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 0
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 abgesetzte Formel
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 </row>
32943 <row>
32944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948 1
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 eingebettete Formel
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 <row>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 2
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 klein
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 </row>
32983 <row>
32984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 3
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 winzig
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 </row>
33003 </lyxtabular>
33004
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \begin_layout Standard
33011 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33012  
33013 \series bold
33014
33015 \backslash
33016 frac
33017 \series default
33018  der Umgebung an.
33019 \end_layout
33020
33021 \begin_layout Standard
33022 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33023  0.4
33024 \begin_inset Space \thinspace{}
33025 \end_inset
33026
33027 pt verwendet.
33028 \end_layout
33029
33030 \begin_layout Standard
33031 \begin_inset VSpace medskip
33032 \end_inset
33033
33034 Zum Beispiel sind die Befehle 
33035 \series bold
33036
33037 \backslash
33038 dfrac
33039 \series default
33040  und 
33041 \series bold
33042
33043 \backslash
33044 tbinom
33045 \series default
33046  aus 
33047 \begin_inset CommandInset ref
33048 LatexCommand ref
33049 reference "sub:Brüche"
33050
33051 \end_inset
33052
33053  folgendermaßen definiert:
33054 \end_layout
33055
33056 \begin_layout Standard
33057
33058 \series bold
33059
33060 \backslash
33061 newcommand{
33062 \backslash
33063 dfrac}[2]{
33064 \backslash
33065 genfrac{}{}{}{0}{#1}{#2}}
33066 \end_layout
33067
33068 \begin_layout Standard
33069 und
33070 \end_layout
33071
33072 \begin_layout Standard
33073
33074 \series bold
33075
33076 \backslash
33077 newcommand{
33078 \backslash
33079 tbinom}[2]{
33080 \backslash
33081 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33082 \end_layout
33083
33084 \begin_layout Standard
33085 \begin_inset VSpace medskip
33086 \end_inset
33087
33088 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33089  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33090 \end_layout
33091
33092 \begin_layout Standard
33093
33094 \series bold
33095
33096 \backslash
33097 newcommand{
33098 \backslash
33099 fracS}[3][]{
33100 \backslash
33101 genfrac{}{}{#1}{}{#2}{#3}}
33102 \end_layout
33103
33104 \begin_layout Standard
33105 Dazu ein Test:
33106 \begin_inset Formula \begin{align*}
33107 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33108 \text{Ergebnis} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33109
33110 \end_inset
33111
33112 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33113  in etwa der dreifachen Strichdicke.
33114 \end_layout
33115
33116 \begin_layout Subsection
33117 Durchgestrichene Formeln
33118 \begin_inset CommandInset label
33119 LatexCommand label
33120 name "sub:Durchgestrichene-Formeln"
33121
33122 \end_inset
33123
33124
33125 \begin_inset Index
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129 Formel ! durchgestrichene
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33139 \series bold
33140 cancel
33141 \series default
33142
33143 \begin_inset Foot
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147
33148 \series bold
33149 cancel
33150 \series default
33151  ist Teil jeder LaTeX-Standardinstallation.
33152 \end_layout
33153
33154 \end_inset
33155
33156
33157 \begin_inset Index
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161 Pakete ! cancel
33162 \end_layout
33163
33164 \end_inset
33165
33166  mit der LaTeX-Vorspannzeile
33167 \end_layout
33168
33169 \begin_layout Standard
33170
33171 \series bold
33172
33173 \backslash
33174 usepackage[samesize]{cancel}
33175 \end_layout
33176
33177 \begin_layout Standard
33178 geladen werden.
33179 \begin_inset Newpage pagebreak
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 Es gibt vier verschiedene Arten durchzustreichen:
33187 \end_layout
33188
33189 \begin_layout Standard
33190 \align center
33191 \begin_inset Tabular
33192 <lyxtabular version="3" rows="5" columns="2">
33193 <features>
33194 <column alignment="center" valignment="top" width="0">
33195 <column alignment="center" valignment="top" width="0">
33196 <row>
33197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 Befehl
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 Ergebnis
33211 \begin_inset Note Note
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215
33216 \series bold
33217
33218 \backslash
33219 hspace
33220 \series default
33221  und 
33222 \series bold
33223
33224 \backslash
33225 raisebox
33226 \series default
33227  dienen nur als Abstandhalter.
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 </row>
33238 <row>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243
33244 \backslash
33245 cancel{
33246 \backslash
33247 int
33248 \begin_inset ERT
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252
33253
33254 \backslash
33255 leer 
33256 \end_layout
33257
33258 \end_inset
33259
33260 A=B
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 </row>
33278 <row>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283
33284 \backslash
33285 bcancel{
33286 \backslash
33287 int
33288 \begin_inset ERT
33289 status collapsed
33290
33291 \begin_layout Plain Layout
33292
33293
33294 \backslash
33295 leer 
33296 \end_layout
33297
33298 \end_inset
33299
33300 A=B
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33310 \end_inset
33311
33312
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 </row>
33318 <row>
33319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323
33324 \backslash
33325 xcancel{
33326 \backslash
33327 int
33328 \begin_inset ERT
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332
33333
33334 \backslash
33335 leer 
33336 \end_layout
33337
33338 \end_inset
33339
33340 A=B
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 </row>
33358 <row>
33359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363
33364 \backslash
33365 cancelto{1
33366 \begin_inset Formula $\to$
33367 \end_inset
33368
33369
33370 \backslash
33371 {
33372 \backslash
33373 int
33374 \begin_inset ERT
33375 status collapsed
33376
33377 \begin_layout Plain Layout
33378
33379
33380 \backslash
33381 leer 
33382 \end_layout
33383
33384 \end_inset
33385
33386 A=B
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 </row>
33404 </lyxtabular>
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412
33413 \series bold
33414
33415 \backslash
33416 cancelto
33417 \series default
33418  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33419  will:
33420 \begin_inset Formula \[
33421 \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}}}\]
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Subsection
33429 Formeln in Überschriften
33430 \begin_inset CommandInset label
33431 LatexCommand label
33432 name "sub:Formeln-in-Überschriften"
33433
33434 \end_inset
33435
33436
33437 \begin_inset Index
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 Formel ! in Überschriften
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Standard
33450 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset Note Greyedout
33455 status open
33456
33457 \begin_layout Plain Layout
33458 Verwendet man 
33459 \series bold
33460 hyperref
33461 \series default
33462
33463 \begin_inset Index
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467 Pakete ! hyperref
33468 \end_layout
33469
33470 \end_inset
33471
33472  Unterstützung im den Dokumenteinstellungen unter 
33473 \family sans
33474 PDF-Eigenschaften
33475 \family default
33476 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33477  erzeugt.
33478  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33479  dargestellt.
33480  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33490  Kurztitel über das Menü 
33491 \family sans
33492 Einfügen\SpecialChar \menuseparator
33493 Kurztitel
33494 \family default
33495  einfügt.
33496  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33497  um das Inhaltsverzeichnis übersichtlich zu halten.
33498  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33499 chen.
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33504 \series bold
33505 hyperref
33506 \series default
33507 , verwendet man im TeX-Modus den Befehl
33508 \end_layout
33509
33510 \begin_layout Standard
33511
33512 \series bold
33513
33514 \backslash
33515 texorpdfstring{Teil}{Alternative}
33516 \begin_inset Index
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520 Befehle ! T ! 
33521 \backslash
33522 texorpdfstring
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Standard
33531 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33532  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33533  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33534  soll.
33535 \end_layout
33536
33537 \begin_layout Standard
33538 Es folgen zwei Beispielüberschriften:
33539 \begin_inset VSpace -3mm
33540 \end_inset
33541
33542
33543 \begin_inset ERT
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547
33548
33549 \backslash
33550 boldmath 
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Subsubsection
33559 Überschrift ohne Formel im Inhaltsverzeichnis 
33560 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33561 \end_inset
33562
33563
33564 \begin_inset OptArg
33565 status collapsed
33566
33567 \begin_layout Plain Layout
33568 Überschrift ohne Formel im Inhaltsverzeichnis
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Subsubsection
33577 Überschrift mit Formel im Inhaltsverzeichnis
33578 \begin_inset ERT
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582
33583
33584 \backslash
33585 texorpdfstring{
33586 \end_layout
33587
33588 \end_inset
33589
33590  
33591 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33592 \end_inset
33593
33594
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600 }{}
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 \begin_inset ERT
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613
33614
33615 \backslash
33616 unboldmath 
33617 \end_layout
33618
33619 \end_inset
33620
33621 In der ersten Überschrift wurde ein Kurztitel verwendet.
33622  In der zweiten 
33623 \series bold
33624
33625 \backslash
33626 texorpdfstring
33627 \series default
33628 .
33629 \end_layout
33630
33631 \begin_layout Standard
33632 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33633  die komplette Überschrift in eine 
33634 \series bold
33635 boldmath-Umgebung
33636 \series default
33637
33638 \begin_inset Foot
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 siehe 
33643 \begin_inset CommandInset ref
33644 LatexCommand ref
33645 reference "sub:Fett-gedruckte-Formeln"
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \end_inset
33653
33654  gesetzt.
33655 \end_layout
33656
33657 \begin_layout Subsection
33658 Formeln im mehrspaltigen Text
33659 \begin_inset Index
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 Formel ! im mehrspaltigen Text
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \begin_layout Standard
33672 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33673  müssen daher über die gesamte Seitenbreite gesetzt werden.
33674  Dazu verwendet man das LaTeX-Paket 
33675 \series bold
33676 multicol
33677 \series default
33678
33679 \begin_inset Foot
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684 \series bold
33685 multicol
33686 \series default
33687  ist Teil jeder LaTeX-Standardinstallation.
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset Index
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 Pakete ! multicol
33698 \end_layout
33699
33700 \end_inset
33701
33702 , das mit der LaTeX-Vorspannzeile
33703 \end_layout
33704
33705 \begin_layout Standard
33706
33707 \series bold
33708
33709 \backslash
33710 usepackage{multicol}
33711 \end_layout
33712
33713 \begin_layout Standard
33714 geladen wird.
33715 \end_layout
33716
33717 \begin_layout Standard
33718 \begin_inset Note Greyedout
33719 status open
33720
33721 \begin_layout Plain Layout
33722 Dabei ist zu beachten, dass im Menü 
33723 \family sans
33724 Dokument\SpecialChar \menuseparator
33725 Einstellungen
33726 \family default
33727  unter 
33728 \family sans
33729 Textformat
33730 \family default
33731  
33732 \emph on
33733 nicht
33734 \emph default
33735  
33736 \family sans
33737 Zweispaltiges
33738 \begin_inset Space ~
33739 \end_inset
33740
33741 Dokument
33742 \family default
33743  ausgewählt sein darf.
33744 \end_layout
33745
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Standard
33752 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33753 \end_layout
33754
33755 \begin_layout Standard
33756
33757 \series bold
33758
33759 \backslash
33760 begin{multicols}{Spaltenanzahl}
33761 \end_layout
33762
33763 \begin_layout Standard
33764 wobei die Spaltenanzahl eine Zahl im Bereich 2
33765 \begin_inset Space \thinspace{}
33766 \end_inset
33767
33768 -
33769 \begin_inset Space \thinspace{}
33770 \end_inset
33771
33772 10 ist.
33773  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33774 \end_layout
33775
33776 \begin_layout Standard
33777
33778 \series bold
33779
33780 \backslash
33781 end{multicols}
33782 \end_layout
33783
33784 \begin_layout Standard
33785 der im TeX-Modus eingegeben wird.
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33790  Um dies rückgängig zu machen, fügt man vor der Formel -6
33791 \begin_inset Space \thinspace{}
33792 \end_inset
33793
33794 mm vertikalen Leerraum ein.
33795  Ist der Formelstil 
33796 \series bold
33797 Eingerückt
33798 \begin_inset Foot
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 Formelstile siehe 
33803 \begin_inset CommandInset ref
33804 LatexCommand ref
33805 reference "sec:Formelstile"
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \series default
33816  gewählt, fügt man stattdessen -9
33817 \begin_inset Space \thinspace{}
33818 \end_inset
33819
33820 mm Leerraum ein.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset ERT
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833
33834 \backslash
33835 begin{multicols}{2}
33836 \end_layout
33837
33838 \end_inset
33839
33840 Das Spektrum wird fouriertransformiert.
33841  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33842 , Lösungsmittel) zu trennen.
33843  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33844  nun das Aussehen des Ausgangssignals.
33845  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33846  über alle Phasen integrieren muss.
33847  Sei nun 
33848 \begin_inset Formula $S$
33849 \end_inset
33850
33851  unser normiertes Ausgangssignal und 
33852 \begin_inset Formula $P$
33853 \end_inset
33854
33855  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33856 \begin_inset ERT
33857 status collapsed
33858
33859 \begin_layout Plain Layout
33860
33861
33862 \backslash
33863 end{multicols}
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset VSpace -6mm
33870 \end_inset
33871
33872
33873 \begin_inset Formula \begin{equation}
33874 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33875
33876 \end_inset
33877
33878
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884
33885 \backslash
33886 begin{multicols}{2}
33887 \end_layout
33888
33889 \end_inset
33890
33891 wobei 
33892 \begin_inset Formula $S_{0}$
33893 \end_inset
33894
33895  das Signal ohne Gradient ist und die Normierungsbedingung 
33896 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33897 \end_inset
33898
33899  gilt.
33900  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33901  Direkt nach dem 
33902 \begin_inset Formula $\nicefrac{\pi}{2}$
33903 \end_inset
33904
33905
33906 \begin_inset Space \thinspace{}
33907 \end_inset
33908
33909 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33910  das Signal zusätzlich abschwächt.
33911  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33912  
33913 \begin_inset Formula $T_{2}$
33914 \end_inset
33915
33916 -Zeit.
33917 \end_layout
33918
33919 \begin_layout Standard
33920 \begin_inset ERT
33921 status collapsed
33922
33923 \begin_layout Plain Layout
33924
33925
33926 \backslash
33927 end{multicols}
33928 \end_layout
33929
33930 \end_inset
33931
33932  
33933 \end_layout
33934
33935 \begin_layout Subsection
33936 Formeln mit Beschreibung der Variablen
33937 \begin_inset Index
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 Formel ! mit Variablenbeschreibung
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Standard
33950 Möchte man wie in Formel 
33951 \begin_inset CommandInset ref
33952 LatexCommand eqref
33953 reference "eq:innerhalb"
33954
33955 \end_inset
33956
33957 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33958 \series bold
33959 ×
33960 \series default
33961
33962 \begin_inset Formula $n$
33963 \end_inset
33964
33965
33966 \begin_inset Space ~
33967 \end_inset
33968
33969 Matrix mit links ausgerichteten Spalten für die verwendeten 
33970 \begin_inset Formula $n$
33971 \end_inset
33972
33973  Variablen.
33974 \begin_inset Foot
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978 Matrizen siehe 
33979 \begin_inset CommandInset ref
33980 LatexCommand ref
33981 reference "sec:Matrizen"
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \end_inset
33989
33990  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33991 \begin_inset Space \thinspace{}
33992 \end_inset
33993
33994 B.
33995  den Befehl 
33996 \series bold
33997
33998 \backslash
33999 footnotesize
34000 \series default
34001  ein.
34002 \begin_inset Foot
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 Schriftgrößen siehe 
34007 \begin_inset CommandInset ref
34008 LatexCommand ref
34009 reference "sub:Schriftgrößen"
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Standard
34022 Wird der Formelstil 
34023 \series bold
34024 Eingerückt
34025 \begin_inset Foot
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029 Formelstile siehe 
34030 \begin_inset CommandInset ref
34031 LatexCommand ref
34032 reference "sec:Formelstile"
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \end_inset
34040
34041
34042 \series default
34043  verwendet, fügt man vor und nach der Matrix ein 
34044 \series bold
34045
34046 \backslash
34047 hfill
34048 \series default
34049
34050 \begin_inset Foot
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055 \series bold
34056
34057 \backslash
34058 hfill
34059 \series default
34060  wirkt nur in Formeln mit dem Stil 
34061 \series bold
34062 Eingerückt
34063 \series default
34064 , siehe 
34065 \begin_inset CommandInset ref
34066 LatexCommand ref
34067 reference "sub:Variabler-Leerraum"
34068
34069 \end_inset
34070
34071 .
34072 \end_layout
34073
34074 \end_inset
34075
34076  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34077  gleich ist.
34078 \end_layout
34079
34080 \begin_layout Standard
34081 Ist der Formelstil 
34082 \series bold
34083 Zentriert
34084 \series default
34085  gewählt, nutzt man die in 
34086 \begin_inset CommandInset ref
34087 LatexCommand ref
34088 reference "sub:Flalign-Umgebung"
34089
34090 \end_inset
34091
34092  beschriebene Möglichkeit, Formeln einzurücken.
34093  Formel 
34094 \begin_inset CommandInset ref
34095 LatexCommand eqref
34096 reference "eq:innerhalb"
34097
34098 \end_inset
34099
34100  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34101  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34102 \begin_inset Formula \begin{flalign}
34103 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34104 \rho & \textrm{Dichte}\\
34105 V & \textrm{Volumen}\\
34106 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \begin_layout Subsection
34114 Aufrechte kleine griechische Buchstaben
34115 \begin_inset CommandInset label
34116 LatexCommand label
34117 name "sub:Aufrechte-kleine-griechische"
34118
34119 \end_inset
34120
34121
34122 \begin_inset Index
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126 griechische Buchstaben ! aufrechte
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Standard
34135 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34136  zur Verfügung.
34137  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34138  aufrechte griechische Buchstaben benötigt.
34139  Die Datei 
34140 \series bold
34141 upgreek.sty
34142 \series default
34143
34144 \begin_inset Foot
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148
34149 \series bold
34150 upgreek
34151 \series default
34152  ist Teil des LaTeX-Paketes 
34153 \series bold
34154 was
34155 \series default
34156
34157 \begin_inset Index
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 Pakete ! was
34162 \begin_inset ERT
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166
34167
34168 \backslash
34169 vspace{4mm}
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \end_inset
34178
34179 .
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \begin_inset Index
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 Pakete ! upgreek
34190 \end_layout
34191
34192 \end_inset
34193
34194 , die mit der LaTeX-Vorspannzeile
34195 \end_layout
34196
34197 \begin_layout Standard
34198
34199 \series bold
34200
34201 \backslash
34202 usepackage{upgreek}
34203 \end_layout
34204
34205 \begin_layout Standard
34206 geladen wird, stellt diese Buchstaben zur Verfügung.
34207  
34208 \begin_inset ERT
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212
34213
34214 \backslash
34215 ifupgreek 
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \begin_inset Note Note
34222 status open
34223
34224 \begin_layout Plain Layout
34225 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34226 \series bold
34227 upgreek
34228 \series default
34229  installiert ist:
34230 \end_layout
34231
34232 \end_inset
34233
34234  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34235  
34236 \series bold
34237 up
34238 \series default
34239  begonnen wird.
34240  So erzeugt z.
34241 \begin_inset Space \thinspace{}
34242 \end_inset
34243
34244 B.
34245  der Befehl 
34246 \series bold
34247
34248 \backslash
34249 uptau
34250 \series default
34251  dies: 
34252 \begin_inset Formula $\uptau $
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Standard
34259 Damit kann man Elementarteilchenreaktionen erstellen:
34260 \begin_inset Formula \[
34261 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Standard
34269 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34270  Sie sollten daher nicht für Einheiten wie 
34271 \begin_inset Quotes gld
34272 \end_inset
34273
34274 µm
34275 \begin_inset Quotes grd
34276 \end_inset
34277
34278  verwendet werden.
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset ERT
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286
34287
34288 \backslash
34289 else 
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \begin_inset Note Note
34296 status open
34297
34298 \begin_layout Plain Layout
34299 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34300 \series bold
34301 upgreek
34302 \series default
34303  nicht installiert ist:
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Das LaTeX-Paket 
34313 \series bold
34314 upgreek 
34315 \series default
34316 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325
34326 \backslash
34327 fi 
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Subsection
34336 Textzeichen in Formeln
34337 \begin_inset CommandInset label
34338 LatexCommand label
34339 name "sub:Textzeichen-in-Formeln"
34340
34341 \end_inset
34342
34343
34344 \begin_inset Index
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 Text ! in Formeln
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Standard
34357 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34358  Benötigt man z.
34359 \begin_inset Space \thinspace{}
34360 \end_inset
34361
34362 B.
34363  den mittigen Punkt · in Formeln wie 
34364 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34365 \end_inset
34366
34367 , müsste man dafür jedes Mal den Befehl 
34368 \series bold
34369
34370 \backslash
34371 cdot
34372 \series default
34373  eingeben
34374 \begin_inset Foot
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 siehe 
34379 \begin_inset CommandInset ref
34380 LatexCommand ref
34381 reference "sub:Binäre-Operatoren"
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \end_inset
34389
34390 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34391  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34392 \end_layout
34393
34394 \begin_layout Standard
34395
34396 \series bold
34397
34398 \backslash
34399 DeclareInputText{183}{
34400 \backslash
34401 ifmmode
34402 \backslash
34403 cdot
34404 \backslash
34405 else
34406 \backslash
34407 textperiodcentered
34408 \backslash
34409 f\SpecialChar \textcompwordmark{}
34410 i}
34411 \end_layout
34412
34413 \begin_layout Standard
34414 Die Zeichenkodierung (Menü 
34415 \family sans
34416 Dokument\SpecialChar \menuseparator
34417 Einstellungen\SpecialChar \menuseparator
34418 Sprache
34419 \family default
34420 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34421  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34422 \series bold
34423
34424 \backslash
34425 textperiodcentered
34426 \series default
34427  verwendet.
34428  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34429  LaTeX-Fehlern kommen würde.
34430  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34431  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34432  nicht.
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34437  Z.
34438 \begin_inset Space \thinspace{}
34439 \end_inset
34440
34441 B.
34442  ist die Kodierung 
34443 \series bold
34444 latin9
34445 \series default
34446  in der Datei 
34447 \series bold
34448 latin9.def
34449 \series default
34450  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34451  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34452 eien geändert werden.
34453  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34454  nicht ohne Weiteres bearbeitet werden.
34455 \end_layout
34456
34457 \begin_layout Standard
34458 \begin_inset VSpace medskip
34459 \end_inset
34460
34461 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34462  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34463  Formel eingegeben werden können:
34464 \end_layout
34465
34466 \begin_layout Standard
34467
34468 \series bold
34469
34470 \backslash
34471 DeclareInputText{176}{
34472 \backslash
34473 ifmmode^
34474 \backslash
34475 circ
34476 \backslash
34477 else
34478 \backslash
34479 textdegree
34480 \backslash
34481 f\SpecialChar \textcompwordmark{}
34482 i}
34483 \end_layout
34484
34485 \begin_layout Standard
34486 \begin_inset Newpage newpage
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Section
34493 \start_of_appendix
34494 Typographische Hinweise
34495 \begin_inset Index
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 Typographische Hinweise
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34509  Regeln, die teilweise auch im Duden 
34510 \begin_inset CommandInset citation
34511 LatexCommand cite
34512 key "Duden"
34513
34514 \end_inset
34515
34516  unter 
34517 \family typewriter
34518 Textverarbeitung
34519 \family default
34520  aufgelistet sind.
34521 \end_layout
34522
34523 \begin_layout Itemize
34524 Physikalische Einheiten werden 
34525 \emph on
34526 immer
34527 \emph default
34528  aufrecht gesetzt
34529 \begin_inset Foot
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533 wird durch Schriftstile erreicht, siehe 
34534 \begin_inset CommandInset ref
34535 LatexCommand ref
34536 reference "sub:Schriftstile"
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \end_inset
34544
34545 : 30
34546 \begin_inset Space \thinspace{}
34547 \end_inset
34548
34549 km/h
34550 \begin_inset Newline newline
34551 \end_inset
34552
34553 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34554 \begin_inset CommandInset ref
34555 LatexCommand ref
34556 reference "sub:Vordefinierter-Leerraum"
34557
34558 \end_inset
34559
34560 .
34561 \end_layout
34562
34563 \begin_layout Itemize
34564 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34565 \begin_inset Newline newline
34566 \end_inset
34567
34568 1,2
34569 \begin_inset Space \thinspace{}
34570 \end_inset
34571
34572 ‰ Alkohol im Blut
34573 \begin_inset Newline newline
34574 \end_inset
34575
34576 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34577  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34578 \end_layout
34579
34580 \begin_layout Itemize
34581 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34582  wird in einer Einheit verwendet: 15
34583 \begin_inset Space \thinspace{}
34584 \end_inset
34585
34586 °C
34587 \end_layout
34588
34589 \begin_layout Itemize
34590 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34591  Ziffer der kleinste Leerraum eingefügt: 18
34592 \begin_inset Space \thinspace{}
34593 \end_inset
34594
34595 473
34596 \begin_inset Space \thinspace{}
34597 \end_inset
34598
34599 588
34600 \end_layout
34601
34602 \begin_layout Itemize
34603 Für Bemaßungen wie z.
34604 \begin_inset Space \thinspace{}
34605 \end_inset
34606
34607 B.
34608  120×90×40
34609 \begin_inset Space \thinspace{}
34610 \end_inset
34611
34612 cm, verwendet man das gelegte Kreuz 
34613 \begin_inset Quotes gld
34614 \end_inset
34615
34616 ×
34617 \begin_inset Quotes grd
34618 \end_inset
34619
34620 , dass über den LaTeX-Befehl 
34621 \series bold
34622
34623 \backslash
34624 texttimes
34625 \series default
34626  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34627  werden kann.
34628 \end_layout
34629
34630 \begin_layout Itemize
34631 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34632  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34633 \begin_inset Space \thinspace{}
34634 \end_inset
34635
34636 6.
34637 \begin_inset Space ~
34638 \end_inset
34639
34640 1979
34641 \end_layout
34642
34643 \begin_layout Itemize
34644 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34645  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34646 \begin_inset CommandInset ref
34647 LatexCommand ref
34648 reference "sub:Vordefinierte-Funktionen"
34649
34650 \end_inset
34651
34652 .
34653 \end_layout
34654
34655 \begin_layout Itemize
34656 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34657  
34658 \begin_inset Formula $E_{\mathrm{kin}}$
34659 \end_inset
34660
34661
34662 \begin_inset Newline newline
34663 \end_inset
34664
34665 Komponenten von Matrizen werden kursiv gesetzt: 
34666 \begin_inset Formula $\hat{H}_{kl}$
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Itemize
34673 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34674  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34675  Variablen zu verwechseln.
34676 \end_layout
34677
34678 \begin_layout Standard
34679 \begin_inset Newpage newpage
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Section
34686 Synonyme
34687 \begin_inset Index
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Synonyme
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34701  Hier ist eine Übersicht der Synonymbefehle:
34702 \end_layout
34703
34704 \begin_layout Standard
34705 \begin_inset VSpace bigskip
34706 \end_inset
34707
34708
34709 \begin_inset Space \hfill{}
34710 \end_inset
34711
34712
34713 \begin_inset Tabular
34714 <lyxtabular version="3" rows="12" columns="2">
34715 <features>
34716 <column alignment="center" valignment="top" width="0pt">
34717 <column alignment="center" valignment="top" width="0pt">
34718 <row>
34719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 Befehl
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732 äquivalent zu
34733 \begin_inset Note Note
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737
34738 \series bold
34739
34740 \backslash
34741 raisebox
34742 \series default
34743  dient nur als Abstandhalter.
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \backslash
34761 ast
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775
34776 \backslash
34777 raisebox{-1.2mm}{
34778 \end_layout
34779
34780 \end_inset
34781
34782 *
34783 \begin_inset ERT
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787
34788 }
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 </row>
34799 <row>
34800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804
34805 \backslash
34806 choose
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815
34816 \backslash
34817 binom
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 </row>
34823 <row>
34824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828
34829 \backslash
34830 geq
34831 \end_layout
34832
34833 \end_inset
34834 </cell>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839
34840 \backslash
34841 ge
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 </row>
34847 <row>
34848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852
34853 \backslash
34854 lbrace
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 {
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 <row>
34870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874
34875 \backslash
34876 lbracket
34877 \end_layout
34878
34879 \end_inset
34880 </cell>
34881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34882 \begin_inset Text
34883
34884 \begin_layout Plain Layout
34885 [
34886 \end_layout
34887
34888 \end_inset
34889 </cell>
34890 </row>
34891 <row>
34892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34893 \begin_inset Text
34894
34895 \begin_layout Plain Layout
34896
34897 \backslash
34898 leftarrow
34899 \end_layout
34900
34901 \end_inset
34902 </cell>
34903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34904 \begin_inset Text
34905
34906 \begin_layout Plain Layout
34907
34908 \backslash
34909 gets
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 </row>
34915 <row>
34916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920
34921 \backslash
34922 leq
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931
34932 \backslash
34933 le
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 <row>
34940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944
34945 \backslash
34946 lor
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955
34956 \backslash
34957 vee
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 </row>
34963 <row>
34964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968
34969 \backslash
34970 neq
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979
34980 \backslash
34981 not=
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 </row>
34987 <row>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992
34993 \backslash
34994 slash
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35000 \begin_inset Text
35001
35002 \begin_layout Plain Layout
35003 /
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 </row>
35009 <row>
35010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35011 \begin_inset Text
35012
35013 \begin_layout Plain Layout
35014
35015 \backslash
35016 vert
35017 \end_layout
35018
35019 \end_inset
35020 </cell>
35021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35022 \begin_inset Text
35023
35024 \begin_layout Plain Layout
35025 |
35026 \end_layout
35027
35028 \end_inset
35029 </cell>
35030 </row>
35031 </lyxtabular>
35032
35033 \end_inset
35034
35035
35036 \begin_inset Space \hfill{}
35037 \end_inset
35038
35039
35040 \begin_inset Tabular
35041 <lyxtabular version="3" rows="12" columns="2">
35042 <features>
35043 <column alignment="center" valignment="top" width="0pt">
35044 <column alignment="center" valignment="top" width="0pt">
35045 <row>
35046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050 Befehl
35051 \end_layout
35052
35053 \end_inset
35054 </cell>
35055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35056 \begin_inset Text
35057
35058 \begin_layout Plain Layout
35059 äquivalent zu
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 </row>
35065 <row>
35066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070
35071 \backslash
35072 backslash
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081
35082 \backslash
35083
35084 \backslash
35085
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 </row>
35091 <row>
35092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35093 \begin_inset Text
35094
35095 \begin_layout Plain Layout
35096
35097 \backslash
35098 dasharrow
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35104 \begin_inset Text
35105
35106 \begin_layout Plain Layout
35107
35108 \backslash
35109 dashrightarrow
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 </row>
35115 <row>
35116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35117 \begin_inset Text
35118
35119 \begin_layout Plain Layout
35120
35121 \backslash
35122 land
35123 \end_layout
35124
35125 \end_inset
35126 </cell>
35127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35128 \begin_inset Text
35129
35130 \begin_layout Plain Layout
35131
35132 \backslash
35133 wedge
35134 \end_layout
35135
35136 \end_inset
35137 </cell>
35138 </row>
35139 <row>
35140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144
35145 \backslash
35146 rbrace
35147 \end_layout
35148
35149 \end_inset
35150 </cell>
35151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35152 \begin_inset Text
35153
35154 \begin_layout Plain Layout
35155 }
35156 \end_layout
35157
35158 \end_inset
35159 </cell>
35160 </row>
35161 <row>
35162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35163 \begin_inset Text
35164
35165 \begin_layout Plain Layout
35166
35167 \backslash
35168 rbracket
35169 \end_layout
35170
35171 \end_inset
35172 </cell>
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177 ]
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 </row>
35183 <row>
35184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188
35189 \backslash
35190 rightarrow
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199
35200 \backslash
35201 to
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 </row>
35207 <row>
35208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212
35213 \backslash
35214 lnot
35215 \end_layout
35216
35217 \end_inset
35218 </cell>
35219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225 neg
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 </row>
35231 <row>
35232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35233 \begin_inset Text
35234
35235 \begin_layout Plain Layout
35236
35237 \backslash
35238 ne
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247
35248 \backslash
35249 not=
35250 \end_layout
35251
35252 \end_inset
35253 </cell>
35254 </row>
35255 <row>
35256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35257 \begin_inset Text
35258
35259 \begin_layout Plain Layout
35260
35261 \backslash
35262 owns
35263 \end_layout
35264
35265 \end_inset
35266 </cell>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271
35272 \backslash
35273 ni
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284
35285 \backslash
35286 square
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295
35296 \backslash
35297 Box
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 </row>
35303 <row>
35304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35305 \begin_inset Text
35306
35307 \begin_layout Plain Layout
35308
35309 \backslash
35310 Vert
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319
35320 \backslash
35321 |
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 </row>
35327 </lyxtabular>
35328
35329 \end_inset
35330
35331
35332 \begin_inset Space \hfill{}
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 \begin_inset Newpage newpage
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Bibliography
35346 \begin_inset CommandInset bibitem
35347 LatexCommand bibitem
35348 key "TLC2"
35349
35350 \end_inset
35351
35352
35353 \shape smallcaps
35354 Mittelbach, F.
35355  ; Goossens, M.
35356 \shape default
35357
35358 \shape italic
35359 The LaTeX Companion
35360 \shape default
35361 .
35362  Addison Wesley, 2004
35363 \end_layout
35364
35365 \begin_layout Bibliography
35366 \begin_inset CommandInset bibitem
35367 LatexCommand bibitem
35368 key "Mathmode"
35369
35370 \end_inset
35371
35372
35373 \begin_inset CommandInset href
35374 LatexCommand href
35375 name "Beschreibung"
35376 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35377
35378 \end_inset
35379
35380  der mathematischen Fähigkeiten von LaTeX
35381 \end_layout
35382
35383 \begin_layout Bibliography
35384 \begin_inset CommandInset bibitem
35385 LatexCommand bibitem
35386 key "Voss"
35387
35388 \end_inset
35389
35390 LaTeX Tipps- und Tricks-
35391 \begin_inset CommandInset href
35392 LatexCommand href
35393 name "Seite"
35394 target "http://tug.org/TeXnik/"
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \begin_layout Bibliography
35402 \begin_inset CommandInset bibitem
35403 LatexCommand bibitem
35404 key "AMS"
35405
35406 \end_inset
35407
35408
35409 \begin_inset CommandInset href
35410 LatexCommand href
35411 name "Beschreibung"
35412 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35413
35414 \end_inset
35415
35416  von 
35417 \begin_inset ERT
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421
35422
35423 \backslash
35424 AmS
35425 \end_layout
35426
35427 \end_inset
35428
35429 -LaTeX
35430 \end_layout
35431
35432 \begin_layout Bibliography
35433 \begin_inset CommandInset bibitem
35434 LatexCommand bibitem
35435 key "Symbole"
35436
35437 \end_inset
35438
35439
35440 \begin_inset CommandInset href
35441 LatexCommand href
35442 name "Auflistung"
35443 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35444
35445 \end_inset
35446
35447  aller über LaTeX-Pakete verfügbare Symbole
35448 \end_layout
35449
35450 \begin_layout Bibliography
35451 \begin_inset CommandInset bibitem
35452 LatexCommand bibitem
35453 key "hyperref"
35454
35455 \end_inset
35456
35457
35458 \begin_inset CommandInset href
35459 LatexCommand href
35460 name "Dokumentation"
35461 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35462
35463 \end_inset
35464
35465  des LaTeX-Pakets 
35466 \series bold
35467 hyperref
35468 \series default
35469
35470 \begin_inset Index
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474 Pakete ! hyperref
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Bibliography
35483 \begin_inset CommandInset bibitem
35484 LatexCommand bibitem
35485 key "Mathclap"
35486
35487 \end_inset
35488
35489
35490 \begin_inset CommandInset href
35491 LatexCommand href
35492 name "Beschreibung"
35493 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35494
35495 \end_inset
35496
35497  des in 
35498 \begin_inset CommandInset ref
35499 LatexCommand ref
35500 reference "sub:Operatorgrenzen"
35501
35502 \end_inset
35503
35504  vorgestellten Befehls 
35505 \series bold
35506
35507 \backslash
35508 mathclap
35509 \series default
35510
35511 \begin_inset Index
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 Befehle ! M ! 
35516 \backslash
35517 mathclap
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \begin_layout Bibliography
35526 \begin_inset CommandInset bibitem
35527 LatexCommand bibitem
35528 key "Duden"
35529
35530 \end_inset
35531
35532
35533 \emph on
35534 Duden Band 1
35535 \emph default
35536 .
35537  22.
35538  Auflage, Duden Verlag 2001
35539 \end_layout
35540
35541 \begin_layout Subsubsection*
35542 \begin_inset Note Note
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546 Damit der Index den Namen 
35547 \begin_inset Quotes gld
35548 \end_inset
35549
35550 Stichwortverzeichnis
35551 \begin_inset Quotes grd
35552 \end_inset
35553
35554  erhält, wurde im LaTeX-Vorspann
35555 \end_layout
35556
35557 \begin_layout Plain Layout
35558
35559 \series bold
35560
35561 \backslash
35562 addto
35563 \backslash
35564 captionsngerman{
35565 \backslash
35566 renewcommand{
35567 \backslash
35568 indexname}{Stichwortverzeichnis}}
35569 \end_layout
35570
35571 \begin_layout Plain Layout
35572 eingefügt.
35573 \end_layout
35574
35575 \begin_layout Plain Layout
35576 Das Paket 
35577 \series bold
35578 babel
35579 \series default
35580  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35581  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35582  Außerdem wird 
35583 \series bold
35584 babel
35585 \series default
35586  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35587  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35588 che verwendet wurde.
35589 \end_layout
35590
35591 \begin_layout Plain Layout
35592 Möchte man andere Beschriftungen ändern, ersetzt man 
35593 \series bold
35594
35595 \backslash
35596 indexname
35597 \series default
35598  durch 
35599 \series bold
35600
35601 \backslash
35602 <Beschriftungs>name
35603 \series default
35604 .
35605  Eine Auflistung der möglichen Namen findet man unter
35606 \end_layout
35607
35608 \begin_layout Plain Layout
35609
35610 \family typewriter
35611 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35612 \end_layout
35613
35614 \begin_layout Plain Layout
35615 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35616 \series bold
35617 ngerman
35618 \series default
35619  durch die Dokumentsprache und
35620 \end_layout
35621
35622 \begin_layout Plain Layout
35623
35624 \series bold
35625
35626 \backslash
35627 captionsgerman
35628 \series default
35629  durch 
35630 \series bold
35631
35632 \backslash
35633 captions<Dokumentsprache>
35634 \series default
35635 .
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \begin_inset CommandInset index_print
35642 LatexCommand printindex
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \end_body
35650 \end_document