]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
German UserGuide.lyx: update for Hartmut
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \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 \extra_embedded_files ""
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 LyXs detailliertes Mathe Handbuch
217 \end_layout
218
219 \begin_layout Author
220 vom LyX Team
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Plain Layout
225 \noindent
226 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
227 ons-Liste: 
228 \family typewriter
229
230 \begin_inset CommandInset href
231 LatexCommand href
232 name "lyx-docs@lists.lyx.org"
233 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
234
235 \end_inset
236
237
238 \end_layout
239
240 \end_inset
241
242
243 \begin_inset Note Note
244 status collapsed
245
246 \begin_layout Plain Layout
247 Verfasser: Uwe Stöhr
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Newline newline
254 \end_inset
255
256
257 \begin_inset Newline newline
258 \end_inset
259
260
261 \family sans
262 Version 1.6svn
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset CommandInset toc
267 LatexCommand tableofcontents
268
269 \end_inset
270
271
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset Note Note
276 status open
277
278 \begin_layout Plain Layout
279 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
280  
281 \series bold
282 eurosym,
283 \series default
284  
285 \series bold
286 multirow,
287 \series default
288  und 
289 \series bold
290 was
291 \series default
292  installiert sein.
293  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
294  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
295  dann aber nicht im Ausdruck.
296 \end_layout
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Newpage newpage
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Section
311 Einleitung
312 \begin_inset CommandInset label
313 LatexCommand label
314 name "sec:Einleitung"
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
323  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
324  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
325 tten.
326  Das setzt voraus, dass bereits das Kapitel 
327 \family typewriter
328 Mathematische
329 \family default
330  
331 \family typewriter
332 Formeln
333 \family default
334  des Benutzerhandbuchs gelesen worden ist.
335 \end_layout
336
337 \begin_layout Standard
338 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
339 \family sans
340 Einfügen
341 \series bold
342 \SpecialChar \menuseparator
343
344 \series default
345 Mathe
346 \family default
347  oder die 
348 \family sans
349 Mathe-Werkzeugleiste
350 \family default
351  aufrufbar.
352  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
353  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
354  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
355  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
356 \end_layout
357
358 \begin_layout Standard
359 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
360  LyX verfügbar.
361  Um alle Befehle nutzen zu können, muss die Option 
362 \family sans
363 AMS-Mathe-Paket verwenden
364 \family default
365  im Menü 
366 \family sans
367 Dokument\SpecialChar \menuseparator
368 Einstellungen\SpecialChar \menuseparator
369 Mathe Optionen
370 \family default
371  aktiviert sein.
372 \begin_inset Foot
373 status collapsed
374
375 \begin_layout Plain Layout
376 Die 
377 \family sans
378 Option
379 \family default
380  
381 \family sans
382 AMS-Mathe-Paket automatisch verwenden
383 \family default
384  verwendet 
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390
391 \backslash
392 AmS 
393 \end_layout
394
395 \end_inset
396
397 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
398  LyX unterstützt.
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
408 listung
409  aller 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -Mathe Befehle
423 \begin_inset Foot
424 status collapsed
425
426 \begin_layout Plain Layout
427 Eine Liste mit allen 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS
436 \end_layout
437
438 \end_inset
439
440 -Mathe Befehlen findet sich in der Datei 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 , die Teil jeder LaTeX-Standardinstallation ist.
453 \end_layout
454
455 \end_inset
456
457  verzichtet.
458 \end_layout
459
460 \begin_layout Section
461 Allgemeine Hinweise
462 \begin_inset CommandInset label
463 LatexCommand label
464 name "sec:Allgemeine-Hinweise"
465
466 \end_inset
467
468
469 \end_layout
470
471 \begin_layout Standard
472 Um eine in einer Textzeile eingebettete Formel
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Formel ! eingebettete
478 \end_layout
479
480 \end_inset
481
482  zu erstellen, drückt man 
483 \family sans
484 Strg-m
485 \family default
486  oder den Werkzeugleistenknopf 
487 \begin_inset Graphics
488         filename ../../images/math-mode.png
489         embed ""
490         scale 85
491
492 \end_inset
493
494 .
495 \begin_inset Newline newline
496 \end_inset
497
498 Um eine abgesetzte Formel
499 \begin_inset Index
500 status collapsed
501
502 \begin_layout Plain Layout
503 Formel ! abgesetzte
504 \end_layout
505
506 \end_inset
507
508  zu erstellen, drückt man 
509 \family sans
510 Strg-M
511 \family default
512 .
513 \end_layout
514
515 \begin_layout Standard
516 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
517  Cursor in die Formel und drückt 
518 \family sans
519 Strg-M
520 \family default
521  oder benutzt das Menü 
522 \family sans
523 Bearbeiten\SpecialChar \menuseparator
524 Mathe\SpecialChar \menuseparator
525
526 \begin_inset Newline linebreak
527 \end_inset
528
529 Formelart ändern
530 \family default
531 .
532  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
533  umwandeln.
534 \end_layout
535
536 \begin_layout Standard
537 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
538  gibt man in die Formel den Befehl 
539 \series bold
540
541 \backslash
542 displaystyle
543 \begin_inset Index
544 status collapsed
545
546 \begin_layout Plain Layout
547 Befehle ! D ! 
548 \backslash
549 displaystyle
550 \end_layout
551
552 \end_inset
553
554
555 \series default
556  ein.
557  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
558  wird.
559 \end_layout
560
561 \begin_layout Standard
562 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
563 \end_layout
564
565 \begin_layout Standard
566 Die 
567 \family sans
568 Mathe-Werkzeugleiste
569 \family default
570  kann über das Menü 
571 \family sans
572 Ansicht\SpecialChar \menuseparator
573 Werkzeugleisten
574 \family default
575  eingeblendet werden.
576  Wenn dort auf 
577 \begin_inset Quotes eld
578 \end_inset
579
580 Mathe
581 \begin_inset Quotes erd
582 \end_inset
583
584  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
585  diese Einstellung wird durch ein Häkchen im Menü 
586 \family sans
587 Werkzeugleisten
588 \family default
589  angezeigt.
590  Wenn nun im Menü 
591 \family sans
592 Werkzeugleisten
593 \family default
594  nochmal auf 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Mathe
599 \begin_inset Quotes erd
600 \end_inset
601
602  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
603  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
604  des Menüeintrags von 
605 \begin_inset Quotes eld
606 \end_inset
607
608 Mathe
609 \begin_inset Quotes erd
610 \end_inset
611
612  zu 
613 \begin_inset Quotes eld
614 \end_inset
615
616 Mathe
617 \begin_inset Space ~
618 \end_inset
619
620 (automatisch)
621 \begin_inset Quotes erd
622 \end_inset
623
624  angezeigt.
625 \end_layout
626
627 \begin_layout Standard
628 In den TeX-Modus
629 \begin_inset Index
630 status collapsed
631
632 \begin_layout Plain Layout
633 T@
634 \begin_inset ERT
635 status collapsed
636
637 \begin_layout Plain Layout
638
639
640 \backslash
641
642 \begin_inset ERT
643 status collapsed
644
645 \begin_layout Plain Layout
646
647 {
648 \end_layout
649
650 \end_inset
651
652
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 }
659 \end_layout
660
661 \end_inset
662
663
664 \end_layout
665
666 \end_inset
667
668 TeX-Modus
669 \end_layout
670
671 \end_inset
672
673  gelangt man über den Werkzeugleistenknopf 
674 \begin_inset Graphics
675         filename ../../images/ert-insert.png
676         embed ""
677         scale 85
678
679 \end_inset
680
681  oder das Menü 
682 \family sans
683 Einfügen\SpecialChar \menuseparator
684 T
685 \begin_inset ERT
686 status collapsed
687
688 \begin_layout Plain Layout
689
690 {
691 \end_layout
692
693 \end_inset
694
695 e
696 \begin_inset ERT
697 status collapsed
698
699 \begin_layout Plain Layout
700
701 }
702 \end_layout
703
704 \end_inset
705
706 X
707 \begin_inset Space ~
708 \end_inset
709
710 Code
711 \family default
712  (Tastenkürzel 
713 \family sans
714 Strg-l
715 \family default
716 ).
717 \begin_inset Note Note
718 status collapsed
719
720 \begin_layout Plain Layout
721 In LyX gibt es drei 
722 \begin_inset Quotes gld
723 \end_inset
724
725 Eigennamen
726 \begin_inset Quotes grd
727 \end_inset
728
729 , die im Ausdruck mit hoch bzw.
730  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
731 \end_layout
732
733 \begin_layout Plain Layout
734 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, setzt
735  man einen der Buchstaben in TeX-Klammern.
736 \end_layout
737
738 \end_inset
739
740
741 \end_layout
742
743 \begin_layout Standard
744 In den LaTeX-Vorspann
745 \begin_inset Index
746 status collapsed
747
748 \begin_layout Plain Layout
749 L@LaTeX-Vorspann
750 \end_layout
751
752 \end_inset
753
754  gelangt man über das Menü 
755 \family sans
756 Dokument\SpecialChar \menuseparator
757 Einstellungen\SpecialChar \menuseparator
758 La
759 \begin_inset ERT
760 status collapsed
761
762 \begin_layout Plain Layout
763
764 {
765 \end_layout
766
767 \end_inset
768
769 T
770 \begin_inset ERT
771 status collapsed
772
773 \begin_layout Plain Layout
774
775 }
776 \end_layout
777
778 \end_inset
779
780 eX-Vorspann
781 \family default
782 .
783 \end_layout
784
785 \begin_layout Standard
786 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
787 en Formeln kann man die Menüs 
788 \family sans
789 Bearbeiten\SpecialChar \menuseparator
790 Mathe
791 \family default
792  und 
793 \family sans
794 Bearbeiten\SpecialChar \menuseparator
795 Zeilen
796 \begin_inset Space \thinspace{}
797 \end_inset
798
799 &
800 \begin_inset Space \thinspace{}
801 \end_inset
802
803 Spalten
804 \family default
805  oder die 
806 \family sans
807 Tabellen-Werkzeugleiste
808 \family default
809  verwenden.
810  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
811  die Spalte bzw.
812  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
813  bzw.
814  darunter liegenden Zeile vertauscht.
815  Befindet sich der Cursor in der letzten Spalte bzw.
816  Zeile, wird mit der links daneben stehenden Spalte bzw.
817  darüber liegenden Zeile vertauscht.
818 \end_layout
819
820 \begin_layout Standard
821 Zum Schreiben von Text in einer Formel
822 \begin_inset Foot
823 status collapsed
824
825 \begin_layout Plain Layout
826 Bei mehrzeiligen Formeln wird der Befehl 
827 \series bold
828
829 \backslash
830 intertext
831 \series default
832  verwendet, siehe 
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "sub:Text-in-mehrzeiligen"
836
837 \end_inset
838
839 .
840 \end_layout
841
842 \end_inset
843
844  verwendet man den 
845 \emph on
846 mathematischen Textmodus
847 \emph default
848
849 \begin_inset Index
850 status collapsed
851
852 \begin_layout Plain Layout
853 Text ! in Formeln
854 \end_layout
855
856 \end_inset
857
858
859 \begin_inset Index
860 status collapsed
861
862 \begin_layout Plain Layout
863 Mathematischer Textmodus
864 \end_layout
865
866 \end_inset
867
868 , in den man mit dem Tastenkürzel 
869 \family sans
870 Alt-m
871 \begin_inset Space ~
872 \end_inset
873
874 m
875 \family default
876  oder durch Eingabe des Befehls 
877 \series bold
878
879 \backslash
880 text
881 \begin_inset Index
882 status collapsed
883
884 \begin_layout Plain Layout
885 Befehle ! T ! 
886 \backslash
887 text
888 \end_layout
889
890 \end_inset
891
892
893 \series default
894  gelangt.
895  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
896  Formel unterscheiden.
897  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
898  anderen Zeichen einer Formel nicht kursiv.
899 \end_layout
900
901 \begin_layout Subsection*
902 Befehlsschema
903 \end_layout
904
905 \begin_layout Standard
906 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
907  Schema:
908 \end_layout
909
910 \begin_layout Standard
911
912 \series bold
913
914 \backslash
915 Befehlsname[optionales
916 \series default
917  
918 \series bold
919 Argument]{anzugebendes
920 \series default
921  
922 \series bold
923 Argument}
924 \end_layout
925
926 \begin_layout Standard
927 Ein Befehl muss immer mit einem Backslash 
928 \begin_inset Quotes gld
929 \end_inset
930
931
932 \series bold
933
934 \backslash
935
936 \series default
937
938 \begin_inset Quotes grd
939 \end_inset
940
941  beginnen.
942  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
943  eckigen Klammern weggelassen werden.
944  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
945 \begin_inset Index
946 status collapsed
947
948 \begin_layout Plain Layout
949 T@
950 \begin_inset ERT
951 status collapsed
952
953 \begin_layout Plain Layout
954
955
956 \backslash
957
958 \begin_inset ERT
959 status collapsed
960
961 \begin_layout Plain Layout
962
963 {
964 \end_layout
965
966 \end_inset
967
968
969 \begin_inset ERT
970 status collapsed
971
972 \begin_layout Plain Layout
973
974 }
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \end_inset
983
984 TeX-Klammern
985 \end_layout
986
987 \end_inset
988
989  bezeichnet.
990  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
991  an, erzeugt LyX automatisch eine TeX-Klammer.
992  Ansonsten werden sie in Formeln mit dem Befehl 
993 \series bold
994
995 \backslash
996 {
997 \series default
998  erzeugt.
999  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
1000  Klammern, die blau erscheinen.
1001  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
1002  TeX-Klammern erscheinen nicht im Ausdruck.
1003 \end_layout
1004
1005 \begin_layout Standard
1006 Werden Befehle ohne Argumente, wie z.
1007 \begin_inset Space \thinspace{}
1008 \end_inset
1009
1010 B.
1011  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
1012 \emph on
1013 immer
1014 \emph default
1015  ein Leerzeichen folgen um ihn zu beenden.
1016  Dieses Leerzeichen erscheint nicht im Ausdruck.
1017  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
1018  normalen Text ein geschütztes Leerzeichen folgen.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 Ein geschütztes Leerzeichen gibt man mit 
1023 \family sans
1024 Strg-Leertaste
1025 \family default
1026  ein.
1027 \end_layout
1028
1029 \begin_layout Subsection*
1030 Zeichenerklärung
1031 \end_layout
1032
1033 \begin_layout Itemize
1034 Das Symbol
1035 \begin_inset Foot
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 Dieses sichtbare Leerzeichen erhält man über den Befehl 
1040 \series bold
1041
1042 \backslash
1043 textvisiblespace
1044 \series default
1045
1046 \begin_inset Index
1047 status collapsed
1048
1049 \begin_layout Plain Layout
1050 Befehle ! T ! 
1051 \backslash
1052 textvisiblespace
1053 \end_layout
1054
1055 \end_inset
1056
1057 , der im TeX-Modus einzugeben ist.
1058 \end_layout
1059
1060 \end_inset
1061
1062  
1063 \begin_inset ERT
1064 status collapsed
1065
1066 \begin_layout Plain Layout
1067
1068
1069 \backslash
1070 leer 
1071 \end_layout
1072
1073 \end_inset
1074
1075
1076 \begin_inset Space ~
1077 \end_inset
1078
1079 steht für ein einzugebendes Leerzeichen.
1080 \end_layout
1081
1082 \begin_layout Itemize
1083 Ein Pfeil wie z.
1084 \begin_inset Space \thinspace{}
1085 \end_inset
1086
1087 B.
1088  
1089 \begin_inset Formula $\to$
1090 \end_inset
1091
1092  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1093 \end_layout
1094
1095 \begin_layout Subsection*
1096 Verwendete Einheiten
1097 \end_layout
1098
1099 \begin_layout Standard
1100 \align center
1101 \begin_inset Float table
1102 placement H
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \align center
1109 \begin_inset Caption
1110
1111 \begin_layout Plain Layout
1112 \begin_inset CommandInset label
1113 LatexCommand label
1114 name "tab:Verwendete-Einheiten"
1115
1116 \end_inset
1117
1118 Verwendete Einheiten
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \begin_layout Plain Layout
1127 \align center
1128 \begin_inset Tabular
1129 <lyxtabular version="3" rows="13" columns="2">
1130 <features>
1131 <column alignment="center" valignment="top" width="0">
1132 <column alignment="center" valignment="top" width="0">
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 Einheit
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 Name / Beschreibung
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 mm
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Millimeter
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 cm
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 Zentimeter
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 in
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 Inch / Zoll (1
1208 \begin_inset Space \thinspace{}
1209 \end_inset
1210
1211 in = 2,54
1212 \begin_inset Space \thinspace{}
1213 \end_inset
1214
1215 cm)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 pt
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 Punkt (72,27
1236 \begin_inset Space \thinspace{}
1237 \end_inset
1238
1239 pt = 1
1240 \begin_inset Space \thinspace{}
1241 \end_inset
1242
1243 in)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 pc
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Pica (1
1264 \begin_inset Space \thinspace{}
1265 \end_inset
1266
1267 pc = 12
1268 \begin_inset Space \thinspace{}
1269 \end_inset
1270
1271 pt)
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 sp
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 scaled point (65536
1292 \begin_inset Space \thinspace{}
1293 \end_inset
1294
1295 sp = 1
1296 \begin_inset Space \thinspace{}
1297 \end_inset
1298
1299 pt)
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 bp
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 big point (72
1320 \begin_inset Space \thinspace{}
1321 \end_inset
1322
1323 bp = 1
1324 \begin_inset Space \thinspace{}
1325 \end_inset
1326
1327 in)
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 dd
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Didot (1
1348 \begin_inset Space \thinspace{}
1349 \end_inset
1350
1351 dd 
1352 \begin_inset Formula $\approx$
1353 \end_inset
1354
1355  0,376
1356 \begin_inset Space \thinspace{}
1357 \end_inset
1358
1359 mm)
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row>
1366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 cc
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 Cicero (1
1380 \begin_inset Space \thinspace{}
1381 \end_inset
1382
1383 cc = 12
1384 \begin_inset Space \thinspace{}
1385 \end_inset
1386
1387 dd)
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 ex
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 Höhe des Buchstabens 
1408 \emph on
1409 x
1410 \emph default
1411  in der aktuellen Schrift
1412 \end_layout
1413
1414 \end_inset
1415 </cell>
1416 </row>
1417 <row>
1418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1419 \begin_inset Text
1420
1421 \begin_layout Plain Layout
1422 em
1423 \end_layout
1424
1425 \end_inset
1426 </cell>
1427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1428 \begin_inset Text
1429
1430 \begin_layout Plain Layout
1431 Breite des Buchstabens 
1432 \emph on
1433 M
1434 \emph default
1435  in der aktuellen Schrift
1436 \end_layout
1437
1438 \end_inset
1439 </cell>
1440 </row>
1441 <row>
1442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1443 \begin_inset Text
1444
1445 \begin_layout Plain Layout
1446 mu
1447 \end_layout
1448
1449 \end_inset
1450 </cell>
1451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1452 \begin_inset Text
1453
1454 \begin_layout Plain Layout
1455 math unit (1
1456 \begin_inset Space \thinspace{}
1457 \end_inset
1458
1459 mu = 
1460 \begin_inset Formula $\nicefrac{1}{18}$
1461 \end_inset
1462
1463
1464 \begin_inset Space \thinspace{}
1465 \end_inset
1466
1467 em)
1468 \end_layout
1469
1470 \end_inset
1471 </cell>
1472 </row>
1473 </lyxtabular>
1474
1475 \end_inset
1476
1477
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \begin_layout Standard
1486 \begin_inset Newpage newpage
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \begin_layout Section
1493 Grundlegende Funktionen
1494 \end_layout
1495
1496 \begin_layout Subsection
1497 Exponenten
1498 \begin_inset Index
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 Exponenten
1503 \end_layout
1504
1505 \end_inset
1506
1507  und Indizes
1508 \begin_inset Index
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 Indizes
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \begin_inset Index
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522 Hochstellen|see
1523 \begin_inset ERT
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527
1528 {
1529 \end_layout
1530
1531 \end_inset
1532
1533 Exponenten
1534 \begin_inset ERT
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539 }
1540 \end_layout
1541
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \begin_inset Index
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Tiefstellen|see
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 {
1561 \end_layout
1562
1563 \end_inset
1564
1565 Indizes
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 }
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1586  
1587 \begin_inset Graphics
1588         filename ../../images/math-subscript.png
1589         embed ""
1590         scale 85
1591
1592 \end_inset
1593
1594 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1595  
1596 \begin_inset Graphics
1597         filename ../../images/math-superscript.png
1598         embed ""
1599         scale 85
1600
1601 \end_inset
1602
1603  erzeugt.
1604 \end_layout
1605
1606 \begin_layout Standard
1607 \align center
1608 \begin_inset Tabular
1609 <lyxtabular version="3" rows="4" columns="2">
1610 <features>
1611 <column alignment="center" valignment="top" width="0pt">
1612 <column alignment="center" valignment="top" width="0pt">
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 Befehl
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 Ergebnis
1628 \begin_inset Note Note
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632
1633 \series bold
1634
1635 \backslash
1636 raisebox
1637 \series default
1638  dient nur als Abstandhalter.
1639 \end_layout
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 <row>
1650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654 B_V
1655 \end_layout
1656
1657 \end_inset
1658 </cell>
1659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663 \begin_inset Formula $B_{V}$
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 </row>
1672 <row>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 B^V
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 <row>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700 B^
1701 \begin_inset ERT
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705
1706
1707 \backslash
1708 leer 
1709 \end_layout
1710
1711 \end_inset
1712
1713 A
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1723 \end_inset
1724
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 </row>
1731 </lyxtabular>
1732
1733 \end_inset
1734
1735
1736 \end_layout
1737
1738 \begin_layout Standard
1739 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1740 llt
1741 \begin_inset Foot
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1746 \end_layout
1747
1748 \end_inset
1749
1750 .
1751  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1752  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1753 \end_layout
1754
1755 \begin_layout Subsection
1756 Brüche
1757 \begin_inset CommandInset label
1758 LatexCommand label
1759 name "sub:Brüche"
1760
1761 \end_inset
1762
1763
1764 \begin_inset Index
1765 status collapsed
1766
1767 \begin_layout Plain Layout
1768 Brüche
1769 \end_layout
1770
1771 \end_inset
1772
1773
1774 \end_layout
1775
1776 \begin_layout Standard
1777 Brüche werden mit dem Befehl 
1778 \series bold
1779
1780 \backslash
1781 frac
1782 \series default
1783
1784 \begin_inset Index
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 Befehle ! F ! 
1789 \backslash
1790 frac
1791 \end_layout
1792
1793 \end_inset
1794
1795  oder mit dem Mathe-Werkzeugleistenknopf 
1796 \begin_inset Graphics
1797         filename ../../images/math/frac.png
1798         embed ""
1799         scale 50
1800
1801 \end_inset
1802
1803  erstellt.
1804  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1805  in einer eingebetteten oder abgesetzten Formel befindet.
1806  Mit dem Mathe-Werkzeugleistenknopf 
1807 \begin_inset Graphics
1808         filename ../../images/math/frac-square.png
1809         embed ""
1810         scale 85
1811
1812 \end_inset
1813
1814  können verschieden Bruchtypen gewählt werden.
1815 \end_layout
1816
1817 \begin_layout Standard
1818 Mit dem Befehl 
1819 \series bold
1820
1821 \backslash
1822 dfrac
1823 \begin_inset Index
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827 Befehle ! D ! 
1828 \backslash
1829 dfrac
1830 \end_layout
1831
1832 \end_inset
1833
1834
1835 \series default
1836  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1837  Formel erscheint.
1838  Mit 
1839 \series bold
1840
1841 \backslash
1842 tfrac
1843 \begin_inset Index
1844 status collapsed
1845
1846 \begin_layout Plain Layout
1847 Befehle ! T ! 
1848 \backslash
1849 tfrac
1850 \end_layout
1851
1852 \end_inset
1853
1854
1855 \series default
1856  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1857  Ein Beispiel:
1858 \end_layout
1859
1860 \begin_layout Standard
1861 Eine Zeile mit dem Bruch 
1862 \begin_inset Formula $\frac{1}{2}$
1863 \end_inset
1864
1865 , der mit dem Befehl 
1866 \series bold
1867
1868 \backslash
1869 frac
1870 \series default
1871  erstellt wurde.
1872 \end_layout
1873
1874 \begin_layout Standard
1875 Eine Zeile mit dem Bruch 
1876 \begin_inset Formula $\dfrac{1}{2}$
1877 \end_inset
1878
1879 , der mit dem Befehl 
1880 \series bold
1881
1882 \backslash
1883 dfrac
1884 \series default
1885  erstellt wurde.
1886 \end_layout
1887
1888 \begin_layout Standard
1889 \align center
1890 \begin_inset Tabular
1891 <lyxtabular version="3" rows="4" columns="2">
1892 <features>
1893 <column alignment="center" valignment="top" width="0pt">
1894 <column alignment="center" valignment="top" width="0pt">
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900 Befehl
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 Ergebnis
1910 \begin_inset Note Note
1911 status collapsed
1912
1913 \begin_layout Plain Layout
1914
1915 \series bold
1916
1917 \backslash
1918 raisebox
1919 \series default
1920  dient nur als Abstandhalter.
1921 \end_layout
1922
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 frac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 leer 
1947 \end_layout
1948
1949 \end_inset
1950
1951 A
1952 \begin_inset Formula $\downarrow$
1953 \end_inset
1954
1955 B
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Plain Layout
1964 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 </row>
1973 <row>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \backslash
1980 dfrac
1981 \begin_inset ERT
1982 status collapsed
1983
1984 \begin_layout Plain Layout
1985
1986
1987 \backslash
1988 leer 
1989 \end_layout
1990
1991 \end_inset
1992
1993 A
1994 \begin_inset Formula $\downarrow$
1995 \end_inset
1996
1997 B
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 </row>
2015 <row>
2016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2017 \begin_inset Text
2018
2019 \begin_layout Plain Layout
2020
2021 \backslash
2022 dfrac
2023 \begin_inset ERT
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027
2028
2029 \backslash
2030 leer 
2031 \end_layout
2032
2033 \end_inset
2034
2035 e^
2036 \begin_inset ERT
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040
2041
2042 \backslash
2043 leer 
2044 \end_layout
2045
2046 \end_inset
2047
2048
2049 \backslash
2050 frac
2051 \begin_inset ERT
2052 status collapsed
2053
2054 \begin_layout Plain Layout
2055
2056
2057 \backslash
2058 leer 
2059 \end_layout
2060
2061 \end_inset
2062
2063 1
2064 \begin_inset Formula $\downarrow$
2065 \end_inset
2066
2067 2
2068 \begin_inset Formula $\downarrow\downarrow$
2069 \end_inset
2070
2071 3
2072 \end_layout
2073
2074 \end_inset
2075 </cell>
2076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2077 \begin_inset Text
2078
2079 \begin_layout Plain Layout
2080 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 </row>
2089 </lyxtabular>
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 \begin_inset VSpace bigskip
2098 \end_inset
2099
2100
2101 \begin_inset Newpage newpage
2102 \end_inset
2103
2104 Für Mehrfachbrüche gibt es den Befehl 
2105 \series bold
2106
2107 \backslash
2108 cfrac
2109 \series default
2110
2111 \begin_inset Index
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115 Befehle ! C ! 
2116 \backslash
2117 cfrac
2118 \end_layout
2119
2120 \end_inset
2121
2122 .
2123  Dazu ein Beispiel:
2124 \begin_inset VSpace -3mm
2125 \end_inset
2126
2127
2128 \end_layout
2129
2130 \begin_layout Standard
2131 \begin_inset Formula \begin{align*}
2132 \textrm{mit \textbf{\textbackslash  frac} erstellt} &  & \textrm{mit \textbf{\textbackslash  cfrac} erstellt}\\
2133 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Der Befehl für obiges Beispiel lautet:
2142 \end_layout
2143
2144 \begin_layout Standard
2145
2146 \series bold
2147
2148 \backslash
2149 cfrac{A
2150 \begin_inset Formula $\to$
2151 \end_inset
2152
2153
2154 \backslash
2155 {B+
2156 \backslash
2157 cfrac{C+
2158 \backslash
2159 cfrac{E
2160 \begin_inset Formula $\to$
2161 \end_inset
2162
2163
2164 \backslash
2165 {F
2166 \begin_inset Formula $\to\to$
2167 \end_inset
2168
2169
2170 \backslash
2171 {D
2172 \end_layout
2173
2174 \begin_layout Standard
2175 \begin_inset VSpace medskip
2176 \end_inset
2177
2178
2179 \end_layout
2180
2181 \begin_layout Standard
2182
2183 \series bold
2184
2185 \backslash
2186 cfrac
2187 \series default
2188  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2189  auch wenn er selbst Teil eines Bruches ist.
2190  
2191 \series bold
2192
2193 \backslash
2194 cfrac
2195 \series default
2196  besitzt folgendes Befehlsschema:
2197 \end_layout
2198
2199 \begin_layout Standard
2200
2201 \series bold
2202
2203 \backslash
2204 cfrac[Zählerposition]{Zähler}{Nenner}
2205 \end_layout
2206
2207 \begin_layout Standard
2208 Zählerposition kann 
2209 \emph on
2210 l
2211 \emph default
2212  , 
2213 \emph on
2214 c
2215 \emph default
2216  oder 
2217 \emph on
2218 r
2219 \emph default
2220  sein.
2221  Bei 
2222 \emph on
2223 l
2224 \emph default
2225  oder 
2226 \emph on
2227 r
2228 \emph default
2229  wird der Zähler links- bzw.
2230 \begin_inset Space ~
2231 \end_inset
2232
2233 rechtsbündig am Bruchstrich ausgerichtet.
2234  Wird 
2235 \emph on
2236 c
2237 \emph default
2238  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2239  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2240 \begin_inset Newline newline
2241 \end_inset
2242
2243
2244 \series bold
2245
2246 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2247 \end_inset
2248
2249
2250 \begin_inset Formula $\cfrac {A}{B+C}$
2251 \end_inset
2252
2253
2254 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Standard
2261 \begin_inset VSpace medskip
2262 \end_inset
2263
2264 Oftmals ist es am günstigsten 
2265 \series bold
2266
2267 \backslash
2268 cfrac
2269 \series default
2270  und 
2271 \series bold
2272
2273 \backslash
2274 frac
2275 \series default
2276  zu kombinieren:
2277 \begin_inset Formula \[
2278 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2279
2280 \end_inset
2281
2282
2283 \end_layout
2284
2285 \begin_layout Standard
2286 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2287 \series bold
2288
2289 \backslash
2290 nicefrac
2291 \begin_inset Index
2292 status collapsed
2293
2294 \begin_layout Plain Layout
2295 Befehle ! N ! 
2296 \backslash
2297 nicefrac
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \series default
2304  benutzt werden: 
2305 \begin_inset Formula $\nicefrac{5}{31}$
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2313  in 
2314 \begin_inset CommandInset ref
2315 LatexCommand ref
2316 reference "sub:Selbstdefinierte-Brüche"
2317
2318 \end_inset
2319
2320  erklärt.
2321 \end_layout
2322
2323 \begin_layout Subsection
2324 Wurzeln
2325 \begin_inset Index
2326 status collapsed
2327
2328 \begin_layout Plain Layout
2329 Wurzeln
2330 \end_layout
2331
2332 \end_inset
2333
2334
2335 \end_layout
2336
2337 \begin_layout Standard
2338 Quadratwurzeln werden mit 
2339 \series bold
2340
2341 \backslash
2342 sqrt
2343 \series default
2344
2345 \begin_inset Index
2346 status collapsed
2347
2348 \begin_layout Plain Layout
2349 Befehle ! S ! 
2350 \backslash
2351 sqrt
2352 \end_layout
2353
2354 \end_inset
2355
2356  oder dem Mathe-Werkzeugleistenknopf 
2357 \begin_inset Graphics
2358         filename ../../images/math/sqrt.png
2359         embed ""
2360         scale 85
2361
2362 \end_inset
2363
2364  gesetzt, alle anderen Wurzeln mit dem Befehl 
2365 \series bold
2366
2367 \backslash
2368 root
2369 \series default
2370
2371 \begin_inset Index
2372 status collapsed
2373
2374 \begin_layout Plain Layout
2375 Befehle ! R ! 
2376 \backslash
2377 root
2378 \end_layout
2379
2380 \end_inset
2381
2382  oder dem Mathe-Werkzeugleistenknopf 
2383 \begin_inset Graphics
2384         filename ../../images/math/root.png
2385         embed ""
2386         scale 85
2387
2388 \end_inset
2389
2390 .
2391 \end_layout
2392
2393 \begin_layout Standard
2394 \align center
2395 \begin_inset Tabular
2396 <lyxtabular version="3" rows="3" columns="2">
2397 <features>
2398 <column alignment="center" valignment="top" width="0pt">
2399 <column alignment="center" valignment="top" width="0pt">
2400 <row>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 Befehl
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414 Ergebnis
2415 \begin_inset Note Note
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419
2420 \series bold
2421
2422 \backslash
2423 raisebox
2424 \series default
2425  dient nur als Abstandhalter.
2426 \end_layout
2427
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 </row>
2436 <row>
2437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441
2442 \backslash
2443 sqrt
2444 \begin_inset ERT
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448
2449
2450 \backslash
2451 leer 
2452 \end_layout
2453
2454 \end_inset
2455
2456 A-B
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2466 \end_inset
2467
2468
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 </row>
2474 <row>
2475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Plain Layout
2479
2480 \backslash
2481 root
2482 \begin_inset ERT
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486
2487
2488 \backslash
2489 leer 
2490 \end_layout
2491
2492 \end_inset
2493
2494 3
2495 \begin_inset Formula $\downarrow$
2496 \end_inset
2497
2498 A-B
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2508 \end_inset
2509
2510
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 </lyxtabular>
2517
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Standard
2524 Eine Quadratwurzel kann man auch mit 
2525 \series bold
2526
2527 \backslash
2528 root
2529 \series default
2530  erstellen, indem man das Feld über der Wurzel frei lässt.
2531 \end_layout
2532
2533 \begin_layout Standard
2534 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2535  Formel: 
2536 \begin_inset Formula $\sqrt[\beta]{B}$
2537 \end_inset
2538
2539
2540 \begin_inset Newline newline
2541 \end_inset
2542
2543 Das 
2544 \begin_inset Formula $\beta$
2545 \end_inset
2546
2547  berührt die Wurzel.
2548  Um dies zu verhindern, verwendet man die Befehle 
2549 \series bold
2550
2551 \backslash
2552 leftroot
2553 \series default
2554
2555 \begin_inset Index
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Befehle ! L ! 
2560 \backslash
2561 leftroot
2562 \end_layout
2563
2564 \end_inset
2565
2566  und 
2567 \series bold
2568
2569 \backslash
2570 uproot
2571 \series default
2572
2573 \begin_inset Index
2574 status collapsed
2575
2576 \begin_layout Plain Layout
2577 Befehle ! U ! 
2578 \backslash
2579 uproot
2580 \end_layout
2581
2582 \end_inset
2583
2584 , die folgendes Schema besitzen:
2585 \end_layout
2586
2587 \begin_layout Standard
2588
2589 \series bold
2590
2591 \backslash
2592 leftroot{Abstand}
2593 \series default
2594  bzw.
2595  
2596 \series bold
2597
2598 \backslash
2599 uproot{Abstand}
2600 \end_layout
2601
2602 \begin_layout Standard
2603 Abstand ist die Anzahl der Big Points (Einheit bp; 
2604 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2605 \end_inset
2606
2607 ), um die der Index nach links bzw.
2608  nach oben verschoben werden soll.
2609  Die Befehle werden in den Index geschrieben.
2610  So ergibt der Befehl
2611 \begin_inset Newline newline
2612 \end_inset
2613
2614
2615 \series bold
2616
2617 \backslash
2618 root
2619 \backslash
2620 leftroot{-1
2621 \begin_inset Formula $\to$
2622 \end_inset
2623
2624
2625 \backslash
2626 uproot{2
2627 \begin_inset Formula $\to$
2628 \end_inset
2629
2630
2631 \backslash
2632 beta
2633 \begin_inset ERT
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637
2638
2639 \backslash
2640 leer 
2641 \end_layout
2642
2643 \end_inset
2644
2645
2646 \begin_inset Formula $\to$
2647 \end_inset
2648
2649 B
2650 \begin_inset Newline newline
2651 \end_inset
2652
2653
2654 \series default
2655 eine korrekt gesetzte Formel: 
2656 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Subsection
2663 Binomialkoeffizienten
2664 \begin_inset Index
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 Binomialkoeffizienten
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \begin_layout Standard
2677 Binomialkoeffizienten können mit dem Befehl 
2678 \series bold
2679
2680 \backslash
2681 binom
2682 \series default
2683
2684 \begin_inset Index
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 Befehle ! B ! 
2689 \backslash
2690 binom
2691 \end_layout
2692
2693 \end_inset
2694
2695  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2696 \begin_inset Graphics
2697         filename ../../images/math/frac-square.png
2698         embed ""
2699         scale 85
2700
2701 \end_inset
2702
2703 eingefügt werden.
2704  Analog zu Brüchen (
2705 \series bold
2706
2707 \backslash
2708 frac
2709 \series default
2710 ) gibt es außer 
2711 \series bold
2712
2713 \backslash
2714 binom
2715 \series default
2716  noch die Befehle 
2717 \series bold
2718
2719 \backslash
2720 dbinom
2721 \begin_inset Index
2722 status collapsed
2723
2724 \begin_layout Plain Layout
2725 Befehle ! D ! 
2726 \backslash
2727 dbinom
2728 \end_layout
2729
2730 \end_inset
2731
2732
2733 \series default
2734  und 
2735 \series bold
2736
2737 \backslash
2738 tbinom
2739 \series default
2740
2741 \begin_inset Index
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745 Befehle ! T ! 
2746 \backslash
2747 tbinom
2748 \end_layout
2749
2750 \end_inset
2751
2752 .
2753 \end_layout
2754
2755 \begin_layout Standard
2756 \align center
2757 \begin_inset Tabular
2758 <lyxtabular version="3" rows="4" columns="2">
2759 <features>
2760 <column alignment="center" valignment="top" width="0pt">
2761 <column alignment="center" valignment="top" width="0pt">
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767 Befehl
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 Ergebnis
2777 \begin_inset Note Note
2778 status collapsed
2779
2780 \begin_layout Plain Layout
2781
2782 \series bold
2783
2784 \backslash
2785 raisebox
2786 \series default
2787  dient nur als Abstandhalter.
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 </row>
2798 <row>
2799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \backslash
2805 binom
2806 \begin_inset ERT
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810
2811
2812 \backslash
2813 leer 
2814 \end_layout
2815
2816 \end_inset
2817
2818 A
2819 \begin_inset Formula $\downarrow$
2820 \end_inset
2821
2822 B
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 dbinom
2848 \begin_inset ERT
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852
2853
2854 \backslash
2855 leer 
2856 \end_layout
2857
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 tbinom
2890 \begin_inset ERT
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894
2895
2896 \backslash
2897 leer 
2898 \end_layout
2899
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\downarrow$
2904 \end_inset
2905
2906 B
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 </row>
2924 </lyxtabular>
2925
2926 \end_inset
2927
2928
2929 \end_layout
2930
2931 \begin_layout Subsection
2932 Fallunterscheidungen
2933 \begin_inset Index
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Fallunterscheidungen
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Standard
2946 \align center
2947 \begin_inset Tabular
2948 <lyxtabular version="3" rows="3" columns="2">
2949 <features>
2950 <column alignment="center" valignment="top" width="0pt">
2951 <column alignment="center" valignment="top" width="0pt">
2952 <row>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 Befehl
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966 Ergebnis
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \backslash
2979 cases
2980 \begin_inset ERT
2981 status collapsed
2982
2983 \begin_layout Plain Layout
2984
2985
2986 \backslash
2987 leer 
2988 \end_layout
2989
2990 \end_inset
2991
2992 A
2993 \begin_inset Formula $\to$
2994 \end_inset
2995
2996 B>0
2997 \begin_inset Index
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001 Befehle ! C ! 
3002 \backslash
3003 cases
3004 \end_layout
3005
3006 \end_inset
3007
3008
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 \begin_inset Formula $\begin{cases}
3018 A & B>0\end{cases}$
3019 \end_inset
3020
3021
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row>
3028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \backslash
3034 cases
3035 \begin_inset ERT
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039
3040
3041 \backslash
3042 leer 
3043 \end_layout
3044
3045 \end_inset
3046
3047 Strg-Enter
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 \begin_inset Formula $\begin{cases}
3057 A & \textrm{für }x>0\\
3058 B & \textrm{für }x=0\end{cases}$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 </lyxtabular>
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075 Nach der Eingabe von 
3076 \series bold
3077
3078 \backslash
3079 cases
3080 \series default
3081  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3082 \begin_inset Graphics
3083         filename ../../images/math/cases.png
3084         embed ""
3085         scale 85
3086
3087 \end_inset
3088
3089  können mit 
3090 \family sans
3091 Strg-Enter
3092 \family default
3093  oder dem Tabellen-Werkzeugleistenknopf 
3094 \begin_inset Graphics
3095         filename ../../images/tabular-feature_append-row.png
3096         embed ""
3097         scale 85
3098
3099 \end_inset
3100
3101  neue Zeilen erstellt werden.
3102 \begin_inset Foot
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3107 \begin_inset CommandInset ref
3108 LatexCommand ref
3109 reference "sub:Akzente-für-ein"
3110
3111 \end_inset
3112
3113  beschrieben.
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Der Befehl 
3123 \series bold
3124
3125 \backslash
3126 cases
3127 \series default
3128  ist auch über das Menü 
3129 \family sans
3130 Einfügen\SpecialChar \menuseparator
3131 Mathe\SpecialChar \menuseparator
3132 Cases-Umgebung
3133 \family default
3134  verfügbar.
3135 \end_layout
3136
3137 \begin_layout Subsection
3138 Verneinungen
3139 \begin_inset Index
3140 status collapsed
3141
3142 \begin_layout Plain Layout
3143 Verneinungen
3144 \end_layout
3145
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \begin_layout Standard
3152 Durch die Eingabe von 
3153 \series bold
3154
3155 \backslash
3156 not
3157 \series default
3158
3159 \begin_inset Index
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 Befehle ! N ! 
3164 \backslash
3165 not
3166 \end_layout
3167
3168 \end_inset
3169
3170  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3171  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3172 \end_layout
3173
3174 \begin_layout Standard
3175 \align center
3176 \begin_inset Tabular
3177 <lyxtabular version="3" rows="4" columns="2">
3178 <features>
3179 <column alignment="center" valignment="top" width="0pt">
3180 <column alignment="center" valignment="top" width="0pt">
3181 <row>
3182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 Befehl
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 Ergebnis
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 <row>
3202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \backslash
3208 not=
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 \begin_inset Formula $\not=$
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \backslash
3233 not 
3234 \backslash
3235 le
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 \begin_inset Formula $\not\le$
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \backslash
3260 not 
3261 \backslash
3262 parallel
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 \begin_inset Formula $\not\parallel$
3272 \end_inset
3273
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 </lyxtabular>
3281
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \begin_layout Standard
3288 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3289  Deswegen gibt es für Einige spezielle Befehle (siehe 
3290 \begin_inset CommandInset ref
3291 LatexCommand ref
3292 reference "sub:Mathematische-Symbole"
3293
3294 \end_inset
3295
3296  und 
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "sec:Relationen"
3300
3301 \end_inset
3302
3303 ).
3304 \end_layout
3305
3306 \begin_layout Subsection
3307 Platzhalter
3308 \begin_inset CommandInset label
3309 LatexCommand label
3310 name "sub:Platzhalter"
3311
3312 \end_inset
3313
3314
3315 \begin_inset Index
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319 Platzhalter
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \begin_inset Index
3326 status collapsed
3327
3328 \begin_layout Plain Layout
3329 chemische Zeichen ! Isotope
3330 \end_layout
3331
3332 \end_inset
3333
3334
3335 \begin_inset Index
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339 Isotope|see
3340 \begin_inset ERT
3341 status collapsed
3342
3343 \begin_layout Plain Layout
3344
3345 {
3346 \end_layout
3347
3348 \end_inset
3349
3350 chemische Zeichen
3351 \begin_inset ERT
3352 status collapsed
3353
3354 \begin_layout Plain Layout
3355
3356 }
3357 \end_layout
3358
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \begin_layout Standard
3370 Möchte man z.
3371 \begin_inset Space \thinspace{}
3372 \end_inset
3373
3374 B.
3375  Isotope
3376 \begin_inset Foot
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 Weiteres zu chemischen Symbolen steht in 
3381 \begin_inset CommandInset ref
3382 LatexCommand ref
3383 reference "sub:Chemische-Symbole-und"
3384
3385 \end_inset
3386
3387 .
3388 \end_layout
3389
3390 \end_inset
3391
3392  darstellen, tritt folgendes Problem auf:
3393 \end_layout
3394
3395 \begin_layout Standard
3396 \align center
3397 \begin_inset Tabular
3398 <lyxtabular version="3" rows="2" columns="2">
3399 <features>
3400 <column alignment="center" valignment="top" width="0pt">
3401 <column alignment="center" valignment="top" width="0pt">
3402 <row>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 durch Hoch- und Tiefstellen erzeugte Indizes:
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3417 \end_inset
3418
3419
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 korrekte Indizes:
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 </lyxtabular>
3449
3450 \end_inset
3451
3452
3453 \begin_inset Note Note
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459
3460 \backslash
3461 raisebox
3462 \series default
3463  dient nur
3464 \end_layout
3465
3466 \begin_layout Plain Layout
3467 als Abstandhalter.
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \end_layout
3474
3475 \begin_layout Standard
3476 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3477  längeren Index gesetzt.
3478  Um das zu verhindern gibt es den Befehl 
3479 \series bold
3480
3481 \backslash
3482 phantom
3483 \series default
3484
3485 \begin_inset Index
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Befehle ! P ! 
3490 \backslash
3491 phantom
3492 \end_layout
3493
3494 \end_inset
3495
3496  oder den Mathe-Werkzeugleistenknopf
3497 \begin_inset Space \thinspace{}
3498 \end_inset
3499
3500
3501 \begin_inset Foot
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3506 \begin_inset Graphics
3507         filename ../../images/math/space.png
3508         embed ""
3509         scale 85
3510
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \end_inset
3517
3518  
3519 \begin_inset Graphics
3520         filename ../../images/math/phantom.png
3521         embed ""
3522         scale 85
3523
3524 \end_inset
3525
3526 , der ein oder mehrere Phantomzeichen erstellt.
3527  Wenn 
3528 \series bold
3529
3530 \backslash
3531 phantom
3532 \series default
3533  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3534  Pfeilen überlagert wird.
3535  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3536  als Leerraum erstellt wird.
3537  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3538  Zeichen.
3539 \end_layout
3540
3541 \begin_layout Standard
3542 \align center
3543 \begin_inset Tabular
3544 <lyxtabular version="3" rows="4" columns="2">
3545 <features>
3546 <column alignment="center" valignment="top" width="0">
3547 <column alignment="center" valignment="top" width="0">
3548 <row>
3549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Befehl
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Ergebnis
3563 \begin_inset Note Note
3564 status collapsed
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569
3570 \backslash
3571 raisebox
3572 \series default
3573  dient nur als Abstandhalter.
3574 \end_layout
3575
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 ^19
3590 \begin_inset ERT
3591 status collapsed
3592
3593 \begin_layout Plain Layout
3594
3595
3596 \backslash
3597 leer 
3598 \end_layout
3599
3600 \end_inset
3601
3602 _
3603 \backslash
3604 phantom
3605 \begin_inset ERT
3606 status collapsed
3607
3608 \begin_layout Plain Layout
3609
3610
3611 \backslash
3612 leer 
3613 \end_layout
3614
3615 \end_inset
3616
3617 1
3618 \begin_inset Formula $\to$
3619 \end_inset
3620
3621 9
3622 \begin_inset ERT
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626
3627
3628 \backslash
3629 leer 
3630 \end_layout
3631
3632 \end_inset
3633
3634 F
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3644 \end_inset
3645
3646
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 ^235
3658 \begin_inset ERT
3659 status collapsed
3660
3661 \begin_layout Plain Layout
3662
3663
3664 \backslash
3665 leer 
3666 \end_layout
3667
3668 \end_inset
3669
3670 _
3671 \backslash
3672 phantom
3673 \begin_inset ERT
3674 status collapsed
3675
3676 \begin_layout Plain Layout
3677
3678
3679 \backslash
3680 leer 
3681 \end_layout
3682
3683 \end_inset
3684
3685 23
3686 \begin_inset Formula $\to$
3687 \end_inset
3688
3689 9
3690 \begin_inset ERT
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694
3695
3696 \backslash
3697 leer 
3698 \end_layout
3699
3700 \end_inset
3701
3702 F
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3712 \end_inset
3713
3714
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \backslash
3727 Lambda^
3728 \begin_inset ERT
3729 status collapsed
3730
3731 \begin_layout Plain Layout
3732
3733
3734 \backslash
3735 leer 
3736 \end_layout
3737
3738 \end_inset
3739
3740
3741 \backslash
3742 phantom
3743 \begin_inset ERT
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747
3748
3749 \backslash
3750 leer 
3751 \end_layout
3752
3753 \end_inset
3754
3755 ii
3756 \begin_inset Formula $\to$
3757 \end_inset
3758
3759 t
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 leer 
3768 \end_layout
3769
3770 \end_inset
3771
3772 _MMt
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3782 \end_inset
3783
3784
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 </row>
3790 </lyxtabular>
3791
3792 \end_inset
3793
3794
3795 \end_layout
3796
3797 \begin_layout Standard
3798 Des Weiteren gibt es noch die Befehle 
3799 \series bold
3800
3801 \backslash
3802 vphantom
3803 \series default
3804
3805 \begin_inset Index
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809 Befehle ! V ! 
3810 \backslash
3811 vphantom
3812 \end_layout
3813
3814 \end_inset
3815
3816  (Werkzeugleistenknopf 
3817 \begin_inset Space ~
3818 \end_inset
3819
3820
3821 \begin_inset Graphics
3822         filename ../../images/math/vphantom.png
3823         embed ""
3824         scale 85
3825
3826 \end_inset
3827
3828 ) und 
3829 \series bold
3830
3831 \backslash
3832 hphantom
3833 \series default
3834
3835 \begin_inset Index
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839 Befehle ! H ! 
3840 \backslash
3841 hphantom
3842 \end_layout
3843
3844 \end_inset
3845
3846  (Werkzeugleistenknopf 
3847 \begin_inset Space ~
3848 \end_inset
3849
3850
3851 \begin_inset Graphics
3852         filename ../../images/math/hphantom.png
3853         embed ""
3854         scale 85
3855
3856 \end_inset
3857
3858 ).
3859  
3860 \series bold
3861
3862 \backslash
3863 hphantom
3864 \series default
3865  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3866  nicht jedoch für deren Breite.
3867  Bei 
3868 \series bold
3869
3870 \backslash
3871 vphantom
3872 \series default
3873  wird nur Platz mit der Breite des Kästchens erstellt.
3874  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3875 \end_layout
3876
3877 \begin_layout Standard
3878 Zum Beispiel erzeugt 
3879 \series bold
3880
3881 \backslash
3882 vphantom
3883 \series default
3884
3885 \begin_inset ERT
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889
3890
3891 \backslash
3892 leer 
3893 \end_layout
3894
3895 \end_inset
3896
3897
3898 \series bold
3899 a
3900 \backslash
3901 int
3902 \series default
3903  Platz der Höhe des Integralzeichens,
3904 \begin_inset Foot
3905 status collapsed
3906
3907 \begin_layout Plain Layout
3908 Der Befehl 
3909 \series bold
3910
3911 \backslash
3912 int
3913 \series default
3914  erzeugt ein Integralzeichen, siehe 
3915 \begin_inset CommandInset ref
3916 LatexCommand ref
3917 reference "sub:Große-Operatoren"
3918
3919 \end_inset
3920
3921 .
3922 \end_layout
3923
3924 \end_inset
3925
3926  da dieses das größere Zeichen ist.
3927  Eine Beispielanwendung ist in 
3928 \begin_inset CommandInset ref
3929 LatexCommand ref
3930 reference "sub:Mehrzeilige-Klammern"
3931
3932 \end_inset
3933
3934  zu finden.
3935 \end_layout
3936
3937 \begin_layout Subsection
3938 Linien
3939 \begin_inset Index
3940 status collapsed
3941
3942 \begin_layout Plain Layout
3943 Linien
3944 \end_layout
3945
3946 \end_inset
3947
3948
3949 \begin_inset Index
3950 status collapsed
3951
3952 \begin_layout Plain Layout
3953 Formel ! unterstrichene
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \end_layout
3960
3961 \begin_layout Standard
3962 \align center
3963 \begin_inset Tabular
3964 <lyxtabular version="3" rows="4" columns="2">
3965 <features>
3966 <column alignment="center" valignment="top" width="0pt">
3967 <column alignment="center" valignment="top" width="0pt">
3968 <row>
3969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Befehl
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Ergebnis
3983 \begin_inset Note Note
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989
3990 \backslash
3991 raisebox
3992 \series default
3993  dient nur als Abstandhalter.
3994 \end_layout
3995
3996 \end_inset
3997
3998
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \backslash
4011 overline
4012 \begin_inset ERT
4013 status collapsed
4014
4015 \begin_layout Plain Layout
4016
4017
4018 \backslash
4019 leer 
4020 \end_layout
4021
4022 \end_inset
4023
4024 A+B
4025 \begin_inset Index
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029 Befehle ! O ! 
4030 \backslash
4031 overline
4032 \end_layout
4033
4034 \end_inset
4035
4036
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \backslash
4061 underline
4062 \begin_inset ERT
4063 status collapsed
4064
4065 \begin_layout Plain Layout
4066
4067
4068 \backslash
4069 leer 
4070 \end_layout
4071
4072 \end_inset
4073
4074 A+B
4075 \begin_inset Index
4076 status collapsed
4077
4078 \begin_layout Plain Layout
4079 Befehle ! U ! 
4080 \backslash
4081 underline
4082 \end_layout
4083
4084 \end_inset
4085
4086
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \backslash
4111 overline
4112 \begin_inset ERT
4113 status collapsed
4114
4115 \begin_layout Plain Layout
4116
4117
4118 \backslash
4119 leer 
4120 \end_layout
4121
4122 \end_inset
4123
4124
4125 \backslash
4126 underline
4127 \begin_inset ERT
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131
4132
4133 \backslash
4134 leer 
4135 \end_layout
4136
4137 \end_inset
4138
4139 A+B
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4149 \end_inset
4150
4151
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 </lyxtabular>
4158
4159 \end_inset
4160
4161
4162 \end_layout
4163
4164 \begin_layout Standard
4165 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4166 \series bold
4167
4168 \backslash
4169 overline
4170 \series default
4171  oder 
4172 \series bold
4173
4174 \backslash
4175 underline
4176 \series default
4177  eingibt.
4178 \end_layout
4179
4180 \begin_layout Standard
4181 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4182 \begin_inset Newline linebreak
4183 \end_inset
4184
4185
4186 \series bold
4187
4188 \backslash
4189 underline
4190 \series default
4191 .
4192 \end_layout
4193
4194 \begin_layout Standard
4195 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4196 \end_layout
4197
4198 \begin_layout Subsection
4199 Fortsetzungspunkte
4200 \begin_inset Index
4201 status collapsed
4202
4203 \begin_layout Plain Layout
4204 Fortsetzungspunkte
4205 \end_layout
4206
4207 \end_inset
4208
4209
4210 \end_layout
4211
4212 \begin_layout Standard
4213 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4214 \begin_inset Foot
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4219 \begin_inset Graphics
4220         filename ../../images/math/ldots.png
4221         embed ""
4222         scale 85
4223
4224 \end_inset
4225
4226
4227 \end_layout
4228
4229 \end_inset
4230
4231  Für Aufzählungen verwendet man unten sitzende Punkte (
4232 \series bold
4233
4234 \backslash
4235 ldots
4236 \series default
4237
4238 \begin_inset Index
4239 status collapsed
4240
4241 \begin_layout Plain Layout
4242 Befehle ! L ! 
4243 \backslash
4244 ldots
4245 \end_layout
4246
4247 \end_inset
4248
4249 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4250  die Operatoren sind (
4251 \series bold
4252
4253 \backslash
4254 cdots
4255 \series default
4256
4257 \begin_inset Index
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261 Befehle ! C ! 
4262 \backslash
4263 cdots
4264 \end_layout
4265
4266 \end_inset
4267
4268 ).
4269  Verwendet man den Befehl 
4270 \series bold
4271
4272 \backslash
4273 dots
4274 \series default
4275
4276 \begin_inset Index
4277 status collapsed
4278
4279 \begin_layout Plain Layout
4280 Befehle ! D ! 
4281 \backslash
4282 dots
4283 \end_layout
4284
4285 \end_inset
4286
4287 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4288  wird.
4289 \begin_inset Newpage newpage
4290 \end_inset
4291
4292
4293 \end_layout
4294
4295 \begin_layout Standard
4296 \align center
4297 \begin_inset Tabular
4298 <lyxtabular version="3" rows="8" columns="2">
4299 <features>
4300 <column alignment="center" valignment="top" width="0pt">
4301 <column alignment="center" valignment="top" width="0pt">
4302 <row>
4303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Befehl
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Ergebnis
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 A_1
4328 \begin_inset ERT
4329 status collapsed
4330
4331 \begin_layout Plain Layout
4332
4333
4334 \backslash
4335 leer 
4336 \end_layout
4337
4338 \end_inset
4339
4340 ,
4341 \backslash
4342 dots
4343 \begin_inset ERT
4344 status collapsed
4345
4346 \begin_layout Plain Layout
4347
4348
4349 \backslash
4350 leer 
4351 \end_layout
4352
4353 \end_inset
4354
4355 ,A_n
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 \begin_inset Formula $A_{1},\dots,A_{n}$
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 A_1
4379 \begin_inset ERT
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383
4384
4385 \backslash
4386 leer 
4387 \end_layout
4388
4389 \end_inset
4390
4391 +
4392 \backslash
4393 dots
4394 \begin_inset ERT
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398
4399
4400 \backslash
4401 leer 
4402 \end_layout
4403
4404 \end_inset
4405
4406 +A_n
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 \begin_inset Formula $A_{1}+\dots+A_{n}$
4416 \end_inset
4417
4418
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 A_1
4430 \begin_inset ERT
4431 status collapsed
4432
4433 \begin_layout Plain Layout
4434
4435
4436 \backslash
4437 leer 
4438 \end_layout
4439
4440 \end_inset
4441
4442 ,
4443 \backslash
4444 ldots
4445 \begin_inset ERT
4446 status collapsed
4447
4448 \begin_layout Plain Layout
4449
4450
4451 \backslash
4452 leer 
4453 \end_layout
4454
4455 \end_inset
4456
4457 ,A_n
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 \begin_inset Formula $A_{1},\ldots,A_{n}$
4467 \end_inset
4468
4469
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 A_1
4481 \begin_inset ERT
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485
4486
4487 \backslash
4488 leer 
4489 \end_layout
4490
4491 \end_inset
4492
4493 +
4494 \backslash
4495 cdots
4496 \begin_inset ERT
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500
4501
4502 \backslash
4503 leer 
4504 \end_layout
4505
4506 \end_inset
4507
4508 +A_n
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4518 \end_inset
4519
4520
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \backslash
4533 vdots
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 \begin_inset Formula $\vdots$
4543 \end_inset
4544
4545
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \backslash
4558 ddots
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 \begin_inset Formula $\ddots$
4568 \end_inset
4569
4570
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 3
4582 \series bold
4583 ×
4584 \series default
4585 3
4586 \begin_inset Space \thinspace{}
4587 \end_inset
4588
4589 Matrix mit obigen Befehlen
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 \begin_inset Formula $\begin{array}{ccc}
4599 A_{11} & \cdots & A_{1m}\\
4600 \vdots & \ddots & \vdots\\
4601 A_{n1} & \cdots & A_{nm}\end{array}$
4602 \end_inset
4603
4604
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 </lyxtabular>
4611
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \begin_layout Standard
4618 Die im Menü 
4619 \family sans
4620 Einfügen\SpecialChar \menuseparator
4621 Sonderzeichen
4622 \family default
4623  verfügbaren Fortsetzungspunkte sind 
4624 \series bold
4625
4626 \backslash
4627 ldots
4628 \series default
4629 .
4630 \end_layout
4631
4632 \begin_layout Standard
4633 \begin_inset VSpace medskip
4634 \end_inset
4635
4636 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4637  Spalten erstrecken.
4638  Man erhält sie mit dem Befehl 
4639 \series bold
4640
4641 \backslash
4642 hdotsfor
4643 \series default
4644
4645 \begin_inset Index
4646 status collapsed
4647
4648 \begin_layout Plain Layout
4649 Befehle ! H ! 
4650 \backslash
4651 hdotsfor
4652 \end_layout
4653
4654 \end_inset
4655
4656 , der folgendes Schema besitzt:
4657 \end_layout
4658
4659 \begin_layout Standard
4660
4661 \series bold
4662
4663 \backslash
4664 hdotsfor[Abstand]{Anzahl der Spalten}
4665 \end_layout
4666
4667 \begin_layout Standard
4668 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4669  sollen.
4670  Abstand ist ein Faktor, der den Punktabstand festlegt.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4675  
4676 \series bold
4677
4678 \backslash
4679 hdotsfor[2]{4}
4680 \series default
4681  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4682  beim Befehl 
4683 \series bold
4684
4685 \backslash
4686 dots
4687 \series default
4688  zu erhalten:
4689 \begin_inset Formula \[
4690 \left(\begin{array}{cccc}
4691 A & B & C & D\\
4692 \hdotsfor [2]{4}\\
4693 q & w & e & r\end{array}\right)\]
4694
4695 \end_inset
4696
4697 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4698  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4699 \end_layout
4700
4701 \begin_layout Standard
4702 \begin_inset VSpace bigskip
4703 \end_inset
4704
4705 Des Weiteren kann man mit dem Befehl 
4706 \series bold
4707
4708 \backslash
4709 dotfill
4710 \series default
4711
4712 \begin_inset Index
4713 status collapsed
4714
4715 \begin_layout Plain Layout
4716 Befehle ! D ! 
4717 \backslash
4718 dotfill
4719 \end_layout
4720
4721 \end_inset
4722
4723  den Rest einer Zeile mit Punkten füllen.
4724  Die Wirkungsweise des Befehls entspricht der von 
4725 \series bold
4726
4727 \backslash
4728 hfill
4729 \series default
4730 , siehe 
4731 \begin_inset CommandInset ref
4732 LatexCommand ref
4733 reference "sub:Variabler-Leerraum"
4734
4735 \end_inset
4736
4737 .
4738 \end_layout
4739
4740 \begin_layout Standard
4741 Z.
4742 \begin_inset Space \thinspace{}
4743 \end_inset
4744
4745 B.
4746  ergibt der Befehl 
4747 \series bold
4748 A
4749 \backslash
4750 dotfill
4751 \begin_inset ERT
4752 status collapsed
4753
4754 \begin_layout Plain Layout
4755
4756
4757 \backslash
4758 leer 
4759 \end_layout
4760
4761 \end_inset
4762
4763 B
4764 \end_layout
4765
4766 \begin_layout Standard
4767 \begin_inset Formula $A\dotfill  B$
4768 \end_inset
4769
4770
4771 \end_layout
4772
4773 \begin_layout Standard
4774 Analog dazu gibt es für eine Linie den Befehl 
4775 \series bold
4776
4777 \backslash
4778 hrulefill
4779 \series default
4780
4781 \begin_inset Index
4782 status collapsed
4783
4784 \begin_layout Plain Layout
4785 Befehle ! H ! 
4786 \backslash
4787 hrulefill
4788 \end_layout
4789
4790 \end_inset
4791
4792 :
4793 \end_layout
4794
4795 \begin_layout Standard
4796 \begin_inset Formula $A\hrulefill  B$
4797 \end_inset
4798
4799
4800 \end_layout
4801
4802 \begin_layout Standard
4803 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4804  werden.
4805 \end_layout
4806
4807 \begin_layout Section
4808 Matrizen
4809 \begin_inset CommandInset label
4810 LatexCommand label
4811 name "sec:Matrizen"
4812
4813 \end_inset
4814
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Matrizen
4821 \end_layout
4822
4823 \end_inset
4824
4825
4826 \end_layout
4827
4828 \begin_layout Standard
4829 Matrizen können über den Mathe-Werkzeugleistenknopf
4830 \family sans
4831  
4832 \family default
4833
4834 \begin_inset Graphics
4835         filename ../../images/dialog-show_mathmatrix.png
4836         embed ""
4837         scale 85
4838
4839 \end_inset
4840
4841  oder das Menü 
4842 \family sans
4843 Einfügen\SpecialChar \menuseparator
4844 Mathe\SpecialChar \menuseparator
4845 Matrix
4846 \family default
4847  eingefügt werden.
4848  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4849  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4850  von Bedeutung:
4851 \end_layout
4852
4853 \begin_layout Standard
4854 Die erste Matrix ist oben 
4855 \begin_inset Formula $\begin{array}[t]{cccc}
4856 A & D & G & J\\
4857 B & E & H & K\\
4858 C & F & I & L\end{array}$
4859 \end_inset
4860
4861 , die zweite mittig 
4862 \begin_inset Formula $\begin{array}{cccc}
4863 A & D & G & J\\
4864 B & E & H & K\\
4865 C & F & I & L\end{array}$
4866 \end_inset
4867
4868  und die dritte unten 
4869 \begin_inset Formula $\begin{array}[b]{cccc}
4870 A & D & G & J\\
4871 B & E & H & K\\
4872 C & F & I & L\end{array}$
4873 \end_inset
4874
4875  ausgerichtet.
4876 \end_layout
4877
4878 \begin_layout Standard
4879 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4880  werden sollen.
4881  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4882  
4883 \emph on
4884 l
4885 \emph default
4886  steht für linksbündig, 
4887 \emph on
4888 c
4889 \emph default
4890  für mittig und 
4891 \emph on
4892 r
4893 \emph default
4894  für rechtsbündig.
4895  Möchte man z.
4896 \begin_inset Space \thinspace{}
4897 \end_inset
4898
4899 B.
4900  eine 4
4901 \series bold
4902 ×
4903 \series default
4904 4
4905 \begin_inset Space ~
4906 \end_inset
4907
4908 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4909  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4910  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4911 \series bold
4912 lccr
4913 \series default
4914  an.
4915  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4916  die Voreinstellung für jede Spalte ein 
4917 \series bold
4918 c
4919 \series default
4920  ist.
4921 \end_layout
4922
4923 \begin_layout Standard
4924 Horizontale Ausrichtung:
4925 \end_layout
4926
4927 \begin_layout Standard
4928
4929 \series bold
4930 lll
4931 \series default
4932  : 
4933 \begin_inset Formula $\begin{array}{lll}
4934 10000 & D & G\\
4935 B & 10000 & H\\
4936 C & F & 10000\end{array}$
4937 \end_inset
4938
4939  , 
4940 \series bold
4941 ccc
4942 \series default
4943  : 
4944 \begin_inset Formula $\begin{array}{ccc}
4945 10000 & D & G\\
4946 B & 10000 & H\\
4947 C & F & 10000\end{array}$
4948 \end_inset
4949
4950  , 
4951 \series bold
4952 rrr
4953 \series default
4954  : 
4955 \begin_inset Formula $\begin{array}{rrr}
4956 10000 & D & G\\
4957 B & 10000 & H\\
4958 C & F & 10000\end{array}$
4959 \end_inset
4960
4961
4962 \end_layout
4963
4964 \begin_layout Standard
4965 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4966  man die Mathe-Werkzeugleistenknöpfe 
4967 \begin_inset Graphics
4968         filename ../../images/tabular-feature_append-row.png
4969         embed ""
4970         scale 85
4971
4972 \end_inset
4973
4974
4975 \begin_inset Graphics
4976         filename ../../images/tabular-feature_delete-row.png
4977         embed ""
4978         scale 85
4979
4980 \end_inset
4981
4982 , usw.
4983 \begin_inset Space ~
4984 \end_inset
4985
4986 oder das Menü 
4987 \family sans
4988 Bearbeiten\SpecialChar \menuseparator
4989 Zeilen & Spalten
4990 \family default
4991  verwenden.
4992  Neue Zeilen können auch mit 
4993 \family sans
4994 Strg-Enter
4995 \family default
4996  erstellt werden.
4997 \end_layout
4998
4999 \begin_layout Standard
5000 \begin_inset VSpace bigskip
5001 \end_inset
5002
5003 Klammern um eine Matrix können entweder mit den Befehlen 
5004 \series bold
5005
5006 \backslash
5007 left
5008 \series default
5009
5010 \begin_inset Index
5011 status collapsed
5012
5013 \begin_layout Plain Layout
5014 Befehle ! L ! 
5015 \backslash
5016 left
5017 \end_layout
5018
5019 \end_inset
5020
5021  und 
5022 \series bold
5023
5024 \backslash
5025 right
5026 \series default
5027
5028 \begin_inset Index
5029 status collapsed
5030
5031 \begin_layout Plain Layout
5032 Befehle ! R ! 
5033 \backslash
5034 right
5035 \end_layout
5036
5037 \end_inset
5038
5039  erstellt werden (Tastenkürzel 
5040 \family sans
5041 Alt-m
5042 \begin_inset Space ~
5043 \end_inset
5044
5045 Klammer
5046 \family default
5047 ), siehe 
5048 \begin_inset CommandInset ref
5049 LatexCommand ref
5050 reference "sub:Automatische-Klammergrößen"
5051
5052 \end_inset
5053
5054 , oder man verwendet folgende Befehle:
5055 \begin_inset VSpace bigskip
5056 \end_inset
5057
5058
5059 \end_layout
5060
5061 \begin_layout Standard
5062 \begin_inset Space \hfill{}
5063 \end_inset
5064
5065
5066 \begin_inset Tabular
5067 <lyxtabular version="3" rows="4" columns="2">
5068 <features>
5069 <column alignment="center" valignment="top" width="0">
5070 <column alignment="center" valignment="top" width="0">
5071 <row>
5072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Befehl
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Ergebnis
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \backslash
5098 bmatrix
5099 \begin_inset ERT
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103
5104
5105 \backslash
5106 leer 
5107 \end_layout
5108
5109 \end_inset
5110
5111 2
5112 \series bold
5113 ×
5114 \series default
5115 2
5116 \begin_inset Space \thinspace{}
5117 \end_inset
5118
5119 Matrix
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5129 0 & \textrm{-}\mathrm{i}\\
5130 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \backslash
5146 Bmatrix
5147 \begin_inset ERT
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151
5152
5153 \backslash
5154 leer 
5155 \end_layout
5156
5157 \end_inset
5158
5159 2
5160 \series bold
5161 ×
5162 \series default
5163 2
5164 \begin_inset Space \thinspace{}
5165 \end_inset
5166
5167 Matrix
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5177 0 & \textrm{-}\mathrm{i}\\
5178 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \backslash
5194 pmatrix
5195 \begin_inset ERT
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199
5200
5201 \backslash
5202 leer 
5203 \end_layout
5204
5205 \end_inset
5206
5207 2
5208 \series bold
5209 ×
5210 \series default
5211 2
5212 \begin_inset Space \thinspace{}
5213 \end_inset
5214
5215 Matrix
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5225 0 & \textrm{-}\mathrm{i}\\
5226 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5227 \end_inset
5228
5229
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \begin_inset Space \hfill{}
5241 \end_inset
5242
5243
5244 \begin_inset Tabular
5245 <lyxtabular version="3" rows="4" columns="2">
5246 <features>
5247 <column alignment="center" valignment="top" width="0">
5248 <column alignment="center" valignment="top" width="0">
5249 <row>
5250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Befehl
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Ergebnis
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \backslash
5276 vmatrix
5277 \begin_inset ERT
5278 status collapsed
5279
5280 \begin_layout Plain Layout
5281
5282
5283 \backslash
5284 leer 
5285 \end_layout
5286
5287 \end_inset
5288
5289 2
5290 \series bold
5291 ×
5292 \series default
5293 2
5294 \begin_inset Space \thinspace{}
5295 \end_inset
5296
5297 Matrix
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5307 0 & \textrm{-}\mathrm{i}\\
5308 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \backslash
5324 Vmatrix
5325 \begin_inset ERT
5326 status collapsed
5327
5328 \begin_layout Plain Layout
5329
5330
5331 \backslash
5332 leer 
5333 \end_layout
5334
5335 \end_inset
5336
5337 2
5338 \series bold
5339 ×
5340 \series default
5341 2
5342 \begin_inset Space \thinspace{}
5343 \end_inset
5344
5345 Matrix
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5355 0 & \textrm{-}\mathrm{i}\\
5356 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5357 \end_inset
5358
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \backslash
5372 matrix
5373 \begin_inset ERT
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377
5378
5379 \backslash
5380 leer 
5381 \end_layout
5382
5383 \end_inset
5384
5385 2
5386 \series bold
5387 ×
5388 \series default
5389 2
5390 \begin_inset Space \thinspace{}
5391 \end_inset
5392
5393 Matrix
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5403 0 & \textrm{-}\mathrm{i}\\
5404 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 </row>
5413 </lyxtabular>
5414
5415 \end_inset
5416
5417
5418 \begin_inset Space \hfill{}
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 \begin_inset VSpace medskip
5426 \end_inset
5427
5428 Wurde z.
5429 \begin_inset Space \thinspace{}
5430 \end_inset
5431
5432 B.
5433  
5434 \series bold
5435
5436 \backslash
5437 vmatrix
5438 \series default
5439  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5440  in das die Matrix eingefügt wird.
5441 \end_layout
5442
5443 \begin_layout Standard
5444 \begin_inset VSpace bigskip
5445 \end_inset
5446
5447 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5448 \begin_inset CommandInset ref
5449 LatexCommand ref
5450 reference "sub:Spaltenabstand"
5451
5452 \end_inset
5453
5454  beschriebene Länge 
5455 \series bold
5456
5457 \backslash
5458 arraycolsep
5459 \series default
5460
5461 \begin_inset Index
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 Befehle ! A ! 
5466 \backslash
5467 arraycolsep
5468 \end_layout
5469
5470 \end_inset
5471
5472  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5473 \end_layout
5474
5475 \begin_layout Standard
5476 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5477 \series bold
5478
5479 \backslash
5480 arraystretch
5481 \series default
5482
5483 \begin_inset Index
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487 Befehle ! A ! 
5488 \backslash
5489 arraystretch
5490 \end_layout
5491
5492 \end_inset
5493
5494 .
5495  Dieser wird folgendermaßen benutzt:
5496 \end_layout
5497
5498 \begin_layout Standard
5499
5500 \series bold
5501
5502 \backslash
5503 renewcommand{
5504 \backslash
5505 arraystretch}{Dehnungsfaktor}
5506 \begin_inset Index
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Befehle ! R ! 
5511 \backslash
5512 renewcommand
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Der Befehl 
5522 \series bold
5523
5524 \backslash
5525 renewcommand
5526 \series default
5527  weist dabei dem vordefinierten Befehl 
5528 \series bold
5529
5530 \backslash
5531 arraystretch
5532 \series default
5533  den Dehnungsfaktor zu.
5534  Möchte man z.
5535 \begin_inset Space \thinspace{}
5536 \end_inset
5537
5538 B.
5539  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5540  Dieser wird dann für alle folgenden Matrizen verwendet.
5541  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5542 \series bold
5543
5544 \backslash
5545 arraystretch
5546 \series default
5547  den Faktor 1 zu.
5548 \end_layout
5549
5550 \begin_layout Standard
5551 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5552 \series bold
5553
5554 \backslash
5555 smallmatrix
5556 \series default
5557
5558 \begin_inset Index
5559 status collapsed
5560
5561 \begin_layout Plain Layout
5562 Befehle ! S ! 
5563 \backslash
5564 smallmatrix
5565 \end_layout
5566
5567 \end_inset
5568
5569 .
5570  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5571  gestrichelten Linien.
5572  In dieses Kästchen wird die Matrix eingegeben.
5573  Man verwendet stattdessen das Menü 
5574 \family sans
5575 Bearbeiten\SpecialChar \menuseparator
5576 Zeilen
5577 \begin_inset Space ~
5578 \end_inset
5579
5580 &
5581 \begin_inset Space ~
5582 \end_inset
5583
5584 Spalten
5585 \family default
5586  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5587  Neue Zeilen können auch mit 
5588 \family sans
5589 Strg-Enter
5590 \family default
5591  erstellt werden.
5592 \end_layout
5593
5594 \begin_layout Standard
5595 Dies ist eine Matrix 
5596 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5597 C & D\end{smallmatrix}\right)$
5598 \end_inset
5599
5600  in einer Textzeile.
5601 \end_layout
5602
5603 \begin_layout Section
5604 Klammern und Begrenzungszeichen
5605 \begin_inset Index
5606 status collapsed
5607
5608 \begin_layout Plain Layout
5609 Klammern
5610 \end_layout
5611
5612 \end_inset
5613
5614
5615 \begin_inset Index
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619 Begrenzungszeichen
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \begin_layout Subsection
5628 Vertikale Klammern und Begrenzungszeichen
5629 \begin_inset Index
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Klammern ! vertikale
5634 \end_layout
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 \begin_inset Space \hfill{}
5643 \end_inset
5644
5645
5646 \begin_inset Tabular
5647 <lyxtabular version="3" rows="9" columns="2">
5648 <features>
5649 <column alignment="center" valignment="top" width="0pt">
5650 <column alignment="center" valignment="top" width="0pt">
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 Befehl
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 Ergebnis
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 (
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 \begin_inset Formula $($
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 {
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Formula $\{$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 [
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 \begin_inset Formula $[$
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \backslash
5747 langle
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $\langle$
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 <row>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770
5771 \backslash
5772 lceil
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $\lceil$
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795
5796 \backslash
5797 lfloor
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 \begin_inset Formula $\lfloor$
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 /
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $/$
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 |
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 \begin_inset Formula $|$
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 </lyxtabular>
5862
5863 \end_inset
5864
5865
5866 \begin_inset Space \hfill{}
5867 \end_inset
5868
5869
5870 \begin_inset Tabular
5871 <lyxtabular version="3" rows="9" columns="2">
5872 <features>
5873 <column alignment="center" valignment="top" width="0pt">
5874 <column alignment="center" valignment="top" width="0pt">
5875 <row>
5876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 Befehl
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 Ergebnis
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 )
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Formula $)$
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 }
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 \begin_inset Formula $\}$
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 ]
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 \begin_inset Formula $]$
5956 \end_inset
5957
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 </row>
5964 <row>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \backslash
5971 rangle
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 \begin_inset Formula $\rangle$
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994
5995 \backslash
5996 rceil
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 \begin_inset Formula $\rceil$
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019
6020 \backslash
6021 rfloor
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Formula $\rfloor$
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 </row>
6039 <row>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \backslash
6046
6047 \backslash
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 \begin_inset Formula $\backslash$
6058 \end_inset
6059
6060
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 </row>
6066 <row>
6067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \backslash
6073 |
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 \begin_inset Formula $\|$
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 </lyxtabular>
6092
6093 \end_inset
6094
6095
6096 \begin_inset Space \hfill{}
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103
6104 \series medium
6105 \begin_inset Note Greyedout
6106 status open
6107
6108 \begin_layout Plain Layout
6109
6110 \series bold
6111 Achtung:
6112 \series default
6113  Im TeX-Modus muss für den Backslash der Befehl 
6114 \series bold
6115
6116 \backslash
6117 textbackslash
6118 \series default
6119
6120 \begin_inset Index
6121 status collapsed
6122
6123 \begin_layout Plain Layout
6124 Befehle ! T ! 
6125 \backslash
6126 textbackslash
6127 \end_layout
6128
6129 \end_inset
6130
6131  verwendet werden, denn der Befehl 
6132 \series bold
6133
6134 \backslash
6135
6136 \backslash
6137
6138 \series default
6139  steht dort für einen Zeilenumbruch.
6140 \end_layout
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Standard
6148 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6149  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6150  Dabei können dann statt den Befehlen 
6151 \series bold
6152
6153 \backslash
6154 langle
6155 \series default
6156  und 
6157 \series bold
6158
6159 \backslash
6160 rangle
6161 \series default
6162  direkt die Zeichen < und > verwendet werden.
6163 \end_layout
6164
6165 \begin_layout Subsubsection
6166 Manuelle Klammergrößen
6167 \begin_inset CommandInset label
6168 LatexCommand label
6169 name "sub:Manuelle-Klammergrößen"
6170
6171 \end_inset
6172
6173
6174 \begin_inset Index
6175 status collapsed
6176
6177 \begin_layout Plain Layout
6178 Klammergrößen ! manuelle
6179 \end_layout
6180
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \begin_layout Standard
6187 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6188  LaTeX-Befehle 
6189 \series bold
6190
6191 \backslash
6192 big
6193 \series default
6194
6195 \begin_inset Index
6196 status collapsed
6197
6198 \begin_layout Plain Layout
6199 Befehle ! B ! 
6200 \backslash
6201 big
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \series bold
6208
6209 \backslash
6210 Big
6211 \series default
6212
6213 \series bold
6214
6215 \backslash
6216 bigg
6217 \series default
6218  und 
6219 \series bold
6220
6221 \backslash
6222 Bigg
6223 \series default
6224  tun.
6225  
6226 \series bold
6227
6228 \backslash
6229 big
6230 \series default
6231  steht hierbei für die kleinste und 
6232 \series bold
6233
6234 \backslash
6235 Bigg
6236 \series default
6237  für die größte Klammergröße.
6238 \end_layout
6239
6240 \begin_layout Standard
6241 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6242 \end_layout
6243
6244 \begin_layout Standard
6245 \align center
6246 \begin_inset Tabular
6247 <lyxtabular version="3" rows="2" columns="2">
6248 <features>
6249 <column alignment="center" valignment="top" width="0pt">
6250 <column alignment="center" valignment="top" width="0pt">
6251 <row>
6252 <cell alignment="center" valignment="top" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 einheitliche Klammergröße:
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 besser sieht das so aus:
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 </lyxtabular>
6298
6299 \end_inset
6300
6301
6302 \begin_inset Note Note
6303 status collapsed
6304
6305 \begin_layout Plain Layout
6306
6307 \series bold
6308
6309 \backslash
6310 raisebox
6311 \series default
6312  dient nur
6313 \end_layout
6314
6315 \begin_layout Plain Layout
6316 als Abstandhalter.
6317 \end_layout
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 Für die zweite Formel wurde der Befehl 
6326 \series bold
6327
6328 \backslash
6329 Big((A+B)(A-B)
6330 \backslash
6331 Big)^
6332 \begin_inset ERT
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336
6337
6338 \backslash
6339 leer 
6340 \end_layout
6341
6342 \end_inset
6343
6344 C
6345 \series default
6346  verwendet.
6347 \end_layout
6348
6349 \begin_layout Standard
6350 Hier alle Klammergrößen in der Übersicht:
6351 \end_layout
6352
6353 \begin_layout Standard
6354 \align center
6355
6356 \backslash
6357 Bigg(
6358 \backslash
6359 exp
6360 \backslash
6361 bigg<
6362 \backslash
6363 Big[
6364 \backslash
6365 big{
6366 \backslash
6367 ln(3x)
6368 \backslash
6369 big}^2
6370 \begin_inset ERT
6371 status collapsed
6372
6373 \begin_layout Plain Layout
6374
6375
6376 \backslash
6377 leer 
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \backslash
6384 sin(x)
6385 \backslash
6386 Big]^
6387 \begin_inset ERT
6388 status collapsed
6389
6390 \begin_layout Plain Layout
6391
6392
6393 \backslash
6394 leer 
6395 \end_layout
6396
6397 \end_inset
6398
6399 A
6400 \begin_inset ERT
6401 status collapsed
6402
6403 \begin_layout Plain Layout
6404
6405
6406 \backslash
6407 leer 
6408 \end_layout
6409
6410 \end_inset
6411
6412
6413 \backslash
6414 bigg>
6415 \backslash
6416 Bigg)^0,5
6417 \end_layout
6418
6419 \begin_layout Standard
6420 \align center
6421 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \begin_layout Standard
6428 Es gibt außer den 
6429 \series bold
6430
6431 \backslash
6432 big
6433 \series default
6434 -Befehlen noch die Variante 
6435 \series bold
6436
6437 \backslash
6438 bigm
6439 \series default
6440
6441 \begin_inset Index
6442 status collapsed
6443
6444 \begin_layout Plain Layout
6445 Befehle ! B ! 
6446 \backslash
6447 bigm
6448 \end_layout
6449
6450 \end_inset
6451
6452 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6453  die Variante 
6454 \series bold
6455
6456 \backslash
6457 bigl
6458 \series default
6459 -
6460 \series bold
6461
6462 \backslash
6463 bigr
6464 \series default
6465
6466 \begin_inset Index
6467 status collapsed
6468
6469 \begin_layout Plain Layout
6470 Befehle ! B ! 
6471 \backslash
6472 bigl - 
6473 \backslash
6474 bigr
6475 \end_layout
6476
6477 \end_inset
6478
6479 , die keinen zusätzlichen Leerraum erzeugt.
6480  Das 
6481 \emph on
6482 l
6483 \emph default
6484  am Ende des Befehls 
6485 \series bold
6486
6487 \backslash
6488 bigl
6489 \series default
6490  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6491  ein 
6492 \emph on
6493 r
6494 \emph default
6495  ersetzt.
6496  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6497  sein.
6498 \end_layout
6499
6500 \begin_layout Standard
6501 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \align center
6506 \begin_inset Tabular
6507 <lyxtabular version="3" rows="5" columns="2">
6508 <features>
6509 <column alignment="center" valignment="middle" width="0">
6510 <column alignment="center" valignment="middle" width="0">
6511 <row>
6512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 Befehl
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 Ergebnis
6526 \begin_inset Note Note
6527 status collapsed
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532
6533 \backslash
6534 raisebox
6535 \series default
6536  dient nur als Abstandhalter.
6537 \end_layout
6538
6539 \end_inset
6540
6541
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \backslash
6554 Bigm(
6555 \backslash
6556 bigm(
6557 \backslash
6558 ln(3x)
6559 \backslash
6560 bigm)^2
6561 \begin_inset ERT
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565
6566
6567 \backslash
6568 leer 
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \backslash
6575 Bigm)
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6585 \end_inset
6586
6587
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \backslash
6600 Big(
6601 \backslash
6602 big(
6603 \backslash
6604 ln(3x)
6605 \backslash
6606 big)^2
6607 \begin_inset ERT
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611
6612
6613 \backslash
6614 leer 
6615 \end_layout
6616
6617 \end_inset
6618
6619
6620 \backslash
6621 Big)
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644
6645 \backslash
6646 Bigl(
6647 \backslash
6648 bigl(
6649 \backslash
6650 ln(3x)
6651 \backslash
6652 bigr)^2
6653 \begin_inset ERT
6654 status collapsed
6655
6656 \begin_layout Plain Layout
6657
6658
6659 \backslash
6660 leer 
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \backslash
6667 Bigr)
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6677 \end_inset
6678
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 </row>
6685 <row>
6686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \backslash
6692 bigl)
6693 \backslash
6694 ln(3x)
6695 \backslash
6696 bigr(
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 </lyxtabular>
6715
6716 \end_inset
6717
6718
6719 \end_layout
6720
6721 \begin_layout Subsubsection
6722 Automatische Klammergrößen
6723 \begin_inset CommandInset label
6724 LatexCommand label
6725 name "sub:Automatische-Klammergrößen"
6726
6727 \end_inset
6728
6729
6730 \begin_inset Index
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734 Klammergrößen ! automatische
6735 \end_layout
6736
6737 \end_inset
6738
6739
6740 \end_layout
6741
6742 \begin_layout Standard
6743 Klammern variabler Größe können mit den Befehlen 
6744 \series bold
6745
6746 \backslash
6747 left
6748 \series default
6749
6750 \begin_inset Index
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754 Befehle ! L ! 
6755 \backslash
6756 left
6757 \end_layout
6758
6759 \end_inset
6760
6761  und 
6762 \series bold
6763
6764 \backslash
6765 right
6766 \series default
6767
6768 \begin_inset Index
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Befehle ! R ! 
6773 \backslash
6774 right
6775 \end_layout
6776
6777 \end_inset
6778
6779  oder über den Mathe-Werkzeugleistenknopf
6780 \family sans
6781  
6782 \family default
6783
6784 \begin_inset Graphics
6785         filename ../../images/dialog-show_mathdelimiter.png
6786         embed ""
6787         scale 85
6788
6789 \end_inset
6790
6791  eingefügt werden.
6792  Auf 
6793 \series bold
6794
6795 \backslash
6796 left
6797 \series default
6798  und 
6799 \series bold
6800
6801 \backslash
6802 right
6803 \series default
6804  muss unmittelbar die gewünschte Klammer folgen.
6805  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6806 \end_layout
6807
6808 \begin_layout Standard
6809 \align center
6810 normale Klammer: Der Befehl 
6811 \series bold
6812
6813 \backslash
6814 ln(
6815 \backslash
6816 frac
6817 \begin_inset ERT
6818 status collapsed
6819
6820 \begin_layout Plain Layout
6821
6822
6823 \backslash
6824 leer 
6825 \end_layout
6826
6827 \end_inset
6828
6829 A
6830 \begin_inset Formula $\downarrow$
6831 \end_inset
6832
6833 C
6834 \begin_inset ERT
6835 status collapsed
6836
6837 \begin_layout Plain Layout
6838
6839
6840 \backslash
6841 leer 
6842 \end_layout
6843
6844 \end_inset
6845
6846 )
6847 \series default
6848  ergibt
6849 \begin_inset Formula \[
6850 \ln(\frac{A}{C})\]
6851
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \begin_layout Standard
6858 \align center
6859 mehrzeilige Klammer: Der Befehl 
6860 \series bold
6861
6862 \backslash
6863 ln
6864 \backslash
6865 left(
6866 \backslash
6867 frac
6868 \begin_inset ERT
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872
6873
6874 \backslash
6875 leer 
6876 \end_layout
6877
6878 \end_inset
6879
6880 A
6881 \begin_inset Formula $\downarrow$
6882 \end_inset
6883
6884 C
6885 \begin_inset ERT
6886 status collapsed
6887
6888 \begin_layout Plain Layout
6889
6890
6891 \backslash
6892 leer 
6893 \end_layout
6894
6895 \end_inset
6896
6897
6898 \backslash
6899 right)
6900 \series default
6901  ergibt
6902 \begin_inset Formula \[
6903 \ln\left(\frac{A}{C}\right)\]
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \begin_layout Standard
6911 An Stelle von 
6912 \series bold
6913
6914 \backslash
6915 left
6916 \series default
6917  und 
6918 \series bold
6919
6920 \backslash
6921 right
6922 \series default
6923  kann man die Tastenkürzel 
6924 \family sans
6925 Alt-m
6926 \begin_inset Space ~
6927 \end_inset
6928
6929 Klammer
6930 \family default
6931  verwenden.
6932  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6933  und dass die rechte Klammer gleich mit erstellt wird.
6934 \begin_inset Newline newline
6935 \end_inset
6936
6937 Der Befehl für das letzte Beispiel würde dann lauten: 
6938 \series bold
6939
6940 \backslash
6941 ln Alt-m
6942 \series default
6943  
6944 \series bold
6945 (
6946 \backslash
6947 frac
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 leer 
6956 \end_layout
6957
6958 \end_inset
6959
6960 A
6961 \begin_inset Formula $\downarrow$
6962 \end_inset
6963
6964 C
6965 \end_layout
6966
6967 \begin_layout Standard
6968 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6969  Klammer einen Punkt.
6970  So ergibt z.
6971 \begin_inset Space \thinspace{}
6972 \end_inset
6973
6974 B.
6975  der Befehl 
6976 \series bold
6977
6978 \backslash
6979 left.
6980 \backslash
6981 frac
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 leer 
6990 \end_layout
6991
6992 \end_inset
6993
6994 A
6995 \begin_inset Formula $\downarrow$
6996 \end_inset
6997
6998 B
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 leer 
7007 \end_layout
7008
7009 \end_inset
7010
7011
7012 \backslash
7013 right}
7014 \series default
7015
7016 \begin_inset Space \thinspace{}
7017 \end_inset
7018
7019 :
7020 \series bold
7021
7022 \begin_inset Formula \[
7023 \left.\frac{A}{B}\right\} \]
7024
7025 \end_inset
7026
7027
7028 \series default
7029 Die Befehle 
7030 \series bold
7031
7032 \backslash
7033 left
7034 \series default
7035  und 
7036 \series bold
7037
7038 \backslash
7039 right
7040 \series default
7041  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7042  umgewandelt.
7043  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7044 \end_layout
7045
7046 \begin_layout Standard
7047 \begin_inset VSpace bigskip
7048 \end_inset
7049
7050 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7051  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7052  Befehl 
7053 \series bold
7054
7055 \backslash
7056 middle
7057 \series default
7058
7059 \begin_inset Index
7060 status collapsed
7061
7062 \begin_layout Plain Layout
7063 Befehle ! M ! 
7064 \backslash
7065 middle
7066 \end_layout
7067
7068 \end_inset
7069
7070  zur Verfügung.
7071  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7072  angepasst, was z.
7073 \begin_inset Space \thinspace{}
7074 \end_inset
7075
7076 B.
7077  für physikalische Vektoren von Nutzen ist:
7078 \begin_inset Formula \[
7079 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7080
7081 \end_inset
7082
7083 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7084 \begin_inset CommandInset ref
7085 LatexCommand ref
7086 reference "sub:Physikalische-Vektoren"
7087
7088 \end_inset
7089
7090  beschrieben ist.
7091 \end_layout
7092
7093 \begin_layout Subsection
7094 Horizontale Klammern
7095 \begin_inset Index
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 Klammern ! horizontale
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \begin_layout Standard
7108 \align center
7109 \begin_inset Tabular
7110 <lyxtabular version="3" rows="4" columns="2">
7111 <features>
7112 <column alignment="center" valignment="top" width="0pt">
7113 <column alignment="center" valignment="top" width="0pt">
7114 <row>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 Befehl
7120 \begin_inset Note Note
7121 status collapsed
7122
7123 \begin_layout Plain Layout
7124
7125 \series bold
7126
7127 \backslash
7128 raisebox
7129 \series default
7130  dient nur als Abstandhalter.
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 Ergebnis
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 \begin_inset ERT
7156 status collapsed
7157
7158 \begin_layout Plain Layout
7159
7160
7161 \backslash
7162 raisebox{2.3mm}{
7163 \end_layout
7164
7165 \end_inset
7166
7167
7168 \backslash
7169 overbrace
7170 \begin_inset ERT
7171 status collapsed
7172
7173 \begin_layout Plain Layout
7174
7175
7176 \backslash
7177 leer 
7178 \end_layout
7179
7180 \end_inset
7181
7182 A+B
7183 \begin_inset ERT
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188
7189 \backslash
7190 leer 
7191 \end_layout
7192
7193 \end_inset
7194
7195 ^
7196 \begin_inset ERT
7197 status collapsed
7198
7199 \begin_layout Plain Layout
7200
7201
7202 \backslash
7203 leer 
7204 \end_layout
7205
7206 \end_inset
7207
7208 3
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214 }
7215 \end_layout
7216
7217 \end_inset
7218
7219
7220 \begin_inset Index
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224 Befehle ! O ! 
7225 \backslash
7226 overbrace
7227 \end_layout
7228
7229 \end_inset
7230
7231
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 \begin_inset Formula $\overbrace{A+B}^{3}$
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 raisebox{-2.2mm}{
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \backslash
7268 underbrace
7269 \begin_inset ERT
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273
7274
7275 \backslash
7276 leer 
7277 \end_layout
7278
7279 \end_inset
7280
7281 A+B
7282 \begin_inset ERT
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286
7287
7288 \backslash
7289 leer 
7290 \end_layout
7291
7292 \end_inset
7293
7294 _5
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300 }
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \begin_inset Index
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310 Befehle ! U ! 
7311 \backslash
7312 underbrace
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 \begin_inset Formula $\underbrace{A+B}_{5}$
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340
7341 \backslash
7342 overbrace
7343 \begin_inset ERT
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347
7348
7349 \backslash
7350 leer 
7351 \end_layout
7352
7353 \end_inset
7354
7355
7356 \backslash
7357 underbrace
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 leer 
7366 \end_layout
7367
7368 \end_inset
7369
7370 A+B_w
7371 \begin_inset ERT
7372 status collapsed
7373
7374 \begin_layout Plain Layout
7375
7376
7377 \backslash
7378 leer 
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \begin_inset ERT
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388
7389
7390 \backslash
7391 leer 
7392 \end_layout
7393
7394 \end_inset
7395
7396 _7
7397 \begin_inset ERT
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401
7402
7403 \backslash
7404 leer 
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \begin_inset ERT
7411 status collapsed
7412
7413 \begin_layout Plain Layout
7414
7415
7416 \backslash
7417 leer 
7418 \end_layout
7419
7420 \end_inset
7421
7422 ^
7423 \begin_inset ERT
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427
7428
7429 \backslash
7430 leer 
7431 \end_layout
7432
7433 \end_inset
7434
7435 C
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 </lyxtabular>
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7462 \series bold
7463
7464 \backslash
7465 overbrace
7466 \series default
7467  oder 
7468 \series bold
7469
7470 \backslash
7471 underbrace
7472 \series default
7473  eingibt.
7474 \end_layout
7475
7476 \begin_layout Standard
7477 \begin_inset VSpace bigskip
7478 \end_inset
7479
7480 Benötigt man Klammern, die sich überschneiden, muss man die in 
7481 \begin_inset CommandInset ref
7482 LatexCommand ref
7483 reference "sec:Mehrzeilige-Formeln"
7484
7485 \end_inset
7486
7487  beschriebenen mehrzeiligen Formeln verwenden:
7488 \begin_inset Formula \begin{eqnarray*}
7489 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7490  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7491
7492 \end_inset
7493
7494 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7495  Dabei ist es wichtig, dass vor dem ersten 
7496 \begin_inset Formula $d$
7497 \end_inset
7498
7499  der Abstandsbefehl
7500 \begin_inset Foot
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504 Abstandsbefehle sind in 
7505 \begin_inset CommandInset ref
7506 LatexCommand ref
7507 reference "sub:Vordefinierter-Leerraum"
7508
7509 \end_inset
7510
7511  erklärt.
7512 \end_layout
7513
7514 \end_inset
7515
7516  
7517 \series bold
7518
7519 \backslash
7520 :
7521 \series default
7522  eingegeben wird, denn die nach dem 
7523 \begin_inset Formula $q$
7524 \end_inset
7525
7526  endende Klammer verhindert, dass das nachfolgende 
7527 \begin_inset Quotes gld
7528 \end_inset
7529
7530 +
7531 \begin_inset Quotes grd
7532 \end_inset
7533
7534  von Leerraum umgeben ist.
7535 \begin_inset Foot
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539 weil eine Klammer nicht als Zeichen gilt, siehe 
7540 \begin_inset CommandInset ref
7541 LatexCommand ref
7542 reference "sub:Binäre-Operatoren"
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550
7551  In die zweite Zeile wird die zweite Klammer eingegeben.
7552  Da sie vor dem 
7553 \begin_inset Formula $b$
7554 \end_inset
7555
7556  beginnen soll, gibt man zuerst 
7557 \series bold
7558
7559 \backslash
7560 hphantom{gggg+
7561 \backslash
7562 :}
7563 \series default
7564  ein.
7565 \begin_inset Foot
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569 mehr zu 
7570 \series bold
7571
7572 \backslash
7573 hphantom
7574 \series default
7575  siehe 
7576 \begin_inset CommandInset ref
7577 LatexCommand ref
7578 reference "sub:Platzhalter"
7579
7580 \end_inset
7581
7582 .
7583 \end_layout
7584
7585 \end_inset
7586
7587  Dieser Leerraum wird benötigt, weil das 
7588 \begin_inset Quotes gld
7589 \end_inset
7590
7591 +
7592 \begin_inset Quotes grd
7593 \end_inset
7594
7595  in der Formel auch von Leerraum umgeben ist.
7596  Die Klammer wird unter den Befehl 
7597 \series bold
7598
7599 \backslash
7600 hphantom{bbqq+dddd}
7601 \series default
7602  gesetzt.
7603 \end_layout
7604
7605 \begin_layout Standard
7606 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7607 n, wie in folgendem Beispiel:
7608 \begin_inset ERT
7609 status collapsed
7610
7611 \begin_layout Plain Layout
7612
7613
7614 \backslash
7615 setlength{
7616 \backslash
7617 jot}{-6pt}
7618 \end_layout
7619
7620 \end_inset
7621
7622
7623 \begin_inset Formula \begin{eqnarray*}
7624  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7625 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7626
7627 \end_inset
7628
7629
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 setlength{
7638 \backslash
7639 jot}{3pt}
7640 \end_layout
7641
7642 \end_inset
7643
7644 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7645  mit dem Unterschied, dass sich die Klammer oben befindet.
7646  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7647  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7648  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7649  werden.
7650  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7651 \begin_inset Foot
7652 status collapsed
7653
7654 \begin_layout Plain Layout
7655 \begin_inset CommandInset href
7656 LatexCommand href
7657 name "LyX-Fehler #1505"
7658 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \end_inset
7666
7667 .
7668  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7669 \series bold
7670
7671 \backslash
7672 jot
7673 \series default
7674
7675 \begin_inset Index
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679 Befehle ! J ! 
7680 \backslash
7681 jot
7682 \end_layout
7683
7684 \end_inset
7685
7686  vor der Formel mit dem Befehl 
7687 \series bold
7688
7689 \backslash
7690 setlength{
7691 \backslash
7692 jot}{-6pt}
7693 \series default
7694  im TeX-Modus auf den Wert -6
7695 \begin_inset Space \thinspace{}
7696 \end_inset
7697
7698 pt geändert.
7699  Nach der Formel wird 
7700 \series bold
7701
7702 \backslash
7703 jot
7704 \series default
7705  mit demselben Befehl wieder auf den Standardwert 3
7706 \begin_inset Space \thinspace{}
7707 \end_inset
7708
7709 pt zurückgesetzt.
7710  Genaueres zum Zeilenabstand in Formeln ist in 
7711 \begin_inset CommandInset ref
7712 LatexCommand ref
7713 reference "sub:Zeilenabstand"
7714
7715 \end_inset
7716
7717  erklärt.
7718 \end_layout
7719
7720 \begin_layout Section
7721 Pfeile
7722 \begin_inset Index
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726 Pfeile
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \begin_layout Standard
7735 Pfeile können über den Mathe-Werkzeugleistenknopf 
7736 \begin_inset Graphics
7737         filename ../../images/math/leftarrow.png
7738         embed ""
7739         scale 85
7740
7741 \end_inset
7742
7743  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7744  aufgelistet sind.
7745 \end_layout
7746
7747 \begin_layout Subsection
7748 Horizontale Pfeile
7749 \begin_inset Index
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753 Pfeile ! horizontale
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \begin_layout Standard
7762 \begin_inset Space \hfill{}
7763 \end_inset
7764
7765
7766 \begin_inset Tabular
7767 <lyxtabular version="3" rows="8" columns="2">
7768 <features>
7769 <column alignment="center" valignment="top" width="0pt">
7770 <column alignment="center" valignment="top" width="0pt">
7771 <row>
7772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Befehl
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 Ergebnis
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \backslash
7798 gets
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset Formula $\gets$
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \backslash
7823 Leftarrow
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 \begin_inset Formula $\Leftarrow$
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \backslash
7848 longleftarrow
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 \begin_inset Formula $\longleftarrow$
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \backslash
7873 Longleftarrow
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 \begin_inset Formula $\Longleftarrow$
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \backslash
7898 leftharpoonup
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 \begin_inset Formula $\leftharpoonup$
7908 \end_inset
7909
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \backslash
7923 leftharpoondown
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 \begin_inset Formula $\leftharpoondown$
7933 \end_inset
7934
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \backslash
7948 hookleftarrow
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 \begin_inset Formula $\hookleftarrow$
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 </lyxtabular>
7967
7968 \end_inset
7969
7970
7971 \begin_inset Space \hfill{}
7972 \end_inset
7973
7974
7975 \begin_inset Tabular
7976 <lyxtabular version="3" rows="8" columns="2">
7977 <features>
7978 <column alignment="center" valignment="top" width="0pt">
7979 <column alignment="center" valignment="top" width="0pt">
7980 <row>
7981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Befehl
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Ergebnis
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \backslash
8007 to
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 \begin_inset Formula $\to$
8017 \end_inset
8018
8019
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \backslash
8032 Rightarrow
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 \begin_inset Formula $\Rightarrow$
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \backslash
8057 longrightarrow
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 \begin_inset Formula $\longrightarrow$
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \backslash
8082 Longrightarrow
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 \begin_inset Formula $\Longrightarrow$
8092 \end_inset
8093
8094
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \backslash
8107 rightharpoonup
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 \begin_inset Formula $\rightharpoonup$
8117 \end_inset
8118
8119
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \backslash
8132 rightharpoondown
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 \begin_inset Formula $\rightharpoondown$
8142 \end_inset
8143
8144
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \backslash
8157 hookrightarrow
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 \begin_inset Formula $\hookrightarrow$
8167 \end_inset
8168
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 </lyxtabular>
8176
8177 \end_inset
8178
8179
8180 \begin_inset Space \hfill{}
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \begin_layout Standard
8187 \begin_inset Space \hfill{}
8188 \end_inset
8189
8190
8191 \begin_inset Tabular
8192 <lyxtabular version="3" rows="6" columns="2">
8193 <features>
8194 <column alignment="center" valignment="top" width="0pt">
8195 <column alignment="center" valignment="top" width="0pt">
8196 <row>
8197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Befehl
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Ergebnis
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 leftrightarrow
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\leftrightarrow$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 Leftrightarrow
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\Leftrightarrow$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \backslash
8273 longleftrightarrow
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 \begin_inset Formula $\longleftrightarrow$
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \backslash
8298 Longleftrightarrow
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 \begin_inset Formula $\Longleftrightarrow$
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \backslash
8323 rightleftharpoons
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 \begin_inset Formula $\rightleftharpoons$
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 </lyxtabular>
8342
8343 \end_inset
8344
8345
8346 \begin_inset Space \hspace{}
8347 \length 25pt
8348 \end_inset
8349
8350
8351 \begin_inset Space \hfill{}
8352 \end_inset
8353
8354
8355 \begin_inset Tabular
8356 <lyxtabular version="3" rows="5" columns="2">
8357 <features>
8358 <column alignment="center" valignment="top" width="0pt">
8359 <column alignment="center" valignment="top" width="0pt">
8360 <row>
8361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Befehl
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Ergebnis
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \backslash
8387 mapsto
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 \begin_inset Formula $\mapsto$
8397 \end_inset
8398
8399
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \backslash
8412 longmapsto
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 \begin_inset Formula $\longmapsto$
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 leadsto
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\leadsto$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \backslash
8462 dasharrow
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 \begin_inset Formula $\dasharrow$
8472 \end_inset
8473
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 </lyxtabular>
8481
8482 \end_inset
8483
8484
8485 \begin_inset Space \hfill{}
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \begin_layout Standard
8492 \begin_inset VSpace medskip
8493 \end_inset
8494
8495 Als Akzent verwendete Pfeile, wie z.
8496 \begin_inset Space \thinspace{}
8497 \end_inset
8498
8499 B.
8500  Vektorpfeile, sind in 
8501 \begin_inset CommandInset ref
8502 LatexCommand ref
8503 reference "sec:Akzente"
8504
8505 \end_inset
8506
8507  aufgelistet.
8508 \end_layout
8509
8510 \begin_layout Standard
8511 \begin_inset VSpace bigskip
8512 \end_inset
8513
8514 Des Weiteren gibt es die beschriftbaren Pfeile
8515 \begin_inset Index
8516 status collapsed
8517
8518 \begin_layout Plain Layout
8519 Pfeile ! beschriftbare
8520 \end_layout
8521
8522 \end_inset
8523
8524  
8525 \series bold
8526
8527 \backslash
8528 xleftarrow
8529 \series default
8530
8531 \begin_inset Index
8532 status collapsed
8533
8534 \begin_layout Plain Layout
8535 Befehle ! X ! 
8536 \backslash
8537 xleftarrow
8538 \end_layout
8539
8540 \end_inset
8541
8542  und 
8543 \series bold
8544
8545 \backslash
8546 xrightarrow
8547 \series default
8548
8549 \begin_inset Index
8550 status collapsed
8551
8552 \begin_layout Plain Layout
8553 Befehle ! X ! 
8554 \backslash
8555 xrightarrow
8556 \begin_inset VSpace 4mm
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563
8564 .
8565  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8566  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8567  Die Pfeillänge passt sich der Breite der Beschriftung an.
8568 \end_layout
8569
8570 \begin_layout Standard
8571 \align center
8572 \begin_inset Tabular
8573 <lyxtabular version="3" rows="3" columns="2">
8574 <features>
8575 <column alignment="center" valignment="top" width="0pt">
8576 <column alignment="center" valignment="top" width="0pt">
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Befehl
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Ergebnis
8592 \begin_inset Note Note
8593 status collapsed
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598
8599 \backslash
8600 raisebox
8601 \series default
8602  dient nur als Abstandhalter.
8603 \end_layout
8604
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 F(a)
8619 \backslash
8620 xleftarrow
8621 \begin_inset ERT
8622 status collapsed
8623
8624 \begin_layout Plain Layout
8625
8626
8627 \backslash
8628 leer 
8629 \end_layout
8630
8631 \end_inset
8632
8633 x=a
8634 \begin_inset Formula $\downarrow$
8635 \end_inset
8636
8637 x>0
8638 \begin_inset Formula $\to$
8639 \end_inset
8640
8641 F(x)
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8651 \end_inset
8652
8653
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 F(x)
8665 \backslash
8666 xrightarrow
8667 \begin_inset ERT
8668 status collapsed
8669
8670 \begin_layout Plain Layout
8671
8672
8673 \backslash
8674 leer 
8675 \end_layout
8676
8677 \end_inset
8678
8679 x=a
8680 \begin_inset Formula $\downarrow$
8681 \end_inset
8682
8683 x>0
8684 \begin_inset Formula $\to$
8685 \end_inset
8686
8687 F(a)
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 </lyxtabular>
8706
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \begin_layout Subsection
8713 Vertikale und diagonale Pfeile
8714 \begin_inset Index
8715 status collapsed
8716
8717 \begin_layout Plain Layout
8718 Pfeile ! diagonale
8719 \end_layout
8720
8721 \end_inset
8722
8723
8724 \begin_inset Index
8725 status collapsed
8726
8727 \begin_layout Plain Layout
8728 Pfeile ! vertikale
8729 \end_layout
8730
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \begin_layout Standard
8737 \begin_inset Space \hfill{}
8738 \end_inset
8739
8740
8741 \begin_inset Tabular
8742 <lyxtabular version="3" rows="7" columns="2">
8743 <features>
8744 <column alignment="center" valignment="top" width="0pt">
8745 <column alignment="center" valignment="top" width="0pt">
8746 <row>
8747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Befehl
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Ergebnis
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \backslash
8773 uparrow
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 \begin_inset Formula $\uparrow$
8783 \end_inset
8784
8785
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \backslash
8798 Uparrow
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 \begin_inset Formula $\Uparrow$
8808 \end_inset
8809
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \backslash
8823 updownarrow
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 \begin_inset Formula $\updownarrow$
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \backslash
8848 Updownarrow
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 \begin_inset Formula $\Updownarrow$
8858 \end_inset
8859
8860
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \backslash
8873 Downarrow
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 \begin_inset Formula $\Downarrow$
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \backslash
8898 downarrow
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 \begin_inset Formula $\downarrow$
8908 \end_inset
8909
8910
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 </lyxtabular>
8917
8918 \end_inset
8919
8920
8921 \begin_inset Space \hfill{}
8922 \end_inset
8923
8924
8925 \begin_inset Tabular
8926 <lyxtabular version="3" rows="5" columns="2">
8927 <features>
8928 <column alignment="center" valignment="top" width="0pt">
8929 <column alignment="center" valignment="top" width="0pt">
8930 <row>
8931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Befehl
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Ergebnis
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 nearrow
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\nearrow$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982 searrow
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\searrow$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \backslash
9007 swarrow
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 \begin_inset Formula $\swarrow$
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \backslash
9032 nwarrow
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\nwarrow$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 </lyxtabular>
9051
9052 \end_inset
9053
9054
9055 \begin_inset Space \hfill{}
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \begin_layout Standard
9062 \begin_inset VSpace medskip
9063 \end_inset
9064
9065 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9066  
9067 \begin_inset CommandInset ref
9068 LatexCommand ref
9069 reference "sub:Manuelle-Klammergrößen"
9070
9071 \end_inset
9072
9073  und 
9074 \begin_inset CommandInset ref
9075 LatexCommand ref
9076 reference "sub:Automatische-Klammergrößen"
9077
9078 \end_inset
9079
9080  beschriebenen Befehlen verwendet werden.
9081 \end_layout
9082
9083 \begin_layout Section
9084 Akzente
9085 \begin_inset CommandInset label
9086 LatexCommand label
9087 name "sec:Akzente"
9088
9089 \end_inset
9090
9091
9092 \begin_inset Index
9093 status collapsed
9094
9095 \begin_layout Plain Layout
9096 Akzente
9097 \end_layout
9098
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \begin_layout Standard
9105 Akzente können über den Mathe-Werkzeugleistenknopf 
9106 \begin_inset Graphics
9107         filename ../../images/math/hat.png
9108         embed ""
9109         scale 85
9110
9111 \end_inset
9112
9113  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9114  aufgelistet sind.
9115 \end_layout
9116
9117 \begin_layout Subsection
9118 Akzente für ein Zeichen
9119 \begin_inset ERT
9120 status collapsed
9121
9122 \begin_layout Plain Layout
9123
9124
9125 \backslash
9126 texorpdfstring{
9127 \end_layout
9128
9129 \end_inset
9130
9131
9132 \begin_inset Foot
9133 status collapsed
9134
9135 \begin_layout Plain Layout
9136 Akzente im Text siehe 
9137 \begin_inset CommandInset ref
9138 LatexCommand ref
9139 reference "sub:Sonderzeichen-Akzente"
9140
9141 \end_inset
9142
9143
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \begin_inset ERT
9150 status collapsed
9151
9152 \begin_layout Plain Layout
9153
9154 }{}
9155 \end_layout
9156
9157 \end_inset
9158
9159
9160 \begin_inset Note Note
9161 status collapsed
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166
9167 \backslash
9168 texorpdfstring
9169 \series default
9170  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9171 \end_layout
9172
9173 \begin_layout Plain Layout
9174 Näheres zu 
9175 \series bold
9176
9177 \backslash
9178 texorpdfstring
9179 \series default
9180  steht in Kapitel 
9181 \begin_inset CommandInset ref
9182 LatexCommand ref
9183 reference "sub:Formeln-in-Überschriften"
9184
9185 \end_inset
9186
9187 .
9188 \end_layout
9189
9190 \end_inset
9191
9192
9193 \begin_inset CommandInset label
9194 LatexCommand label
9195 name "sub:Akzente-für-ein"
9196
9197 \end_inset
9198
9199
9200 \begin_inset Index
9201 status collapsed
9202
9203 \begin_layout Plain Layout
9204 Akzente ! für ein Zeichen
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 \begin_inset Space \hfill{}
9214 \end_inset
9215
9216
9217 \begin_inset Tabular
9218 <lyxtabular version="3" rows="8" columns="2">
9219 <features>
9220 <column alignment="center" valignment="top" width="0pt">
9221 <column alignment="center" valignment="top" width="0pt">
9222 <row>
9223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Befehl
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Ergebnis
9237 \begin_inset Note Note
9238 status collapsed
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243
9244 \backslash
9245 raisebox
9246 \series default
9247  dient nur als Abstandhalter.
9248 \end_layout
9249
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 dot
9266 \begin_inset ERT
9267 status collapsed
9268
9269 \begin_layout Plain Layout
9270
9271
9272 \backslash
9273 leer 
9274 \end_layout
9275
9276 \end_inset
9277
9278 A
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \backslash
9303 ddot
9304 \begin_inset ERT
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308
9309
9310 \backslash
9311 leer 
9312 \end_layout
9313
9314 \end_inset
9315
9316 A
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \backslash
9341 dddot
9342 \begin_inset ERT
9343 status collapsed
9344
9345 \begin_layout Plain Layout
9346
9347
9348 \backslash
9349 leer 
9350 \end_layout
9351
9352 \end_inset
9353
9354 A
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9364 \end_inset
9365
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \backslash
9379 ddddot{A
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \backslash
9404 vec
9405 \begin_inset ERT
9406 status collapsed
9407
9408 \begin_layout Plain Layout
9409
9410
9411 \backslash
9412 leer 
9413 \end_layout
9414
9415 \end_inset
9416
9417 A
9418 \begin_inset Index
9419 status collapsed
9420
9421 \begin_layout Plain Layout
9422 Vektoren
9423 \end_layout
9424
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \backslash
9452 bar
9453 \begin_inset ERT
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457
9458
9459 \backslash
9460 leer 
9461 \end_layout
9462
9463 \end_inset
9464
9465 A
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \backslash
9490 mathring
9491 \begin_inset ERT
9492 status collapsed
9493
9494 \begin_layout Plain Layout
9495
9496
9497 \backslash
9498 leer 
9499 \end_layout
9500
9501 \end_inset
9502
9503 A
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 </lyxtabular>
9522
9523 \end_inset
9524
9525
9526 \begin_inset Space \hfill{}
9527 \end_inset
9528
9529
9530 \begin_inset Tabular
9531 <lyxtabular version="3" rows="7" columns="2">
9532 <features>
9533 <column alignment="center" valignment="top" width="0pt">
9534 <column alignment="center" valignment="top" width="0pt">
9535 <row>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 Befehl
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 Ergebnis
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 <row>
9556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \backslash
9562 tilde
9563 \begin_inset ERT
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567
9568
9569 \backslash
9570 leer 
9571 \end_layout
9572
9573 \end_inset
9574
9575 A
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 <row>
9594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \backslash
9600 hat
9601 \begin_inset ERT
9602 status collapsed
9603
9604 \begin_layout Plain Layout
9605
9606
9607 \backslash
9608 leer 
9609 \end_layout
9610
9611 \end_inset
9612
9613 A
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 check
9639 \begin_inset ERT
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643
9644
9645 \backslash
9646 leer 
9647 \end_layout
9648
9649 \end_inset
9650
9651 A
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \backslash
9676 acute
9677 \begin_inset ERT
9678 status collapsed
9679
9680 \begin_layout Plain Layout
9681
9682
9683 \backslash
9684 leer 
9685 \end_layout
9686
9687 \end_inset
9688
9689 A
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \backslash
9714 grave
9715 \begin_inset ERT
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719
9720
9721 \backslash
9722 leer 
9723 \end_layout
9724
9725 \end_inset
9726
9727 A
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 breve
9753 \begin_inset ERT
9754 status collapsed
9755
9756 \begin_layout Plain Layout
9757
9758
9759 \backslash
9760 leer 
9761 \end_layout
9762
9763 \end_inset
9764
9765 A
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9775 \end_inset
9776
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 </lyxtabular>
9784
9785 \end_inset
9786
9787
9788 \begin_inset Space \hfill{}
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \begin_layout Standard
9795 \begin_inset VSpace bigskip
9796 \end_inset
9797
9798 Wenn man in einer Formel Umlaute
9799 \begin_inset Index
9800 status collapsed
9801
9802 \begin_layout Plain Layout
9803 Umlaute
9804 \end_layout
9805
9806 \end_inset
9807
9808  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9809  Diese beiden Zeichen bilden dann für LaTeX 
9810 \emph on
9811 ein
9812 \emph default
9813  Zeichen.
9814  Im Gegensatz zu 
9815 \series bold
9816
9817 \backslash
9818 ddot
9819 \series default
9820  entstehen damit 
9821 \begin_inset Quotes gld
9822 \end_inset
9823
9824 echte
9825 \begin_inset Quotes grd
9826 \end_inset
9827
9828  Umlaute, was folgendes Beispiel zeigt:
9829 \end_layout
9830
9831 \begin_layout Standard
9832 \begin_inset VSpace -2mm
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 \align center
9840 \begin_inset Tabular
9841 <lyxtabular version="3" rows="3" columns="2">
9842 <features>
9843 <column alignment="center" valignment="top" width="0">
9844 <column alignment="center" valignment="top" width="0">
9845 <row>
9846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 Befehl
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 Ergebnis
9860 \begin_inset Note Note
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866
9867 \backslash
9868 raisebox
9869 \series default
9870  dient nur als Abstandhalter.
9871 \end_layout
9872
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Quotes grd
9887 \end_inset
9888
9889 i
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 \begin_inset Formula $"i$
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \backslash
9914 ddot
9915 \begin_inset ERT
9916 status collapsed
9917
9918 \begin_layout Plain Layout
9919
9920
9921 \backslash
9922 leer 
9923 \end_layout
9924
9925 \end_inset
9926
9927 i
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 </lyxtabular>
9946
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \begin_layout Standard
9953 Ein weiterer Vorteil gegenüber 
9954 \series bold
9955
9956 \backslash
9957 ddot
9958 \series default
9959  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9960  denn die obigen Akzentbefehle sind 
9961 \emph on
9962 im mathematischen Text\SpecialChar \-
9963 modus nicht erlaubt
9964 \emph default
9965 .
9966  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9967  nur das Zeichen unter dem Akzent umgewandelt werden.
9968  Das gilt auch für alle anderen Umwandlungen wie z.
9969 \begin_inset Space \thinspace{}
9970 \end_inset
9971
9972 B.
9973  in kursiv oder fett.
9974 \end_layout
9975
9976 \begin_layout Standard
9977 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9978  direkt eingegeben werden.
9979 \end_layout
9980
9981 \begin_layout Subsection
9982 Akzente für Operatoren
9983 \begin_inset Index
9984 status collapsed
9985
9986 \begin_layout Plain Layout
9987 Akzente ! für Operatoren
9988 \end_layout
9989
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \begin_layout Standard
9996 Zum Akzentuieren von Operatoren gibt es die Befehle 
9997 \series bold
9998
9999 \backslash
10000 overset
10001 \series default
10002
10003 \begin_inset Index
10004 status collapsed
10005
10006 \begin_layout Plain Layout
10007 Befehle ! O ! 
10008 \backslash
10009 overset
10010 \end_layout
10011
10012 \end_inset
10013
10014  und 
10015 \series bold
10016
10017 \backslash
10018 underset
10019 \series default
10020
10021 \begin_inset Index
10022 status collapsed
10023
10024 \begin_layout Plain Layout
10025 Befehle ! U ! 
10026 \backslash
10027 underset
10028 \end_layout
10029
10030 \end_inset
10031
10032 , mit denen man Zeichen über bzw.
10033  unter einen Operator setzen kann.
10034  Mit dem Befehl 
10035 \series bold
10036
10037 \backslash
10038 sideset
10039 \series default
10040
10041 \begin_inset Index
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045 Befehle ! S ! 
10046 \backslash
10047 sideset
10048 \end_layout
10049
10050 \end_inset
10051
10052  können Zeichen vor und nach einen Operator gesetzt werden.
10053  Das Befehlsschema lautet:
10054 \end_layout
10055
10056 \begin_layout Standard
10057
10058 \series bold
10059
10060 \backslash
10061 sideset{Zeichen
10062 \series default
10063  
10064 \series bold
10065 davor}{Zeichen
10066 \series default
10067  
10068 \series bold
10069 dahinter}
10070 \end_layout
10071
10072 \begin_layout Standard
10073
10074 \series bold
10075
10076 \backslash
10077 sideset
10078 \series default
10079  mussen immer vor dem zu akzentuierenden Operator stehen.
10080  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10081  Symbolen akzentuiert werden.
10082  Will man mit 
10083 \series bold
10084
10085 \backslash
10086 sideset
10087 \series default
10088  z.
10089 \begin_inset Space \thinspace{}
10090 \end_inset
10091
10092 B.
10093  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10094  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10095 \end_layout
10096
10097 \begin_layout Standard
10098 Z.
10099 \begin_inset Space \thinspace{}
10100 \end_inset
10101
10102 B.
10103  ergibt der Befehl 
10104 \series bold
10105
10106 \backslash
10107 sideset{
10108 \begin_inset Formula $\to$
10109 \end_inset
10110
10111
10112 \backslash
10113 {
10114 \series default
10115 '
10116 \series bold
10117
10118 \begin_inset Formula $\to$
10119 \end_inset
10120
10121
10122 \backslash
10123 sum_k=1
10124 \begin_inset ERT
10125 status collapsed
10126
10127 \begin_layout Plain Layout
10128
10129
10130 \backslash
10131 leer 
10132 \end_layout
10133
10134 \end_inset
10135
10136
10137 \series default
10138 ^
10139 \series bold
10140 n
10141 \series default
10142  :
10143 \begin_inset Formula \[
10144 \sideset {}{'}\sum_{k=1}^{n}\]
10145
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \begin_layout Standard
10152 Der Befehl 
10153 \series bold
10154
10155 \backslash
10156 overset
10157 \begin_inset ERT
10158 status collapsed
10159
10160 \begin_layout Plain Layout
10161
10162
10163 \backslash
10164 leer 
10165 \end_layout
10166
10167 \end_inset
10168
10169
10170 \backslash
10171 maltese
10172 \begin_inset ERT
10173 status collapsed
10174
10175 \begin_layout Plain Layout
10176
10177
10178 \backslash
10179 leer 
10180 \end_layout
10181
10182 \end_inset
10183
10184
10185 \series default
10186
10187 \begin_inset Formula $\uparrow$
10188 \end_inset
10189
10190
10191 \series bold
10192 a
10193 \series default
10194  ergibt:
10195 \begin_inset Formula \[
10196 \overset{a}{\maltese}\]
10197
10198 \end_inset
10199
10200 Wie man am letzten Beispiel sieht, kann man mit 
10201 \series bold
10202
10203 \backslash
10204 overset
10205 \series default
10206  bzw.
10207  
10208 \series bold
10209
10210 \backslash
10211 underset
10212 \series default
10213  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10214 \series bold
10215
10216 \backslash
10217 sideset
10218 \series default
10219  ist dies nicht möglich.
10220 \end_layout
10221
10222 \begin_layout Subsection
10223 Akzente für mehrere Zeichen
10224 \begin_inset CommandInset label
10225 LatexCommand label
10226 name "sub:Akzente-für-mehrere"
10227
10228 \end_inset
10229
10230
10231 \begin_inset Index
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235 Akzente ! für mehrere Zeichen
10236 \end_layout
10237
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \begin_layout Standard
10244 \begin_inset Space \hfill{}
10245 \end_inset
10246
10247
10248 \begin_inset Tabular
10249 <lyxtabular version="3" rows="5" columns="2">
10250 <features>
10251 <column alignment="center" valignment="top" width="0pt">
10252 <column alignment="center" valignment="top" width="0pt">
10253 <row>
10254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Befehl
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Ergebnis
10268 \begin_inset Note Note
10269 status collapsed
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274
10275 \backslash
10276 raisebox
10277 \series default
10278  dient nur als Abstandhalter.
10279 \end_layout
10280
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \backslash
10296 overleftarrow
10297 \begin_inset ERT
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301
10302
10303 \backslash
10304 leer 
10305 \end_layout
10306
10307 \end_inset
10308
10309 A=B
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \backslash
10334 underleftarrow
10335 \begin_inset ERT
10336 status collapsed
10337
10338 \begin_layout Plain Layout
10339
10340
10341 \backslash
10342 leer 
10343 \end_layout
10344
10345 \end_inset
10346
10347 A=B
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10357 \end_inset
10358
10359
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \backslash
10372 overleftrightarrow
10373 \begin_inset ERT
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377
10378
10379 \backslash
10380 leer 
10381 \end_layout
10382
10383 \end_inset
10384
10385 A=B
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \backslash
10410 underleftrightarrow
10411 \begin_inset ERT
10412 status collapsed
10413
10414 \begin_layout Plain Layout
10415
10416
10417 \backslash
10418 leer 
10419 \end_layout
10420
10421 \end_inset
10422
10423 A=B
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10433 \end_inset
10434
10435
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 </lyxtabular>
10442
10443 \end_inset
10444
10445
10446 \begin_inset Space \hfill{}
10447 \end_inset
10448
10449
10450 \begin_inset Tabular
10451 <lyxtabular version="3" rows="5" columns="2">
10452 <features>
10453 <column alignment="center" valignment="top" width="0pt">
10454 <column alignment="center" valignment="top" width="0pt">
10455 <row>
10456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 Befehl
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Ergebnis
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row>
10476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480
10481 \backslash
10482 overrightarrow
10483 \begin_inset ERT
10484 status collapsed
10485
10486 \begin_layout Plain Layout
10487
10488
10489 \backslash
10490 leer 
10491 \end_layout
10492
10493 \end_inset
10494
10495 A=B
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 underrightarrow
10521 \begin_inset ERT
10522 status collapsed
10523
10524 \begin_layout Plain Layout
10525
10526
10527 \backslash
10528 leer 
10529 \end_layout
10530
10531 \end_inset
10532
10533 A=B
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \backslash
10558 widetilde
10559 \begin_inset ERT
10560 status collapsed
10561
10562 \begin_layout Plain Layout
10563
10564
10565 \backslash
10566 leer 
10567 \end_layout
10568
10569 \end_inset
10570
10571 A=B
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10581 \end_inset
10582
10583
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \backslash
10596 widehat
10597 \begin_inset ERT
10598 status collapsed
10599
10600 \begin_layout Plain Layout
10601
10602
10603 \backslash
10604 leer 
10605 \end_layout
10606
10607 \end_inset
10608
10609 A=B
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10619 \end_inset
10620
10621
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 </lyxtabular>
10628
10629 \end_inset
10630
10631
10632 \begin_inset Space \hfill{}
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \begin_layout Standard
10639 \begin_inset VSpace medskip
10640 \end_inset
10641
10642 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10643  Die Akzente
10644 \begin_inset Newline linebreak
10645 \end_inset
10646
10647
10648 \series bold
10649
10650 \backslash
10651 widetilde
10652 \series default
10653  und 
10654 \series bold
10655
10656 \backslash
10657 widehat
10658 \series default
10659  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10660  was folgendes Beispiel verdeutlicht:
10661 \begin_inset Formula \[
10662 \widetilde{A+B=C-D}\]
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Standard
10670 Mit den im vorigen Kapitel beschriebenen Befehlen 
10671 \series bold
10672
10673 \backslash
10674 overset
10675 \series default
10676
10677 \begin_inset Index
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 Befehle ! O ! 
10682 \backslash
10683 overset
10684 \end_layout
10685
10686 \end_inset
10687
10688  und 
10689 \series bold
10690
10691 \backslash
10692 underset
10693 \series default
10694
10695 \begin_inset Index
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699 Befehle ! U ! 
10700 \backslash
10701 underset
10702 \end_layout
10703
10704 \end_inset
10705
10706  ist es auch möglich mehrere Zeichen zu akzentuieren.
10707  Der Befehl 
10708 \series bold
10709
10710 \backslash
10711 underset
10712 \begin_inset ERT
10713 status collapsed
10714
10715 \begin_layout Plain Layout
10716
10717
10718 \backslash
10719 leer 
10720 \end_layout
10721
10722 \end_inset
10723
10724 A=B
10725 \begin_inset Formula $\downarrow$
10726 \end_inset
10727
10728 ***
10729 \series default
10730  ergibt:
10731 \begin_inset Formula \[
10732 \underset{***}{A=B}\]
10733
10734 \end_inset
10735
10736
10737 \end_layout
10738
10739 \begin_layout Section
10740 Leerraum
10741 \begin_inset CommandInset label
10742 LatexCommand label
10743 name "sub:Leerraum"
10744
10745 \end_inset
10746
10747
10748 \begin_inset Index
10749 status collapsed
10750
10751 \begin_layout Plain Layout
10752 Leerraum ! horizontaler
10753 \end_layout
10754
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \begin_layout Subsection
10761 Vordefinierter Leerraum
10762 \begin_inset CommandInset label
10763 LatexCommand label
10764 name "sub:Vordefinierter-Leerraum"
10765
10766 \end_inset
10767
10768
10769 \begin_inset Index
10770 status collapsed
10771
10772 \begin_layout Plain Layout
10773 Leerraum ! horizontaler ! vordefiniert
10774 \end_layout
10775
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \begin_layout Standard
10782 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10783  Dazu gibt man ein geschütztes Leerzeichen ein.
10784  Es erscheint ein blaues 
10785 \begin_inset Quotes gld
10786 \end_inset
10787
10788
10789 \series bold
10790 \color blue
10791
10792 \begin_inset ERT
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796
10797
10798 \backslash
10799 leer 
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \series default
10806 \color inherit
10807
10808 \begin_inset Quotes grd
10809 \end_inset
10810
10811  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10812  Leerraum-Größen wählen.
10813  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10814 \begin_inset Graphics
10815         filename ../../images/math/space.png
10816         embed ""
10817         scale 85
10818
10819 \end_inset
10820
10821  oder mit einzelnen Befehlen aufrufen.
10822  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10823  danach wieder aus allen Größen wählen.
10824 \end_layout
10825
10826 \begin_layout Standard
10827 \align center
10828 \begin_inset VSpace -5mm
10829 \end_inset
10830
10831
10832 \begin_inset Tabular
10833 <lyxtabular version="3" rows="3" columns="7">
10834 <features>
10835 <column alignment="center" valignment="middle" width="6.8cm">
10836 <column alignment="center" valignment="top" width="0pt">
10837 <column alignment="center" valignment="top" width="0pt">
10838 <column alignment="center" valignment="top" width="0pt">
10839 <column alignment="center" valignment="top" width="0pt">
10840 <column alignment="center" valignment="top" width="0pt">
10841 <column alignment="center" valignment="top" width="0pt">
10842 <row>
10843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Befehl
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \backslash
10858 ,
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \backslash
10869 :
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878
10879 \backslash
10880 ;
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \backslash
10891 quad
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \backslash
10902 qquad
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \backslash
10913 !
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 0
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 1
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 2
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 3
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 4
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 5
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 Ergebnis
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 \begin_inset Formula $A\, B$
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 \begin_inset Formula $A\: B$
11011 \end_inset
11012
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 \begin_inset Formula $A\; B$
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 \begin_inset Formula $A\quad B$
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 \begin_inset Formula $A\qquad B$
11047 \end_inset
11048
11049
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 \begin_inset Formula $A\! B$
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 </lyxtabular>
11068
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \begin_layout Standard
11075 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11076  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11077  denn sie erstellt negativen Leerraum.
11078  Es gibt noch zwei weitere negative Leerräume:
11079 \end_layout
11080
11081 \begin_layout Standard
11082 \align center
11083 \begin_inset Tabular
11084 <lyxtabular version="3" rows="3" columns="3">
11085 <features>
11086 <column alignment="center" valignment="middle" width="6.8cm">
11087 <column alignment="center" valignment="top" width="0pt">
11088 <column alignment="center" valignment="top" width="0pt">
11089 <row>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Befehl
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \backslash
11105 negmedspace
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \backslash
11116 negthickspace
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 6
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 7
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Ergebnis
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 \begin_inset Formula $A\negmedspace B$
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Formula $A\negthickspace B$
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 </lyxtabular>
11187
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \begin_layout Standard
11194 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11195  Man kann auf diese Weise Ligaturen erzwingen, was z.
11196 \begin_inset Space \thinspace{}
11197 \end_inset
11198
11199 B.
11200  für Summenzeichen von Nutzen ist: 
11201 \end_layout
11202
11203 \begin_layout Standard
11204 \align center
11205 \begin_inset Tabular
11206 <lyxtabular version="3" rows="3" columns="2">
11207 <features>
11208 <column alignment="center" valignment="top" width="0">
11209 <column alignment="center" valignment="top" width="0">
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 Befehl
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Ergebnis
11225 \begin_inset Note Note
11226 status collapsed
11227
11228 \begin_layout Plain Layout
11229
11230 \series bold
11231
11232 \backslash
11233 raisebox
11234 \series default
11235  dient nur als Abstandhalter.
11236 \end_layout
11237
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 </row>
11246 <row>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251
11252 \backslash
11253 sum
11254 \backslash
11255 sum
11256 \begin_inset ERT
11257 status collapsed
11258
11259 \begin_layout Plain Layout
11260
11261
11262 \backslash
11263 leer 
11264 \end_layout
11265
11266 \end_inset
11267
11268 f_kl
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 <row>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291
11292 \backslash
11293 sum
11294 \backslash
11295 negmedspace
11296 \backslash
11297 sum
11298 \begin_inset ERT
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302
11303
11304 \backslash
11305 leer 
11306 \end_layout
11307
11308 \end_inset
11309
11310 f_kl
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Standard
11336 Relationen, wie z.
11337 \begin_inset Space \thinspace{}
11338 \end_inset
11339
11340 B.
11341  Gleichheitszeichen, sind immer von Leerraum umgeben.
11342  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11343  TeX-Klammer.
11344  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \align center
11349 \begin_inset Tabular
11350 <lyxtabular version="3" rows="2" columns="2">
11351 <features>
11352 <column alignment="center" valignment="top" width="0pt">
11353 <column alignment="center" valignment="top" width="0pt">
11354 <row>
11355 <cell alignment="center" valignment="top" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 normale Gleichung
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Formula $A=B$
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 \begin_inset Note Note
11383 status collapsed
11384
11385 \begin_layout Plain Layout
11386
11387 \series bold
11388
11389 \backslash
11390 raisebox
11391 \series default
11392  dient nur als Abstandhalter.
11393 \end_layout
11394
11395 \end_inset
11396
11397
11398 \begin_inset Formula $\raisebox {5mm}{}$
11399 \end_inset
11400
11401 Gleichung ohne Leerraum
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Formula $A{=}B$
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 </lyxtabular>
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \begin_layout Standard
11427 Der Befehl für die letzte Formel lautet: 
11428 \series bold
11429 A
11430 \backslash
11431 {=
11432 \begin_inset Formula $\to$
11433 \end_inset
11434
11435 B
11436 \end_layout
11437
11438 \begin_layout Standard
11439 \begin_inset VSpace bigskip
11440 \end_inset
11441
11442 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11443  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11444  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11445 \family sans
11446 Einfügen\SpecialChar \menuseparator
11447 Formatierung\SpecialChar \menuseparator
11448 Kleiner
11449 \begin_inset Space ~
11450 \end_inset
11451
11452 Abstand
11453 \family default
11454  (Tastenkürzel 
11455 \family sans
11456 Strg-Shift-Leertaste
11457 \family default
11458 ) ein.
11459 \end_layout
11460
11461 \begin_layout Standard
11462 Ein Beispiel zur Veranschaulichung:
11463 \end_layout
11464
11465 \begin_layout Standard
11466 \begin_inset Tabular
11467 <lyxtabular version="3" rows="2" columns="2">
11468 <features>
11469 <column alignment="left" valignment="top" width="0">
11470 <column alignment="left" valignment="top" width="0">
11471 <row>
11472 <cell alignment="center" valignment="top" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 24 kW
11477 \begin_inset Formula $\cdot$
11478 \end_inset
11479
11480 h
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 Leerzeichen zwischen Wert und Einheit
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 24
11501 \begin_inset Space \thinspace{}
11502 \end_inset
11503
11504 kW
11505 \begin_inset Formula $\cdot$
11506 \end_inset
11507
11508 h
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 kleinster Leerraum zwischen Wert und Einheit
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Subsection
11531 Variabler Leerraum
11532 \begin_inset ERT
11533 status collapsed
11534
11535 \begin_layout Plain Layout
11536
11537
11538 \backslash
11539 texorpdfstring{
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \begin_inset Foot
11546 status collapsed
11547
11548 \begin_layout Plain Layout
11549 für vertikalen Leerraum in Formeln siehe 
11550 \begin_inset CommandInset ref
11551 LatexCommand ref
11552 reference "sub:Zeilenabstand"
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \begin_inset ERT
11563 status collapsed
11564
11565 \begin_layout Plain Layout
11566
11567 }{}
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \begin_inset Note Note
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577
11578 \series bold
11579
11580 \backslash
11581 texorpdfstring
11582 \series default
11583  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11584 \end_layout
11585
11586 \begin_layout Plain Layout
11587 Näheres zu 
11588 \series bold
11589
11590 \backslash
11591 texorpdfstring
11592 \series default
11593  steht in Kapitel 
11594 \begin_inset CommandInset ref
11595 LatexCommand ref
11596 reference "sub:Formeln-in-Überschriften"
11597
11598 \end_inset
11599
11600 .
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \begin_inset CommandInset label
11607 LatexCommand label
11608 name "sub:Variabler-Leerraum"
11609
11610 \end_inset
11611
11612
11613 \begin_inset Index
11614 status collapsed
11615
11616 \begin_layout Plain Layout
11617 Leerraum ! horizontaler ! variabel
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \begin_layout Standard
11626 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11627 \series bold
11628
11629 \backslash
11630 hspace{Länge}
11631 \series default
11632
11633 \begin_inset Index
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637 Befehle ! H ! 
11638 \backslash
11639 hspace
11640 \end_layout
11641
11642 \end_inset
11643
11644  einfügen.
11645  Dabei können alle Längeneinheiten verwendet werden, die in 
11646 \begin_inset CommandInset ref
11647 LatexCommand ref
11648 reference "tab:Verwendete-Einheiten"
11649
11650 \end_inset
11651
11652  aufgelistet sind, mit Ausnahme der Einheit 
11653 \begin_inset Quotes gld
11654 \end_inset
11655
11656 mu
11657 \begin_inset Quotes grd
11658 \end_inset
11659
11660 .
11661  Die Länge darf auch negativ sein.
11662  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11663  einnimmt, benutzt man den Befehl 
11664 \series bold
11665
11666 \backslash
11667 hfill
11668 \series default
11669
11670 \begin_inset Index
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674 Befehle ! H ! 
11675 \backslash
11676 hfill
11677 \end_layout
11678
11679 \end_inset
11680
11681 .
11682 \end_layout
11683
11684 \begin_layout Standard
11685 \begin_inset VSpace -1mm
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 \align center
11693 \begin_inset Tabular
11694 <lyxtabular version="3" rows="4" columns="2">
11695 <features>
11696 <column alignment="center" valignment="top" width="0">
11697 <column alignment="center" valignment="top" width="0">
11698 <row>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 Befehl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 Ergebnis
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 A=B
11724 \backslash
11725 hspace{3cm
11726 \begin_inset Formula $\to$
11727 \end_inset
11728
11729 A
11730 \backslash
11731 not=C
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11741 \end_inset
11742
11743
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 <row>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 A
11755 \backslash
11756 hspace{-1mm
11757 \begin_inset Formula $\to$
11758 \end_inset
11759
11760 A
11761 \backslash
11762 not=A
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 A=A
11786 \backslash
11787 hfill
11788 \begin_inset ERT
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792
11793
11794 \backslash
11795 leer 
11796 \end_layout
11797
11798 \end_inset
11799
11800 B=B
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Formula $A=A\hfill  B=B$
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 </row>
11818 </lyxtabular>
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11827  Spalteneintrags der Tabelle vorgegeben.
11828  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11829  in die 
11830 \series bold
11831
11832 \backslash
11833 hfill
11834 \series default
11835  eingegeben wird.
11836  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11837  
11838 \series bold
11839
11840 \backslash
11841 hfill
11842 \series default
11843  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11844 \series bold
11845 Eingerückt
11846 \series default
11847  eingestellt ist.
11848  (Formelstile sind in 
11849 \begin_inset CommandInset ref
11850 LatexCommand ref
11851 reference "sec:Formelstile"
11852
11853 \end_inset
11854
11855  erklärt.)
11856 \end_layout
11857
11858 \begin_layout Standard
11859 Variabler Leerraum kann für Text über das Menü 
11860 \family sans
11861 Einfügen\SpecialChar \menuseparator
11862 Formatierung\SpecialChar \menuseparator
11863 Horizontaler
11864 \begin_inset Space ~
11865 \end_inset
11866
11867 Abstand
11868 \family default
11869  eingefügt werden, was in Formeln nicht möglich ist:
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Dies ist eine Zeile mit
11874 \begin_inset Space \hspace{}
11875 \length 2cm
11876 \end_inset
11877
11878 2
11879 \begin_inset Space \thinspace{}
11880 \end_inset
11881
11882 cm Leerraum.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Dies ist eine Zeile mit
11887 \begin_inset Space \hfill{}
11888 \end_inset
11889
11890 maximalem Leerraum.
11891 \end_layout
11892
11893 \begin_layout Subsection
11894 Leerraum neben eingebetteten Formeln
11895 \begin_inset Index
11896 status collapsed
11897
11898 \begin_layout Plain Layout
11899 Leerraum ! neben eingebetteten Formeln
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \begin_layout Standard
11908 Über die Länge 
11909 \series bold
11910
11911 \backslash
11912 mathsurround
11913 \begin_inset Index
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917 Befehle ! M ! 
11918 \backslash
11919 mathsurround
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \series default
11926  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11927  wird.
11928  Der Wert einer Länge wird mit dem Befehl 
11929 \series bold
11930
11931 \backslash
11932 setlength
11933 \begin_inset Index
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 Befehle ! S ! 
11938 \backslash
11939 setlength
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \series default
11946  gesetzt.
11947  Dieser besitzt folgendes Befehlsschema:
11948 \end_layout
11949
11950 \begin_layout Standard
11951
11952 \series bold
11953
11954 \backslash
11955 setlength{Längenname}{Wert}
11956 \end_layout
11957
11958 \begin_layout Standard
11959 Um 
11960 \series bold
11961
11962 \backslash
11963 mathsurround
11964 \series default
11965  den Wert 5
11966 \begin_inset Space \thinspace{}
11967 \end_inset
11968
11969 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11970 \end_layout
11971
11972 \begin_layout Standard
11973
11974 \series bold
11975
11976 \backslash
11977 setlength{
11978 \backslash
11979 mathsurround}{5mm}
11980 \end_layout
11981
11982 \begin_layout Standard
11983 ein.
11984  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11985 \begin_inset Space \thinspace{}
11986 \end_inset
11987
11988 mm Leerraum gesetzt:
11989 \begin_inset ERT
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993
11994
11995 \backslash
11996 setlength{
11997 \backslash
11998 mathsurround}{5mm}
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 Dies ist eine Zeile in der sich 
12008 \begin_inset Formula $A=B$
12009 \end_inset
12010
12011  eine Formel mit 5
12012 \begin_inset Space \thinspace{}
12013 \end_inset
12014
12015 mm umgebendem Leerraum befindet.
12016 \begin_inset ERT
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020
12021
12022 \backslash
12023 setlength{
12024 \backslash
12025 mathsurround}{0pt}
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \end_layout
12032
12033 \begin_layout Standard
12034 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12035 \series bold
12036
12037 \backslash
12038 mathsurround
12039 \series default
12040  auf den Wert 0
12041 \begin_inset Space \thinspace{}
12042 \end_inset
12043
12044 pt.
12045 \end_layout
12046
12047 \begin_layout Section
12048 Boxen und Rahmen
12049 \begin_inset Index
12050 status collapsed
12051
12052 \begin_layout Plain Layout
12053 Boxen
12054 \end_layout
12055
12056 \end_inset
12057
12058
12059 \begin_inset Index
12060 status collapsed
12061
12062 \begin_layout Plain Layout
12063 Rahmen | see 
12064 \begin_inset ERT
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068
12069 {
12070 \end_layout
12071
12072 \end_inset
12073
12074 Boxen
12075 \begin_inset ERT
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079
12080 }
12081 \end_layout
12082
12083 \end_inset
12084
12085
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \begin_layout Standard
12094 Boxen für Text sind im Kapitel 
12095 \family typewriter
12096 Boxen
12097 \family default
12098  im Handbuch 
12099 \family typewriter
12100 Eingebettete
12101 \begin_inset Space ~
12102 \end_inset
12103
12104 Objekte
12105 \family default
12106  beschrieben.
12107 \end_layout
12108
12109 \begin_layout Subsection
12110 Boxen mit Rahmen
12111 \begin_inset CommandInset label
12112 LatexCommand label
12113 name "sub:Boxen-mit-Rahmen"
12114
12115 \end_inset
12116
12117
12118 \begin_inset Index
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Boxen ! mit Rahmen
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12132 \series bold
12133
12134 \backslash
12135 fbox
12136 \series default
12137
12138 \begin_inset Index
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142 Befehle ! F ! 
12143 \backslash
12144 fbox
12145 \end_layout
12146
12147 \end_inset
12148
12149  und 
12150 \series bold
12151
12152 \backslash
12153 boxed
12154 \series default
12155
12156 \begin_inset Index
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160 Befehle ! B ! 
12161 \backslash
12162 boxed
12163 \end_layout
12164
12165 \end_inset
12166
12167  zu umranden.
12168 \end_layout
12169
12170 \begin_layout Standard
12171 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12172  in einem Rahmen.
12173  Bei 
12174 \series bold
12175
12176 \backslash
12177 fbox
12178 \series default
12179  muss in diesem Eingabefeld mit 
12180 \family sans
12181 Strg-m
12182 \family default
12183  noch eine Formel erstellt werden
12184 \begin_inset Foot
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12189 \family sans
12190 Strg-m
12191 \family default
12192  eine neue Formel zu erzeugen, siehe 
12193 \begin_inset CommandInset href
12194 LatexCommand href
12195 name "LyX-Fehler #1435"
12196 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12197
12198 \end_inset
12199
12200 .
12201 \end_layout
12202
12203 \end_inset
12204
12205 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12206  Verwendet man 
12207 \series bold
12208
12209 \backslash
12210 boxed
12211 \series default
12212 , wird automatisch im Rahmen eine neue Formel erzeugt.
12213 \end_layout
12214
12215 \begin_layout Standard
12216 Der Befehl 
12217 \series bold
12218
12219 \backslash
12220 fbox
12221 \series default
12222  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12223  wird dann immer in Textzeilengröße gesetzt.
12224  Im Gegensatz dazu ist 
12225 \series bold
12226
12227 \backslash
12228 boxed
12229 \series default
12230  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12231  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12232 \end_layout
12233
12234 \begin_layout Standard
12235 Als Erweiterung zu 
12236 \series bold
12237
12238 \backslash
12239 fbox
12240 \series default
12241  gibt es den Befehl 
12242 \series bold
12243
12244 \backslash
12245 framebox
12246 \series default
12247
12248 \begin_inset Index
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252 Befehle ! F ! 
12253 \backslash
12254 framebox
12255 \end_layout
12256
12257 \end_inset
12258
12259 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12260  kann.
12261  
12262 \series bold
12263
12264 \backslash
12265 framebox
12266 \series default
12267  wird nach folgendem Schema verwendet:
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \series bold
12273
12274 \backslash
12275 framebox[Rahmenbreite][Position]{Boxinhalt}
12276 \end_layout
12277
12278 \begin_layout Standard
12279 Die Position kann entweder 
12280 \emph on
12281 l
12282 \emph default
12283  oder 
12284 \emph on
12285 r
12286 \emph default
12287  sein.
12288  
12289 \emph on
12290 l
12291 \emph default
12292  bewirkt linksbündige, 
12293 \emph on
12294 r
12295 \emph default
12296  rechtsbündige Ausrichtung der Formel in der Box.
12297  Gibt man keine Position an, wird die Formel zentriert.
12298 \begin_inset Newline newline
12299 \end_inset
12300
12301 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12302  In diesem Falle wird die Rahmenbreite wie bei 
12303 \series bold
12304
12305 \backslash
12306 fbox
12307 \series default
12308  an den Boxinhalt angepasst.
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Wenn man den Befehl 
12313 \series bold
12314
12315 \backslash
12316 framebox
12317 \series default
12318  eingibt, erscheint eine Box mit drei Eingabefeldern.
12319  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12320  beiden optionalen Argumente.
12321  In das dritte Feld wird wie bei 
12322 \series bold
12323
12324 \backslash
12325 fbox
12326 \series default
12327  die Formel eingegeben.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 \align center
12332 \begin_inset Note Note
12333 status open
12334
12335 \begin_layout Plain Layout
12336 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12337  auch erscheint.
12338  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \begin_inset Box Frameless
12345 position "c"
12346 hor_pos "c"
12347 has_inner_box 1
12348 inner_pos "c"
12349 use_parbox 0
12350 width "100col%"
12351 special "none"
12352 height "1in"
12353 height_special "totalheight"
12354 status open
12355
12356 \begin_layout Plain Layout
12357 \align center
12358 \begin_inset Tabular
12359 <lyxtabular version="3" rows="5" columns="2">
12360 <features>
12361 <column alignment="center" valignment="top" width="0">
12362 <column alignment="center" valignment="top" width="0">
12363 <row>
12364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 Befehl
12369 \begin_inset Foot
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12374 \family sans
12375 Strg-m
12376 \family default
12377  eine neue Formel zu erzeugen, siehe 
12378 \begin_inset CommandInset href
12379 LatexCommand href
12380 name "LyX-Fehler #1435"
12381 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12382
12383 \end_inset
12384
12385 .
12386 \end_layout
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399 Ergebnis
12400 \begin_inset Note Note
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404
12405 \series bold
12406
12407 \backslash
12408 raisebox
12409 \series default
12410  dient nur als Abstandhalter.
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 </row>
12421 <row>
12422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426
12427 \backslash
12428 fbox
12429 \begin_inset ERT
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433
12434
12435 \backslash
12436 leer 
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \family sans
12443 Strg-m
12444 \family default
12445  
12446 \backslash
12447 int
12448 \begin_inset ERT
12449 status collapsed
12450
12451 \begin_layout Plain Layout
12452
12453
12454 \backslash
12455 leer 
12456 \end_layout
12457
12458 \end_inset
12459
12460 A=B
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 </row>
12479 <row>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484
12485 \backslash
12486 boxed
12487 \begin_inset ERT
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491
12492
12493 \backslash
12494 leer 
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \backslash
12501 int
12502 \begin_inset ERT
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506
12507
12508 \backslash
12509 leer 
12510 \end_layout
12511
12512 \end_inset
12513
12514 A=B
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 </row>
12532 <row>
12533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 A+
12538 \backslash
12539 fbox
12540 \begin_inset ERT
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544
12545
12546 \backslash
12547 leer 
12548 \end_layout
12549
12550 \end_inset
12551
12552 B
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575
12576 \backslash
12577 framebox
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583
12584 \backslash
12585 leer 
12586 \end_layout
12587
12588 \end_inset
12589
12590 20mm
12591 \begin_inset Formula $\to$
12592 \end_inset
12593
12594
12595 \begin_inset Formula $\to$
12596 \end_inset
12597
12598
12599 \family sans
12600 Strg-m
12601 \family default
12602  
12603 \backslash
12604 frac
12605 \begin_inset ERT
12606 status collapsed
12607
12608 \begin_layout Plain Layout
12609
12610
12611 \backslash
12612 leer 
12613 \end_layout
12614
12615 \end_inset
12616
12617 A
12618 \begin_inset Formula $\downarrow$
12619 \end_inset
12620
12621 B
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 \begin_inset Formula $\raisebox {6mm}{}$
12631 \end_inset
12632
12633
12634 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12635 \end_inset
12636
12637
12638 \begin_inset Formula $\raisebox {-4mm}{}$
12639 \end_inset
12640
12641
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 </lyxtabular>
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \begin_layout Standard
12660 Die Rahmendicke kann ebenfalls eingestellt werden.
12661  Dazu müssen vor der Formel im TeX-Modus die Befehle
12662 \end_layout
12663
12664 \begin_layout Standard
12665
12666 \series bold
12667
12668 \backslash
12669 fboxrule
12670 \series default
12671  
12672 \series bold
12673
12674 \begin_inset Quotes gld
12675 \end_inset
12676
12677 Dicke
12678 \begin_inset Quotes grd
12679 \end_inset
12680
12681
12682 \series default
12683  
12684 \series bold
12685
12686 \backslash
12687 fboxsep
12688 \series default
12689  
12690 \series bold
12691
12692 \begin_inset Quotes gld
12693 \end_inset
12694
12695 Abstand
12696 \begin_inset Quotes grd
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \begin_layout Standard
12703 eingegeben werden.
12704  
12705 \begin_inset Quotes gld
12706 \end_inset
12707
12708 Abstand
12709 \begin_inset Quotes grd
12710 \end_inset
12711
12712  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12713  in der Box fest.
12714  Ein Beispiel dafür ist folgende umrandete Formel:
12715 \begin_inset ERT
12716 status collapsed
12717
12718 \begin_layout Plain Layout
12719
12720
12721 \backslash
12722 fboxrule 2mm 
12723 \backslash
12724 fboxsep 3mm
12725 \end_layout
12726
12727 \end_inset
12728
12729
12730 \begin_inset Formula \[
12731 \boxed{A+B=C}\]
12732
12733 \end_inset
12734
12735 Vor dieser Formel wurde im TeX-Modus
12736 \end_layout
12737
12738 \begin_layout Standard
12739
12740 \series bold
12741
12742 \backslash
12743 fboxrule
12744 \series default
12745  
12746 \series bold
12747 2mm
12748 \series default
12749  
12750 \series bold
12751
12752 \backslash
12753 fboxsep
12754 \series default
12755  
12756 \series bold
12757 3mm
12758 \end_layout
12759
12760 \begin_layout Standard
12761 eingegeben.
12762  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12767  nächsten Formel im TeX-Modus folgende Befehle ein:
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 0.4pt
12780 \series default
12781  
12782 \series bold
12783
12784 \backslash
12785 fboxsep
12786 \series default
12787  
12788 \series bold
12789 3pt
12790 \series default
12791
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 fboxrule 0.4pt 
12800 \backslash
12801 fboxsep 3pt
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \begin_layout Subsection
12810 Boxen ohne Rahmen
12811 \begin_inset CommandInset label
12812 LatexCommand label
12813 name "sub:Boxen-ohne-Rahmen"
12814
12815 \end_inset
12816
12817
12818 \begin_inset Index
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 Boxen ! ohne Rahmen
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12832 \series bold
12833
12834 \backslash
12835 mbox
12836 \series default
12837
12838 \begin_inset Index
12839 status collapsed
12840
12841 \begin_layout Plain Layout
12842 Befehle ! M ! 
12843 \backslash
12844 mbox
12845 \end_layout
12846
12847 \end_inset
12848
12849
12850 \series bold
12851
12852 \backslash
12853 makebox
12854 \series default
12855
12856 \begin_inset Index
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860 Befehle ! M ! 
12861 \backslash
12862 makebox
12863 \end_layout
12864
12865 \end_inset
12866
12867  und
12868 \begin_inset Newline linebreak
12869 \end_inset
12870
12871
12872 \series bold
12873
12874 \backslash
12875 raisebox
12876 \series default
12877
12878 \begin_inset Index
12879 status collapsed
12880
12881 \begin_layout Plain Layout
12882 Befehle ! R ! 
12883 \backslash
12884 raisebox
12885 \end_layout
12886
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \begin_layout Standard
12893 Mit 
12894 \series bold
12895
12896 \backslash
12897 raisebox
12898 \series default
12899  kann man eine Box hoch- oder tiefstellen.
12900  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12901 n die Schriftgröße bei.
12902  
12903 \series bold
12904
12905 \backslash
12906 raisebox
12907 \series default
12908  wird dabei mit folgendem Schema benutzt:
12909 \end_layout
12910
12911 \begin_layout Standard
12912
12913 \series bold
12914
12915 \backslash
12916 raisebox{Höhe}{Boxinhalt}
12917 \end_layout
12918
12919 \begin_layout Standard
12920 Soll in der Box eine Formel stehen, muss man wie bei 
12921 \series bold
12922
12923 \backslash
12924 fbox
12925 \series default
12926  eine weitere Formel erstellen.
12927 \end_layout
12928
12929 \begin_layout Standard
12930 \align center
12931 \begin_inset Tabular
12932 <lyxtabular version="3" rows="4" columns="2">
12933 <features>
12934 <column alignment="center" valignment="top" width="0">
12935 <column alignment="center" valignment="top" width="0">
12936 <row>
12937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 Befehl
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 Ergebnis
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 H
12962 \backslash
12963 raisebox{2mm
12964 \begin_inset Formula $\to$
12965 \end_inset
12966
12967
12968 \backslash
12969 {al
12970 \begin_inset Formula $\to$
12971 \end_inset
12972
12973  lo
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 \begin_inset Formula $H\raisebox {2mm}{al}lo$
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 </row>
12991 <row>
12992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 H
12997 \backslash
12998 raisebox{-2mm
12999 \begin_inset Formula $\to$
13000 \end_inset
13001
13002
13003 \backslash
13004 {al
13005 \begin_inset Formula $\to$
13006 \end_inset
13007
13008 lo
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 <row>
13027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 A=
13032 \backslash
13033 raisebox{-2mm
13034 \begin_inset Formula $\to$
13035 \end_inset
13036
13037
13038 \backslash
13039 {
13040 \family sans
13041 Strg-m
13042 \family default
13043  
13044 \backslash
13045 sqrt
13046 \begin_inset ERT
13047 status collapsed
13048
13049 \begin_layout Plain Layout
13050
13051
13052 \backslash
13053 leer 
13054 \end_layout
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 $A=
13073 \backslash
13074 raisebox{-2mm}{$
13075 \backslash
13076 sqrt{B}$}$
13077 \end_layout
13078
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 </row>
13087 </lyxtabular>
13088
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \begin_layout Standard
13095 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13096  statt der benötigten weiteren Formel eine Box einfügt.
13097 \begin_inset Foot
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101 siehe 
13102 \begin_inset CommandInset href
13103 LatexCommand href
13104 name "LyX-Fehler #1435"
13105 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Der Befehl 
13119 \series bold
13120
13121 \backslash
13122 mbox
13123 \series default
13124  ist äquivalent zu 
13125 \series bold
13126
13127 \backslash
13128 fbox
13129 \series default
13130  und 
13131 \series bold
13132
13133 \backslash
13134 makebox
13135 \series default
13136  ist äquivalent zu 
13137 \series bold
13138
13139 \backslash
13140 framebox
13141 \series default
13142 , nur dass es keinen Rahmen gibt.
13143 \end_layout
13144
13145 \begin_layout Subsection
13146 Farbige Boxen
13147 \begin_inset CommandInset label
13148 LatexCommand label
13149 name "sub:Farbige-Boxen"
13150
13151 \end_inset
13152
13153
13154 \begin_inset Index
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158 Boxen ! farbige
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \end_layout
13165
13166 \begin_layout Standard
13167 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13168  im LaTeX-Vorspann das LaTeX-Paket 
13169 \series bold
13170 color
13171 \series default
13172
13173 \begin_inset Foot
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Das Paket 
13178 \series bold
13179 color
13180 \series default
13181  ist Teil jeder LaTeX-Standardinstallation.
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \begin_inset Index
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191 Pakete ! color
13192 \end_layout
13193
13194 \end_inset
13195
13196  mit der Zeile
13197 \end_layout
13198
13199 \begin_layout Standard
13200
13201 \series bold
13202
13203 \backslash
13204 usepackage{color}
13205 \end_layout
13206
13207 \begin_layout Standard
13208 geladen werden
13209 \begin_inset Foot
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13214  LyX das LaTeX-Paket 
13215 \series bold
13216 color
13217 \series default
13218  automatisch.
13219  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13220  keine Probleme hervorruft.
13221 \end_layout
13222
13223 \end_inset
13224
13225
13226 \begin_inset Note Note
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13231  ein Makro eingefügt.
13232 \end_layout
13233
13234 \end_inset
13235
13236 .
13237 \end_layout
13238
13239 \begin_layout Standard
13240 \begin_inset VSpace medskip
13241 \end_inset
13242
13243 Um Boxen einzufärben, verwendet man den Befehl 
13244 \series bold
13245
13246 \backslash
13247 colorbox
13248 \series default
13249
13250 \begin_inset Index
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254 Befehle ! C ! 
13255 \backslash
13256 colorbox
13257 \end_layout
13258
13259 \end_inset
13260
13261  nach folgendem Schema:
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 colorbox{Farbe}{Boxinhalt}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Der Boxinhalt kann auch wieder eine Box sein und eine 
13274 \series bold
13275
13276 \backslash
13277 colorbox
13278 \series default
13279  kann auch ein Teil einer anderen Box sein (siehe 2.
13280  und 3.
13281  Beispiel).
13282  Soll in der Box eine Formel stehen, muss wie bei 
13283 \series bold
13284
13285 \backslash
13286 fbox
13287 \series default
13288  eine weitere Formel erstellt werden.
13289 \begin_inset Foot
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293 Das gilt auch für den Befehl 
13294 \series bold
13295
13296 \backslash
13297 fcolorbox
13298 \series default
13299 .
13300  Dabei ist 
13301 \begin_inset CommandInset href
13302 LatexCommand href
13303 name "LyX-Fehler #1435"
13304 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13305
13306 \end_inset
13307
13308  zu beachten.
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 Aus folgenden vordefinierten Farben kann gewählt werden:
13318 \end_layout
13319
13320 \begin_layout Standard
13321
13322 \series bold
13323 black
13324 \series default
13325
13326 \series bold
13327 blue
13328 \series default
13329
13330 \series bold
13331 cyan
13332 \series default
13333
13334 \series bold
13335 green
13336 \series default
13337
13338 \series bold
13339 magenta
13340 \series default
13341
13342 \series bold
13343 red
13344 \series default
13345
13346 \series bold
13347 white
13348 \series default
13349  und 
13350 \series bold
13351 yellow
13352 \end_layout
13353
13354 \begin_layout Standard
13355 \align center
13356 \begin_inset Tabular
13357 <lyxtabular version="3" rows="4" columns="2">
13358 <features>
13359 <column alignment="center" valignment="top" width="0">
13360 <column alignment="center" valignment="top" width="0">
13361 <row>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Befehl
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 Ergebnis
13376 \begin_inset Note Note
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380
13381 \series bold
13382
13383 \backslash
13384 raisebox
13385 \series default
13386  dient nur als Abstandhalter.
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 <row>
13398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402
13403 \backslash
13404 colorbox{yellow
13405 \begin_inset Formula $\to$
13406 \end_inset
13407
13408
13409 \backslash
13410 {A=B
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 </row>
13428 <row>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433
13434 \backslash
13435 colorbox{green
13436 \begin_inset Formula $\to$
13437 \end_inset
13438
13439
13440 \backslash
13441 {
13442 \backslash
13443 fbox
13444 \begin_inset ERT
13445 status collapsed
13446
13447 \begin_layout Plain Layout
13448
13449
13450 \backslash
13451 leer 
13452 \end_layout
13453
13454 \end_inset
13455
13456 A=B
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 </row>
13474 <row>
13475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479
13480 \backslash
13481 fbox
13482 \begin_inset ERT
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487
13488 \backslash
13489 leer 
13490 \end_layout
13491
13492 \end_inset
13493
13494
13495 \backslash
13496 colorbox{green
13497 \begin_inset Formula $\to$
13498 \end_inset
13499
13500
13501 \backslash
13502 {A=B
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13512 \end_inset
13513
13514
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 </lyxtabular>
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528
13529 \series bold
13530
13531 \backslash
13532 colorbox
13533 \series default
13534  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13535  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13536  
13537 \family sans
13538 Textstil
13539 \family default
13540  die gewünschte Farbe aus.
13541  Der Dialog kann mit dem Werkzeugleistenknopf 
13542 \begin_inset Graphics
13543         filename ../../images/dialog-show_character.png
13544         embed ""
13545         scale 85
13546
13547 \end_inset
13548
13549  oder dem Menü 
13550 \family sans
13551 Bearbeiten\SpecialChar \menuseparator
13552 Textstil\SpecialChar \menuseparator
13553 Benutzerdefiniert
13554 \family default
13555  aufgerufen werden.
13556  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13557  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13558  innerhalb der Formel die Farbe geändert werden.
13559 \end_layout
13560
13561 \begin_layout Standard
13562 Ein Beispiel:
13563 \end_layout
13564
13565 \begin_layout Standard
13566
13567 \color red
13568 \begin_inset Formula \begin{equation}
13569 \int A=B\label{eq:rot}\end{equation}
13570
13571 \end_inset
13572
13573
13574 \color green
13575
13576 \begin_inset Formula \begin{equation}
13577 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13578
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \begin_layout Standard
13585 Formel 
13586 \begin_inset CommandInset ref
13587 LatexCommand eqref
13588 reference "eq:rot"
13589
13590 \end_inset
13591
13592  ist komplett rot gefärbt.
13593 \begin_inset Newline newline
13594 \end_inset
13595
13596 Formel 
13597 \begin_inset CommandInset ref
13598 LatexCommand eqref
13599 reference "eq:rotgruen"
13600
13601 \end_inset
13602
13603  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13604  Anschließend wurden die Formelzeichen rot gefärbt.
13605 \end_layout
13606
13607 \begin_layout Standard
13608 \begin_inset VSpace bigskip
13609 \end_inset
13610
13611 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13612  den Befehl 
13613 \series bold
13614
13615 \backslash
13616 fcolorbox
13617 \series default
13618
13619 \begin_inset Index
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 Befehle ! F ! 
13624 \backslash
13625 fcolorbox
13626 \end_layout
13627
13628 \end_inset
13629
13630  nach folgendem Schema:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13639 \end_layout
13640
13641 \begin_layout Standard
13642
13643 \series bold
13644
13645 \backslash
13646 fcolorbox
13647 \series default
13648  stellt also eine Erweiterung des Befehls 
13649 \series bold
13650
13651 \backslash
13652 colorbox
13653 \series default
13654  dar.
13655  Die Rahmenbreite wird, wie bei 
13656 \series bold
13657
13658 \backslash
13659 framebox
13660 \series default
13661 , mit 
13662 \series bold
13663
13664 \backslash
13665 fboxrule
13666 \series default
13667  und 
13668 \series bold
13669
13670 \backslash
13671 fboxsep
13672 \series default
13673  festgelegt.
13674  Ein Beispiel:
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 fboxrule 1mm 
13683 \backslash
13684 fboxsep 1mm
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \begin_inset Formula \[
13691 \fcolorbox {cyan}{magenta}{A=B}\]
13692
13693 \end_inset
13694
13695
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701
13702 \backslash
13703 fboxrule 0.4pt 
13704 \backslash
13705 fboxsep 3pt
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714 Diese Formel wurde mit folgendem Befehl erstellt:
13715 \begin_inset Newline newline
13716 \end_inset
13717
13718
13719 \series bold
13720
13721 \backslash
13722 fcolorbox{cyan
13723 \begin_inset Formula $\to$
13724 \end_inset
13725
13726
13727 \backslash
13728 {magenta
13729 \begin_inset Formula $\to$
13730 \end_inset
13731
13732
13733 \backslash
13734 {A=B
13735 \end_layout
13736
13737 \begin_layout Standard
13738 \begin_inset VSpace bigskip
13739 \end_inset
13740
13741 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13742  selbst definieren.
13743 \end_layout
13744
13745 \begin_layout Standard
13746 Man kann z.
13747 \begin_inset Space \thinspace{}
13748 \end_inset
13749
13750 B.
13751  mit folgender LaTeX-Vorspannzeile die Farbe 
13752 \begin_inset Quotes gld
13753 \end_inset
13754
13755
13756 \series bold
13757 dunkelgruen
13758 \series default
13759
13760 \begin_inset Quotes grd
13761 \end_inset
13762
13763
13764 \begin_inset Foot
13765 status collapsed
13766
13767 \begin_layout Plain Layout
13768 In Befehlen darf kein Umlaut stehen, siehe 
13769 \begin_inset CommandInset ref
13770 LatexCommand ref
13771 reference "sec:Benutzerdefinierte-Befehle"
13772
13773 \end_inset
13774
13775 .
13776 \end_layout
13777
13778 \end_inset
13779
13780  definieren:
13781 \end_layout
13782
13783 \begin_layout Standard
13784
13785 \series bold
13786
13787 \backslash
13788 definecolor{dunkelgruen}{cmyk}{0.5,
13789 \series default
13790  
13791 \series bold
13792 0,
13793 \series default
13794  
13795 \series bold
13796 1,
13797 \series default
13798  
13799 \series bold
13800 0.5}
13801 \series default
13802
13803 \begin_inset Index
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807 Befehle ! D ! 
13808 \backslash
13809 definecolor
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \begin_layout Standard
13818
13819 \series bold
13820 cmyk
13821 \series default
13822  ist der Farbraum und steht für die Farben 
13823 \series bold
13824 cyan
13825 \series default
13826
13827 \series bold
13828 magenta
13829 \series default
13830
13831 \series bold
13832 yellow
13833 \series default
13834  und 
13835 \series bold
13836 black
13837 \series default
13838 .
13839  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13840  Für den Anteil kann man Werte im Bereich 0
13841 \begin_inset Space \thinspace{}
13842 \end_inset
13843
13844 -
13845 \begin_inset Space \thinspace{}
13846 \end_inset
13847
13848 1 angeben.
13849  Anstelle von 
13850 \series bold
13851 cmyk
13852 \series default
13853  kann man zur Definition auch den Farbraum 
13854 \series bold
13855 rgb
13856 \series default
13857  verwenden.
13858  
13859 \series bold
13860 rgb
13861 \series default
13862  steht für 
13863 \series bold
13864 red
13865 \series default
13866
13867 \series bold
13868 green
13869 \series default
13870  und 
13871 \series bold
13872 blue
13873 \series default
13874 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13875  Des Weiteren gibt es noch den Farbraum 
13876 \series bold
13877 gray
13878 \series default
13879 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13880 \end_layout
13881
13882 \begin_layout Standard
13883 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13884 \series bold
13885 darkgreen
13886 \series default
13887 , bei der die Zeichenfarbe 
13888 \series bold
13889 yellow
13890 \series default
13891  gewählt wurde:
13892 \begin_inset Formula \begin{equation}
13893 \colorbox {dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \begin_layout Standard
13901 Selbst definierte Farben können mit dem Befehl 
13902 \series bold
13903
13904 \backslash
13905 textcolor
13906 \series default
13907  auch für Text
13908 \begin_inset Index
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Text ! farbiger
13913 \end_layout
13914
13915 \end_inset
13916
13917  verwendet werden:
13918 \end_layout
13919
13920 \begin_layout Standard
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 textcolor{dunkelgruen}{
13929 \end_layout
13930
13931 \end_inset
13932
13933 Dieser Satz ist 
13934 \begin_inset Quotes gld
13935 \end_inset
13936
13937 dunkelgruen
13938 \begin_inset Quotes grd
13939 \end_inset
13940
13941 .
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Standard
13956
13957 \series bold
13958
13959 \backslash
13960 textcolor
13961 \series default
13962
13963 \begin_inset Index
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967 Befehle ! T ! 
13968 \backslash
13969 textcolor
13970 \end_layout
13971
13972 \end_inset
13973
13974  wird nach dem Schema 
13975 \series bold
13976
13977 \backslash
13978 textcolor{Farbe}{zu
13979 \series default
13980  
13981 \series bold
13982 färbende
13983 \series default
13984  
13985 \series bold
13986 Zeichen}
13987 \series default
13988  verwendet.
13989 \end_layout
13990
13991 \begin_layout Subsection
13992 Absatzboxen
13993 \begin_inset CommandInset label
13994 LatexCommand label
13995 name "sub:Absatzboxen"
13996
13997 \end_inset
13998
13999
14000 \begin_inset Index
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004 Boxen ! Absatz-
14005 \end_layout
14006
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \begin_layout Standard
14013 Mit dem Menü 
14014 \family sans
14015 Einfügen\SpecialChar \menuseparator
14016 Box
14017 \family default
14018  oder dem Werkzeugleistenknopf 
14019 \begin_inset Graphics
14020         filename ../../images/box-insert.png
14021         embed ""
14022         scale 85
14023
14024 \end_inset
14025
14026  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14027  eine so genannte 
14028 \emph on
14029 Parbox
14030 \emph default
14031  (Absatzbox).
14032 \end_layout
14033
14034 \begin_layout Standard
14035 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14036 \end_layout
14037
14038 \begin_layout Standard
14039 \begin_inset VSpace medskip
14040 \end_inset
14041
14042 Dies ist eine Zeile 
14043 \begin_inset Box Boxed
14044 position "c"
14045 hor_pos "c"
14046 has_inner_box 1
14047 inner_pos "t"
14048 use_parbox 1
14049 width "5cm"
14050 special "none"
14051 height "1in"
14052 height_special "totalheight"
14053 status open
14054
14055 \begin_layout Plain Layout
14056 Dies ist die Absatzbox.
14057  Sie ist genau 5
14058 \begin_inset Space \thinspace{}
14059 \end_inset
14060
14061 cm lang und kann auch Formeln enthalten: 
14062 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \end_inset
14069
14070  mit einer Absatzbox.
14071 \begin_inset VSpace medskip
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \begin_layout Standard
14078 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14079  graue Box mit dem Namen 
14080 \begin_inset Quotes gld
14081 \end_inset
14082
14083 Box(Gerahmt)
14084 \begin_inset Quotes grd
14085 \end_inset
14086
14087  klickt.
14088  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14089  In diesem Fall: 
14090 \emph on
14091 Verzierung
14092 \emph default
14093 : Rechteckige Box, 
14094 \emph on
14095 Innere Box
14096 \emph default
14097 : Parbox, 
14098 \emph on
14099 Breite
14100 \emph default
14101 : 5
14102 \begin_inset Space \thinspace{}
14103 \end_inset
14104
14105 cm, 
14106 \emph on
14107 Vertikale Box Ausrichtung
14108 \emph default
14109 : Mitte
14110 \end_layout
14111
14112 \begin_layout Standard
14113 \begin_inset VSpace medskip
14114 \end_inset
14115
14116 In LaTeX wird eine Absatzbox mit dem Befehl 
14117 \series bold
14118
14119 \backslash
14120 parbox
14121 \series default
14122
14123 \begin_inset Index
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 Befehle ! P ! 
14128 \backslash
14129 parbox
14130 \end_layout
14131
14132 \end_inset
14133
14134  erstellt, welcher folgendes Schema besitzt:
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 parbox[Position]{Breite}{Boxinhalt}
14143 \end_layout
14144
14145 \begin_layout Standard
14146 Die Positionen 
14147 \emph on
14148 b
14149 \emph default
14150  und 
14151 \emph on
14152 t
14153 \emph default
14154  sind möglich.
14155  
14156 \emph on
14157 b
14158 \emph default
14159  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14160  Text eingepasst wird.
14161  Bei 
14162 \emph on
14163 t
14164 \emph default
14165  wie top geschieht dies für die erste Zeile.
14166  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14167  siehe das Kapitel 
14168 \emph on
14169 Boxen
14170 \emph default
14171  des Handbuchs
14172 \emph on
14173  Eingebettete
14174 \begin_inset Space ~
14175 \end_inset
14176
14177 Objekte
14178 \emph default
14179  für Beispiele.
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace bigskip
14184 \end_inset
14185
14186 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14187  in eine Absatzbox setzen.
14188  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14189 \series bold
14190
14191 \backslash
14192 fbox{
14193 \backslash
14194 parbox{
14195 \backslash
14196 linewidth-2
14197 \backslash
14198 fboxsep-2
14199 \backslash
14200 fboxrule}{
14201 \series default
14202 .
14203  Hierbei steht 
14204 \series bold
14205
14206 \backslash
14207 linewidth
14208 \begin_inset Index
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 Befehle ! L ! 
14213 \backslash
14214 linewidth
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \series default
14221  für die im Dokument eingestellte Zeilenbreite.
14222  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14223 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14224  Da dies LyX aufgrund eines Fehlers
14225 \begin_inset Foot
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 \begin_inset CommandInset href
14230 LatexCommand href
14231 name "LyX-Fehler #4483"
14232 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \end_inset
14240
14241  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14242  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14243 spann das LaTeX-Paket 
14244 \series bold
14245 calc
14246 \series default
14247
14248 \begin_inset Foot
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253 \series bold
14254 calc
14255 \series default
14256  ist Teil jeder LaTeX-Standardinstallation.
14257 \end_layout
14258
14259 \end_inset
14260
14261
14262 \begin_inset Index
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266 Pakete ! calc
14267 \end_layout
14268
14269 \end_inset
14270
14271  mit der Zeile
14272 \end_layout
14273
14274 \begin_layout Standard
14275
14276 \series bold
14277
14278 \backslash
14279 usepackage{calc}
14280 \end_layout
14281
14282 \begin_layout Standard
14283 geladen werden.
14284  Nach der Formel werden beide Boxen geschlossen, indem man 
14285 \series bold
14286 }}
14287 \series default
14288  im TeX-Modus eingibt.
14289  Dazu ein Beispiel:
14290 \begin_inset ERT
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294
14295
14296 \backslash
14297 fboxsep 5mm 
14298 \backslash
14299 fboxrule 5mm
14300 \end_layout
14301
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313
14314 \backslash
14315 fbox{
14316 \backslash
14317 parbox{
14318 \backslash
14319 linewidth-2
14320 \backslash
14321 fboxsep-2
14322 \backslash
14323 fboxrule}{
14324 \end_layout
14325
14326 \end_inset
14327
14328
14329 \begin_inset Formula \begin{equation}
14330 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14331
14332 \end_inset
14333
14334
14335 \begin_inset ERT
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339
14340 }}
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \begin_inset ERT
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350
14351
14352 \backslash
14353 fboxrule 0.4pt 
14354 \backslash
14355 fboxsep 3pt
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \begin_layout Standard
14364 \begin_inset VSpace medskip
14365 \end_inset
14366
14367 Da im Argument von 
14368 \series bold
14369
14370 \backslash
14371 fbox
14372 \series default
14373  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14374  keinen Unterschied zwischen 
14375 \series bold
14376
14377 \backslash
14378 fbox
14379 \series default
14380  und 
14381 \series bold
14382
14383 \backslash
14384 boxed
14385 \series default
14386 .
14387 \end_layout
14388
14389 \begin_layout Standard
14390 \begin_inset VSpace bigskip
14391 \end_inset
14392
14393 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14394  Dazu verwendet man 
14395 \series bold
14396
14397 \backslash
14398 parbox
14399 \series default
14400  in Verbindung mit dem Befehl 
14401 \series bold
14402
14403 \backslash
14404 tag
14405 \series default
14406 .
14407  (mehr zu 
14408 \series bold
14409
14410 \backslash
14411 tag
14412 \series default
14413  siehe 
14414 \begin_inset CommandInset ref
14415 LatexCommand ref
14416 reference "sub:Benutzerdefinierte-Nummerierung"
14417
14418 \end_inset
14419
14420 )
14421 \end_layout
14422
14423 \begin_layout Standard
14424 Ein Beispiel einer mit Hilfe von 
14425 \series bold
14426
14427 \backslash
14428 parbox
14429 \series default
14430  kommentierten Formel:
14431 \end_layout
14432
14433 \begin_layout Standard
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439
14440 \backslash
14441 [5x-7b=3b
14442 \backslash
14443 tag*{
14444 \backslash
14445 parbox{5cm}{
14446 \end_layout
14447
14448 \end_inset
14449
14450 Dies ist eine Beschreibung.
14451  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14452 \begin_inset ERT
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456
14457 }}
14458 \backslash
14459 ]
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14469  Befehl 
14470 \series bold
14471
14472 \backslash
14473 parbox
14474 \series default
14475  in Formeln noch nicht unterstützt.
14476  Die Formel wird mit folgender Befehlssequenz erstellt:
14477 \end_layout
14478
14479 \begin_layout Standard
14480 Der Befehl 
14481 \series bold
14482
14483 \backslash
14484 [5x-7b=3b
14485 \backslash
14486 tag*
14487 \backslash
14488 {
14489 \backslash
14490 parbox{5cm}{
14491 \series default
14492  wird im TeX-Modus eingegeben.
14493 \begin_inset Foot
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497 Ist der Formelstil 
14498 \series bold
14499 Eingerückt
14500 \series default
14501  aktiviert, kann 
14502 \series bold
14503
14504 \backslash
14505 tag*
14506 \backslash
14507 {
14508 \series default
14509  auch durch 
14510 \series bold
14511
14512 \backslash
14513 hfill
14514 \series default
14515  ersetzt werden.
14516  (Formelstile siehe 
14517 \begin_inset CommandInset ref
14518 LatexCommand ref
14519 reference "sec:Formelstile"
14520
14521 \end_inset
14522
14523 )
14524 \end_layout
14525
14526 \end_inset
14527
14528  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14529 \series bold
14530 }}
14531 \backslash
14532 ]
14533 \series default
14534  im TeX-Modus ein.
14535  Die Befehle 
14536 \series bold
14537
14538 \backslash
14539 [
14540 \series default
14541  und 
14542 \series bold
14543
14544 \backslash
14545 ]
14546 \series default
14547  erstellen hierbei eine abgesetzte Formel.
14548 \end_layout
14549
14550 \begin_layout Standard
14551 Die Vorteile von 
14552 \series bold
14553
14554 \backslash
14555 parbox
14556 \series default
14557  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14558  Textmodus 
14559 \begin_inset Quotes gld
14560 \end_inset
14561
14562 kommentiert
14563 \begin_inset Quotes grd
14564 \end_inset
14565
14566  wurde:
14567 \begin_inset Formula \[
14568 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Section
14576 Operatoren
14577 \begin_inset Index
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581 Operatoren
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Subsection
14590 Große Operatoren
14591 \begin_inset CommandInset label
14592 LatexCommand label
14593 name "sub:Große-Operatoren"
14594
14595 \end_inset
14596
14597
14598 \begin_inset Index
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602 Operatoren ! große
14603 \end_layout
14604
14605 \end_inset
14606
14607
14608 \begin_inset Index
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612 Summen
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \begin_inset Index
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622 Integrale
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14632  sind, muss die Option 
14633 \family sans
14634 esint-Paket automatisch verwenden
14635 \family default
14636  in den Dokumenteinstellungen unter 
14637 \family sans
14638 Mathe-Optionen
14639 \family default
14640  gewählt sein.
14641 \end_layout
14642
14643 \begin_layout Standard
14644 \begin_inset Space \hfill{}
14645 \end_inset
14646
14647
14648 \begin_inset Tabular
14649 <lyxtabular version="3" rows="11" columns="2">
14650 <features>
14651 <column alignment="center" valignment="top" width="0pt">
14652 <column alignment="center" valignment="top" width="0pt">
14653 <row>
14654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658 Befehl
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667 Ergebnis
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 </row>
14673 <row>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678
14679 \backslash
14680 sum
14681 \begin_inset Index
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Befehle ! S ! 
14686 \backslash
14687 sum
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 \begin_inset Formula $\sum$
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 </row>
14710 <row>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715
14716 \backslash
14717 int
14718 \begin_inset Index
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722 Befehle ! I ! 
14723 \backslash
14724 int
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738 \begin_inset Formula $\int$
14739 \end_inset
14740
14741
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 </row>
14747 <row>
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752
14753 \backslash
14754 intop
14755 \end_layout
14756
14757 \end_inset
14758 </cell>
14759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 \begin_inset Formula $\intop$
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 </row>
14772 <row>
14773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777
14778 \backslash
14779 oint
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 \begin_inset Formula $\oint$
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 </row>
14797 <row>
14798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802
14803 \backslash
14804 ointop
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 \begin_inset Formula $\ointop$
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827
14828 \backslash
14829 ointctrclockwise
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Formula $\ointctrclockwise$
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 ointclockwise
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 \begin_inset Formula $\ointclockwise$
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 <row>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \backslash
14879 sqint
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\sqint$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 bigcap
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\bigcap$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 bigcup
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\bigcup$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 </lyxtabular>
14948
14949 \end_inset
14950
14951
14952 \begin_inset Space \hfill{}
14953 \end_inset
14954
14955
14956 \begin_inset Tabular
14957 <lyxtabular version="3" rows="10" columns="2">
14958 <features>
14959 <column alignment="center" valignment="top" width="0pt">
14960 <column alignment="center" valignment="top" width="0pt">
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 Befehl
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 Ergebnis
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 </row>
14981 <row>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \backslash
14988 prod
14989 \begin_inset Index
14990 status collapsed
14991
14992 \begin_layout Plain Layout
14993 Befehle ! P ! 
14994 \backslash
14995 prod
14996 \end_layout
14997
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset Formula $\prod$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \backslash
15025 coprod
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 \begin_inset Formula $\coprod$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \backslash
15050 bigodot
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\bigodot$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 bigotimes
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset Formula $\bigotimes$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \backslash
15100 bigoplus
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset Formula $\bigoplus$
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 bigwedge
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\bigwedge$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 bigvee
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\bigvee$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 bigsqcup
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 \begin_inset Formula $\bigsqcup$
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \backslash
15200 biguplus
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Formula $\biguplus$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 </lyxtabular>
15219
15220 \end_inset
15221
15222
15223 \begin_inset Space \hfill{}
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15231 \begin_inset Graphics
15232         filename ../../images/math/intop.png
15233         embed ""
15234         scale 85
15235
15236 \end_inset
15237
15238  eingefügt werden.
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15243  Teil gleich aussehenden binären Operatoren.
15244  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15245  beschrieben.
15246 \end_layout
15247
15248 \begin_layout Standard
15249 Die Operatoren 
15250 \series bold
15251
15252 \backslash
15253 intop
15254 \series default
15255  und 
15256 \series bold
15257
15258 \backslash
15259 ointop
15260 \series default
15261  unterscheiden sich von 
15262 \series bold
15263
15264 \backslash
15265 int
15266 \series default
15267  bzw.
15268  
15269 \series bold
15270
15271 \backslash
15272 oint
15273 \series default
15274  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15275 \begin_inset CommandInset ref
15276 LatexCommand ref
15277 reference "sub:Operatorgrenzen"
15278
15279 \end_inset
15280
15281 .
15282  
15283 \end_layout
15284
15285 \begin_layout Subsubsection*
15286 Hinweise zu Integralen
15287 \end_layout
15288
15289 \begin_layout Standard
15290 Der Buchstabe 
15291 \emph on
15292 d
15293 \emph default
15294  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15295  muss.
15296  Dazu markiert man das 
15297 \emph on
15298 d
15299 \emph default
15300  und wandelt es mit der Tastenkombination 
15301 \family sans
15302 Alt-z
15303 \begin_inset Space ~
15304 \end_inset
15305
15306 r
15307 \family default
15308
15309 \begin_inset Foot
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313 Schriftstile siehe 
15314 \begin_inset CommandInset ref
15315 LatexCommand ref
15316 reference "sub:Schriftstile"
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324
15325  um.
15326  Anschließend fügt man vor dem 
15327 \emph on
15328 d
15329 \emph default
15330 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15331  Dazu ein Beispiel:
15332 \end_layout
15333
15334 \begin_layout Standard
15335 inkorrekt: 
15336 \begin_inset Formula $\int A(x)dx$
15337 \end_inset
15338
15339
15340 \begin_inset Newline newline
15341 \end_inset
15342
15343
15344 \begin_inset ERT
15345 status collapsed
15346
15347 \begin_layout Plain Layout
15348
15349
15350 \backslash
15351 hphantom{in}
15352 \end_layout
15353
15354 \end_inset
15355
15356 korrekt: 
15357 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \begin_layout Standard
15364 \begin_inset VSpace medskip
15365 \end_inset
15366
15367 Für Mehrfachintegrale gibt es folgende Befehle:
15368 \begin_inset VSpace medskip
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \begin_layout Standard
15375 \begin_inset Space \hfill{}
15376 \end_inset
15377
15378
15379 \begin_inset Tabular
15380 <lyxtabular version="3" rows="4" columns="2">
15381 <features>
15382 <column alignment="center" valignment="top" width="0">
15383 <column alignment="center" valignment="top" width="0">
15384 <row>
15385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 Befehl
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 Ergebnis
15399 \begin_inset Note Note
15400 status collapsed
15401
15402 \begin_layout Plain Layout
15403
15404 \series bold
15405
15406 \backslash
15407 raisebox
15408 \series default
15409  dient nur als Abstandhalter.
15410 \end_layout
15411
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \backslash
15427 iint
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 oiint
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 sqiint
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 </lyxtabular>
15496
15497 \end_inset
15498
15499
15500 \begin_inset Space \hfill{}
15501 \end_inset
15502
15503
15504 \begin_inset Tabular
15505 <lyxtabular version="3" rows="4" columns="2">
15506 <features>
15507 <column alignment="center" valignment="top" width="0">
15508 <column alignment="center" valignment="top" width="0">
15509 <row>
15510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 Befehl
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523 Ergebnis
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 <row>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \backslash
15536 iiint
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \backslash
15561 iiiint
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \backslash
15586 dotsint
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15596 \end_inset
15597
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 </lyxtabular>
15605
15606 \end_inset
15607
15608
15609 \begin_inset Space \hfill{}
15610 \end_inset
15611
15612
15613 \begin_inset Newpage newpage
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Subsection
15620 Operatorgrenzen
15621 \begin_inset CommandInset label
15622 LatexCommand label
15623 name "sub:Operatorgrenzen"
15624
15625 \end_inset
15626
15627
15628 \begin_inset Index
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632 Operatoren ! Grenzen
15633 \end_layout
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Grenzen werden durch Hoch- bzw.
15642  Tiefstellen erzeugt:
15643 \end_layout
15644
15645 \begin_layout Standard
15646 \align center
15647 \begin_inset Tabular
15648 <lyxtabular version="3" rows="2" columns="2">
15649 <features>
15650 <column alignment="center" valignment="top" width="0pt">
15651 <column alignment="center" valignment="top" width="0pt">
15652 <row>
15653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 Befehl
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 Ergebnis
15667 \begin_inset Note Note
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671
15672 \series bold
15673
15674 \backslash
15675 raisebox
15676 \series default
15677  dient nur als Abstandhalter.
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row>
15689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \backslash
15695 prod^
15696 \backslash
15697 infty
15698 \begin_inset ERT
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702
15703
15704 \backslash
15705 leer 
15706 \end_layout
15707
15708 \end_inset
15709
15710
15711 \begin_inset Formula $\to$
15712 \end_inset
15713
15714 _0
15715 \begin_inset Formula $\to$
15716 \end_inset
15717
15718 A(x)
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 </lyxtabular>
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15745  Operator gesetzt.
15746  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15747  bzw.
15748  unter den Operator gesetzt.
15749 \end_layout
15750
15751 \begin_layout Standard
15752 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15753  man den Cursor direkt hinter den Operator und setzt über das Menü 
15754 \family sans
15755 Bearbeiten\SpecialChar \menuseparator
15756 Mathe\SpecialChar \menuseparator
15757 Art der Operatorgrenzen ändern
15758 \family default
15759  die Grenzen auf 
15760 \series bold
15761 Eingebettet
15762 \series default
15763  (Tastenkombination 
15764 \family sans
15765 Alt-m
15766 \begin_inset Space ~
15767 \end_inset
15768
15769 l
15770 \family default
15771 ).
15772  Dazu folgendes Beispiel:
15773 \end_layout
15774
15775 \begin_layout Standard
15776 Die normalen Grenzen sehen so aus:
15777 \begin_inset Formula \[
15778 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15779
15780 \end_inset
15781
15782 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15783 \begin_inset Formula \[
15784 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15785
15786 \end_inset
15787
15788 Bei Integralen werden mit Ausnahme von 
15789 \series bold
15790
15791 \backslash
15792 intop
15793 \series default
15794  und 
15795 \series bold
15796
15797 \backslash
15798 ointop
15799 \series default
15800  die Grenzen standardmäßig neben den Operator gesetzt.
15801  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15802  gesetzt.
15803  Im folgenden Beispiel wurde die Grenze deswegen auf 
15804 \series bold
15805 Anzeige
15806 \series default
15807  gesetzt und damit unter die Integrale geschrieben:
15808 \begin_inset Formula \begin{equation}
15809 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15810
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \begin_layout Standard
15817 \begin_inset VSpace medskip
15818 \end_inset
15819
15820 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15821 \series bold
15822
15823 \backslash
15824 subarray
15825 \series default
15826
15827 \begin_inset Index
15828 status collapsed
15829
15830 \begin_layout Plain Layout
15831 Befehle ! S ! 
15832 \backslash
15833 subarray
15834 \end_layout
15835
15836 \end_inset
15837
15838  und 
15839 \series bold
15840
15841 \backslash
15842 substack
15843 \series default
15844
15845 \begin_inset Index
15846 status collapsed
15847
15848 \begin_layout Plain Layout
15849 Befehle ! S ! 
15850 \backslash
15851 substack
15852 \end_layout
15853
15854 \end_inset
15855
15856 .
15857  Um z.
15858 \begin_inset Space \thinspace{}
15859 \end_inset
15860
15861 B.
15862  diesen Ausdruck 
15863 \begin_inset Formula \begin{equation}
15864 \sum_{\begin{subarray}{c}
15865 0<k<1000\\
15866 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15867
15868 \end_inset
15869
15870 zu erstellen, muss man Folgendes tun:
15871 \begin_inset Newline newline
15872 \end_inset
15873
15874 Zuerst gibt man den Befehl 
15875 \series bold
15876
15877 \backslash
15878 sum
15879 \series default
15880 ^
15881 \series bold
15882 n
15883 \begin_inset ERT
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887
15888
15889 \backslash
15890 leer 
15891 \end_layout
15892
15893 \end_inset
15894
15895 _
15896 \series default
15897  ein.
15898  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15899  In dieses gibt man den Befehl 
15900 \series bold
15901
15902 \backslash
15903 subarray
15904 \begin_inset ERT
15905 status collapsed
15906
15907 \begin_layout Plain Layout
15908
15909
15910 \backslash
15911 leer 
15912 \end_layout
15913
15914 \end_inset
15915
15916
15917 \series default
15918  ein.
15919  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
15920  Zeilen untereinander schreiben.
15921  Mit Eingabe des Zeilenumbruchs (
15922 \family sans
15923 Strg-Enter
15924 \family default
15925 ) wird eine neue Zeile erstellt.
15926  Gibt man
15927 \begin_inset Newline newline
15928 \end_inset
15929
15930
15931 \series bold
15932 0<k<1000 Strg-Enter
15933 \begin_inset Newline newline
15934 \end_inset
15935
15936
15937 \series default
15938 ein, erscheint darunter ein Kästchen für die neue Zeile.
15939 \end_layout
15940
15941 \begin_layout Standard
15942 Die Ausrichtung der Zeilen kann mit der 
15943 \family sans
15944 Tabellen-Werkzeugleiste
15945 \family default
15946  oder dem Menü 
15947 \family sans
15948 Bearbeiten\SpecialChar \menuseparator
15949 Zeilen & Spalten
15950 \family default
15951  auf links geändert werden.
15952  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15953 \series bold
15954
15955 \backslash
15956 hfill
15957 \begin_inset ERT
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961
15962
15963 \backslash
15964 leer 
15965 \end_layout
15966
15967 \end_inset
15968
15969
15970 \series default
15971  eingegeben.
15972 \end_layout
15973
15974 \begin_layout Standard
15975 Der Befehl 
15976 \series bold
15977
15978 \backslash
15979 substack
15980 \series default
15981  ist äquivalent zu 
15982 \series bold
15983
15984 \backslash
15985 subarray
15986 \series default
15987 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15988 \end_layout
15989
15990 \begin_layout Standard
15991 \begin_inset VSpace bigskip
15992 \end_inset
15993
15994 Wie bei Formel 
15995 \begin_inset CommandInset ref
15996 LatexCommand eqref
15997 reference "eq:substack"
15998
15999 \end_inset
16000
16001  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16002  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16003 \end_layout
16004
16005 \begin_layout Standard
16006 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16007 \end_layout
16008
16009 \begin_layout Standard
16010
16011 \series bold
16012
16013 \backslash
16014 def
16015 \backslash
16016 clap#1{
16017 \backslash
16018 hbox to 0pt{
16019 \backslash
16020 hss #1
16021 \backslash
16022 hss}}
16023 \begin_inset Newline newline
16024 \end_inset
16025
16026
16027 \backslash
16028 def
16029 \backslash
16030 mathclap {
16031 \backslash
16032 mathpalette 
16033 \backslash
16034 mathclapinternal}
16035 \begin_inset Newline newline
16036 \end_inset
16037
16038
16039 \backslash
16040 def
16041 \backslash
16042 mathclapinternal #1#2{
16043 \backslash
16044 clap{$
16045 \backslash
16046 mathsurround =0pt #1{#2}$}}
16047 \end_layout
16048
16049 \begin_layout Standard
16050 Dadurch wird der Befehl 
16051 \series bold
16052
16053 \backslash
16054 mathclap
16055 \series default
16056
16057 \begin_inset Index
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061 Befehle ! M ! 
16062 \backslash
16063 mathclap
16064 \end_layout
16065
16066 \end_inset
16067
16068  definiert, der die Breite der Grenze auf 0
16069 \begin_inset Space \thinspace{}
16070 \end_inset
16071
16072 pt setzt.
16073  Das Befehlsschema lautet
16074 \end_layout
16075
16076 \begin_layout Standard
16077
16078 \series bold
16079
16080 \backslash
16081 mathclap{Grenze}
16082 \end_layout
16083
16084 \begin_layout Standard
16085 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16086 \end_layout
16087
16088 \begin_layout Standard
16089 Auf Formel 
16090 \begin_inset CommandInset ref
16091 LatexCommand eqref
16092 reference "eq:substack"
16093
16094 \end_inset
16095
16096  angewandt, gibt man also den Befehl
16097 \end_layout
16098
16099 \begin_layout Standard
16100
16101 \series bold
16102
16103 \backslash
16104 sum_
16105 \backslash
16106 mathclap{
16107 \backslash
16108 substack
16109 \begin_inset ERT
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113
16114
16115 \backslash
16116 leer 
16117 \end_layout
16118
16119 \end_inset
16120
16121 0<k<1000 Strg-Enter
16122 \end_layout
16123
16124 \begin_layout Standard
16125 ein, um die untere Grenze zu erstellen.
16126  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16127 \begin_inset Formula \[
16128 \sum_{\mathclap {\substack{0<k<1000\\
16129 \\k\,\in\,\mathbb{N}}
16130 }}^{n}k^{-2}\]
16131
16132 \end_inset
16133
16134
16135 \end_layout
16136
16137 \begin_layout Standard
16138 \begin_inset VSpace bigskip
16139 \end_inset
16140
16141 In 
16142 \begin_inset CommandInset ref
16143 LatexCommand ref
16144 reference "sub:Selbstdefinierte-Operatoren"
16145
16146 \end_inset
16147
16148  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16149 \end_layout
16150
16151 \begin_layout Subsection
16152 Binäre Operatoren
16153 \begin_inset CommandInset label
16154 LatexCommand label
16155 name "sub:Binäre-Operatoren"
16156
16157 \end_inset
16158
16159
16160 \begin_inset Index
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Operatoren ! binäre
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Standard
16173 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16174  ein Zeichen befindet.
16175 \begin_inset VSpace medskip
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Standard
16182 \begin_inset Space \hfill{}
16183 \end_inset
16184
16185
16186 \begin_inset Tabular
16187 <lyxtabular version="3" rows="13" columns="2">
16188 <features>
16189 <column alignment="center" valignment="top" width="0pt">
16190 <column alignment="center" valignment="top" width="0pt">
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 Befehl
16197 \begin_inset Note Note
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201
16202 \series bold
16203
16204 \backslash
16205 raisebox
16206 \series default
16207  dient nur als Abstandhalter.
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 Ergebnis
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 </row>
16227 <row>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 +
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Formula $+$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 -
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Formula $-$
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \backslash
16280 pm
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 \begin_inset Formula $\pm$
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303
16304 \backslash
16305 mp
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 \begin_inset Formula $\mp$
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 </row>
16323 <row>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328
16329 \backslash
16330 cdot
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 \begin_inset Formula $\cdot$
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353
16354 \backslash
16355 times
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 \begin_inset Formula $\times$
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \backslash
16380 div
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 \begin_inset Formula $\div$
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 \begin_inset ERT
16404 status collapsed
16405
16406 \begin_layout Plain Layout
16407
16408
16409 \backslash
16410 raisebox{-1.2mm}{
16411 \end_layout
16412
16413 \end_inset
16414
16415 *
16416 \begin_inset ERT
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420
16421 }
16422 \end_layout
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Formula $*$
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \backslash
16451 star
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 \begin_inset Formula $\star$
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \backslash
16476 circ
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 \begin_inset Formula $\circ$
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \backslash
16501 diamond
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $\diamond$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \backslash
16526 bullet
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\bullet$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 </lyxtabular>
16545
16546 \end_inset
16547
16548
16549 \begin_inset Space \hfill{}
16550 \end_inset
16551
16552
16553 \begin_inset Tabular
16554 <lyxtabular version="3" rows="13" columns="2">
16555 <features>
16556 <column alignment="center" valignment="top" width="0pt">
16557 <column alignment="center" valignment="top" width="0pt">
16558 <row>
16559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 Befehl
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 Ergebnis
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583
16584 \backslash
16585 nabla
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $\nabla$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \backslash
16610 bigtriangledown
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $\bigtriangledown$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 bigtriangleup
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\bigtriangleup$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 Box
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\Box$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 cap 
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\cap$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \backslash
16710 cup
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\cup$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \backslash
16735 dagger
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Formula $\dagger$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \backslash
16760 ddagger
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\ddagger$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \backslash
16785 wr
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\wr$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 bigcirc
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\bigcirc$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 wedge
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\wedge$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 vee
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\vee$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 </lyxtabular>
16879
16880 \end_inset
16881
16882
16883 \begin_inset Space \hfill{}
16884 \end_inset
16885
16886
16887 \begin_inset Tabular
16888 <lyxtabular version="3" rows="13" columns="2">
16889 <features>
16890 <column alignment="center" valignment="top" width="0pt">
16891 <column alignment="center" valignment="top" width="0pt">
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 Befehl
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 Ergebnis
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \backslash
16919 oplus
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset Formula $\oplus$
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \backslash
16944 ominus
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $\ominus$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 otimes
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\otimes$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 oslash
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\oslash$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 odot
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\odot$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 amalg
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\amalg$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 uplus
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\uplus$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \backslash
17094 setminus
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\setminus$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \backslash
17119 sqcap
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\sqcap$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \backslash
17144 sqcup
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\sqcup$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \backslash
17169 triangleleft
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 \begin_inset Formula $\triangleleft$
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \backslash
17194 triangleright
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\triangleright$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 </lyxtabular>
17213
17214 \end_inset
17215
17216
17217 \begin_inset Space \hfill{}
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17225  
17226 \begin_inset Graphics
17227         filename ../../images/math/pm.png
17228         embed ""
17229         scale 85
17230
17231 \end_inset
17232
17233  eingefügt werden.
17234 \end_layout
17235
17236 \begin_layout Standard
17237 Um den Laplace-Operator darzustellen, kann man statt 
17238 \series bold
17239
17240 \backslash
17241 bigtriangleup
17242 \series default
17243  auch 
17244 \series bold
17245
17246 \backslash
17247 Delta
17248 \series default
17249  verwenden oder man benutzt 
17250 \series bold
17251
17252 \backslash
17253 nabla
17254 \series default
17255 ^
17256 \series bold
17257 2
17258 \series default
17259  (
17260 \begin_inset Formula $\nabla^{2}$
17261 \end_inset
17262
17263 ).
17264 \end_layout
17265
17266 \begin_layout Standard
17267 Das Zeichen 
17268 \family sans
17269 Menütrenner
17270 \family default
17271  im Menü 
17272 \family sans
17273 Einfügen\SpecialChar \menuseparator
17274 Sonderzeichen
17275 \family default
17276  ist der Operator 
17277 \series bold
17278
17279 \backslash
17280 triangleright
17281 \series default
17282 .
17283 \end_layout
17284
17285 \begin_layout Subsection
17286 Selbst definierte Operatoren
17287 \begin_inset CommandInset label
17288 LatexCommand label
17289 name "sub:Selbstdefinierte-Operatoren"
17290
17291 \end_inset
17292
17293
17294 \begin_inset Index
17295 status collapsed
17296
17297 \begin_layout Plain Layout
17298 Operatoren ! selbstdefinierte
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \begin_layout Standard
17307 Mit Hilfe des Befehls 
17308 \series bold
17309
17310 \backslash
17311 DeclareMathOperator
17312 \series default
17313
17314 \begin_inset Index
17315 status collapsed
17316
17317 \begin_layout Plain Layout
17318 Befehle ! D ! 
17319 \backslash
17320 dbinom@
17321 \backslash
17322 DeclareMathOperator
17323 \end_layout
17324
17325 \end_inset
17326
17327  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17328  Das Befehlsschema dazu lautet:
17329 \end_layout
17330
17331 \begin_layout Standard
17332
17333 \series bold
17334
17335 \backslash
17336 DeclareMathOperator{neuer Befehl}{Anzeige}
17337 \end_layout
17338
17339 \begin_layout Standard
17340 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17341  im Ausdruck aussieht.
17342  Will man einen großen Operator definieren, setzt man hinter den Befehl
17343  ein 
17344 \series bold
17345 *
17346 \series default
17347 .
17348  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17349  wie in 
17350 \begin_inset CommandInset ref
17351 LatexCommand ref
17352 reference "sub:Operatorgrenzen"
17353
17354 \end_inset
17355
17356  beschrieben.
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Beispielsweise definiert die LaTeX-Vorspannzeile
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 DeclareMathOperator*{
17369 \backslash
17370 Raute}{
17371 \backslash
17372 blacklozenge}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 den Befehl 
17377 \series bold
17378
17379 \backslash
17380 Raute
17381 \series default
17382 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17383  aus 
17384 \begin_inset CommandInset ref
17385 LatexCommand ref
17386 reference "sub:Sonstige-Symbole"
17387
17388 \end_inset
17389
17390  besteht:
17391 \begin_inset Formula \[
17392 \Raute _{n=1}^{\infty}\]
17393
17394 \end_inset
17395
17396 Der Befehl für diese Formel lautet: 
17397 \series bold
17398
17399 \backslash
17400 Raute
17401 \series default
17402 ^
17403 \series bold
17404
17405 \backslash
17406 infty
17407 \begin_inset Formula $\to$
17408 \end_inset
17409
17410 _n=1
17411 \end_layout
17412
17413 \begin_layout Standard
17414 \begin_inset VSpace bigskip
17415 \end_inset
17416
17417 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17418  auch mit den Befehlen 
17419 \series bold
17420
17421 \backslash
17422 mathop
17423 \series default
17424
17425 \begin_inset Index
17426 status collapsed
17427
17428 \begin_layout Plain Layout
17429 Befehle ! M ! 
17430 \backslash
17431 mathop
17432 \end_layout
17433
17434 \end_inset
17435
17436  und 
17437 \series bold
17438
17439 \backslash
17440 mathbin
17441 \series default
17442
17443 \begin_inset Index
17444 status collapsed
17445
17446 \begin_layout Plain Layout
17447 Befehle ! M ! 
17448 \backslash
17449 mathbin
17450 \end_layout
17451
17452 \end_inset
17453
17454  definieren, die folgendes Schema besitzen:
17455 \end_layout
17456
17457 \begin_layout Standard
17458
17459 \series bold
17460
17461 \backslash
17462 mathop{Anzeige}
17463 \series default
17464  bzw.
17465  
17466 \series bold
17467
17468 \backslash
17469 mathbin{Anzeige}
17470 \end_layout
17471
17472 \begin_layout Standard
17473
17474 \series bold
17475
17476 \backslash
17477 mathop
17478 \series default
17479  definiert große, 
17480 \series bold
17481
17482 \backslash
17483 mathbin
17484 \series default
17485  binäre Operatoren.
17486 \end_layout
17487
17488 \begin_layout Standard
17489
17490 \series bold
17491
17492 \backslash
17493 mathop
17494 \series default
17495  lässt sich z.
17496 \begin_inset Space \thinspace{}
17497 \end_inset
17498
17499 B.
17500  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17501 \begin_inset Formula \[
17502 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17503
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \begin_layout Standard
17510 Der Befehl für obige Formel lautet:
17511 \begin_inset Newline newline
17512 \end_inset
17513
17514  
17515 \series bold
17516
17517 \backslash
17518 mathop{
17519 \backslash
17520 sum
17521 \backslash
17522 negmedspace
17523 \backslash
17524 sum
17525 \series default
17526
17527 \begin_inset ERT
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531
17532
17533 \backslash
17534 leer 
17535 \end_layout
17536
17537 \end_inset
17538
17539
17540 \series bold
17541
17542 \begin_inset Formula $\to$
17543 \end_inset
17544
17545 ^N
17546 \series default
17547
17548 \begin_inset ERT
17549 status collapsed
17550
17551 \begin_layout Plain Layout
17552
17553
17554 \backslash
17555 leer 
17556 \end_layout
17557
17558 \end_inset
17559
17560
17561 \series bold
17562 _i,j=1
17563 \end_layout
17564
17565 \begin_layout Section
17566 Schriften
17567 \begin_inset Index
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571 Schriften
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Subsection
17580 Schriftstile
17581 \begin_inset CommandInset label
17582 LatexCommand label
17583 name "sub:Schriftstile"
17584
17585 \end_inset
17586
17587
17588 \begin_inset Index
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592 Schriften ! Schriftstile
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17602  gesetzt werden:
17603 \begin_inset VSpace -2mm
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 \align center
17611 \begin_inset Tabular
17612 <lyxtabular version="3" rows="6" columns="3">
17613 <features>
17614 <column alignment="center" valignment="top" width="0">
17615 <column alignment="center" valignment="top" width="0">
17616 <column alignment="center" valignment="top" width="0">
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 Befehl
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 Ergebnis
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 Tastenkürzel
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 mathbb
17654 \series bold
17655
17656 \begin_inset ERT
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660
17661
17662 \backslash
17663 leer 
17664 \end_layout
17665
17666 \end_inset
17667
17668
17669 \series default
17670 ABC
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset Formula $\mathbb{ABC}$
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 Alt-z k
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \backslash
17704 mathbf
17705 \series bold
17706
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712
17713 \backslash
17714 leer 
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \series default
17721 AbC
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset Formula $\mathbf{AbC}$
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 -
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 boldsymbol
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 $\boldsymbol{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 f
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 mathcal
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 $\mathcal{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 Alt-z h
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 mathfrak
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" bottomline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Formula $\mathfrak{AbC}$
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 -
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 </lyxtabular>
17902
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \begin_layout Standard
17909 \align center
17910 \begin_inset Tabular
17911 <lyxtabular version="3" rows="5" columns="3">
17912 <features>
17913 <column alignment="center" valignment="top" width="0">
17914 <column alignment="center" valignment="top" width="0">
17915 <column alignment="center" valignment="top" width="0">
17916 <row>
17917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 Befehl
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 Ergebnis
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 Tastenkürzel
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \backslash
17952 mathit
17953 \series bold
17954
17955 \begin_inset ERT
17956 status collapsed
17957
17958 \begin_layout Plain Layout
17959
17960
17961 \backslash
17962 leer 
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \series default
17969 AbC
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Formula $\mathit{AbC}$
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 -
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \backslash
18003 mathrm
18004 \series bold
18005
18006 \begin_inset ERT
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010
18011
18012 \backslash
18013 leer 
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \series default
18020 AbC
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 \begin_inset Formula $\mathrm{AbC}$
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Alt-z r
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 mathsf
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 $\mathsf{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 Alt-z s
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathtt
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" bottomline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathtt{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 Alt-z c
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 </lyxtabular>
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 \begin_inset Note Greyedout
18158 status open
18159
18160 \begin_layout Plain Layout
18161
18162 \series bold
18163 Achtung:
18164 \series default
18165  Die Stile 
18166 \series bold
18167
18168 \backslash
18169 mathbb
18170 \series default
18171  und 
18172 \series bold
18173
18174 \backslash
18175 mathcal
18176 \series default
18177  können nur für Großbuchstaben verwendet werden.
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 Voreingestellt ist der Stil 
18187 \series bold
18188
18189 \backslash
18190 mathnormal
18191 \series default
18192 .
18193 \end_layout
18194
18195 \begin_layout Standard
18196 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18197 \begin_inset Formula \[
18198 \mathfrak{A=\frac{b}{C}}\]
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18207 ile, sondern in dem Textschriftstil 
18208 \series bold
18209
18210 \backslash
18211 textrm
18212 \series default
18213 .
18214  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18215  Fehler in LyX .
18216 \begin_inset Foot
18217 status collapsed
18218
18219 \begin_layout Plain Layout
18220 \begin_inset CommandInset href
18221 LatexCommand href
18222 name "LyX-Fehler #4091"
18223 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 Anstelle der Stilbefehle kann man auch den Dialog 
18237 \family sans
18238 Bearbeiten\SpecialChar \menuseparator
18239 Mathe\SpecialChar \menuseparator
18240 Text-Stil
18241 \family default
18242  oder den Mathe-Werkzeugleistenknopf 
18243 \begin_inset Graphics
18244         filename ../../images/math/font.png
18245         embed ""
18246         scale 85
18247
18248 \end_inset
18249
18250  verwenden.
18251 \end_layout
18252
18253 \begin_layout Subsection
18254 Fett gedruckte Formeln
18255 \begin_inset CommandInset label
18256 LatexCommand label
18257 name "sub:Fett-gedruckte-Formeln"
18258
18259 \end_inset
18260
18261
18262 \begin_inset Index
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266 Formel ! fett gedruckte
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Standard
18275 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18276  Kapitel angegebenen Befehl 
18277 \series bold
18278
18279 \backslash
18280 mathbf
18281 \series default
18282  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18283  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18284  Formel gut erkennt:
18285 \end_layout
18286
18287 \begin_layout Standard
18288 \begin_inset Formula \[
18289 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash  mathbf}\]
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18298 \series bold
18299
18300 \backslash
18301 boldsymbol
18302 \series default
18303 :
18304 \begin_inset Formula \[
18305 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash  boldsymbol}}\]
18306
18307 \end_inset
18308
18309 Es gibt auch die Möglichkeit die Formel in eine 
18310 \series bold
18311 boldmath-Umgebung
18312 \series default
18313  zu setzen.
18314  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18315 \series bold
18316
18317 \backslash
18318 boldmath
18319 \begin_inset Index
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323 Befehle ! B ! 
18324 \backslash
18325 boldmath
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \series default
18332  eingibt.
18333  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18334 \series bold
18335
18336 \backslash
18337 unboldmath
18338 \begin_inset Index
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342 Befehle ! U ! 
18343 \backslash
18344 unboldmath
18345 \end_layout
18346
18347 \end_inset
18348
18349
18350 \series default
18351  ein.
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 boldmath 
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \begin_inset Formula \[
18366 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18367
18368 \end_inset
18369
18370
18371 \begin_inset ERT
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375
18376
18377 \backslash
18378 unboldmath 
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Subsection
18387 Schriftgrößen
18388 \begin_inset CommandInset label
18389 LatexCommand label
18390 name "sub:Schriftgrößen"
18391
18392 \end_inset
18393
18394
18395 \begin_inset Index
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399 Schriften ! Schriftgrößen
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Standard
18408 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18409 le:
18410 \end_layout
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415
18416 \backslash
18417 Huge
18418 \series default
18419
18420 \series bold
18421
18422 \backslash
18423 huge
18424 \series default
18425
18426 \series bold
18427
18428 \backslash
18429 LARGE
18430 \series default
18431
18432 \series bold
18433
18434 \backslash
18435 Large
18436 \series default
18437
18438 \series bold
18439
18440 \backslash
18441 large
18442 \series default
18443
18444 \series bold
18445
18446 \backslash
18447 normalsize
18448 \series default
18449
18450 \series bold
18451
18452 \backslash
18453 small
18454 \series default
18455
18456 \series bold
18457
18458 \backslash
18459 footnotesize
18460 \series default
18461 ,
18462 \begin_inset Newline linebreak
18463 \end_inset
18464
18465
18466 \series bold
18467
18468 \backslash
18469 scriptsize
18470 \series default
18471  und 
18472 \series bold
18473
18474 \backslash
18475 tiny
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18480  ab, die dem Befehl 
18481 \series bold
18482
18483 \backslash
18484 normalsize
18485 \series default
18486  entspricht.
18487  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18488 \series bold
18489
18490 \backslash
18491 normalsize
18492 \series default
18493 .
18494  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18495  Beträgt z.
18496 \begin_inset Space \thinspace{}
18497 \end_inset
18498
18499 B.
18500  die Dokumentschriftgröße 12
18501 \begin_inset Space \thinspace{}
18502 \end_inset
18503
18504 pt, produziert der Befehl 
18505 \series bold
18506
18507 \backslash
18508 Huge
18509 \series default
18510  dasselbe wie 
18511 \series bold
18512
18513 \backslash
18514 huge
18515 \series default
18516 .
18517  
18518 \end_layout
18519
18520 \begin_layout Standard
18521 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18522  Größe aller nachfolgenden Formel- und Textzeichen fest.
18523  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18524  TeX-Modus den Befehl 
18525 \series bold
18526
18527 \backslash
18528 normalsize
18529 \series default
18530  ein.
18531 \end_layout
18532
18533 \begin_layout Standard
18534 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18535  mathematischen Text geändert werden.
18536  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18537  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18538  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18539  Dazu zwei Beispiele:
18540 \begin_inset VSpace -2mm
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 \begin_inset ERT
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552
18553 \backslash
18554 huge 
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \begin_inset Formula \[
18561 A=\frac{B}{c}\cdot\maltese\]
18562
18563 \end_inset
18564
18565
18566 \begin_inset Formula \[
18567 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18568
18569 \end_inset
18570
18571
18572 \begin_inset ERT
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 normalsize 
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset VSpace medskip
18589 \end_inset
18590
18591 Vor beiden Formeln wurde der Befehl 
18592 \series bold
18593
18594 \backslash
18595 huge
18596 \series default
18597  eingegeben.
18598  Der Befehl für die zweite Formel lautet:
18599 \begin_inset Newline newline
18600 \end_inset
18601
18602
18603 \series bold
18604
18605 \backslash
18606 maltese
18607 \begin_inset ERT
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611
18612
18613 \backslash
18614 leer 
18615 \end_layout
18616
18617 \end_inset
18618
18619 A M-m m 
18620 \backslash
18621 Large
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 leer 
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \backslash
18636 maltese
18637 \begin_inset ERT
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 leer 
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \backslash
18651 textit
18652 \begin_inset ERT
18653 status collapsed
18654
18655 \begin_layout Plain Layout
18656
18657
18658 \backslash
18659 leer 
18660 \end_layout
18661
18662 \end_inset
18663
18664 A
18665 \begin_inset Formula $\to$
18666 \end_inset
18667
18668
18669 \begin_inset Formula $\to$
18670 \end_inset
18671
18672
18673 \begin_inset Newline newline
18674 \end_inset
18675
18676
18677 \begin_inset Space \hspace*{}
18678 \length 1cm
18679 \end_inset
18680
18681 M-m
18682 \series default
18683  
18684 \series bold
18685
18686 \backslash
18687 tiny
18688 \begin_inset ERT
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 leer 
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \backslash
18702 maltese
18703 \begin_inset ERT
18704 status collapsed
18705
18706 \begin_layout Plain Layout
18707
18708
18709 \backslash
18710 leer 
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \backslash
18717 textit
18718 \begin_inset ERT
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722
18723
18724 \backslash
18725 leer 
18726 \end_layout
18727
18728 \end_inset
18729
18730 A
18731 \end_layout
18732
18733 \begin_layout Standard
18734 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18735  immer in der Standardgröße dargestellt.
18736 \end_layout
18737
18738 \begin_layout Section
18739 Griechische Buchstaben
18740 \begin_inset Index
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744 griechische Buchstaben
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Standard
18753 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18754  
18755 \begin_inset Graphics
18756         filename ../../images/math/alpha.png
18757         embed ""
18758         scale 85
18759
18760 \end_inset
18761
18762  eingefügt werden.
18763 \end_layout
18764
18765 \begin_layout Subsection
18766 Kleine Buchstaben
18767 \begin_inset CommandInset label
18768 LatexCommand label
18769 name "sub:Kleine-Buchstaben"
18770
18771 \end_inset
18772
18773
18774 \begin_inset Index
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778 griechische Buchstaben ! kleine
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \begin_layout Standard
18787 \begin_inset Space \hfill{}
18788 \end_inset
18789
18790
18791 \begin_inset Tabular
18792 <lyxtabular version="3" rows="11" columns="2">
18793 <features>
18794 <column alignment="center" valignment="top" width="0pt">
18795 <column alignment="center" valignment="top" width="0pt">
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 Befehl
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 Ergebnis
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \backslash
18823 alpha
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 \begin_inset Formula $\alpha$
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \backslash
18848 beta
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 \begin_inset Formula $\beta$
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 </row>
18866 <row>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871
18872 \backslash
18873 gamma
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 \begin_inset Formula $\gamma$
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 </row>
18891 <row>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \backslash
18898 delta
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 \begin_inset Formula $\delta$
18908 \end_inset
18909
18910
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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 zeta
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 $\zeta$
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 eta
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 $\eta$
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 theta
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 $\theta$
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" bottomline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 vartheta
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\vartheta$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 </lyxtabular>
19067
19068 \end_inset
19069
19070
19071 \begin_inset Space \hfill{}
19072 \end_inset
19073
19074
19075 \begin_inset Tabular
19076 <lyxtabular version="3" rows="12" columns="2">
19077 <features>
19078 <column alignment="center" valignment="top" width="0pt">
19079 <column alignment="center" valignment="top" width="0pt">
19080 <row>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 Befehl
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 Ergebnis
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \backslash
19107 iota
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 \begin_inset Formula $\iota$
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \backslash
19132 kappa
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 \begin_inset Formula $\kappa$
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 <row>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \backslash
19157 varkappa
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166 \begin_inset Formula $\varkappa$
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \backslash
19182 lambda
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Formula $\lambda$
19192 \end_inset
19193
19194
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 mu
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 $\mu$
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 nu
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 $\nu$
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 xi
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 $\xi$
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 o
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $o$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 pi
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\pi$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 varpi
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula $\varpi$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 <row>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \backslash
19355 rho
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset Formula $\rho$
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 </lyxtabular>
19374
19375 \end_inset
19376
19377
19378 \begin_inset Space \hfill{}
19379 \end_inset
19380
19381
19382 \begin_inset Tabular
19383 <lyxtabular version="3" rows="11" columns="2">
19384 <features>
19385 <column alignment="center" valignment="top" width="0pt">
19386 <column alignment="center" valignment="top" width="0pt">
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 Befehl
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 Ergebnis
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 varrho
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\varrho$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 sigma
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\sigma$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 varsigma
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\varsigma$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 tau
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\tau$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 upsilon
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 $\upsilon$
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 phi
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 $\phi$
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 varphi
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 $\varphi$
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 chi
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 $\chi$
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 psi
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 $\psi$
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" bottomline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \backslash
19639 omega
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Formula $\omega$
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 </lyxtabular>
19658
19659 \end_inset
19660
19661
19662 \begin_inset Space \hfill{}
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \begin_layout Standard
19669 \begin_inset VSpace medskip
19670 \end_inset
19671
19672 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19673 \begin_inset CommandInset ref
19674 LatexCommand ref
19675 reference "sub:Aufrechte-kleine-griechische"
19676
19677 \end_inset
19678
19679  beschrieben.
19680 \end_layout
19681
19682 \begin_layout Subsection
19683 Große Buchstaben
19684 \begin_inset Index
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688 griechische Buchstaben ! große
19689 \end_layout
19690
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \begin_layout Standard
19697 \begin_inset Space \hfill{}
19698 \end_inset
19699
19700
19701 \begin_inset Tabular
19702 <lyxtabular version="3" rows="7" columns="2">
19703 <features>
19704 <column alignment="center" valignment="top" width="0pt">
19705 <column alignment="center" valignment="top" width="0pt">
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 Befehl
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 Ergebnis
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 Gamma
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\Gamma$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 Delta
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\Delta$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 Theta
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\Theta$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \backslash
19808 Lambda
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $\Lambda$
19818 \end_inset
19819
19820
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 Xi
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 $\Xi$
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" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 Pi
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\Pi$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 </lyxtabular>
19877
19878 \end_inset
19879
19880
19881 \begin_inset Space \hfill{}
19882 \end_inset
19883
19884
19885 \begin_inset Tabular
19886 <lyxtabular version="3" rows="6" columns="2">
19887 <features>
19888 <column alignment="center" valignment="top" width="0pt">
19889 <column alignment="center" valignment="top" width="0pt">
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 Befehl
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 Ergebnis
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 </row>
19910 <row>
19911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \backslash
19917 Sigma
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926 \begin_inset Formula $\Sigma$
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 </row>
19935 <row>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \backslash
19942 Upsilon
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 \begin_inset Formula $\Upsilon$
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 <row>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \backslash
19967 Phi
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 \begin_inset Formula $\Phi$
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 </row>
19985 <row>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990
19991 \backslash
19992 Psi
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001 \begin_inset Formula $\Psi$
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \backslash
20017 Omega
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\Omega$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 </lyxtabular>
20036
20037 \end_inset
20038
20039
20040 \begin_inset Space \hfill{}
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \begin_layout Standard
20047 \begin_inset VSpace medskip
20048 \end_inset
20049
20050 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20051  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20052  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20053  mit 
20054 \series bold
20055 var
20056 \series default
20057 .
20058  So ergibt z.
20059 \begin_inset Space \thinspace{}
20060 \end_inset
20061
20062 B.
20063  der Befehl 
20064 \series bold
20065
20066 \backslash
20067 varGamma
20068 \series default
20069
20070 \begin_inset Formula $\varGamma $
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \begin_layout Subsection
20077 Fett gedruckte Buchstaben
20078 \begin_inset Index
20079 status collapsed
20080
20081 \begin_layout Plain Layout
20082 griechische Buchstaben ! fett gedruckte
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \begin_layout Standard
20091 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20092  Schriftstilen darstellen.
20093  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20094 \series bold
20095
20096 \backslash
20097 boldsymbol
20098 \series default
20099
20100 \begin_inset Index
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104 Befehle ! B ! 
20105 \backslash
20106 boldsymbol
20107 \end_layout
20108
20109 \end_inset
20110
20111  fett gedruckt auszugeben.
20112 \end_layout
20113
20114 \begin_layout Standard
20115 \align center
20116 \begin_inset Tabular
20117 <lyxtabular version="3" rows="3" columns="2">
20118 <features>
20119 <column alignment="center" valignment="top" width="0">
20120 <column alignment="center" valignment="top" width="0">
20121 <row>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 Befehl
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 Ergebnis
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 Upsilon
20149 \backslash
20150 boldsymbol
20151 \backslash
20152 Upsilon
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \backslash
20177 theta
20178 \backslash
20179 boldsymbol
20180 \backslash
20181 theta
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 \begin_inset Formula $\theta\boldsymbol{\theta}$
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 </lyxtabular>
20200
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \begin_layout Section
20207 Symbole
20208 \begin_inset ERT
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212
20213
20214 \backslash
20215 texorpdfstring{
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset Foot
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20226  
20227 \begin_inset CommandInset citation
20228 LatexCommand cite
20229 key "Symbole"
20230
20231 \end_inset
20232
20233 .
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \begin_inset ERT
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243
20244 }{}
20245 \end_layout
20246
20247 \end_inset
20248
20249
20250 \begin_inset Note Note
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254
20255 \series bold
20256
20257 \backslash
20258 texorpdfstring
20259 \series default
20260  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20261 \end_layout
20262
20263 \begin_layout Plain Layout
20264 Näheres zu 
20265 \series bold
20266
20267 \backslash
20268 texorpdfstring
20269 \series default
20270  steht in Kapitel 
20271 \begin_inset CommandInset ref
20272 LatexCommand ref
20273 reference "sub:Formeln-in-Überschriften"
20274
20275 \end_inset
20276
20277 .
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \begin_inset Index
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287 Symbole
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \begin_layout Standard
20296 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20297
20298 leistenknöpfe 
20299 \begin_inset Graphics
20300         filename ../../images/math/nabla.png
20301         embed ""
20302         scale 85
20303
20304 \end_inset
20305
20306  und 
20307 \begin_inset Graphics
20308         filename ../../images/math/digamma.png
20309         embed ""
20310         scale 85
20311
20312 \end_inset
20313
20314  eingefügt werden.
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset Newpage newpage
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Subsection
20325 Mathematische Symbole
20326 \begin_inset CommandInset label
20327 LatexCommand label
20328 name "sub:Mathematische-Symbole"
20329
20330 \end_inset
20331
20332
20333 \begin_inset Index
20334 status collapsed
20335
20336 \begin_layout Plain Layout
20337 Symbole ! mathematische
20338 \end_layout
20339
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \begin_layout Standard
20346 \begin_inset Space \hfill{}
20347 \end_inset
20348
20349
20350 \begin_inset Tabular
20351 <lyxtabular version="3" rows="10" columns="2">
20352 <features>
20353 <column alignment="center" valignment="top" width="0pt">
20354 <column alignment="center" valignment="top" width="0pt">
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 Befehl
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 Ergebnis
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 neg
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\neg$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 Im
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\Im$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \backslash
20432 Re
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\Re$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 </row>
20450 <row>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 aleph
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\aleph$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 partial
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\partial$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \backslash
20507 infty
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Formula $\infty$
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \backslash
20532 wp
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 \begin_inset Formula $\wp$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \backslash
20557 imath
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Formula $\imath$
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 <row>
20576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580
20581 \backslash
20582 jmath
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset Formula $\jmath$
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 </row>
20600 </lyxtabular>
20601
20602 \end_inset
20603
20604
20605 \begin_inset Space \hfill{}
20606 \end_inset
20607
20608
20609 \begin_inset Tabular
20610 <lyxtabular version="3" rows="10" columns="2">
20611 <features>
20612 <column alignment="center" valignment="top" width="0pt">
20613 <column alignment="center" valignment="top" width="0pt">
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 Befehl
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 Ergebnis
20629 \begin_inset Note Note
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633
20634 \series bold
20635
20636 \backslash
20637 raisebox
20638 \series default
20639  dient nur als Abstandhalter.
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 forall
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 \begin_inset Formula $\forall$
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 exists
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\exists$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \backslash
20707 nexists
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $\nexists$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 </row>
20725 <row>
20726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730
20731 \backslash
20732 emptyset
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 \begin_inset Formula $\emptyset$
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 varnothing
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Formula $\varnothing$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 <row>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780
20781 \backslash
20782 dag
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Formula $\dag $
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805
20806 \backslash
20807 ddag
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 \begin_inset Formula $\ddag $
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830
20831 \backslash
20832 complement
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset ERT
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845
20846
20847 \backslash
20848 raisebox{-0.8mm}{
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \begin_inset Formula $\complement$
20855 \end_inset
20856
20857
20858 \begin_inset ERT
20859 status collapsed
20860
20861 \begin_layout Plain Layout
20862
20863 }
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 <row>
20875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879
20880 \backslash
20881 Bbbk
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\Bbbk$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 </lyxtabular>
20900
20901 \end_inset
20902
20903
20904 \begin_inset Space \hfill{}
20905 \end_inset
20906
20907
20908 \begin_inset Tabular
20909 <lyxtabular version="3" rows="10" columns="2">
20910 <features>
20911 <column alignment="center" valignment="top" width="0pt">
20912 <column alignment="center" valignment="top" width="0pt">
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 Befehl
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 Ergebnis
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 prime
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $\prime$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \backslash
20965 backprime
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 \begin_inset Formula $\backprime$
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988
20989 \backslash
20990 mho
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999 \begin_inset Formula $\mho$
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 </row>
21008 <row>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013
21014 \backslash
21015 triangle
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\triangle$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 angle
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\angle$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \backslash
21065 measuredangle
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Formula $\measuredangle$
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 sphericalangle
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $\sphericalangle$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 top
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\top$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 bot
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\bot$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 </lyxtabular>
21159
21160 \end_inset
21161
21162
21163 \begin_inset Space \hfill{}
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Subsection
21170 Sonstige Symbole
21171 \begin_inset CommandInset label
21172 LatexCommand label
21173 name "sub:Sonstige-Symbole"
21174
21175 \end_inset
21176
21177
21178 \begin_inset Index
21179 status collapsed
21180
21181 \begin_layout Plain Layout
21182 Symbole ! sonstige
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \begin_layout Standard
21191 \noindent
21192 \align center
21193 \begin_inset Tabular
21194 <lyxtabular version="3" rows="10" columns="2">
21195 <features>
21196 <column alignment="center" valignment="top" width="0pt">
21197 <column alignment="center" valignment="top" width="0pt">
21198 <row>
21199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 Befehl
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 Ergebnis
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 flat
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\flat$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 natural
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\natural$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 sharp
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\sharp$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 surd
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\surd$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 checkmark
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\checkmark$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 yen
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\yen$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 pounds
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\pounds $
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 $
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\$$
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 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $§$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 </lyxtabular>
21440
21441 \end_inset
21442
21443
21444 \begin_inset Tabular
21445 <lyxtabular version="3" rows="10" columns="2">
21446 <features>
21447 <column alignment="center" valignment="top" width="0">
21448 <column alignment="center" valignment="top" width="0">
21449 <row>
21450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 Befehl
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 Ergebnis
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 <row>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \backslash
21476 hbar
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Formula $\hbar$
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499
21500 \backslash
21501 hslash
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $\hslash$
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 <row>
21520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \backslash
21526 clubsuit
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Formula $\clubsuit$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \backslash
21551 spadesuit
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 \begin_inset Formula $\spadesuit$
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 </row>
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574
21575 \backslash
21576 bigstar
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset Formula $\bigstar$
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 <row>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599
21600 \backslash
21601 blacklozenge
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 \begin_inset Formula $\blacklozenge$
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 </row>
21619 <row>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624
21625 \backslash
21626 blacktriangle
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Formula $\blacktriangle$
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \backslash
21651 blacktiangledown
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 \begin_inset Formula $\blacktriangledown$
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \backslash
21676 bullet
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Formula $\bullet$
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 </lyxtabular>
21695
21696 \end_inset
21697
21698
21699 \begin_inset Tabular
21700 <lyxtabular version="3" rows="10" columns="2">
21701 <features>
21702 <column alignment="center" valignment="top" width="0pt">
21703 <column alignment="center" valignment="top" width="0pt">
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 Befehl
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 Ergebnis
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 diamondsuit
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\diamondsuit$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 Diamond
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\Diamond$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 <row>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \backslash
21781 heartsuit
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\heartsuit$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 P
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\P $
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 copyright
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\copyright $
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 circledR
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\circledR$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \backslash
21881 maltese
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 \begin_inset Formula $\maltese$
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 <row>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \backslash
21906 diagup
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Formula $\diagup$
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 diagdown
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\diagdown$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 </lyxtabular>
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \begin_inset VSpace medskip
21958 \end_inset
21959
21960 Weitere Symbole sind in 
21961 \begin_inset CommandInset ref
21962 LatexCommand ref
21963 reference "sub:Sonstige-Sonderzeichen"
21964
21965 \end_inset
21966
21967  aufgelistet.
21968 \end_layout
21969
21970 \begin_layout Standard
21971 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
21972  
21973 \begin_inset CommandInset ref
21974 LatexCommand ref
21975 reference "sub:Schriftgrößen"
21976
21977 \end_inset
21978
21979 .
21980 \end_layout
21981
21982 \begin_layout Subsection
21983 Das Euro-Symbol €
21984 \begin_inset Index
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988 Symbole ! Euro-Symbol
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \begin_inset Index
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 \begin_inset ERT
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002
22003
22004 \backslash
22005 officialeuro
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Standard
22019 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22020
22021 \series bold
22022 eurosym
22023 \series default
22024
22025 \begin_inset Index
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 Pakete ! eurosym
22030 \end_layout
22031
22032 \end_inset
22033
22034  installieren und dieses mit der LaTeX-Vorspannzeile
22035 \end_layout
22036
22037 \begin_layout Standard
22038
22039 \series bold
22040
22041 \backslash
22042 usepackage[gennarrow]{eurosym}
22043 \end_layout
22044
22045 \begin_layout Standard
22046 aktivieren.
22047  Das Euro-Symbol kann man nun mit dem Befehl 
22048 \series bold
22049
22050 \backslash
22051 euro
22052 \series default
22053
22054 \begin_inset Index
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058 Befehle ! E ! 
22059 \backslash
22060 euro
22061 \end_layout
22062
22063 \end_inset
22064
22065  aufrufen.
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22070  eingeben, ohne 
22071 \series bold
22072 eurosym
22073 \series default
22074  installiert zu haben.
22075  Ist 
22076 \series bold
22077 eurosym
22078 \series default
22079  installiert, kann man 
22080 \series bold
22081
22082 \backslash
22083 euro
22084 \series default
22085  auch im TeX-Modus eingeben.
22086  Das offizielle Währungssymbol erhält man dann über den Befehl 
22087 \series bold
22088
22089 \backslash
22090 officialeuro
22091 \series default
22092
22093 \begin_inset Index
22094 status collapsed
22095
22096 \begin_layout Plain Layout
22097 Befehle ! O ! 
22098 \backslash
22099 officialeuro
22100 \end_layout
22101
22102 \end_inset
22103
22104 , der nur im TeX-Modus verfügbar ist.
22105 \end_layout
22106
22107 \begin_layout Standard
22108 \begin_inset ERT
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112
22113
22114 \backslash
22115 ifeurosym 
22116 \end_layout
22117
22118 \end_inset
22119
22120
22121 \begin_inset Note Note
22122 status open
22123
22124 \begin_layout Plain Layout
22125 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22126 \series bold
22127 eurosym
22128 \series default
22129  installiert ist:
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Standard
22138 Eine Übersicht der verschiedenen Euro-Symbole:
22139 \end_layout
22140
22141 \begin_layout Standard
22142 \align center
22143 \begin_inset Tabular
22144 <lyxtabular version="3" rows="4" columns="3">
22145 <features>
22146 <column alignment="center" valignment="top" width="0pt">
22147 <column alignment="center" valignment="top" width="0pt">
22148 <column alignment="center" valignment="top" width="0pt">
22149 <row>
22150 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 Befehl 
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 Ergebnis
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 Formel
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 euro
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset Formula $\euro $
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 <row>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 mathematischer Text
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $\mbox{€}$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 TeX-Modus
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \backslash
22260 officialeuro
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 \begin_inset ERT
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273
22274
22275 \backslash
22276 officialeuro
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 </row>
22287 </lyxtabular>
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \begin_inset ERT
22296 status collapsed
22297
22298 \begin_layout Plain Layout
22299
22300
22301 \backslash
22302 else 
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \begin_inset Note Note
22309 status open
22310
22311 \begin_layout Plain Layout
22312 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22313 \series bold
22314 eurosym
22315 \series default
22316  nicht installiert ist:
22317 \end_layout
22318
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \begin_layout Standard
22325 Das LaTeX-Paket 
22326 \series bold
22327 eurosym 
22328 \series default
22329 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22330 \end_layout
22331
22332 \begin_layout Standard
22333 \begin_inset ERT
22334 status collapsed
22335
22336 \begin_layout Plain Layout
22337
22338
22339 \backslash
22340 fi 
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Section
22349 Relationen
22350 \begin_inset CommandInset label
22351 LatexCommand label
22352 name "sec:Relationen"
22353
22354 \end_inset
22355
22356
22357 \begin_inset Index
22358 status collapsed
22359
22360 \begin_layout Plain Layout
22361 Relationen
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \begin_inset Index
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371 Vergleiche|see
22372 \begin_inset ERT
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377 {
22378 \end_layout
22379
22380 \end_inset
22381
22382 Relationen
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388 }
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Standard
22402 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22403  
22404 \begin_inset Graphics
22405         filename ../../images/math/leq.png
22406         embed ""
22407         scale 85
22408
22409 \end_inset
22410
22411  eingefügt werden.
22412 \end_layout
22413
22414 \begin_layout Standard
22415 \begin_inset Space \hfill{}
22416 \end_inset
22417
22418
22419 \begin_inset Tabular
22420 <lyxtabular version="3" rows="17" columns="2">
22421 <features>
22422 <column alignment="center" valignment="top" width="0pt">
22423 <column alignment="center" valignment="top" width="0pt">
22424 <row>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 Befehl
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 Ergebnis
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 </row>
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 <
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Formula $<$
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \backslash
22474 le
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $\le$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 <row>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \backslash
22499 ll
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 \begin_inset Formula $\ll$
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 </row>
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \backslash
22524 prec
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 \begin_inset Formula $\prec$
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \backslash
22549 preceq
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\preceq$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572
22573 \backslash
22574 subset
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\subset$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \backslash
22599 subseteq
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\subseteq$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \backslash
22624 sqsubseteq
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 \begin_inset Formula $\sqsubseteq$
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \backslash
22649 in
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $\in$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 vdash
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\vdash$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 smile
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\smile$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 lhd
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\lhd$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 <row>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \backslash
22749 unlhd
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $\unlhd$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 <row>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772
22773 \backslash
22774 gtrless
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 \begin_inset Formula $\gtrless$
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 mid
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\mid$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822
22823 \backslash
22824 nmid
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 \begin_inset Formula $\nmid$
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 </lyxtabular>
22843
22844 \end_inset
22845
22846
22847 \begin_inset Space \hfill{}
22848 \end_inset
22849
22850
22851 \begin_inset Tabular
22852 <lyxtabular version="3" rows="17" columns="2">
22853 <features>
22854 <column alignment="center" valignment="top" width="0pt">
22855 <column alignment="center" valignment="top" width="0pt">
22856 <row>
22857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 Befehl
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 Ergebnis
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 =
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 \begin_inset Formula $=$
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 not=
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\not=$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929
22930 \backslash
22931 equiv
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Formula $\equiv$
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954
22955 \backslash
22956 sim
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Formula $\sim$
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 </row>
22974 <row>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \backslash
22981 simeq
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 \begin_inset Formula $\simeq$
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 approx
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset Formula $\approx$
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \backslash
23031 cong
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Formula $\cong$
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \backslash
23056 bowtie
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Formula $\bowtie$
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079
23080 \backslash
23081 notin
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $\notin$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 perp
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\perp$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 <row>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \backslash
23131 propto
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 \begin_inset Formula $\propto$
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \backslash
23156 asymp
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 \begin_inset Formula $\asymp$
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 <row>
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179
23180 \backslash
23181 doteq
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 \begin_inset Formula $\doteq$
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204
23205 \backslash
23206 circeq
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Formula $\circeq$
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 models
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset Formula $\models$
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \backslash
23256 widehat=
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Formula $\widehat{=}$
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 </lyxtabular>
23275
23276 \end_inset
23277
23278
23279 \begin_inset Space \hfill{}
23280 \end_inset
23281
23282
23283 \begin_inset Tabular
23284 <lyxtabular version="3" rows="17" columns="2">
23285 <features>
23286 <column alignment="center" valignment="top" width="0pt">
23287 <column alignment="center" valignment="top" width="0pt">
23288 <row>
23289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 Befehl
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 Ergebnis
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 </row>
23308 <row>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313 >
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $>$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 ge
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\ge$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 gg
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\gg$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 succ
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\succ$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 succeq
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\succeq$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 supset
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\supset$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 supseteq
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\supseteq$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 sqsupseteq
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\sqsupseteq$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 ni
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\ni$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 dashv
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\dashv$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 frown
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\frown$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 rhd
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\rhd$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 unrhd
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\unrhd$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 lessgtr
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\lessgtr$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 parallel
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\parallel$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 nparallel
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\nparallel$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 </lyxtabular>
23707
23708 \end_inset
23709
23710
23711 \begin_inset Space \hfill{}
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset VSpace medskip
23719 \end_inset
23720
23721 Die Zeichen 
23722 \series bold
23723
23724 \backslash
23725 lhd
23726 \series default
23727  bzw.
23728  
23729 \series bold
23730
23731 \backslash
23732 rhd
23733 \series default
23734  sind größer als die gleich aussehenden Operatoren
23735 \begin_inset Newline linebreak
23736 \end_inset
23737
23738
23739 \series bold
23740
23741 \backslash
23742 triangleleft
23743 \series default
23744  bzw.
23745  
23746 \series bold
23747
23748 \backslash
23749 triangleright
23750 \series default
23751 .
23752 \end_layout
23753
23754 \begin_layout Standard
23755 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23756 \end_layout
23757
23758 \begin_layout Standard
23759 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23760 \series bold
23761
23762 \backslash
23763 stackrel
23764 \series default
23765
23766 \begin_inset Index
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770 Befehle ! S ! 
23771 \backslash
23772 stackrel
23773 \end_layout
23774
23775 \end_inset
23776
23777  erstellt werden:
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \align center
23782 \begin_inset Tabular
23783 <lyxtabular version="3" rows="2" columns="2">
23784 <features>
23785 <column alignment="center" valignment="top" width="0">
23786 <column alignment="center" valignment="top" width="0">
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 Befehl
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 Ergebnis
23802 \begin_inset Note Note
23803 status collapsed
23804
23805 \begin_layout Plain Layout
23806
23807 \series bold
23808
23809 \backslash
23810 raisebox
23811 \series default
23812  dient nur als Abstandhalter.
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 </row>
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 A(r)
23829 \backslash
23830 stackrel
23831 \begin_inset ERT
23832 status collapsed
23833
23834 \begin_layout Plain Layout
23835
23836
23837 \backslash
23838 leer 
23839 \end_layout
23840
23841 \end_inset
23842
23843 r
23844 \backslash
23845 to
23846 \backslash
23847 infty
23848 \begin_inset ERT
23849 status collapsed
23850
23851 \begin_layout Plain Layout
23852
23853
23854 \backslash
23855 leer 
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \begin_inset Formula $\downarrow$
23862 \end_inset
23863
23864
23865 \backslash
23866 approx
23867 \begin_inset ERT
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871
23872
23873 \backslash
23874 leer 
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \begin_inset ERT
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884
23885
23886 \backslash
23887 leer 
23888 \end_layout
23889
23890 \end_inset
23891
23892 B
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 </lyxtabular>
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 \begin_inset Newpage newpage
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Section
23925 Funktionen
23926 \end_layout
23927
23928 \begin_layout Subsection
23929 Vordefinierte Funktionen
23930 \begin_inset CommandInset label
23931 LatexCommand label
23932 name "sub:Vordefinierte-Funktionen"
23933
23934 \end_inset
23935
23936
23937 \begin_inset Index
23938 status collapsed
23939
23940 \begin_layout Plain Layout
23941 Funktionen ! vordefinierte
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \begin_layout Standard
23950 Allgemein werden in mathematischen Ausdrücken Variablen 
23951 \shape italic
23952 kursiv
23953 \shape default
23954  gesetzt, Funktionsnamen hingegen nicht, denn 
23955 \begin_inset Formula $sin$
23956 \end_inset
23957
23958  könnte als 
23959 \begin_inset Formula $s\cdot i\cdot n$
23960 \end_inset
23961
23962  missverstanden werden.
23963  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23964 en etwas abgesetzt sind.
23965  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \align center
23970 \begin_inset Tabular
23971 <lyxtabular version="3" rows="2" columns="4">
23972 <features>
23973 <column alignment="center" valignment="top" width="0pt">
23974 <column alignment="center" valignment="top" width="0pt">
23975 <column alignment="center" valignment="top" width="0pt">
23976 <column alignment="center" valignment="top" width="0pt">
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 Befehl
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 Ergebnis
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 Befehl
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 Ergebnis
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 <row>
24016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 Asin(x)+B
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $Asin(x)+B$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 A
24042 \backslash
24043 sin(x)+B
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $A\sin(x)+B$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 </lyxtabular>
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Standard
24069 Folgende Funktionen sind vordefiniert:
24070 \end_layout
24071
24072 \begin_layout Standard
24073 \begin_inset VSpace -2mm
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \align center
24081 \begin_inset Tabular
24082 <lyxtabular version="3" rows="9" columns="4">
24083 <features>
24084 <column alignment="center" valignment="top" width="0pt">
24085 <column alignment="center" valignment="top" width="0pt">
24086 <column alignment="center" valignment="top" width="0pt">
24087 <column alignment="center" valignment="top" width="0pt">
24088 <row>
24089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 Befehl
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 Befehl
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 Befehl
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120 Befehl
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 </row>
24126 <row>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \backslash
24133 sin
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 sinh
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 arcsin
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 sup
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 cos
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 cosh
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199
24200 \backslash
24201 arccos
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \backslash
24212 inf
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 tan
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 tanh
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 arctan
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 lim
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 cot
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 coth
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \backslash
24293 arg
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 liminf
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \backslash
24317 sec
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 min
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 deg
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 limsup
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 <row>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \backslash
24363 csc
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 max
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 det
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 Pr
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 </row>
24402 <row>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 ln
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 exp
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 dim
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 hom
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 lg
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 log
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 ker
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \backslash
24488 gcd
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 </lyxtabular>
24495
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Standard
24502 Sie können auch über den Mathe-Werkzeugleistenknopf 
24503 \begin_inset Graphics
24504         filename ../../images/math/functions.png
24505         embed ""
24506         scale 85
24507
24508 \end_inset
24509
24510  eingefügt werden.
24511 \end_layout
24512
24513 \begin_layout Subsection
24514 Selbst definierte Funktionen
24515 \begin_inset Index
24516 status collapsed
24517
24518 \begin_layout Plain Layout
24519 Funktionen ! selbstdefinierte
24520 \end_layout
24521
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24529 \begin_inset Space \thinspace{}
24530 \end_inset
24531
24532 B.
24533  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24534 \end_layout
24535
24536 \begin_layout Itemize
24537 Man definiert die Funktion selbst.
24538  Dazu gibt man im LaTeX-Vorspann die Zeile
24539 \begin_inset Newline newline
24540 \end_inset
24541
24542
24543 \begin_inset VSpace -3mm
24544 \end_inset
24545
24546
24547 \begin_inset Newline newline
24548 \end_inset
24549
24550
24551 \series bold
24552
24553 \backslash
24554 DeclareMathOperator{
24555 \backslash
24556 sgn}{sgn}
24557 \series default
24558
24559 \begin_inset Index
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563 Befehle ! D ! 
24564 \backslash
24565 dbinom@
24566 \backslash
24567 DeclareMathOperator
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \begin_inset Newline newline
24574 \end_inset
24575
24576
24577 \begin_inset VSpace -2mm
24578 \end_inset
24579
24580
24581 \begin_inset Newline newline
24582 \end_inset
24583
24584 ein
24585 \begin_inset Foot
24586 status collapsed
24587
24588 \begin_layout Plain Layout
24589 Näheres zu 
24590 \series bold
24591
24592 \backslash
24593 DeclareMathOperator
24594 \series default
24595  siehe 
24596 \begin_inset CommandInset ref
24597 LatexCommand ref
24598 reference "sub:Selbstdefinierte-Operatoren"
24599
24600 \end_inset
24601
24602 .
24603 \end_layout
24604
24605 \end_inset
24606
24607 .
24608  Nun kann man mit dem Befehl 
24609 \series bold
24610
24611 \backslash
24612 sgn
24613 \series default
24614  die neu definierte Funktion aufrufen.
24615 \end_layout
24616
24617 \begin_layout Itemize
24618 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24619  Beispiel die Buchstaben 
24620 \emph on
24621 sgn
24622 \emph default
24623 , und wandelt ihn in in mathematischen Text um.
24624  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24625 \end_layout
24626
24627 \begin_layout Standard
24628 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24629  Funktion
24630 \begin_inset Foot
24631 status collapsed
24632
24633 \begin_layout Plain Layout
24634 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24635 \end_layout
24636
24637 \end_inset
24638
24639 :
24640 \end_layout
24641
24642 \begin_layout Standard
24643 \align center
24644 \begin_inset Tabular
24645 <lyxtabular version="3" rows="3" columns="2">
24646 <features>
24647 <column alignment="center" valignment="top" width="0pt">
24648 <column alignment="center" valignment="top" width="0pt">
24649 <row>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 Befehl
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 Ergebnis
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 A
24675 \backslash
24676 sgn(x)+B
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 \begin_inset Formula $A\sgn (x)+B$
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 </row>
24694 <row>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 A
24700 \backslash
24701 ,
24702 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24703 \end_inset
24704
24705 (x)+B
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 </row>
24723 </lyxtabular>
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24732  mehrfach verwendet werden soll.
24733 \end_layout
24734
24735 \begin_layout Subsection
24736 Grenzwerte
24737 \begin_inset Index
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741 Grenzwerte
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Standard
24750 Für Grenzwerte sind außer 
24751 \series bold
24752
24753 \backslash
24754 lim
24755 \series default
24756
24757 \begin_inset Index
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761 Befehle ! L ! 
24762 \backslash
24763 lim
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \series bold
24770
24771 \backslash
24772 liminf
24773 \series default
24774  und 
24775 \series bold
24776
24777 \backslash
24778 limsup
24779 \series default
24780  noch folgende Funktionen definiert:
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \align center
24785 \begin_inset Tabular
24786 <lyxtabular version="3" rows="5" columns="2">
24787 <features>
24788 <column alignment="center" valignment="top" width="0">
24789 <column alignment="center" valignment="top" width="0">
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 Befehl
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 Ergebnis
24805 \begin_inset Note Note
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809
24810 \series bold
24811
24812 \backslash
24813 raisebox
24814 \series default
24815  dient nur als Abstandhalter.
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 </row>
24826 <row>
24827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831
24832 \backslash
24833 varliminf
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 \begin_inset Formula $\varliminf $
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 </row>
24851 <row>
24852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856
24857 \backslash
24858 varlimsup
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 \begin_inset Formula $\varlimsup $
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 </row>
24876 <row>
24877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881
24882 \backslash
24883 varprojlim
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892 \begin_inset Formula $\varprojlim $
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 </row>
24901 <row>
24902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 varinjlim
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 \begin_inset Formula $\varinjlim $
24918 \end_inset
24919
24920
24921 \begin_inset Formula $\raisebox {-2.5mm}{}$
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 </row>
24930 </lyxtabular>
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset VSpace medskip
24939 \end_inset
24940
24941 Der Grenzwert wird durch Tiefstellen erzeugt.
24942  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \align center
24947 \begin_inset Tabular
24948 <lyxtabular version="3" rows="2" columns="2">
24949 <features>
24950 <column alignment="center" valignment="top" width="0pt">
24951 <column alignment="center" valignment="top" width="0pt">
24952 <row>
24953 <cell alignment="center" valignment="top" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957 Befehl
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 \begin_inset Space \hspace{}
24967 \length 1cm
24968 \end_inset
24969
24970 Ergebnis
24971 \begin_inset Note Note
24972 status collapsed
24973
24974 \begin_layout Plain Layout
24975
24976 \series bold
24977
24978 \backslash
24979 hspace
24980 \series default
24981  und 
24982 \series bold
24983
24984 \backslash
24985 raisebox
24986 \series default
24987  dienen nur als Abstandhalter.
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 <row>
24999 <cell alignment="center" valignment="top" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 lim_x
25006 \backslash
25007 to
25008 \begin_inset ERT
25009 status collapsed
25010
25011 \begin_layout Plain Layout
25012
25013
25014 \backslash
25015 leer 
25016 \end_layout
25017
25018 \end_inset
25019
25020 A
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 leer 
25029 \end_layout
25030
25031 \end_inset
25032
25033 x=B
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 </lyxtabular>
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25060 \begin_inset Formula \[
25061 \lim_{x\to A}x=B\]
25062
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \begin_layout Subsection
25069 Modulo-Funktionen
25070 \begin_inset Index
25071 status collapsed
25072
25073 \begin_layout Plain Layout
25074 Funktionen ! Modulo-
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \begin_layout Standard
25083 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25084  Varianten.
25085 \begin_inset Newpage newpage
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 Die Varianten in einer abgesetzten Formel:
25093 \begin_inset Formula \begin{align*}
25094 \underline{\textrm{Befehl}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25095 \mathrm{a\backslash mod\textrm{\leer }b} &  & a\mod  b\\
25096 \mathrm{a\backslash pmod\textrm{\leer }b} &  & a\pmod  b\\
25097 \mathrm{a\backslash bmod\textrm{\leer }b} &  & a\bmod b\\
25098 \mathrm{a\backslash pod\textrm{\leer }b} &  & a\pod  b\end{align*}
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25107  weniger Leerraum gesetzt.
25108 \end_layout
25109
25110 \begin_layout Section
25111 Sonderzeichen
25112 \begin_inset Index
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116 Sonderzeichen
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Subsection
25125 Sonderzeichen im mathematischen Text
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25130  verwendet werden:
25131 \end_layout
25132
25133 \begin_layout Standard
25134 \begin_inset Space \hfill{}
25135 \end_inset
25136
25137
25138 \begin_inset Tabular
25139 <lyxtabular version="3" rows="8" columns="2">
25140 <features>
25141 <column alignment="block" valignment="top" width="0">
25142 <column alignment="block" valignment="top" width="0">
25143 <row>
25144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 Befehl
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157 Ergebnis
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 oe
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 \begin_inset Formula $\textrm{\oe }$
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 </row>
25188 <row>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \backslash
25195 OE
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 \begin_inset Formula $\textrm{\OE }$
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 ae
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 \begin_inset Formula $\textrm{\ae }$
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 </row>
25238 <row>
25239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 AE
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254 \begin_inset Formula $\textrm{\AE }$
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 <row>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 aa
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 \begin_inset Formula $\textrm{\aa }$
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row>
25289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 AA
25296 \begin_inset Index
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 \begin_inset ERT
25301 status collapsed
25302
25303 \begin_layout Plain Layout
25304
25305
25306 \backslash
25307
25308 \begin_inset ERT
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312
25313 {
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \begin_inset ERT
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323
25324 }
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \end_inset
25333
25334 @
25335 \begin_inset ERT
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339
25340
25341 \backslash
25342
25343 \begin_inset ERT
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347
25348 {
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \begin_inset ERT
25355 status collapsed
25356
25357 \begin_layout Plain Layout
25358
25359 }
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368
25369 textrm
25370 \begin_inset ERT
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374
25375 {
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \begin_inset ERT
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393
25394 {
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \begin_inset ERT
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404
25405 }
25406 \end_layout
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414
25415 AA
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420
25421 }
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440 \begin_inset Formula $\textrm{\AA}$
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 i
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 \begin_inset Formula $\textrm{\i }$
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 </row>
25474 </lyxtabular>
25475
25476 \end_inset
25477
25478
25479 \begin_inset Space \hfill{}
25480 \end_inset
25481
25482
25483 \begin_inset Tabular
25484 <lyxtabular version="3" rows="8" columns="2">
25485 <features>
25486 <column alignment="block" valignment="top" width="0">
25487 <column alignment="center" valignment="top" width="0">
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 Befehl
25494 \begin_inset Note Note
25495 status collapsed
25496
25497 \begin_layout Plain Layout
25498
25499 \series bold
25500
25501 \backslash
25502 hspace{0mm}
25503 \series default
25504  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25505  ¿ erscheinen würde.
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519 Ergebnis
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 o
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset Formula $\textrm{\o }$
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 </row>
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \backslash
25557 O
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Formula $\textrm{\O}$
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 l
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 \begin_inset Formula $\textrm{\l }$
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 L
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 \begin_inset Formula $\textrm{\L }$
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row>
25626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 !
25631 \begin_inset Space \hspace{}
25632 \length 0mm
25633 \end_inset
25634
25635 `
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640
25641
25642 \backslash
25643 leer 
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 \begin_inset Formula $\textrm{!`}$
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 </row>
25666 <row>
25667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671 ?
25672 \begin_inset Space \hspace{}
25673 \length 0mm
25674 \end_inset
25675
25676 `
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681
25682
25683 \backslash
25684 leer 
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698 \begin_inset Formula $\textrm{?`}$
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 <row>
25708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 j
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723 \begin_inset Formula $\textrm{\j }$
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 </row>
25732 </lyxtabular>
25733
25734 \end_inset
25735
25736
25737 \begin_inset Space \hfill{}
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 Die Zeichen 
25745 \begin_inset Formula $\textrm{\textrm{Å}}$
25746 \end_inset
25747
25748  und 
25749 \begin_inset Formula $\textrm{\textrm{Ø}}$
25750 \end_inset
25751
25752  können auch über den Mathe-Werkzeugleistenknopf 
25753 \begin_inset Graphics
25754         filename ../../images/math/digamma.png
25755         embed ""
25756         scale 85
25757
25758 \end_inset
25759
25760  eingefügt werden.
25761 \end_layout
25762
25763 \begin_layout Standard
25764 Eine Ausnahme bilden die Befehle 
25765 \series bold
25766 !
25767 \begin_inset Space \hspace{}
25768 \length 0mm
25769 \end_inset
25770
25771 `
25772 \series default
25773  und 
25774 \series bold
25775 ?
25776 \begin_inset Space \hspace{}
25777 \length 0mm
25778 \end_inset
25779
25780 `
25781 \series default
25782 , denn man kann sie in LyX direkt in den Text eingeben.
25783 \end_layout
25784
25785 \begin_layout Subsection
25786 Akzente im Text
25787 \begin_inset CommandInset label
25788 LatexCommand label
25789 name "sub:Sonderzeichen-Akzente"
25790
25791 \end_inset
25792
25793
25794 \begin_inset Index
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798 Akzente ! im Text
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25808  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \begin_inset Space \hfill{}
25813 \end_inset
25814
25815
25816 \begin_inset Tabular
25817 <lyxtabular version="3" rows="8" columns="2">
25818 <features>
25819 <column alignment="block" valignment="top" width="0">
25820 <column alignment="block" valignment="top" width="0">
25821 <row>
25822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 Befehl
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835 Ergebnis
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 </row>
25841 <row>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846
25847 \backslash
25848
25849 \begin_inset Quotes grd
25850 \end_inset
25851
25852 e
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861 \begin_inset ERT
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865
25866
25867 \backslash
25868 "e
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884
25885 \backslash
25886 `e
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895 \begin_inset ERT
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899
25900
25901 \backslash
25902 `e
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 </row>
25913 <row>
25914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918
25919 \backslash
25920 ^
25921 \begin_inset ERT
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925
25926
25927 \backslash
25928 leer 
25929 \end_layout
25930
25931 \end_inset
25932
25933 e
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942 \begin_inset ERT
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946
25947
25948 \backslash
25949 ^e
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 </row>
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965
25966 \backslash
25967 =e
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Plain Layout
25976 \begin_inset ERT
25977 status collapsed
25978
25979 \begin_layout Plain Layout
25980
25981
25982 \backslash
25983 =e
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 </row>
25994 <row>
25995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999
26000 \backslash
26001 u
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007
26008 \backslash
26009 leer 
26010 \end_layout
26011
26012 \end_inset
26013
26014 e
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023 \begin_inset ERT
26024 status collapsed
26025
26026 \begin_layout Plain Layout
26027
26028
26029 \backslash
26030 u e
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 </row>
26041 <row>
26042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046
26047 \backslash
26048 b
26049 \begin_inset ERT
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053
26054
26055 \backslash
26056 leer 
26057 \end_layout
26058
26059 \end_inset
26060
26061 e
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 b e
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 </row>
26088 <row>
26089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26090 \begin_inset Text
26091
26092 \begin_layout Plain Layout
26093
26094 \backslash
26095 t
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101
26102 \backslash
26103 leer 
26104 \end_layout
26105
26106 \end_inset
26107
26108 ee
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 \begin_inset ERT
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121
26122
26123 \backslash
26124 t ee
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 </lyxtabular>
26136
26137 \end_inset
26138
26139
26140 \begin_inset Space \hfill{}
26141 \end_inset
26142
26143
26144 \begin_inset Tabular
26145 <lyxtabular version="3" rows="8" columns="2">
26146 <features>
26147 <column alignment="block" valignment="top" width="0">
26148 <column alignment="center" valignment="top" width="0">
26149 <row>
26150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 Befehl
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 Ergebnis
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 H
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 leer 
26185 \end_layout
26186
26187 \end_inset
26188
26189 e
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 H e
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \backslash
26223 'e
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 'e
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \end_inset
26248 </cell>
26249 </row>
26250 <row>
26251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255
26256 \backslash
26257 ~e
26258 \begin_inset Index
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262 Tilde
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 \begin_inset ERT
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280
26281
26282 \backslash
26283 ~e
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 .e
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 .e
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 <row>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333
26334 \backslash
26335 v
26336 \begin_inset ERT
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341
26342 \backslash
26343 leer 
26344 \end_layout
26345
26346 \end_inset
26347
26348 e
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362
26363 \backslash
26364 v e
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row>
26376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380
26381 \backslash
26382 d
26383 \begin_inset ERT
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387
26388
26389 \backslash
26390 leer 
26391 \end_layout
26392
26393 \end_inset
26394
26395 e
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 \begin_inset ERT
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408
26409
26410 \backslash
26411 d e
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 </row>
26422 <row>
26423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427
26428 \backslash
26429 c
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 leer 
26438 \end_layout
26439
26440 \end_inset
26441
26442 e
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 \begin_inset ERT
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455
26456
26457 \backslash
26458 c e
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 </row>
26469 </lyxtabular>
26470
26471 \end_inset
26472
26473
26474 \begin_inset Space \hfill{}
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset VSpace medskip
26482 \end_inset
26483
26484 Mit dem Befehl 
26485 \series bold
26486
26487 \backslash
26488 t
26489 \series default
26490  können auch zwei verschiedene Zeichen akzentuiert werden.
26491  Der Befehl 
26492 \series bold
26493
26494 \backslash
26495 t
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 leer 
26504 \end_layout
26505
26506 \end_inset
26507
26508 sz
26509 \series default
26510  ergibt: 
26511 \begin_inset ERT
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516
26517 \backslash
26518 t sz
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Standard
26527 Die Akzente 
26528 \series bold
26529 `
26530 \series default
26531  , 
26532 \series bold
26533 '
26534 \series default
26535  und 
26536 \series bold
26537 ^
26538 \series default
26539  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26540  werden ohne den TeX-Modus zu benutzen.
26541  Dasselbe gilt für die Tilde
26542 \begin_inset Foot
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26547 \end_layout
26548
26549 \end_inset
26550
26551  
26552 \series bold
26553 ~
26554 \series default
26555  in Verbindung mit 
26556 \emph on
26557 a
26558 \emph default
26559  , 
26560 \emph on
26561 n
26562 \emph default
26563  oder 
26564 \emph on
26565 o
26566 \emph default
26567 .
26568 \end_layout
26569
26570 \begin_layout Standard
26571 Die Befehle 
26572 \series bold
26573
26574 \backslash
26575 b
26576 \series default
26577  , 
26578 \series bold
26579
26580 \backslash
26581 c
26582 \series default
26583  , 
26584 \series bold
26585
26586 \backslash
26587 d
26588 \series default
26589  , 
26590 \series bold
26591
26592 \backslash
26593 H
26594 \series default
26595  , 
26596 \series bold
26597
26598 \backslash
26599 t
26600 \series default
26601  , 
26602 \series bold
26603
26604 \backslash
26605 u
26606 \series default
26607  , 
26608 \series bold
26609
26610 \backslash
26611 v
26612 \series default
26613  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26614  Textmodus verfügbar.
26615  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26616  
26617 \begin_inset CommandInset ref
26618 LatexCommand ref
26619 reference "sub:Akzente-für-ein"
26620
26621 \end_inset
26622
26623 .
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset VSpace bigskip
26628 \end_inset
26629
26630 Des Weiteren kann man mit dem Befehl 
26631 \series bold
26632
26633 \backslash
26634 textcircled
26635 \series default
26636
26637 \begin_inset Index
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 Befehle ! T ! 
26642 \backslash
26643 textcircled
26644 \end_layout
26645
26646 \end_inset
26647
26648 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26649  Kreis setzen, quasi mit einem Kreis akzentuieren.
26650 \end_layout
26651
26652 \begin_layout Standard
26653 \align center
26654 \begin_inset Tabular
26655 <lyxtabular version="3" rows="3" columns="2">
26656 <features>
26657 <column alignment="center" valignment="top" width="0">
26658 <column alignment="center" valignment="top" width="0">
26659 <row>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 Befehl
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 Ergebnis
26674 \begin_inset Note Note
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679 \series bold
26680
26681 \backslash
26682 raisebox
26683 \series default
26684  in der Formel dient nur als Abstandhalter.
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 </row>
26695 <row>
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700
26701 \backslash
26702 textcircled{w}
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 textcircled{w}
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 </row>
26729 <row>
26730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734
26735 \backslash
26736 Large 
26737 \backslash
26738 textcircled{
26739 \backslash
26740 normalsize
26741 \backslash
26742 protect
26743 \backslash
26744 raisebox{-1.5pt}{W}}
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset Formula $\raisebox {4.5mm}{}$
26754 \end_inset
26755
26756
26757 \begin_inset ERT
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761
26762
26763 \backslash
26764 Large 
26765 \backslash
26766 textcircled{
26767 \backslash
26768 normalsize
26769 \backslash
26770 protect
26771 \backslash
26772 raisebox{-1.5pt}W}
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \begin_inset Formula $\raisebox {-2mm}{}$
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 </row>
26787 </lyxtabular>
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26796  
26797 \series bold
26798
26799 \backslash
26800 Large
26801 \series default
26802
26803 \begin_inset Foot
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807 siehe 
26808 \begin_inset CommandInset ref
26809 LatexCommand ref
26810 reference "sub:Schriftgrößen"
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818
26819  bestimmt dabei die Größe des Kreises.
26820  Mit Hilfe von 
26821 \series bold
26822
26823 \backslash
26824 raisebox
26825 \series default
26826
26827 \begin_inset Foot
26828 status collapsed
26829
26830 \begin_layout Plain Layout
26831 siehe 
26832 \begin_inset CommandInset ref
26833 LatexCommand ref
26834 reference "sub:Boxen-ohne-Rahmen"
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \end_inset
26842
26843  kann man das Zeichen zentrieren.
26844 \end_layout
26845
26846 \begin_layout Subsection
26847 Minuskelziffern
26848 \begin_inset Index
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 Minuskelziffern
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \begin_layout Standard
26861 Minuskelziffern werden mit dem Befehl 
26862 \series bold
26863
26864 \backslash
26865 oldstylenums
26866 \series default
26867
26868 \begin_inset Index
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872 Befehle ! O ! 
26873 \backslash
26874 oldstylenums
26875 \end_layout
26876
26877 \end_inset
26878
26879  erzeugt.
26880  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26881  Das Befehlsschema lautet:
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 oldstylenums{Ziffer}
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Der Befehl 
26894 \series bold
26895
26896 \backslash
26897 oldstylenums{0123456789
26898 \series default
26899  ergibt: 
26900 \begin_inset Formula $\oldstylenums {0123456789}$
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Subsection
26907 Sonstige Sonderzeichen
26908 \begin_inset CommandInset label
26909 LatexCommand label
26910 name "sub:Sonstige-Sonderzeichen"
26911
26912 \end_inset
26913
26914
26915 \begin_inset Index
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 Sonderzeichen ! sonstige
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Standard
26928 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26929 \end_layout
26930
26931 \begin_layout Standard
26932 \align center
26933 \begin_inset Tabular
26934 <lyxtabular version="3" rows="4" columns="2">
26935 <features>
26936 <column alignment="center" valignment="top" width="0">
26937 <column alignment="center" valignment="top" width="0">
26938 <row>
26939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 Befehl
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 Ergebnis
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 </row>
26958 <row>
26959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963
26964 \backslash
26965 ^
26966 \begin_inset ERT
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970
26971
26972 \backslash
26973 leer 
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987 \begin_inset Formula $\mathcircumflex$
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 </row>
26996 <row>
26997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001
27002 \backslash
27003 _
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Plain Layout
27012 \begin_inset Formula $\_{} {}{}{}$
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 </row>
27021 <row>
27022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 ^
27027 \begin_inset ERT
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031
27032
27033 \backslash
27034 leer 
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \backslash
27041 circ
27042 \begin_inset Index
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 °
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 \begin_inset Formula $^{\circ}$
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 </lyxtabular>
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \begin_layout Standard
27077 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27078  folgende Zeile enthält
27079 \begin_inset Foot
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 Mehr dazu ist in 
27084 \begin_inset CommandInset ref
27085 LatexCommand ref
27086 reference "sub:Textzeichen-in-Formeln"
27087
27088 \end_inset
27089
27090  beschrieben.
27091 \end_layout
27092
27093 \end_inset
27094
27095 :
27096 \end_layout
27097
27098 \begin_layout Standard
27099
27100 \series bold
27101
27102 \backslash
27103 DeclareInputText{176}{
27104 \backslash
27105 ifmmode^
27106 \backslash
27107 circ
27108 \backslash
27109 else
27110 \backslash
27111 textdegree
27112 \backslash
27113 f\SpecialChar \textcompwordmark{}
27114 i}
27115 \end_layout
27116
27117 \begin_layout Section
27118 Formelstile
27119 \begin_inset CommandInset label
27120 LatexCommand label
27121 name "sec:Formelstile"
27122
27123 \end_inset
27124
27125
27126 \begin_inset Index
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 Formel ! Stile
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Itemize
27139 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27140 \end_layout
27141
27142 \begin_deeper
27143 \begin_layout Description
27144 Zentriert ist der voreingestellte Standard
27145 \end_layout
27146
27147 \begin_layout Description
27148 Eingerückt dazu muss im Menü 
27149 \family sans
27150 Dokument\SpecialChar \menuseparator
27151 Einstellungen
27152 \family default
27153  unter 
27154 \family sans
27155 Dokumentklasse
27156 \family default
27157  die Option 
27158 \series bold
27159 fleqn
27160 \series default
27161  eingeben werden
27162 \end_layout
27163
27164 \begin_layout Standard
27165 Wird 
27166 \series bold
27167 Eingerückt
27168 \series default
27169  verwendet, kann mit der Länge 
27170 \series bold
27171
27172 \backslash
27173 mathindent
27174 \series default
27175
27176 \begin_inset Index
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180 Befehle ! M ! 
27181 \backslash
27182 mathindent
27183 \end_layout
27184
27185 \end_inset
27186
27187  die Einrückung eingestellt werden.
27188  Soll der Abstand 15
27189 \begin_inset Space \thinspace{}
27190 \end_inset
27191
27192 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27193 \end_layout
27194
27195 \begin_layout Standard
27196
27197 \series bold
27198
27199 \backslash
27200 setlength{
27201 \backslash
27202 mathindent}{15mm}
27203 \end_layout
27204
27205 \begin_layout Standard
27206 ein.
27207  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27208 \begin_inset Space \thinspace{}
27209 \end_inset
27210
27211 pt verwendet.
27212 \end_layout
27213
27214 \end_deeper
27215 \begin_layout Itemize
27216 Und zwei verschiedene Nummerierungsstile:
27217 \end_layout
27218
27219 \begin_deeper
27220 \begin_layout Description
27221 Rechts ist der voreingestellte Standard
27222 \end_layout
27223
27224 \begin_layout Description
27225 Links dazu muss im Menü 
27226 \family sans
27227 Dokument\SpecialChar \menuseparator
27228 Einstellungen
27229 \family default
27230  unter 
27231 \family sans
27232 Dokumentklasse
27233 \family default
27234  die Option 
27235 \series bold
27236 leqno
27237 \series default
27238  eingeben werden
27239 \end_layout
27240
27241 \end_deeper
27242 \begin_layout Standard
27243
27244 \series bold
27245 fleqn
27246 \series default
27247  und 
27248 \series bold
27249 leqno
27250 \series default
27251  können auch gemeinsam verwendet werden.
27252  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27253 n.
27254 \end_layout
27255
27256 \begin_layout Standard
27257 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27258  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27259  ausgerichtete Formeln setzen, verwendet man den Stil 
27260 \series bold
27261 Zentriert
27262 \series default
27263 .
27264  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27265  
27266 \begin_inset CommandInset ref
27267 LatexCommand ref
27268 reference "sub:Flalign-Umgebung"
27269
27270 \end_inset
27271
27272 .
27273 \end_layout
27274
27275 \begin_layout Section
27276 Mehrzeilige Formeln
27277 \begin_inset CommandInset label
27278 LatexCommand label
27279 name "sec:Mehrzeilige-Formeln"
27280
27281 \end_inset
27282
27283
27284 \begin_inset Index
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288 Formel ! mehrzeilige
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \end_layout
27295
27296 \begin_layout Subsection
27297 Allgemeines
27298 \end_layout
27299
27300 \begin_layout Standard
27301 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27302 \family sans
27303 \series bold
27304 Strg-Enter
27305 \family default
27306 \series default
27307  drückt.
27308  Dies erzeugt eine 
27309 \series bold
27310 align-Umgebung
27311 \series default
27312 , die in 
27313 \begin_inset CommandInset ref
27314 LatexCommand ref
27315 reference "sub:Standard-align-Umgebung"
27316
27317 \end_inset
27318
27319  beschrieben ist.
27320 \end_layout
27321
27322 \begin_layout Standard
27323 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27324 \family sans
27325 Einfügen\SpecialChar \menuseparator
27326 Mathe
27327 \family default
27328  erstellt werden können.
27329  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27330 \end_layout
27331
27332 \begin_layout Standard
27333 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27334  man 
27335 \family sans
27336 Strg-Enter
27337 \family default
27338  drückt.
27339  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27340 fe 
27341 \begin_inset Graphics
27342         filename ../../images/tabular-feature_append-row.png
27343         embed ""
27344         scale 85
27345
27346 \end_inset
27347
27348  bzw.
27349 \begin_inset Space ~
27350 \end_inset
27351
27352
27353 \begin_inset Graphics
27354         filename ../../images/tabular-feature_delete-row.png
27355         embed ""
27356         scale 85
27357
27358 \end_inset
27359
27360  oder das Menü 
27361 \family sans
27362 Bearbeiten\SpecialChar \menuseparator
27363 Zeilen & Spalten
27364 \family default
27365  verwendet werden.
27366 \end_layout
27367
27368 \begin_layout Subsubsection
27369 Zeilenabstand
27370 \begin_inset CommandInset label
27371 LatexCommand label
27372 name "sub:Zeilenabstand"
27373
27374 \end_inset
27375
27376
27377 \begin_inset Index
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 Formel ! mehrzeilige ! Zeilenabstand
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Standard
27390 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27391 \begin_inset Formula \begin{eqnarray*}
27392 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}\\
27393 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*}
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Standard
27401 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27402 chbefehls angegeben.
27403  Dies ist in LyX aber nicht möglich
27404 \begin_inset Foot
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 siehe 
27409 \begin_inset CommandInset href
27410 LatexCommand href
27411 name "LyX-Fehler #1505"
27412 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \end_inset
27420
27421 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27422  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27423  Zeile den Befehl 
27424 \series bold
27425
27426 \backslash
27427
27428 \backslash
27429 [3mm]
27430 \series default
27431  ein.
27432  Damit erhält man: 
27433 \begin_inset ERT
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437
27438
27439 \backslash
27440 begin{eqnarray*}
27441 \end_layout
27442
27443 \begin_layout Plain Layout
27444
27445 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27446  = & 
27447 \backslash
27448 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27449 \backslash
27450
27451 \backslash
27452 [3mm]
27453 \end_layout
27454
27455 \begin_layout Plain Layout
27456
27457 4x^{2}
27458 \backslash
27459 left(B^{2}+x_{0}^{2}
27460 \backslash
27461 right)+4x_{0}x
27462 \backslash
27463 left(D-B^{2}
27464 \backslash
27465 right)+B^{2}
27466 \backslash
27467 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27468 \backslash
27469 right) & = & 0
27470 \end_layout
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 end{eqnarray*}
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27489  man die Länge 
27490 \series bold
27491
27492 \backslash
27493 jot
27494 \series default
27495
27496 \begin_inset Index
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 Befehle ! J ! 
27501 \backslash
27502 jot
27503 \end_layout
27504
27505 \end_inset
27506
27507 .
27508  Es gilt 
27509 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27510 \end_inset
27511
27512 .
27513  Voreingestellt ist für 
27514 \series bold
27515
27516 \backslash
27517 jot
27518 \series default
27519  der Wert 3
27520 \begin_inset Space \thinspace{}
27521 \end_inset
27522
27523 pt.
27524  Um wie im vorigen Beispiel 3
27525 \begin_inset Space \thinspace{}
27526 \end_inset
27527
27528 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27529 \end_layout
27530
27531 \begin_layout Standard
27532
27533 \series bold
27534
27535 \backslash
27536 setlength{
27537 \backslash
27538 jot}{3mm+3pt}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 im TeX-Modus vor der Formel ein.
27543  Das setzt voraus, dass das LaTeX-Paket 
27544 \series bold
27545 calc
27546 \series default
27547
27548 \begin_inset Foot
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553 \series bold
27554 calc
27555 \series default
27556  ist Teil jeder LaTeX-Standardinstallation.
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \begin_inset Index
27563 status collapsed
27564
27565 \begin_layout Plain Layout
27566 Pakete ! calc
27567 \end_layout
27568
27569 \end_inset
27570
27571  im LaTeX-Vorspann mit der Zeile
27572 \end_layout
27573
27574 \begin_layout Standard
27575
27576 \series bold
27577
27578 \backslash
27579 usepackage{calc}
27580 \end_layout
27581
27582 \begin_layout Standard
27583 geladen wurde.
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Man erhält: 
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592
27593
27594 \backslash
27595 setlength{
27596 \backslash
27597 jot}{3mm+3pt}
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \begin_inset Formula \begin{eqnarray*}
27604 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}\\
27605 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*}
27606
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset ERT
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 jot}{3pt}
27623 \end_layout
27624
27625 \end_inset
27626
27627  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27628 \series bold
27629
27630 \backslash
27631 jot
27632 \series default
27633  auf den Wert 3
27634 \begin_inset Space \thinspace{}
27635 \end_inset
27636
27637 pt.
27638 \end_layout
27639
27640 \begin_layout Subsubsection
27641 Spaltenabstand
27642 \begin_inset CommandInset label
27643 LatexCommand label
27644 name "sub:Spaltenabstand"
27645
27646 \end_inset
27647
27648
27649 \begin_inset Index
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 Formel ! mehrzeilige ! Spaltenabstand
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 Mehrzeilige Formeln bilden eine Matrix.
27663  Eine Formel in der Eqnarray-Umgebung ist z.
27664 \begin_inset Space \thinspace{}
27665 \end_inset
27666
27667 B.
27668  eine dreispaltige Matrix.
27669  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27670  neben den Relationszeichen ändern.
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Der Spaltenabstand wird mit der Länge 
27675 \series bold
27676
27677 \backslash
27678 arraycolsep
27679 \series default
27680
27681 \begin_inset Index
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 Befehle ! A ! 
27686 \backslash
27687 arraycolsep
27688 \end_layout
27689
27690 \end_inset
27691
27692  festgelegt, wobei gilt:
27693 \begin_inset Newline newline
27694 \end_inset
27695
27696 Spaltenabstand = 2
27697 \begin_inset Space \thinspace{}
27698 \end_inset
27699
27700
27701 \series bold
27702
27703 \backslash
27704 arraycolsep
27705 \series default
27706 .
27707 \begin_inset Newline newline
27708 \end_inset
27709
27710 Der im TeX-Modus eingegebene Befehl
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 setlength{
27719 \backslash
27720 arraycolsep}{1cm}
27721 \end_layout
27722
27723 \begin_layout Standard
27724 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27725 \begin_inset Space \thinspace{}
27726 \end_inset
27727
27728 cm.
27729  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27730 \series bold
27731
27732 \backslash
27733 arraycolsep
27734 \series default
27735  auf 5
27736 \begin_inset Space \thinspace{}
27737 \end_inset
27738
27739 pt.
27740 \end_layout
27741
27742 \begin_layout Standard
27743 Eine Formel mit 2
27744 \begin_inset Space \thinspace{}
27745 \end_inset
27746
27747 cm Spaltenabstand:
27748 \begin_inset ERT
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752
27753
27754 \backslash
27755 setlength{
27756 \backslash
27757 arraycolsep}{1cm}
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \begin_inset Formula \begin{eqnarray*}
27764 A & = & B\\
27765 C & \ne & A\end{eqnarray*}
27766
27767 \end_inset
27768
27769 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27770 \begin_inset Space \thinspace{}
27771 \end_inset
27772
27773 pt:
27774 \begin_inset ERT
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778
27779
27780 \backslash
27781 setlength{
27782 \backslash
27783 arraycolsep}{5pt}
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \begin_inset Formula \begin{eqnarray*}
27790 A & = & B\\
27791 C & \ne & A\end{eqnarray*}
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Subsubsection
27799 Lange Formeln
27800 \begin_inset Index
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 Formel ! lange
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Lange Formeln kann man wie folgt setzen:
27814 \end_layout
27815
27816 \begin_layout Itemize
27817 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27818  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823
27824
27825 \backslash
27826 medskip
27827 \end_layout
27828
27829 \end_inset
27830
27831  
27832 \begin_inset Formula \begin{eqnarray}
27833 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 \\
27834  &  & -\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}
27835
27836 \end_inset
27837
27838
27839 \begin_inset ERT
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843
27844
27845 \backslash
27846 smallskip
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \begin_inset Newline newline
27853 \end_inset
27854
27855 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27856  als Operator, da es das erste Zeichen der Zeile ist.
27857  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27858  Bruchstrich unterscheiden.
27859  Um das zu verhindern, wurde mit dem Befehl 
27860 \series bold
27861
27862 \backslash
27863 hspace{3pt}
27864 \series default
27865
27866 \begin_inset Foot
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 mehr zu 
27871 \series bold
27872
27873 \backslash
27874 hspace
27875 \series default
27876  siehe 
27877 \begin_inset CommandInset ref
27878 LatexCommand ref
27879 reference "sub:Variabler-Leerraum"
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \begin_inset Index
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893 Befehle ! H ! 
27894 \backslash
27895 hspace
27896 \end_layout
27897
27898 \end_inset
27899
27900  Leerraum hinter das Minuszeichen eingefügt.
27901 \end_layout
27902
27903 \begin_layout Itemize
27904 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27905 \series bold
27906
27907 \backslash
27908 lefteqn
27909 \series default
27910
27911 \begin_inset Index
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 Befehle ! L ! 
27916 \backslash
27917 lefteqn
27918 \end_layout
27919
27920 \end_inset
27921
27922 .
27923  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27924  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27925 \begin_inset ERT
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929
27930
27931 \backslash
27932 medskip
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \begin_inset Formula \begin{eqnarray}
27939 \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 \\
27940  &  & -\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 \\
27941  &  & =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}
27942
27943 \end_inset
27944
27945
27946 \begin_inset ERT
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950
27951
27952 \backslash
27953 smallskip
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \begin_inset Newline newline
27960 \end_inset
27961
27962 Nachdem man 
27963 \series bold
27964
27965 \backslash
27966 lefteqn
27967 \series default
27968  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27969  das gegenüber dem blauen leicht verschoben ist.
27970  In dieses wird die Formel eingegeben.
27971 \begin_inset ERT
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975
27976
27977 \backslash
27978 medskip
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \begin_inset Newline newline
27985 \end_inset
27986
27987 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27988  eingegeben.
27989  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27990  Einrückung.
27991 \begin_inset ERT
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995
27996
27997 \backslash
27998 medskip
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \begin_inset Newline newline
28005 \end_inset
28006
28007
28008 \begin_inset Note Greyedout
28009 status open
28010
28011 \begin_layout Plain Layout
28012 Bei der Verwendung von 
28013 \series bold
28014
28015 \backslash
28016 lefteqn
28017 \series default
28018  ist Folgendes zu beachten:
28019 \end_layout
28020
28021 \begin_layout Itemize
28022 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28023  Würde man in obigem Beispiel der ersten Zeile den Term 
28024 \begin_inset Formula $-B^{2}$
28025 \end_inset
28026
28027  anfügen, befände sich dieser außerhalb des Seitenrands.
28028  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28029  Leerraum einfügen.
28030 \end_layout
28031
28032 \begin_layout Itemize
28033 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28034  erste Zeile gesetzt werden.
28035 \begin_inset Foot
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 \begin_inset CommandInset href
28040 LatexCommand href
28041 name "LyX-Fehler #1429"
28042 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \end_inset
28050
28051  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28052  Pfeiltasten bewegen.
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \begin_layout Itemize
28061 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "sub:Multline-Umgebung"
28065
28066 \end_inset
28067
28068  und 
28069 \begin_inset CommandInset ref
28070 LatexCommand ref
28071 reference "sub:Mehrzeilige-Formelteile"
28072
28073 \end_inset
28074
28075  beschriebenen Umgebungen.
28076 \end_layout
28077
28078 \begin_layout Subsubsection
28079 Mehrzeilige Klammern
28080 \begin_inset CommandInset label
28081 LatexCommand label
28082 name "sub:Mehrzeilige-Klammern"
28083
28084 \end_inset
28085
28086
28087 \begin_inset Index
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 Klammern ! mehrzeilige
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28101 \begin_inset Formula \begin{eqnarray*}
28102 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28103  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28112  Größe dürfen nicht über mehrere Zeilen gehen.
28113 \end_layout
28114
28115 \begin_layout Standard
28116 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28117  erste Zeile mit 
28118 \series bold
28119
28120 \backslash
28121 right.
28122 \series default
28123
28124 \begin_inset Index
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 Befehle ! R ! 
28129 \backslash
28130 right
28131 \end_layout
28132
28133 \end_inset
28134
28135  und beginnt die zweite Zeile mit 
28136 \series bold
28137
28138 \backslash
28139 left.
28140 \begin_inset Foot
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 mehr zu 
28145 \series bold
28146
28147 \backslash
28148 left
28149 \series default
28150  und 
28151 \series bold
28152
28153 \backslash
28154 right
28155 \series default
28156  siehe 
28157 \begin_inset CommandInset ref
28158 LatexCommand ref
28159 reference "sub:Automatische-Klammergrößen"
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \series default
28170
28171 \begin_inset Index
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Befehle ! L ! 
28176 \backslash
28177 left
28178 \end_layout
28179
28180 \end_inset
28181
28182 .
28183  Nach 
28184 \series bold
28185
28186 \backslash
28187 left.
28188
28189 \series default
28190  gibt man den Befehl 
28191 \series bold
28192
28193 \backslash
28194 vphantom
28195 \series default
28196
28197 \begin_inset ERT
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201
28202
28203 \backslash
28204 leer 
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \series bold
28211
28212 \backslash
28213 prod
28214 \series default
28215 ^
28216 \begin_inset ERT
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220
28221
28222 \backslash
28223 leer 
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \series bold
28230
28231 \backslash
28232 infty
28233 \series default
28234
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 leer 
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \series bold
28249
28250 \begin_inset Formula $\downarrow$
28251 \end_inset
28252
28253 _R=1}
28254 \series default
28255
28256 \begin_inset Index
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Befehle ! V ! 
28261 \backslash
28262 vphantom
28263 \end_layout
28264
28265 \end_inset
28266
28267  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28268  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Das Ergebnis sieht so aus:
28273 \begin_inset Formula \begin{eqnarray*}
28274 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28275  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Subsection
28283 Align-Umgebungen
28284 \end_layout
28285
28286 \begin_layout Standard
28287 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28288  werden.
28289  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28290 \end_layout
28291
28292 \begin_layout Standard
28293 Align-Umgebungen bestehen aus Spalten.
28294  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28295  ausgerichtet.
28296  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28297 \end_layout
28298
28299 \begin_layout Standard
28300 Align-Umgebung werden über das Menü 
28301 \family sans
28302 Einfügen\SpecialChar \menuseparator
28303 Mathe
28304 \family default
28305  erstellt.
28306  Über das Menü 
28307 \family sans
28308 Bearbeiten\SpecialChar \menuseparator
28309 Mathe\SpecialChar \menuseparator
28310 Formelart
28311 \begin_inset Space ~
28312 \end_inset
28313
28314 ändern
28315 \family default
28316  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28317 \end_layout
28318
28319 \begin_layout Standard
28320 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28321
28322 \begin_inset Graphics
28323         filename ../../images/tabular-feature_append-column.png
28324         embed ""
28325         scale 85
28326
28327 \end_inset
28328
28329  bzw.
28330 \begin_inset Space ~
28331 \end_inset
28332
28333
28334 \begin_inset Graphics
28335         filename ../../images/tabular-feature_delete-column.png
28336         embed ""
28337         scale 85
28338
28339 \end_inset
28340
28341  oder das Menü 
28342 \family sans
28343 Bearbeiten\SpecialChar \menuseparator
28344 Zeilen & Spalten
28345 \family default
28346  verwendet werden.
28347 \end_layout
28348
28349 \begin_layout Subsubsection
28350 Standard align-Umgebung
28351 \begin_inset CommandInset label
28352 LatexCommand label
28353 name "sub:Standard-align-Umgebung"
28354
28355 \end_inset
28356
28357
28358 \begin_inset Index
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 Formel ! mehrzeilige ! align-Umgebung
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28372 \family sans
28373 Strg-Enter
28374 \family default
28375  drückt oder das Menü 
28376 \family sans
28377 Einfügen\SpecialChar \menuseparator
28378 Mathe\SpecialChar \menuseparator
28379 AMS align-Umge\SpecialChar \-
28380 bung
28381 \family default
28382  aufruft.
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28387 n align-Umgebung erzeugt wurden:
28388 \begin_inset Formula \begin{align*}
28389 A & =\sin(B) & C & =D\\
28390 C & \ne A & B & \ne D\end{align*}
28391
28392 \end_inset
28393
28394 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28395  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28396 \series bold
28397
28398 \backslash
28399 hfill
28400 \begin_inset Foot
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 mehr zu 
28405 \series bold
28406
28407 \backslash
28408 hfill
28409 \series default
28410  siehe 
28411 \begin_inset CommandInset ref
28412 LatexCommand ref
28413 reference "sub:Variabler-Leerraum"
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \series default
28424  befinden.
28425  Ist der Formelstil 
28426 \series bold
28427 Eingerückt
28428 \begin_inset Foot
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432 Formelstile siehe 
28433 \begin_inset CommandInset ref
28434 LatexCommand ref
28435 reference "sec:Formelstile"
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \series default
28446  gewählt, wird die Formel ohne den 
28447 \series bold
28448
28449 \backslash
28450 hfill
28451 \series default
28452  vor der ersten Spalte gesetzt.
28453 \end_layout
28454
28455 \begin_layout Subsubsection
28456 Alignat-Umgebung
28457 \begin_inset Index
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Formel ! mehrzeilige ! alignat-Umgebung
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28471  Man kann ihn manuell durch die in 
28472 \begin_inset CommandInset ref
28473 LatexCommand ref
28474 reference "sub:Leerraum"
28475
28476 \end_inset
28477
28478  beschriebenen Leerräume einfügen.
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28483  Formel 1
28484 \begin_inset Space \thinspace{}
28485 \end_inset
28486
28487 cm Leerraum eingefügt wurde:
28488 \begin_inset Formula \begin{alignat*}{2}
28489 A & =\sin(B) & \hspace {1cm}C & =D\\
28490 C & \ne A & B & \ne D\end{alignat*}
28491
28492 \end_inset
28493
28494 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28495  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28496  Formeln.
28497 \end_layout
28498
28499 \begin_layout Subsubsection
28500 Flalign-Umgebung
28501 \begin_inset CommandInset label
28502 LatexCommand label
28503 name "sub:Flalign-Umgebung"
28504
28505 \end_inset
28506
28507
28508 \begin_inset Index
28509 status collapsed
28510
28511 \begin_layout Plain Layout
28512 Formel ! mehrzeilige ! flalign-Umgebung
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28522  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28523  Dazu ein Beispiel:
28524 \begin_inset Formula \begin{flalign*}
28525 A & =1 & B & =2 & C & =3\\
28526 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28535  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28536  im Dokument links setzen obwohl der Formelstil 
28537 \series bold
28538 Zentriert
28539 \series default
28540  eingestellt ist.
28541  Als Beispiel die eingerückte ausgerichtete Formel 
28542 \begin_inset CommandInset ref
28543 LatexCommand eqref
28544 reference "eq:VolInt"
28545
28546 \end_inset
28547
28548 :
28549 \begin_inset Formula \begin{flalign}
28550 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28551
28552 \end_inset
28553
28554 In den ersten beiden Spalten befindet sich die Formel.
28555  Damit sie wie beim Formelstil 
28556 \series bold
28557 Eingerückt
28558 \series default
28559  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28560 \begin_inset Space \thinspace{}
28561 \end_inset
28562
28563 pt Leerraum eingefügt.
28564 \end_layout
28565
28566 \begin_layout Subsection
28567 Eqnarray-Umgebung
28568 \begin_inset Index
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Formel ! mehrzeilige ! Eqnarray-Umgebung
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28582  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28583  ausgerichtet.
28584  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28585  da dieses Kästchen nur für Relationzeichen gedacht ist.
28586 \begin_inset Formula \begin{eqnarray*}
28587 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28588 AB & AB & AB\\
28589 A & = & A\end{eqnarray*}
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Subsection
28597 Gather-Umgebung
28598 \begin_inset Index
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Formel ! mehrzeilige ! Gather-Umgebung
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28612  Jede Zeile kann nummeriert werden.
28613 \begin_inset Formula \begin{gather}
28614 A=1\\
28615 X=\textrm{-}1\end{gather}
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Subsection
28623 Multline-Umgebung
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "sub:Multline-Umgebung"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Formel ! mehrzeilige ! Multline-Umgebung
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28645  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28646  Alle anderen Zeilen sind zentriert.
28647  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28648  Als Beispiel Formel 
28649 \begin_inset CommandInset ref
28650 LatexCommand eqref
28651 reference "eq:lefteqn"
28652
28653 \end_inset
28654
28655  in der multline-Umgebung:
28656 \begin_inset Formula \begin{multline}
28657 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}\\
28658 -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}\\
28659 =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}
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28668  nummeriert, wenn rechts (links) nummeriert wird.
28669 \begin_inset Foot
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 Nummerierungsstile siehe 
28674 \begin_inset CommandInset ref
28675 LatexCommand ref
28676 reference "sec:Formelstile"
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \begin_layout Standard
28689 Mit den Befehlen 
28690 \series bold
28691
28692 \backslash
28693 shoveright
28694 \begin_inset Index
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 Befehle ! S ! 
28699 \backslash
28700 shoveright
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \series default
28707  und 
28708 \series bold
28709
28710 \backslash
28711 shoveleft
28712 \begin_inset Index
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 Befehle ! S ! 
28717 \backslash
28718 shoveleft
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \series default
28725  kann eine zentrierte Zeile rechts bzw.
28726  links ausgerichtet werden.
28727  Die Befehle werden folgendermaßen verwendet:
28728 \end_layout
28729
28730 \begin_layout Standard
28731
28732 \series bold
28733
28734 \backslash
28735 shoveright{Zeileninhalt}
28736 \series default
28737  bzw.
28738  
28739 \series bold
28740
28741 \backslash
28742 shoveleft{Zeileninhalt}
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset VSpace medskip
28747 \end_inset
28748
28749 Die Länge 
28750 \series bold
28751
28752 \backslash
28753 multlinegap
28754 \begin_inset Index
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Befehle ! M ! 
28759 \backslash
28760 multlinegap
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \series default
28767  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28768  Voreingestellt ist die Länge 0
28769 \begin_inset Space \thinspace{}
28770 \end_inset
28771
28772 pt.
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28777 \end_layout
28778
28779 \begin_layout Standard
28780
28781 \series bold
28782
28783 \backslash
28784 setlength{
28785 \backslash
28786 multlinegap}{2cm}
28787 \end_layout
28788
28789 \begin_layout Standard
28790 eingegeben wurde:
28791 \begin_inset ERT
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796
28797 \backslash
28798 setlength{
28799 \backslash
28800 multlinegap}{2cm}
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \begin_inset Formula \begin{multline}
28807 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}\\
28808 \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}}\\
28809 =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}
28810
28811 \end_inset
28812
28813
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 multlinegap}{0pt}
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 Die zweite Zeile wurde mit 
28833 \series bold
28834
28835 \backslash
28836 shoveleft
28837 \series default
28838  linksbündig ausgerichtet.
28839 \end_layout
28840
28841 \begin_layout Subsection
28842 Mehrzeilige Formelteile
28843 \begin_inset CommandInset label
28844 LatexCommand label
28845 name "sub:Mehrzeilige-Formelteile"
28846
28847 \end_inset
28848
28849
28850 \begin_inset Index
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Formel ! mehrzeilige ! Formelteile
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28864  der folgenden Umgebungen: 
28865 \series bold
28866 aligned
28867 \series default
28868
28869 \series bold
28870 alignedat
28871 \series default
28872
28873 \series bold
28874 gathered
28875 \series default
28876  oder 
28877 \series bold
28878 split
28879 \series default
28880 .
28881  Sie können über das Menü 
28882 \family sans
28883 Einfügen\SpecialChar \menuseparator
28884 Mathe
28885 \family default
28886  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28891 n Formel\SpecialChar \-
28892 umgebungen.
28893  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28894  Dazu ein Beispiel:
28895 \begin_inset Formula \[
28896 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28897 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28898 \right\} \textrm{Unbestimmtheitsrelationen}\]
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28907  der Befehl 
28908 \series bold
28909
28910 \backslash
28911 aligned
28912 \begin_inset Index
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Befehle ! A ! 
28917 \backslash
28918 aligned
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \series default
28925  eingegeben wird.
28926  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28927  und Zeilen hinzufügen kann.
28928  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28929  gesetzt werden.
28930 \end_layout
28931
28932 \begin_layout Standard
28933 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28934  ausgerichtet sind.
28935  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28936  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28937  Als Beispiel Formel 
28938 \begin_inset CommandInset ref
28939 LatexCommand eqref
28940 reference "eq:kurzlang"
28941
28942 \end_inset
28943
28944  in der aligned-Umgebung:
28945 \begin_inset Formula \begin{equation}
28946 \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}|}\\
28947  & -\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}
28948 \end{equation}
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 Möchte man die Umgebung 
28957 \series bold
28958 alignedat
28959 \series default
28960
28961 \series bold
28962 gathered
28963 \series default
28964  oder 
28965 \series bold
28966 split
28967 \series default
28968  verwenden, gibt man den Befehl 
28969 \series bold
28970
28971 \backslash
28972 alignedat
28973 \series default
28974 ,
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Befehle ! A ! 
28980 \backslash
28981 alignedat
28982 \end_layout
28983
28984 \end_inset
28985
28986  
28987 \series bold
28988
28989 \backslash
28990 gathered
28991 \series default
28992
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Befehle ! G ! 
28998 \backslash
28999 gathered
29000 \end_layout
29001
29002 \end_inset
29003
29004  bzw.
29005  
29006 \series bold
29007
29008 \backslash
29009 split
29010 \series default
29011
29012 \begin_inset Index
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 Befehle ! S ! 
29017 \backslash
29018 split
29019 \end_layout
29020
29021 \end_inset
29022
29023  ein.
29024  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29025  jedoch darf sie nur zwei Spalten enthalten.
29026 \end_layout
29027
29028 \begin_layout Subsection
29029 Text in mehrzeiligen Formeln
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "sub:Text-in-mehrzeiligen"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Text ! in Formeln
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Formel ! mehrzeilige ! Text
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29061  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29062  die Ausrichtung der Spalten nicht beeinflusst.
29063  Dazu wird der Befehl 
29064 \series bold
29065
29066 \backslash
29067 intertext
29068 \begin_inset Index
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Befehle ! I ! 
29073 \backslash
29074 intertext
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \series default
29081  nach folgendem Schema benutzt:
29082 \end_layout
29083
29084 \begin_layout Standard
29085
29086 \series bold
29087
29088 \backslash
29089 intertext{Text}
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29094  werden kann.
29095  Weil LyX 
29096 \series bold
29097
29098 \backslash
29099 intertext
29100 \series default
29101  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29102  Text.
29103  
29104 \series bold
29105
29106 \backslash
29107 intertext
29108 \series default
29109  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29110  dieser Zeile.
29111  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29112 \begin_inset Formula \begin{align}
29113 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29114 \intertext {\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Section
29122 Formelnummerierung
29123 \begin_inset Index
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127 Formelnummerierung
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \begin_inset Index
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Formel ! Nummerierung|see
29138 \begin_inset ERT
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142
29143 {
29144 \end_layout
29145
29146 \end_inset
29147
29148 Formelnummerierung
29149 \begin_inset ERT
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153
29154 }
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Subsection
29168 Allgemeines
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Nummerierte Formeln können mit dem Menü 
29173 \family sans
29174 Einfügen\SpecialChar \menuseparator
29175 Mathe\SpecialChar \menuseparator
29176 Nummerierte
29177 \begin_inset Space ~
29178 \end_inset
29179
29180 Formel
29181 \family default
29182  (Tastenkürzel 
29183 \family sans
29184 Strg-Alt
29185 \begin_inset Space ~
29186 \end_inset
29187
29188 n
29189 \family default
29190 ) erstellt, bestehende Formeln über das Menü 
29191 \family sans
29192 Bearbeiten\SpecialChar \menuseparator
29193 Mathe\SpecialChar \menuseparator
29194 Nummerierung
29195 \begin_inset Space ~
29196 \end_inset
29197
29198 an/aus
29199 \family default
29200  (Tastenkürzel 
29201 \family sans
29202 Alt-m
29203 \begin_inset Space ~
29204 \end_inset
29205
29206 n
29207 \family default
29208 ) nummeriert werden.
29209  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29210  Klammern.
29211  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29216  Zeilen nummeriert.
29217  Man kann jedoch über das Menü 
29218 \family sans
29219 Bearbeiten\SpecialChar \menuseparator
29220 Mathe\SpecialChar \menuseparator
29221 Zeilennummerierung an/aus
29222 \family default
29223  (Tastenkürzel 
29224 \family sans
29225 Alt-m
29226 \begin_inset Space ~
29227 \end_inset
29228
29229 N
29230 \family default
29231 ) für jede Zeile die Nummerierung festlegen.
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29236  werden, siehe 
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "sec:Formelstile"
29240
29241 \end_inset
29242
29243 .
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 Querverweise
29248 \begin_inset CommandInset label
29249 LatexCommand label
29250 name "sub:Querverweise"
29251
29252 \end_inset
29253
29254
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Querverweise ! auf Formeln
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29269  Eine Marke wird mit dem Menü 
29270 \family sans
29271 Einfügen\SpecialChar \menuseparator
29272 Marke
29273 \family default
29274  oder dem Werkzeugleistenknopf 
29275 \begin_inset Graphics
29276         filename ../../images/label-insert.png
29277         embed ""
29278         scale 85
29279
29280 \end_inset
29281
29282  gesetzt.
29283  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29284  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29285 \series bold
29286 eq:
29287 \series default
29288 , nachdem der eigentliche Markenname eingegeben wird.
29289  Der voreingestellte Eintrag steht für 
29290 \begin_inset Quotes gld
29291 \end_inset
29292
29293 equation
29294 \begin_inset Quotes grd
29295 \end_inset
29296
29297  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29298  einer Formel und nicht zu einem Kapitel gehört.
29299  Um eine Marke zu ändern, wählt man wieder das Menü 
29300 \family sans
29301 Einfügen\SpecialChar \menuseparator
29302 Marke
29303 \family default
29304 .
29305 \end_layout
29306
29307 \begin_layout Standard
29308 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29309  Eine Formel mit Marke wird immer nummeriert.
29310 \end_layout
29311
29312 \begin_layout Standard
29313 Querverweise werden mit dem Menü 
29314 \family sans
29315 Einfügen\SpecialChar \menuseparator
29316 Querverweis
29317 \family default
29318  oder dem Werkzeugleistenknopf 
29319 \begin_inset Graphics
29320         filename ../../images/dialog-show-new-inset_ref.png
29321         embed ""
29322         scale 85
29323
29324 \end_inset
29325
29326  eingefügt.
29327  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29328  Wenn man im Querverweis Dialogfenster das Format 
29329 \series bold
29330 (<Querverweis>)
29331 \series default
29332  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29333 \begin_inset Newline newline
29334 \end_inset
29335
29336 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29337  man zur Formel auf die verwiesen wird.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29342 \begin_inset Note Note
29343 status open
29344
29345 \begin_layout Plain Layout
29346 Man beachte die unterschiedlichen Querverweistypen.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 Die Gleichungen 
29356 \begin_inset CommandInset ref
29357 LatexCommand eqref
29358 reference "eq:tag"
29359
29360 \end_inset
29361
29362  und 
29363 \begin_inset CommandInset ref
29364 LatexCommand eqref
29365 reference "eq:c"
29366
29367 \end_inset
29368
29369  sind äquivalent.
29370  In (
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "eq:Lat"
29374
29375 \end_inset
29376
29377 ) werden im Gegensatz zu (
29378 \begin_inset CommandInset ref
29379 LatexCommand ref
29380 reference "eq:Roem"
29381
29382 \end_inset
29383
29384 ) große lateinische Buchstaben zur Nummerierung verwendet.
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset VSpace medskip
29389 \end_inset
29390
29391 Ist im Argument von 
29392 \series bold
29393
29394 \backslash
29395 tag
29396 \begin_inset Foot
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 \series bold
29402
29403 \backslash
29404 tag
29405 \series default
29406  ist in 
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "sub:Benutzerdefinierte-Nummerierung"
29410
29411 \end_inset
29412
29413  beschrieben.
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \series default
29420  wie in 
29421 \begin_inset CommandInset ref
29422 LatexCommand ref
29423 reference "sub:Absatzboxen"
29424
29425 \end_inset
29426
29427  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 Unternummerierung
29432 \begin_inset Index
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Formelnummerierung ! Unternummerierung
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29446  
29447 \begin_inset Newline newline
29448 \end_inset
29449
29450
29451 \series bold
29452
29453 \backslash
29454 begin{subequations}
29455 \series default
29456  und 
29457 \series bold
29458
29459 \backslash
29460 end{subequations}
29461 \series default
29462  erreichen.
29463  Beide Befehle werden im TeX-Modus eingegeben.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Dazu ein Beispiel:
29468 \begin_inset Formula \begin{equation}
29469 A=C-B\label{eq:a}\end{equation}
29470
29471 \end_inset
29472
29473
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479
29480 \backslash
29481 addtocounter{equation}{-1}
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 begin{subequations}
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \begin_inset VSpace -5mm
29501 \end_inset
29502
29503
29504 \begin_inset Formula \begin{equation}
29505 B=C-A\label{eq:b}\end{equation}
29506
29507 \end_inset
29508
29509
29510 \begin_inset Formula \begin{equation}
29511 C=A+B\label{eq:c}\end{equation}
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \begin_inset ERT
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523
29524
29525 \backslash
29526 end{subequations}
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \begin_layout Standard
29535 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29536 \end_layout
29537
29538 \begin_layout Enumerate
29539 erste Formel eingeben
29540 \end_layout
29541
29542 \begin_layout Enumerate
29543
29544 \series bold
29545
29546 \backslash
29547 addtocounter{equation}{-1} 
29548 \backslash
29549 begin{subequations}
29550 \begin_inset Index
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Befehle ! A ! 
29555 \backslash
29556 addtocounter
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Newline newline
29563 \end_inset
29564
29565
29566 \series default
29567 nach der ersten Formel einfügen
29568 \end_layout
29569
29570 \begin_layout Enumerate
29571 zweite Formel eingeben
29572 \end_layout
29573
29574 \begin_layout Enumerate
29575 dritte Formel eingeben
29576 \end_layout
29577
29578 \begin_layout Enumerate
29579
29580 \series bold
29581
29582 \backslash
29583 end{subequations}
29584 \series default
29585  nach der dritten Formel einfügen
29586 \end_layout
29587
29588 \begin_layout Standard
29589 Jede Formel, die zwischen den Befehlen 
29590 \series bold
29591
29592 \backslash
29593 begin
29594 \series default
29595  und 
29596 \series bold
29597
29598 \backslash
29599 end
29600 \series default
29601  steht, wird mit a, b, c, \SpecialChar \ldots{}
29602  untergliedert.
29603  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29604  Alle untergliederten Formeln gelten als 
29605 \emph on
29606 eine
29607 \emph default
29608  nummerierte Formel.
29609  Da jede nummerierte Formel den Formelzähler 
29610 \series bold
29611 equation
29612 \series default
29613  um Eins erhöht, ist der Befehl 
29614 \series bold
29615
29616 \backslash
29617 addtocounter
29618 \series default
29619  notwendig um den Zähler wieder zu erniedrigen.
29620  Ansonsten würden die Formeln 
29621 \begin_inset CommandInset ref
29622 LatexCommand eqref
29623 reference "eq:a"
29624
29625 \end_inset
29626
29627
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:b"
29631
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:c"
29638
29639 \end_inset
29640
29641  als 
29642 \begin_inset CommandInset ref
29643 LatexCommand eqref
29644 reference "eq:a"
29645
29646 \end_inset
29647
29648
29649 \begin_inset CommandInset ref
29650 LatexCommand eqref
29651 reference "eq:d"
29652
29653 \end_inset
29654
29655
29656 \begin_inset CommandInset ref
29657 LatexCommand eqref
29658 reference "eq:f"
29659
29660 \end_inset
29661
29662  nummeriert werden.
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29667  Formeln automatisch etwas Leerraum erstellt.
29668  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29669 \series bold
29670
29671 \backslash
29672 begin{subequations}
29673 \series default
29674  -5
29675 \begin_inset Space \thinspace{}
29676 \end_inset
29677
29678 mm vertikalen Leerraum ein.
29679  Ist der Formelstil 
29680 \series bold
29681 Eingerückt
29682 \begin_inset Foot
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Formelstile siehe 
29687 \begin_inset CommandInset ref
29688 LatexCommand ref
29689 reference "sec:Formelstile"
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \series default
29700  gewählt, fügt man -7
29701 \begin_inset Space \thinspace{}
29702 \end_inset
29703
29704 mm Leerraum ein.
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29709  der zweiten Zeile abgeschaltet wurde:
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 begin{subequations}
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \begin_inset Formula \begin{eqnarray}
29724 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29725  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29726  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29727
29728 \end_inset
29729
29730
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 end{subequations}
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Subsection
29747 Benutzerdefinierte Nummerierung
29748 \begin_inset CommandInset label
29749 LatexCommand label
29750 name "sub:Benutzerdefinierte-Nummerierung"
29751
29752 \end_inset
29753
29754
29755 \begin_inset Index
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759 Formelnummerierung ! benutzerdefinierte
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset Index
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Formelnummerierung ! eigene Klammern
29773 \end_layout
29774
29775 \end_inset
29776
29777 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29778  gesetzt.
29779  Will man diese Klammern z.
29780 \begin_inset Space \thinspace{}
29781 \end_inset
29782
29783 B.
29784  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29785  an:
29786 \end_layout
29787
29788 \begin_layout Standard
29789
29790 \series bold
29791
29792 \backslash
29793 def
29794 \backslash
29795 tagform@#1{
29796 \backslash
29797 maketag@@@{|#1|}}
29798 \series default
29799
29800 \begin_inset Note Note
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29805  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29806  werden.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29816 \series bold
29817 #1
29818 \series default
29819  durch ein oder mehrere gewünschte Zeichen.
29820  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29821 \end_layout
29822
29823 \begin_layout Standard
29824 \begin_inset VSpace bigskip
29825 \end_inset
29826
29827 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29828  hinter der Formel stehen, benutzt man den Befehl 
29829 \series bold
29830
29831 \backslash
29832 tag
29833 \series default
29834
29835 \begin_inset Index
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Befehle ! T ! 
29840 \backslash
29841 tag
29842 \end_layout
29843
29844 \end_inset
29845
29846 :
29847 \begin_inset Formula \begin{equation}
29848 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29849
29850 \end_inset
29851
29852  In diesem Beispiel wurde in der Formel der Befehl 
29853 \series bold
29854
29855 \backslash
29856 tag
29857 \series default
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 leer 
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \series bold
29873 etwas
29874 \series default
29875  eingegeben.
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Gibt man stattdessen 
29880 \series bold
29881
29882 \backslash
29883 tag*
29884 \series default
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 leer 
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \series bold
29900 etwas
29901 \series default
29902  ein, verhindert der Stern die Klammern um den Ausdruck:
29903 \begin_inset Formula \[
29904 A+B=C\tag*{etwas}\]
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \begin_layout Standard
29912 \begin_inset VSpace bigskip
29913 \end_inset
29914
29915 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29916  oder 
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 mbox{
29925 \end_layout
29926
29927 \end_inset
29928
29929 -abschnitt
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 }
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Note Note
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945 Der Befehl 
29946 \series bold
29947
29948 \backslash
29949 mbox
29950 \series default
29951  verhindert, dass am Bindestrich umgebrochen wird.
29952  Mehr zu 
29953 \series bold
29954
29955 \backslash
29956 mbox
29957 \series default
29958  siehe Kap.
29959 \begin_inset Space \thinspace{}
29960 \end_inset
29961
29962
29963 \begin_inset CommandInset ref
29964 LatexCommand ref
29965 reference "sub:Worttrennungen"
29966
29967 \end_inset
29968
29969 .
29970 \end_layout
29971
29972 \end_inset
29973
29974  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 @addtoreset{equation}{part}
29983 \series default
29984
29985 \begin_inset Index
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Befehle ! 
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995 "
29996 \end_layout
29997
29998 \end_inset
29999
30000 @
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006 "
30007 \end_layout
30008
30009 \end_inset
30010
30011  ! 
30012 \backslash
30013
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 "
30020 \end_layout
30021
30022 \end_inset
30023
30024 @
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030 "
30031 \end_layout
30032
30033 \end_inset
30034
30035 addtoreset
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044 bzw.
30045 \begin_inset Newline newline
30046 \end_inset
30047
30048
30049 \series bold
30050
30051 \backslash
30052 @addtoreset{equation}{section}
30053 \end_layout
30054
30055 \begin_layout Standard
30056 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30057 \begin_inset Quotes gld
30058 \end_inset
30059
30060 @
30061 \begin_inset Quotes grd
30062 \end_inset
30063
30064  Zeichen für LaTeX mit dem Befehl 
30065 \series bold
30066
30067 \backslash
30068 makeatletter
30069 \series default
30070  
30071 \begin_inset Quotes gld
30072 \end_inset
30073
30074 aktiv
30075 \begin_inset Quotes grd
30076 \end_inset
30077
30078  gemacht werden.
30079  Der Befehl 
30080 \series bold
30081
30082 \backslash
30083 makeatother
30084 \series default
30085  macht dies wieder rückgängig.
30086  Daher ist die Befehlssequenz im TeX-Modus:
30087 \end_layout
30088
30089 \begin_layout Standard
30090
30091 \series bold
30092
30093 \backslash
30094 makeatletter
30095 \begin_inset Newline newline
30096 \end_inset
30097
30098
30099 \backslash
30100 @addtoreset{equation}{section}
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \backslash
30106 makeatother
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Im LaTeX-Vorspann können 
30111 \series bold
30112
30113 \backslash
30114 makeatletter
30115 \series default
30116  und 
30117 \series bold
30118
30119 \backslash
30120 makeatother
30121 \series default
30122  weggelassen werden, da LyX sie automatisch intern einfügt.
30123 \end_layout
30124
30125 \begin_layout Standard
30126 Um 
30127 \series bold
30128
30129 \backslash
30130 @addtoreset
30131 \series default
30132  rückgängig zu machen, muss die Datei 
30133 \series bold
30134 remreset.sty
30135 \series default
30136
30137 \begin_inset Foot
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 \series bold
30143 remreset
30144 \series default
30145  ist Teil des LaTeX-Paketes 
30146 \series bold
30147 carlisle
30148 \series default
30149
30150 \begin_inset Index
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154 Pakete ! carlisle
30155 \end_layout
30156
30157 \end_inset
30158
30159 , das Teil jeder LaTeX-Standardinstallation ist.
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \begin_inset Index
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169 Pakete ! remreset
30170 \end_layout
30171
30172 \end_inset
30173
30174  im LaTeX-Vorspann mit der Zeile
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \series bold
30180
30181 \backslash
30182 usepackage{remreset}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 geladen werden.
30187  Dann kann der Befehl 
30188 \series bold
30189
30190 \backslash
30191 @removefromreset
30192 \series default
30193
30194 \begin_inset Index
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 Befehle ! 
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204 "
30205 \end_layout
30206
30207 \end_inset
30208
30209 @
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215 "
30216 \end_layout
30217
30218 \end_inset
30219
30220  ! 
30221 \backslash
30222
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 "
30229 \end_layout
30230
30231 \end_inset
30232
30233 @
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239 "
30240 \end_layout
30241
30242 \end_inset
30243
30244 removefromreset
30245 \end_layout
30246
30247 \end_inset
30248
30249  mit dem selben Schema wie 
30250 \series bold
30251
30252 \backslash
30253 @addtoreset
30254 \series default
30255  benutzt werden.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset VSpace bigskip
30260 \end_inset
30261
30262 Oftmals möchte man Formeln in folgender Art nummerieren:
30263 \end_layout
30264
30265 \begin_layout Standard
30266
30267 \family typewriter
30268 (Kapitelnummer.Formelnummer)
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30273 \end_layout
30274
30275 \begin_layout Standard
30276 Für diesen Fall gibt es den Befehl 
30277 \series bold
30278
30279 \backslash
30280 numberwithin
30281 \series default
30282
30283 \begin_inset Index
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Befehle ! N ! 
30288 \backslash
30289 numberwithin
30290 \end_layout
30291
30292 \end_inset
30293
30294 , der nach folgendem Schema benutzt wird:
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 numberwithin{Zähler}{Gliederung}
30303 \end_layout
30304
30305 \begin_layout Standard
30306 Zähler gibt an, welche Nummerierung betroffen ist.
30307  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30308 \end_layout
30309
30310 \begin_layout Standard
30311 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30312  ein:
30313 \end_layout
30314
30315 \begin_layout Standard
30316
30317 \series bold
30318
30319 \backslash
30320 numberwithin{equation}{section}
30321 \end_layout
30322
30323 \begin_layout Standard
30324 Das ist das Ergebnis:
30325 \begin_inset ERT
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330
30331 \backslash
30332 numberwithin{equation}{section}
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset Formula \begin{equation}
30339 A+B=C\end{equation}
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Möchte man z.
30348 \begin_inset Space \thinspace{}
30349 \end_inset
30350
30351 B.
30352  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30353  gibt man 
30354 \series bold
30355
30356 \backslash
30357 numberwithin{table}{part}
30358 \series default
30359  ein.
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30364 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30365  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 renewcommand{
30374 \backslash
30375 theequation}{
30376 \backslash
30377 arabic{equation}}
30378 \begin_inset Index
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Befehle ! A ! 
30383 \backslash
30384 arabic
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \series default
30391
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 renewcommand{
30400 \backslash
30401 theequation}{
30402 \backslash
30403 arabic{equation}}
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \series bold
30410
30411 \begin_inset Newline newline
30412 \end_inset
30413
30414
30415 \series default
30416 bzw.
30417 \series bold
30418
30419 \begin_inset Newline newline
30420 \end_inset
30421
30422
30423 \backslash
30424 renewcommand{
30425 \backslash
30426 thetable}{
30427 \backslash
30428 arabic{table}}
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 numberwithin
30437 \series default
30438  benutzt intern den oben beschriebenen Befehl 
30439 \series bold
30440
30441 \backslash
30442 @addtoreset
30443 \series default
30444 , der ebenfalls rückgängig gemacht werden muss.
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 makeatletter
30453 \end_layout
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 @removefromreset{equation}{section}
30460 \end_layout
30461
30462 \begin_layout Plain Layout
30463
30464
30465 \backslash
30466 makeatother
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Subsection
30475 Nummerierung mit römischen Zahlen und Buchstaben
30476 \begin_inset CommandInset label
30477 LatexCommand label
30478 name "sub:Nummerierung-mit-römischen"
30479
30480 \end_inset
30481
30482
30483 \begin_inset Index
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 Formelnummerierung ! mit Buchstaben
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \begin_inset Index
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497 Formelnummerierung ! mit römischen Zahlen
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30507  werden.
30508  Um z.
30509 \begin_inset Space \thinspace{}
30510 \end_inset
30511
30512 B.
30513  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30514  TeX-Modus den Befehl
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 renewcommand{
30523 \backslash
30524 theequation}{
30525 \backslash
30526 roman{equation}}
30527 \end_layout
30528
30529 \begin_layout Standard
30530 ein.
30531  
30532 \series bold
30533
30534 \backslash
30535 renewcommand
30536 \series default
30537
30538 \begin_inset Index
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Befehle ! R ! 
30543 \backslash
30544 renewcommand
30545 \end_layout
30546
30547 \end_inset
30548
30549  weist dem vordefinierten Befehl 
30550 \series bold
30551
30552 \backslash
30553 theequation
30554 \series default
30555  den Befehl
30556 \begin_inset Newline linebreak
30557 \end_inset
30558
30559
30560 \series bold
30561
30562 \backslash
30563 roman{equation}
30564 \series default
30565  zu
30566 \begin_inset Foot
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570 Der Befehl 
30571 \series bold
30572
30573 \backslash
30574 renewcommand
30575 \series default
30576  besitzt dasselbe Schema wie der in 
30577 \begin_inset CommandInset ref
30578 LatexCommand ref
30579 reference "sec:Benutzerdefinierte-Befehle"
30580
30581 \end_inset
30582
30583  beschriebene Befehl
30584 \begin_inset Newline newline
30585 \end_inset
30586
30587
30588 \series bold
30589
30590 \backslash
30591 newcommand
30592 \series default
30593 .
30594 \end_layout
30595
30596 \end_inset
30597
30598 .
30599  
30600 \series bold
30601 equation
30602 \series default
30603  ist der Formelzähler.
30604  Stellt man einem Zähler den Befehl 
30605 \series bold
30606
30607 \backslash
30608 the
30609 \series default
30610  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30611  wird.
30612  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30613  
30614 \series bold
30615
30616 \backslash
30617 theequation
30618 \series default
30619  hinter die Formel.
30620  
30621 \series bold
30622
30623 \backslash
30624 roman{equation}
30625 \begin_inset Index
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Befehle ! R ! 
30630 \backslash
30631 roman
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \series default
30638  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30639 \end_layout
30640
30641 \begin_layout Standard
30642 Alle Formeln nach dem 
30643 \series bold
30644
30645 \backslash
30646 renewcommand
30647 \series default
30648 -Befehl werden nun römisch nummeriert.
30649  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30650  den Befehl erneut ein, ersetzt aber 
30651 \series bold
30652
30653 \backslash
30654 roman
30655 \series default
30656  durch 
30657 \series bold
30658
30659 \backslash
30660 Roman
30661 \series default
30662
30663 \begin_inset Index
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667 Befehle ! R ! 
30668 \backslash
30669 roman@
30670 \backslash
30671 Roman
30672 \end_layout
30673
30674 \end_inset
30675
30676 .
30677  Für die 
30678 \begin_inset Quotes gld
30679 \end_inset
30680
30681 Nummerierung
30682 \begin_inset Quotes grd
30683 \end_inset
30684
30685  mit lateinischen Buchstaben gibt es den Befehl 
30686 \series bold
30687
30688 \backslash
30689 alph
30690 \series default
30691
30692 \begin_inset Index
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696 Befehle ! A ! 
30697 \backslash
30698 alph
30699 \end_layout
30700
30701 \end_inset
30702
30703  für kleine und 
30704 \series bold
30705
30706 \backslash
30707 Alph
30708 \series default
30709
30710 \begin_inset Index
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714 Befehle ! A ! 
30715 \backslash
30716 alph@
30717 \backslash
30718 Alph
30719 \end_layout
30720
30721 \end_inset
30722
30723  für große Buchstaben.
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset Note Greyedout
30728 status open
30729
30730 \begin_layout Plain Layout
30731
30732 \series bold
30733 Achtung:
30734 \series default
30735  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30736  nummeriert werden.
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750
30751 \backslash
30752 renewcommand{
30753 \backslash
30754 theequation}{
30755 \backslash
30756 roman{equation}}
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 \begin_inset Formula \begin{equation}
30766 A=\textrm{römisch}\label{eq:roem}\end{equation}
30767
30768 \end_inset
30769
30770
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 renewcommand{
30779 \backslash
30780 theequation}{
30781 \backslash
30782 Roman{equation}}
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \begin_inset Formula \begin{equation}
30789 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30790
30791 \end_inset
30792
30793
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 renewcommand{
30802 \backslash
30803 theequation}{
30804 \backslash
30805 alph{equation}}
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \begin_inset Formula \begin{equation}
30812 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30813
30814 \end_inset
30815
30816
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 renewcommand{
30825 \backslash
30826 theequation}{
30827 \backslash
30828 Alph{equation}}
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \begin_inset Formula \begin{equation}
30835 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30844  ein:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 renewcommand{
30853 \backslash
30854 theequation}{
30855 \backslash
30856 arabic{equation}}
30857 \begin_inset Index
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Befehle ! A ! 
30862 \backslash
30863 arabic
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset ERT
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876
30877
30878 \backslash
30879 renewcommand{
30880 \backslash
30881 theequation}{
30882 \backslash
30883 arabic{equation}}
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \begin_inset Formula \begin{equation}
30890 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \begin_inset VSpace medskip
30899 \end_inset
30900
30901 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30902 riert.
30903  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30904  beginnen, müssen neue Formelzähler angelegt werden.
30905  Eine Beschreibung dazu findet man in der Datei 
30906 \begin_inset CommandInset href
30907 LatexCommand href
30908 target "Formelnummerierung.lyx"
30909
30910 \end_inset
30911
30912 .
30913 \end_layout
30914
30915 \begin_layout Section
30916 Benutzerdefinierte Befehle
30917 \begin_inset CommandInset label
30918 LatexCommand label
30919 name "sec:Benutzerdefinierte-Befehle"
30920
30921 \end_inset
30922
30923
30924 \begin_inset Index
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928 benutzerdefinierte Befehle
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30938  Man kann sich aber mit dem Befehl 
30939 \series bold
30940
30941 \backslash
30942 newcommand
30943 \series default
30944
30945 \begin_inset Index
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Befehle ! N ! 
30950 \backslash
30951 newcommand
30952 \end_layout
30953
30954 \end_inset
30955
30956  neue kürzere Befehle definieren.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Das Befehlsschema von 
30961 \series bold
30962
30963 \backslash
30964 newcommand
30965 \series default
30966  lautet:
30967 \end_layout
30968
30969 \begin_layout Standard
30970
30971 \series bold
30972
30973 \backslash
30974 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
30975 \series default
30976  
30977 \series bold
30978 Wert]
30979 \begin_inset Newline newline
30980 \end_inset
30981
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988
30989 \backslash
30990 phantom{
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \backslash
30997 newcommand
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003 }
31004 \end_layout
31005
31006 \end_inset
31007
31008 {Befehlsdefinition}
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset Note Greyedout
31013 status open
31014
31015 \begin_layout Plain Layout
31016
31017 \series bold
31018 Achtung:
31019 \series default
31020  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31021  oder von benutzten LaTeX-Paketen verwendet wird.
31022  Definiert man beispielsweise für 
31023 \series bold
31024
31025 \backslash
31026 Leftarrow
31027 \series default
31028  den Befehl 
31029 \series bold
31030
31031 \backslash
31032 le
31033 \series default
31034 , erhält man eine Fehlermeldung, denn 
31035 \series bold
31036
31037 \backslash
31038 le
31039 \series default
31040  ist schon für 
31041 \begin_inset Quotes gld
31042 \end_inset
31043
31044
31045 \begin_inset Formula $\le$
31046 \end_inset
31047
31048
31049 \begin_inset Quotes grd
31050 \end_inset
31051
31052  definiert.
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 \begin_inset Note Greyedout
31062 status open
31063
31064 \begin_layout Plain Layout
31065
31066 \series bold
31067 Achtung: 
31068 \series default
31069 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31070  bestehen.
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31080 \begin_inset Space \thinspace{}
31081 \end_inset
31082
31083 -
31084 \begin_inset Space \thinspace{}
31085 \end_inset
31086
31087 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31088  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31089  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31090 \emph on
31091 erste
31092 \emph default
31093  Argument des neuen Befehls ein optionales ist.
31094 \end_layout
31095
31096 \begin_layout Standard
31097 Es folgen einige Beispiele:
31098 \end_layout
31099
31100 \begin_layout Itemize
31101 Will man für 
31102 \series bold
31103
31104 \backslash
31105 Longrightarrow
31106 \series default
31107  den Befehl 
31108 \series bold
31109
31110 \backslash
31111 gr
31112 \series default
31113  definieren, lautet die LaTeX-Vor\SpecialChar \-
31114 spannzeile:
31115 \begin_inset ERT
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119
31120
31121 \backslash
31122 medskip
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \series bold
31129
31130 \begin_inset Newline newline
31131 \end_inset
31132
31133
31134 \backslash
31135 newcommand{
31136 \backslash
31137 gr}{
31138 \backslash
31139 Longrightarrow}
31140 \end_layout
31141
31142 \begin_layout Itemize
31143 Um für den Befehl 
31144 \series bold
31145
31146 \backslash
31147 underline
31148 \series default
31149  den Befehl 
31150 \series bold
31151
31152 \backslash
31153 us
31154 \series default
31155  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31156  werden.
31157  Dazu sieht die Vorspannzeile wie folgt aus:
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 medskip
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \series bold
31172
31173 \begin_inset Newline newline
31174 \end_inset
31175
31176
31177 \backslash
31178 newcommand{
31179 \backslash
31180 us}[1]{
31181 \backslash
31182 underline{#1}}
31183 \series default
31184
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 medskip
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \series bold
31199
31200 \begin_inset Newline newline
31201 \end_inset
31202
31203
31204 \series default
31205 Das Zeichen 
31206 \series bold
31207 #
31208 \series default
31209  fungiert als Argumentplatzhalter, die 
31210 \series bold
31211 1
31212 \series default
31213  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31214 \end_layout
31215
31216 \begin_layout Itemize
31217 Für 
31218 \series bold
31219
31220 \backslash
31221 framebox
31222 \series default
31223  kann man z.
31224 \begin_inset Space \thinspace{}
31225 \end_inset
31226
31227 B.
31228  den Befehl 
31229 \series bold
31230
31231 \backslash
31232 fb
31233 \series default
31234  definieren:
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 medskip
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \series bold
31249
31250 \begin_inset Newline newline
31251 \end_inset
31252
31253
31254 \backslash
31255 newcommand{
31256 \backslash
31257 fb}[3]{
31258 \backslash
31259 framebox#1#2{$#3$}}
31260 \series default
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 medskip
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \series bold
31276
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \series default
31282 Die beiden Dollarzeichen erstellen hierbei die für 
31283 \series bold
31284
31285 \backslash
31286 framebox
31287 \series default
31288  geforderte weitere Formel, siehe 
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "sub:Boxen-mit-Rahmen"
31292
31293 \end_inset
31294
31295 .
31296 \end_layout
31297
31298 \begin_layout Itemize
31299 Um einen neuen Befehl für 
31300 \series bold
31301
31302 \backslash
31303 fcolorbox
31304 \series default
31305  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31306  definiert man das Argument für die Farbe als optional:
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312
31313 \backslash
31314 medskip
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \series bold
31321
31322 \begin_inset Newline newline
31323 \end_inset
31324
31325
31326 \backslash
31327 newcommand{
31328 \backslash
31329 cb}[3][white]{
31330 \backslash
31331 fcolorbox{#2}{#1}{$#3$}}
31332 \series default
31333
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 medskip
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset Newline newline
31348 \end_inset
31349
31350 Gibt man bei der Verwendung von 
31351 \series bold
31352
31353 \backslash
31354 cb
31355 \series default
31356  die Farbe nicht an, wird die voreingestellte Farbe 
31357 \series bold
31358 white
31359 \series default
31360  verwendet.
31361 \begin_inset Newpage pagebreak
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Ein Test der neu definierten Befehle:
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \align center
31373 \begin_inset Tabular
31374 <lyxtabular version="3" rows="6" columns="2">
31375 <features>
31376 <column alignment="center" valignment="top" width="0">
31377 <column alignment="center" valignment="top" width="0">
31378 <row>
31379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31380 \begin_inset Text
31381
31382 \begin_layout Plain Layout
31383 Befehl
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392 Ergebnis
31393 \begin_inset Note Note
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398 \series bold
31399
31400 \backslash
31401 raisebox
31402 \series default
31403  dient nur als Abstandhalter.
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 </row>
31414 <row>
31415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419 A
31420 \backslash
31421 gr
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 leer 
31430 \end_layout
31431
31432 \end_inset
31433
31434 B
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 \begin_inset Formula $A\gr  B$
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 </row>
31452 <row>
31453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31454 \begin_inset Text
31455
31456 \begin_layout Plain Layout
31457
31458 \backslash
31459 us{ABcd
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 </row>
31477 <row>
31478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482
31483 \backslash
31484 fb{[2cm]
31485 \begin_inset Formula $\to$
31486 \end_inset
31487
31488
31489 \backslash
31490 {
31491 \begin_inset Formula $\to$
31492 \end_inset
31493
31494
31495 \backslash
31496 {
31497 \backslash
31498 int
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 leer 
31507 \end_layout
31508
31509 \end_inset
31510
31511 A=B
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \backslash
31536 cb{red
31537 \begin_inset Formula $\to$
31538 \end_inset
31539
31540
31541 \backslash
31542 {
31543 \backslash
31544 int
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 leer 
31553 \end_layout
31554
31555 \end_inset
31556
31557 A=B
31558 \end_layout
31559
31560 \end_inset
31561 </cell>
31562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31563 \begin_inset Text
31564
31565 \begin_layout Plain Layout
31566 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 </row>
31575 <row>
31576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \backslash
31582 cb[green]
31583 \backslash
31584 {red
31585 \begin_inset Formula $\to$
31586 \end_inset
31587
31588
31589 \backslash
31590 {
31591 \backslash
31592 int
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598
31599 \backslash
31600 leer 
31601 \end_layout
31602
31603 \end_inset
31604
31605 A=B
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 </row>
31623 </lyxtabular>
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Section
31631 Diagramme
31632 \begin_inset Index
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636 Diagramme
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \begin_layout Standard
31645 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31646 \series bold
31647 amscd
31648 \begin_inset Foot
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653 \series bold
31654 amscd
31655 \series default
31656  ist Teil jeder LaTeX-Standardinstallation.
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \series default
31663
31664 \begin_inset Index
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 Pakete ! amscd
31669 \end_layout
31670
31671 \end_inset
31672
31673  benötigt.
31674  Es wird im LaTeX-Vorspann mit der Zeile
31675 \end_layout
31676
31677 \begin_layout Standard
31678
31679 \series bold
31680
31681 \backslash
31682 usepackage{amscd}
31683 \end_layout
31684
31685 \begin_layout Standard
31686 geladen.
31687 \end_layout
31688
31689 \begin_layout Standard
31690 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31691 \begin_inset Formula \[
31692 \begin{CD}A@>>>B@>>>C\\
31693 @AAA@.@VVV\\
31694 F@<<<E@<<<D\end{CD}\]
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31703 \series bold
31704
31705 \backslash
31706 CD
31707 \begin_inset Index
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Befehle ! C ! 
31712 \backslash
31713 CD
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \series default
31720  ein.
31721  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31722  man die weiteren Befehle eingibt.
31723  Mit 
31724 \series bold
31725
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 mbox{
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \family sans
31740 \series default
31741 Strg-Enter
31742 \family default
31743 \series bold
31744
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750 }
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \series default
31757  wird eine neue Zeile erstellt.
31758  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31759  Zeilen der Formel eingegeben.
31760 \end_layout
31761
31762 \begin_layout Standard
31763 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31764 \end_layout
31765
31766 \begin_layout Itemize
31767
31768 \series bold
31769 @<<<
31770 \series default
31771  erstellt einen Linkspfeil, 
31772 \series bold
31773 @>>>
31774 \series default
31775  einen Rechtspfeil und 
31776 \series bold
31777 @=
31778 \series default
31779  ein langes Gleichheitszeichen
31780 \end_layout
31781
31782 \begin_layout Itemize
31783
31784 \series bold
31785 @AAA
31786 \series default
31787  erstellt einen Pfeil nach oben, 
31788 \series bold
31789 @VVV
31790 \series default
31791  einen Pfeil nach unten und 
31792 \series bold
31793 @|
31794 \series default
31795  ein senkrechtes Gleichheitszeichen
31796 \end_layout
31797
31798 \begin_layout Itemize
31799
31800 \series bold
31801 @.
31802
31803 \series default
31804  dient als Platzhalter für nicht vorhandene Beziehungen
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Alle Pfeile sind wie folgt beschriftbar:
31809 \end_layout
31810
31811 \begin_layout Itemize
31812 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31813  > Text eingegeben, erscheint er über dem Pfeil.
31814  Wird der Text zwischen dem zweiten und dritten < bzw.
31815  > eingegeben, erscheint er unter dem Pfeil.
31816 \end_layout
31817
31818 \begin_layout Itemize
31819 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31820  V eingegeben, erscheint er links neben dem Pfeil.
31821  Bei Eingabe zwischen zweitem und drittem A bzw.
31822  V erscheint er rechts daneben.
31823  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31824  gesetzt werden.
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31829 \end_layout
31830
31831 \begin_layout Standard
31832 \begin_inset Formula \[
31833 \begin{CD}A@>j>>B@>>k>C@=F\\
31834 @AmAA@.@VV{V}V@|\\
31835 D@<<j<E@>k>>F@=C\end{CD}\]
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Der Befehl dazu lautet:
31844 \begin_inset Newline newline
31845 \end_inset
31846
31847
31848 \series bold
31849
31850 \backslash
31851 CD
31852 \begin_inset ERT
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857
31858 \backslash
31859 leer 
31860 \end_layout
31861
31862 \end_inset
31863
31864 A@>j>>B@>>k>C@=F Strg-Enter
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 hphantom{
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \backslash
31883 CD
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 leer 
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902 }
31903 \end_layout
31904
31905 \end_inset
31906
31907 @AmAA@.@VV
31908 \backslash
31909 {V
31910 \series default
31911
31912 \begin_inset Formula $\to$
31913 \end_inset
31914
31915
31916 \series bold
31917 V@| Strg-Enter
31918 \begin_inset Newline newline
31919 \end_inset
31920
31921
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927
31928 \backslash
31929 hphantom{
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \backslash
31936 CD
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942
31943 \backslash
31944 leer 
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \begin_inset ERT
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954
31955 }
31956 \end_layout
31957
31958 \end_inset
31959
31960 D@<<j<E@>k>>F@=C
31961 \end_layout
31962
31963 \begin_layout Standard
31964 \begin_inset Newpage newpage
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \begin_layout Section
31971 Tipps
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 texorpdfstring{
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \begin_inset Foot
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 Weitere gute Tipps gibt es unter 
31990 \begin_inset CommandInset citation
31991 LatexCommand cite
31992 key "Voss"
31993
31994 \end_inset
31995
31996 .
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007 }{}
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \begin_inset Note Note
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018 \series bold
32019
32020 \backslash
32021 texorpdfstring
32022 \series default
32023  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32024 \end_layout
32025
32026 \begin_layout Plain Layout
32027 Näheres zu 
32028 \series bold
32029
32030 \backslash
32031 texorpdfstring
32032 \series default
32033  steht in Kapitel 
32034 \begin_inset CommandInset ref
32035 LatexCommand ref
32036 reference "sub:Formeln-in-Überschriften"
32037
32038 \end_inset
32039
32040 .
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \begin_inset Index
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050 Tipps
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \begin_inset Index
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060 Ionen|see
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066 {
32067 \end_layout
32068
32069 \end_inset
32070
32071 chemische Zeichen
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076
32077 }
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Subsection
32091 Chemische Symbole und Reaktionsgleichungen
32092 \begin_inset CommandInset label
32093 LatexCommand label
32094 name "sub:Chemische-Symbole-und"
32095
32096 \end_inset
32097
32098
32099 \begin_inset Index
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 chemische Zeichen ! Symbole
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \begin_inset Index
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Reaktionsgleichungen
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset Index
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123 Symbole ! chemische
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Ein Beispieltext aus der Chemie:
32133 \end_layout
32134
32135 \begin_layout Quote
32136 Das 
32137 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32138 \end_inset
32139
32140 -Ion verbindet sich mit zwei 
32141 \begin_inset Formula $\mathrm{Na^{+}}$
32142 \end_inset
32143
32144 -Ionen zu Natriumsulfat 
32145 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32146 \end_inset
32147
32148 .
32149  Die Reaktionsgleichung dazu lautet:
32150 \begin_inset Formula \[
32151 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32160  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32161  in der Formel und wandelt diese mit der Tastenkombination 
32162 \family sans
32163 Alt-z
32164 \begin_inset Space ~
32165 \end_inset
32166
32167 r
32168 \family default
32169  in den aufrechten Schriftstil um.
32170 \begin_inset Foot
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174 Schriftstile siehe 
32175 \begin_inset CommandInset ref
32176 LatexCommand ref
32177 reference "sub:Schriftstile"
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Subsection
32190 Negative Zahlen
32191 \begin_inset Index
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 Zahlen ! negative
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32205  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32206  dargestellt.
32207  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32208  Minuszeichen korrekt.
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32213  nicht mehr auf.
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Ein Beispiel zur Veranschaulichung der Problematik:
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \align center
32222 \begin_inset Tabular
32223 <lyxtabular version="3" rows="3" columns="2">
32224 <features>
32225 <column alignment="right" valignment="top" width="0">
32226 <column alignment="left" valignment="top" width="0">
32227 <row>
32228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 normaler Text:
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 x = -2
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 </row>
32247 <row>
32248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 Formelmodus:
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 \begin_inset Formula $x=-2$
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 <row>
32271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 Lösung:
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 \begin_inset Formula $x=\textrm{-}2$
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 </row>
32293 </lyxtabular>
32294
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \begin_layout Subsection
32301 Komma als Dezimaltrennzeichen
32302 \begin_inset Index
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 Komma
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32316  als Gruppentrennzeichen.
32317  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32318  eingefügt.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32323  Text um (Tastenkürzel 
32324 \family sans
32325 Alt-m
32326 \begin_inset Space ~
32327 \end_inset
32328
32329 m
32330 \family default
32331 ).
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32336  lädt man die Datei 
32337 \series bold
32338 icomma.sty
32339 \series default
32340
32341 \begin_inset Foot
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345
32346 \series bold
32347 icomma
32348 \series default
32349  ist Teil des LaTeX-Paketes 
32350 \series bold
32351 was
32352 \series default
32353
32354 \begin_inset Index
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 Pakete ! was
32359 \begin_inset VSpace 4mm
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \end_inset
32366
32367 .
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \begin_inset Index
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377 Pakete ! icomma
32378 \end_layout
32379
32380 \end_inset
32381
32382  mit der LaTeX-Vorspannzeile
32383 \end_layout
32384
32385 \begin_layout Standard
32386
32387 \series bold
32388
32389 \backslash
32390 usepackage{icomma}
32391 \end_layout
32392
32393 \begin_layout Subsection
32394 Physikalische Vektoren
32395 \begin_inset CommandInset label
32396 LatexCommand label
32397 name "sub:Physikalische-Vektoren"
32398
32399 \end_inset
32400
32401
32402 \begin_inset Index
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406 Vektoren ! physikalische
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \begin_layout Standard
32415 Vordefinierte Vektoren bietet das LaTeX-Paket 
32416 \series bold
32417 braket
32418 \series default
32419
32420 \begin_inset Foot
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425 \series bold
32426 braket
32427 \series default
32428  sollte Teil jeder LaTeX-Standardinstallation sein.
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \begin_inset Index
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438 Pakete ! braket
32439 \end_layout
32440
32441 \end_inset
32442
32443 , das mit der LaTeX-Vorspannzeile
32444 \end_layout
32445
32446 \begin_layout Standard
32447
32448 \series bold
32449
32450 \backslash
32451 usepackage{braket}
32452 \end_layout
32453
32454 \begin_layout Standard
32455 geladen wird.
32456 \begin_inset ERT
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460
32461
32462 \backslash
32463 ifbraket 
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \begin_inset Note Note
32470 status open
32471
32472 \begin_layout Plain Layout
32473 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32474 \series bold
32475 braket
32476 \series default
32477  installiert ist:
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Folgende Befehle sind definiert:
32487 \end_layout
32488
32489 \begin_layout Standard
32490 \align center
32491 \begin_inset Tabular
32492 <lyxtabular version="3" rows="4" columns="2">
32493 <features>
32494 <column alignment="center" valignment="top" width="0">
32495 <column alignment="center" valignment="top" width="0">
32496 <row>
32497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32498 \begin_inset Text
32499
32500 \begin_layout Plain Layout
32501 Befehl
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 Ergebnis
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 <row>
32517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521
32522 \backslash
32523 Bra{
32524 \backslash
32525 psi
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 \begin_inset Formula $\Bra {\psi}$
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \end_inset
32541 </cell>
32542 </row>
32543 <row>
32544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548
32549 \backslash
32550 Ket{
32551 \backslash
32552 psi
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 \begin_inset Formula $\Ket {\psi}$
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 </row>
32570 <row>
32571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575
32576 \backslash
32577 Braket{
32578 \backslash
32579 psi|
32580 \backslash
32581 phi
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 \begin_inset Formula $\Braket {\psi|\phi}$
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \end_inset
32597 </cell>
32598 </row>
32599 </lyxtabular>
32600
32601 \end_inset
32602
32603
32604 \end_layout
32605
32606 \begin_layout Standard
32607 Der Befehl 
32608 \series bold
32609
32610 \backslash
32611 Braket
32612 \series default
32613  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32614  Klammern gesetzt werden:
32615 \begin_inset Formula \[
32616 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32617
32618 \end_inset
32619
32620
32621 \begin_inset ERT
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625
32626
32627 \backslash
32628 else 
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \begin_inset Note Note
32635 status open
32636
32637 \begin_layout Plain Layout
32638 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32639 \series bold
32640 braket
32641 \series default
32642  nicht installiert ist:
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Standard
32651 Das LaTeX-Paket 
32652 \series bold
32653 braket 
32654 \series default
32655 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32656 \end_layout
32657
32658 \begin_layout Standard
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 fi 
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 Der Effekt von 
32676 \series bold
32677
32678 \backslash
32679 Braket
32680 \series default
32681  kann auch mit dem Befehl 
32682 \series bold
32683
32684 \backslash
32685 middle
32686 \series default
32687  erzielt werden, der in 
32688 \begin_inset CommandInset ref
32689 LatexCommand ref
32690 reference "sub:Automatische-Klammergrößen"
32691
32692 \end_inset
32693
32694  beschrieben ist.
32695 \end_layout
32696
32697 \begin_layout Subsection
32698 Selbst definierte Brüche
32699 \begin_inset CommandInset label
32700 LatexCommand label
32701 name "sub:Selbstdefinierte-Brüche"
32702
32703 \end_inset
32704
32705
32706 \begin_inset Index
32707 status collapsed
32708
32709 \begin_layout Plain Layout
32710 Brüche ! selbstdefinierte
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Standard
32719 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32720 \series bold
32721
32722 \backslash
32723 genfrac
32724 \series default
32725
32726 \begin_inset Index
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 Befehle ! G ! 
32731 \backslash
32732 genfrac
32733 \end_layout
32734
32735 \end_inset
32736
32737  in folgendem Schema:
32738 \end_layout
32739
32740 \begin_layout Standard
32741
32742 \series bold
32743
32744 \backslash
32745 genfrac{linke
32746 \series default
32747  
32748 \series bold
32749 Klammer}{rechte
32750 \series default
32751  
32752 \series bold
32753 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32754 \begin_inset Newline newline
32755 \end_inset
32756
32757
32758 \begin_inset ERT
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762
32763
32764 \backslash
32765 phantom{
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \backslash
32772 genfrac
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778 }
32779 \end_layout
32780
32781 \end_inset
32782
32783 {Zähler}{Nenner}
32784 \end_layout
32785
32786 \begin_layout Standard
32787 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32788 \begin_inset Space \thinspace{}
32789 \end_inset
32790
32791 -
32792 \begin_inset Space \thinspace{}
32793 \end_inset
32794
32795 3 angegeben.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \align center
32800 \begin_inset Tabular
32801 <lyxtabular version="3" rows="5" columns="2">
32802 <features>
32803 <column alignment="center" valignment="top" width="0">
32804 <column alignment="center" valignment="top" width="0">
32805 <row>
32806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32807 \begin_inset Text
32808
32809 \begin_layout Plain Layout
32810 Nummer
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 Ansichtsstil
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 </row>
32825 <row>
32826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 0
32831 \end_layout
32832
32833 \end_inset
32834 </cell>
32835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 abgesetzte Formel
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 1
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 eingebettete Formel
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 </row>
32865 <row>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 2
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 klein
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 3
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 winzig
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 </lyxtabular>
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
32914  
32915 \series bold
32916
32917 \backslash
32918 frac
32919 \series default
32920  der Umgebung an.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
32925  0.4
32926 \begin_inset Space \thinspace{}
32927 \end_inset
32928
32929 pt verwendet.
32930 \end_layout
32931
32932 \begin_layout Standard
32933 \begin_inset VSpace medskip
32934 \end_inset
32935
32936 Zum Beispiel sind die Befehle 
32937 \series bold
32938
32939 \backslash
32940 dfrac
32941 \series default
32942  und 
32943 \series bold
32944
32945 \backslash
32946 tbinom
32947 \series default
32948  aus 
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sub:Brüche"
32952
32953 \end_inset
32954
32955  folgendermaßen definiert:
32956 \end_layout
32957
32958 \begin_layout Standard
32959
32960 \series bold
32961
32962 \backslash
32963 newcommand{
32964 \backslash
32965 dfrac}[2]{
32966 \backslash
32967 genfrac{}{}{}{0}{#1}{#2}}
32968 \end_layout
32969
32970 \begin_layout Standard
32971 und
32972 \end_layout
32973
32974 \begin_layout Standard
32975
32976 \series bold
32977
32978 \backslash
32979 newcommand{
32980 \backslash
32981 tbinom}[2]{
32982 \backslash
32983 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32984 \end_layout
32985
32986 \begin_layout Standard
32987 \begin_inset VSpace medskip
32988 \end_inset
32989
32990 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
32991  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 newcommand{
33000 \backslash
33001 fracS}[3][]{
33002 \backslash
33003 genfrac{}{}{#1}{}{#2}{#3}}
33004 \end_layout
33005
33006 \begin_layout Standard
33007 Dazu ein Test:
33008 \begin_inset Formula \begin{align*}
33009 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33010 \text{Ergebnis} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33011
33012 \end_inset
33013
33014 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33015  in etwa der dreifachen Strichdicke.
33016 \end_layout
33017
33018 \begin_layout Subsection
33019 Durchgestrichene Formeln
33020 \begin_inset CommandInset label
33021 LatexCommand label
33022 name "sub:Durchgestrichene-Formeln"
33023
33024 \end_inset
33025
33026
33027 \begin_inset Index
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 Formel ! durchgestrichene
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33041 \series bold
33042 cancel
33043 \series default
33044
33045 \begin_inset Foot
33046 status collapsed
33047
33048 \begin_layout Plain Layout
33049
33050 \series bold
33051 cancel
33052 \series default
33053  ist Teil jeder LaTeX-Standardinstallation.
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \begin_inset Index
33060 status collapsed
33061
33062 \begin_layout Plain Layout
33063 Pakete ! cancel
33064 \end_layout
33065
33066 \end_inset
33067
33068  mit der LaTeX-Vorspannzeile
33069 \end_layout
33070
33071 \begin_layout Standard
33072
33073 \series bold
33074
33075 \backslash
33076 usepackage[samesize]{cancel}
33077 \end_layout
33078
33079 \begin_layout Standard
33080 geladen werden.
33081 \begin_inset Newpage pagebreak
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088 Es gibt vier verschiedene Arten durchzustreichen:
33089 \end_layout
33090
33091 \begin_layout Standard
33092 \align center
33093 \begin_inset Tabular
33094 <lyxtabular version="3" rows="5" columns="2">
33095 <features>
33096 <column alignment="center" valignment="top" width="0">
33097 <column alignment="center" valignment="top" width="0">
33098 <row>
33099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33100 \begin_inset Text
33101
33102 \begin_layout Plain Layout
33103 Befehl
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 Ergebnis
33113 \begin_inset Note Note
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117
33118 \series bold
33119
33120 \backslash
33121 hspace
33122 \series default
33123  und 
33124 \series bold
33125
33126 \backslash
33127 raisebox
33128 \series default
33129  dienen nur als Abstandhalter.
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \end_inset
33138 </cell>
33139 </row>
33140 <row>
33141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145
33146 \backslash
33147 cancel{
33148 \backslash
33149 int
33150 \begin_inset ERT
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154
33155
33156 \backslash
33157 leer 
33158 \end_layout
33159
33160 \end_inset
33161
33162 A=B
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 <row>
33181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185
33186 \backslash
33187 bcancel{
33188 \backslash
33189 int
33190 \begin_inset ERT
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194
33195
33196 \backslash
33197 leer 
33198 \end_layout
33199
33200 \end_inset
33201
33202 A=B
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 <row>
33221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225
33226 \backslash
33227 xcancel{
33228 \backslash
33229 int
33230 \begin_inset ERT
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234
33235
33236 \backslash
33237 leer 
33238 \end_layout
33239
33240 \end_inset
33241
33242 A=B
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 </row>
33260 <row>
33261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265
33266 \backslash
33267 cancelto{1
33268 \begin_inset Formula $\to$
33269 \end_inset
33270
33271
33272 \backslash
33273 {
33274 \backslash
33275 int
33276 \begin_inset ERT
33277 status collapsed
33278
33279 \begin_layout Plain Layout
33280
33281
33282 \backslash
33283 leer 
33284 \end_layout
33285
33286 \end_inset
33287
33288 A=B
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33294 \begin_inset Text
33295
33296 \begin_layout Plain Layout
33297 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 </row>
33306 </lyxtabular>
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314
33315 \series bold
33316
33317 \backslash
33318 cancelto
33319 \series default
33320  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33321  will:
33322 \begin_inset Formula \[
33323 \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}}}\]
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Subsection
33331 Formeln in Überschriften
33332 \begin_inset CommandInset label
33333 LatexCommand label
33334 name "sub:Formeln-in-Überschriften"
33335
33336 \end_inset
33337
33338
33339 \begin_inset Index
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343 Formel ! in Überschriften
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Standard
33352 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset Note Greyedout
33357 status open
33358
33359 \begin_layout Plain Layout
33360 Verwendet man 
33361 \series bold
33362 hyperref
33363 \series default
33364
33365 \begin_inset Index
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369 Pakete ! hyperref
33370 \end_layout
33371
33372 \end_inset
33373
33374  Unterstützung im den Dokumenteinstellungen unter 
33375 \family sans
33376 PDF-Eigenschaften
33377 \family default
33378 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33379  erzeugt.
33380  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33381  dargestellt.
33382  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33383 \end_layout
33384
33385 \end_inset
33386
33387
33388 \end_layout
33389
33390 \begin_layout Standard
33391 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33392  Kurztitel über das Menü 
33393 \family sans
33394 Einfügen\SpecialChar \menuseparator
33395 Kurztitel
33396 \family default
33397  einfügt.
33398  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33399  um das Inhaltsverzeichnis übersichtlich zu halten.
33400  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33401 chen.
33402 \end_layout
33403
33404 \begin_layout Standard
33405 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33406 \series bold
33407 hyperref
33408 \series default
33409 , verwendet man im TeX-Modus den Befehl
33410 \end_layout
33411
33412 \begin_layout Standard
33413
33414 \series bold
33415
33416 \backslash
33417 texorpdfstring{Teil}{Alternative}
33418 \begin_inset Index
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422 Befehle ! T ! 
33423 \backslash
33424 texorpdfstring
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33434  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33435  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33436  soll.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 Es folgen zwei Beispielüberschriften:
33441 \begin_inset VSpace -3mm
33442 \end_inset
33443
33444
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 boldmath 
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Subsubsection
33461 Überschrift ohne Formel im Inhaltsverzeichnis 
33462 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33463 \end_inset
33464
33465
33466 \begin_inset OptArg
33467 status collapsed
33468
33469 \begin_layout Plain Layout
33470 Überschrift ohne Formel im Inhaltsverzeichnis
33471 \end_layout
33472
33473 \end_inset
33474
33475
33476 \end_layout
33477
33478 \begin_layout Subsubsection
33479 Überschrift mit Formel im Inhaltsverzeichnis
33480 \begin_inset ERT
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484
33485
33486 \backslash
33487 texorpdfstring{
33488 \end_layout
33489
33490 \end_inset
33491
33492  
33493 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33494 \end_inset
33495
33496
33497 \begin_inset ERT
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501
33502 }{}
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Standard
33511 \begin_inset ERT
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515
33516
33517 \backslash
33518 unboldmath 
33519 \end_layout
33520
33521 \end_inset
33522
33523 In der ersten Überschrift wurde ein Kurztitel verwendet.
33524  In der zweiten 
33525 \series bold
33526
33527 \backslash
33528 texorpdfstring
33529 \series default
33530 .
33531 \end_layout
33532
33533 \begin_layout Standard
33534 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33535  die komplette Überschrift in eine 
33536 \series bold
33537 boldmath-Umgebung
33538 \series default
33539
33540 \begin_inset Foot
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 siehe 
33545 \begin_inset CommandInset ref
33546 LatexCommand ref
33547 reference "sub:Fett-gedruckte-Formeln"
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \end_inset
33555
33556  gesetzt.
33557 \end_layout
33558
33559 \begin_layout Subsection
33560 Formeln im mehrspaltigen Text
33561 \begin_inset Index
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Formel ! im mehrspaltigen Text
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33575  müssen daher über die gesamte Seitenbreite gesetzt werden.
33576  Dazu verwendet man das LaTeX-Paket 
33577 \series bold
33578 multicol
33579 \series default
33580
33581 \begin_inset Foot
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585
33586 \series bold
33587 multicol
33588 \series default
33589  ist Teil jeder LaTeX-Standardinstallation.
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \begin_inset Index
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599 Pakete ! multicol
33600 \end_layout
33601
33602 \end_inset
33603
33604 , das mit der LaTeX-Vorspannzeile
33605 \end_layout
33606
33607 \begin_layout Standard
33608
33609 \series bold
33610
33611 \backslash
33612 usepackage{multicol}
33613 \end_layout
33614
33615 \begin_layout Standard
33616 geladen wird.
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset Note Greyedout
33621 status open
33622
33623 \begin_layout Plain Layout
33624 Dabei ist zu beachten, dass im Menü 
33625 \family sans
33626 Dokument\SpecialChar \menuseparator
33627 Einstellungen
33628 \family default
33629  unter 
33630 \family sans
33631 Textformat
33632 \family default
33633  
33634 \emph on
33635 nicht
33636 \emph default
33637  
33638 \family sans
33639 Zweispaltiges
33640 \begin_inset Space ~
33641 \end_inset
33642
33643 Dokument
33644 \family default
33645  ausgewählt sein darf.
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Standard
33654 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33655 \end_layout
33656
33657 \begin_layout Standard
33658
33659 \series bold
33660
33661 \backslash
33662 begin{multicols}{Spaltenanzahl}
33663 \end_layout
33664
33665 \begin_layout Standard
33666 wobei die Spaltenanzahl eine Zahl im Bereich 2
33667 \begin_inset Space \thinspace{}
33668 \end_inset
33669
33670 -
33671 \begin_inset Space \thinspace{}
33672 \end_inset
33673
33674 10 ist.
33675  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33676 \end_layout
33677
33678 \begin_layout Standard
33679
33680 \series bold
33681
33682 \backslash
33683 end{multicols}
33684 \end_layout
33685
33686 \begin_layout Standard
33687 der im TeX-Modus eingegeben wird.
33688 \end_layout
33689
33690 \begin_layout Standard
33691 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33692  Um dies rückgängig zu machen, fügt man vor der Formel -6
33693 \begin_inset Space \thinspace{}
33694 \end_inset
33695
33696 mm vertikalen Leerraum ein.
33697  Ist der Formelstil 
33698 \series bold
33699 Eingerückt
33700 \begin_inset Foot
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 Formelstile siehe 
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sec:Formelstile"
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \series default
33718  gewählt, fügt man stattdessen -9
33719 \begin_inset Space \thinspace{}
33720 \end_inset
33721
33722 mm Leerraum ein.
33723 \end_layout
33724
33725 \begin_layout Standard
33726 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33727 \end_layout
33728
33729 \begin_layout Standard
33730 \begin_inset ERT
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734
33735
33736 \backslash
33737 begin{multicols}{2}
33738 \end_layout
33739
33740 \end_inset
33741
33742 Das Spektrum wird fouriertransformiert.
33743  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33744 , Lösungsmittel) zu trennen.
33745  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33746  nun das Aussehen des Ausgangssignals.
33747  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33748  über alle Phasen integrieren muss.
33749  Sei nun 
33750 \begin_inset Formula $S$
33751 \end_inset
33752
33753  unser normiertes Ausgangssignal und 
33754 \begin_inset Formula $P$
33755 \end_inset
33756
33757  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33758 \begin_inset ERT
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762
33763
33764 \backslash
33765 end{multicols}
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \begin_inset VSpace -6mm
33772 \end_inset
33773
33774
33775 \begin_inset Formula \begin{equation}
33776 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33777
33778 \end_inset
33779
33780
33781 \begin_inset ERT
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785
33786
33787 \backslash
33788 begin{multicols}{2}
33789 \end_layout
33790
33791 \end_inset
33792
33793 wobei 
33794 \begin_inset Formula $S_{0}$
33795 \end_inset
33796
33797  das Signal ohne Gradient ist und die Normierungsbedingung 
33798 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33799 \end_inset
33800
33801  gilt.
33802  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33803  Direkt nach dem 
33804 \begin_inset Formula $\nicefrac{\pi}{2}$
33805 \end_inset
33806
33807
33808 \begin_inset Space \thinspace{}
33809 \end_inset
33810
33811 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33812  das Signal zusätzlich abschwächt.
33813  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33814  
33815 \begin_inset Formula $T_{2}$
33816 \end_inset
33817
33818 -Zeit.
33819 \end_layout
33820
33821 \begin_layout Standard
33822 \begin_inset ERT
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826
33827
33828 \backslash
33829 end{multicols}
33830 \end_layout
33831
33832 \end_inset
33833
33834  
33835 \end_layout
33836
33837 \begin_layout Subsection
33838 Formeln mit Beschreibung der Variablen
33839 \begin_inset Index
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843 Formel ! mit Variablenbeschreibung
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 Möchte man wie in Formel 
33853 \begin_inset CommandInset ref
33854 LatexCommand eqref
33855 reference "eq:innerhalb"
33856
33857 \end_inset
33858
33859 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33860 \series bold
33861 ×
33862 \series default
33863
33864 \begin_inset Formula $n$
33865 \end_inset
33866
33867
33868 \begin_inset Space ~
33869 \end_inset
33870
33871 Matrix mit links ausgerichteten Spalten für die verwendeten 
33872 \begin_inset Formula $n$
33873 \end_inset
33874
33875  Variablen.
33876 \begin_inset Foot
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880 Matrizen siehe 
33881 \begin_inset CommandInset ref
33882 LatexCommand ref
33883 reference "sec:Matrizen"
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \end_inset
33891
33892  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33893 \begin_inset Space \thinspace{}
33894 \end_inset
33895
33896 B.
33897  den Befehl 
33898 \series bold
33899
33900 \backslash
33901 footnotesize
33902 \series default
33903  ein.
33904 \begin_inset Foot
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 Schriftgrößen siehe 
33909 \begin_inset CommandInset ref
33910 LatexCommand ref
33911 reference "sub:Schriftgrößen"
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Wird der Formelstil 
33925 \series bold
33926 Eingerückt
33927 \begin_inset Foot
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 Formelstile siehe 
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Formelstile"
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \series default
33945  verwendet, fügt man vor und nach der Matrix ein 
33946 \series bold
33947
33948 \backslash
33949 hfill
33950 \series default
33951
33952 \begin_inset Foot
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956
33957 \series bold
33958
33959 \backslash
33960 hfill
33961 \series default
33962  wirkt nur in Formeln mit dem Stil 
33963 \series bold
33964 Eingerückt
33965 \series default
33966 , siehe 
33967 \begin_inset CommandInset ref
33968 LatexCommand ref
33969 reference "sub:Variabler-Leerraum"
33970
33971 \end_inset
33972
33973 .
33974 \end_layout
33975
33976 \end_inset
33977
33978  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
33979  gleich ist.
33980 \end_layout
33981
33982 \begin_layout Standard
33983 Ist der Formelstil 
33984 \series bold
33985 Zentriert
33986 \series default
33987  gewählt, nutzt man die in 
33988 \begin_inset CommandInset ref
33989 LatexCommand ref
33990 reference "sub:Flalign-Umgebung"
33991
33992 \end_inset
33993
33994  beschriebene Möglichkeit, Formeln einzurücken.
33995  Formel 
33996 \begin_inset CommandInset ref
33997 LatexCommand eqref
33998 reference "eq:innerhalb"
33999
34000 \end_inset
34001
34002  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34003  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34004 \begin_inset Formula \begin{flalign}
34005 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34006 \rho & \textrm{Dichte}\\
34007 V & \textrm{Volumen}\\
34008 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Subsection
34016 Aufrechte kleine griechische Buchstaben
34017 \begin_inset CommandInset label
34018 LatexCommand label
34019 name "sub:Aufrechte-kleine-griechische"
34020
34021 \end_inset
34022
34023
34024 \begin_inset Index
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 griechische Buchstaben ! aufrechte
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Standard
34037 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34038  zur Verfügung.
34039  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34040  aufrechte griechische Buchstaben benötigt.
34041  Die Datei 
34042 \series bold
34043 upgreek.sty
34044 \series default
34045
34046 \begin_inset Foot
34047 status collapsed
34048
34049 \begin_layout Plain Layout
34050
34051 \series bold
34052 upgreek
34053 \series default
34054  ist Teil des LaTeX-Paketes 
34055 \series bold
34056 was
34057 \series default
34058
34059 \begin_inset Index
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063 Pakete ! was
34064 \begin_inset VSpace 4mm
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071
34072 .
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \begin_inset Index
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082 Pakete ! upgreek
34083 \end_layout
34084
34085 \end_inset
34086
34087 , die mit der LaTeX-Vorspannzeile
34088 \end_layout
34089
34090 \begin_layout Standard
34091
34092 \series bold
34093
34094 \backslash
34095 usepackage{upgreek}
34096 \end_layout
34097
34098 \begin_layout Standard
34099 geladen wird, stellt diese Buchstaben zur Verfügung.
34100  
34101 \begin_inset ERT
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106
34107 \backslash
34108 ifupgreek 
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \begin_inset Note Note
34115 status open
34116
34117 \begin_layout Plain Layout
34118 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34119 \series bold
34120 upgreek
34121 \series default
34122  installiert ist:
34123 \end_layout
34124
34125 \end_inset
34126
34127  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34128  
34129 \series bold
34130 up
34131 \series default
34132  begonnen wird.
34133  So erzeugt z.
34134 \begin_inset Space \thinspace{}
34135 \end_inset
34136
34137 B.
34138  der Befehl 
34139 \series bold
34140
34141 \backslash
34142 uptau
34143 \series default
34144  dies: 
34145 \begin_inset Formula $\uptau $
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Damit kann man Elementarteilchenreaktionen erstellen:
34153 \begin_inset Formula \[
34154 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34163  Sie sollten daher nicht für Einheiten wie 
34164 \begin_inset Quotes gld
34165 \end_inset
34166
34167 µm
34168 \begin_inset Quotes grd
34169 \end_inset
34170
34171  verwendet werden.
34172 \end_layout
34173
34174 \begin_layout Standard
34175 \begin_inset ERT
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180
34181 \backslash
34182 else 
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \begin_inset Note Note
34189 status open
34190
34191 \begin_layout Plain Layout
34192 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34193 \series bold
34194 upgreek
34195 \series default
34196  nicht installiert ist:
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 Das LaTeX-Paket 
34206 \series bold
34207 upgreek 
34208 \series default
34209 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34210 \end_layout
34211
34212 \begin_layout Standard
34213 \begin_inset ERT
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218
34219 \backslash
34220 fi 
34221 \end_layout
34222
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Subsection
34229 Textzeichen in Formeln
34230 \begin_inset CommandInset label
34231 LatexCommand label
34232 name "sub:Textzeichen-in-Formeln"
34233
34234 \end_inset
34235
34236
34237 \begin_inset Index
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241 Text ! in Formeln
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Standard
34250 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34251  Benötigt man z.
34252 \begin_inset Space \thinspace{}
34253 \end_inset
34254
34255 B.
34256  den mittigen Punkt · in Formeln wie 
34257 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34258 \end_inset
34259
34260 , müsste man dafür jedes Mal den Befehl 
34261 \series bold
34262
34263 \backslash
34264 cdot
34265 \series default
34266  eingeben
34267 \begin_inset Foot
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 siehe 
34272 \begin_inset CommandInset ref
34273 LatexCommand ref
34274 reference "sub:Binäre-Operatoren"
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \end_inset
34282
34283 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34284  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34285 \end_layout
34286
34287 \begin_layout Standard
34288
34289 \series bold
34290
34291 \backslash
34292 DeclareInputText{183}{
34293 \backslash
34294 ifmmode
34295 \backslash
34296 cdot
34297 \backslash
34298 else
34299 \backslash
34300 textperiodcentered
34301 \backslash
34302 f\SpecialChar \textcompwordmark{}
34303 i}
34304 \end_layout
34305
34306 \begin_layout Standard
34307 Die Zeichenkodierung (Menü 
34308 \family sans
34309 Dokument\SpecialChar \menuseparator
34310 Einstellungen\SpecialChar \menuseparator
34311 Sprache
34312 \family default
34313 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34314  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34315 \series bold
34316
34317 \backslash
34318 textperiodcentered
34319 \series default
34320  verwendet.
34321  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34322  LaTeX-Fehlern kommen würde.
34323  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34324  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34325  nicht.
34326 \end_layout
34327
34328 \begin_layout Standard
34329 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34330  Z.
34331 \begin_inset Space \thinspace{}
34332 \end_inset
34333
34334 B.
34335  ist die Kodierung 
34336 \series bold
34337 latin9
34338 \series default
34339  in der Datei 
34340 \series bold
34341 latin9.def
34342 \series default
34343  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34344  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34345 eien geändert werden.
34346  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34347  nicht ohne Weiteres bearbeitet werden.
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \begin_inset VSpace medskip
34352 \end_inset
34353
34354 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34355  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34356  Formel eingegeben werden können:
34357 \end_layout
34358
34359 \begin_layout Standard
34360
34361 \series bold
34362
34363 \backslash
34364 DeclareInputText{176}{
34365 \backslash
34366 ifmmode^
34367 \backslash
34368 circ
34369 \backslash
34370 else
34371 \backslash
34372 textdegree
34373 \backslash
34374 f\SpecialChar \textcompwordmark{}
34375 i}
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \begin_inset Newpage newpage
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Section
34386 \start_of_appendix
34387 Typographische Hinweise
34388 \begin_inset Index
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 Typographische Hinweise
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34402  Regeln, die teilweise auch im Duden 
34403 \begin_inset CommandInset citation
34404 LatexCommand cite
34405 key "Duden"
34406
34407 \end_inset
34408
34409  unter 
34410 \family typewriter
34411 Textverarbeitung
34412 \family default
34413  aufgelistet sind.
34414 \end_layout
34415
34416 \begin_layout Itemize
34417 Physikalische Einheiten werden 
34418 \emph on
34419 immer
34420 \emph default
34421  aufrecht gesetzt
34422 \begin_inset Foot
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426 wird durch Schriftstile erreicht, siehe 
34427 \begin_inset CommandInset ref
34428 LatexCommand ref
34429 reference "sub:Schriftstile"
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437
34438 : 30
34439 \begin_inset Space \thinspace{}
34440 \end_inset
34441
34442 km/h
34443 \begin_inset Newline newline
34444 \end_inset
34445
34446 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34447 \begin_inset CommandInset ref
34448 LatexCommand ref
34449 reference "sub:Vordefinierter-Leerraum"
34450
34451 \end_inset
34452
34453 .
34454 \end_layout
34455
34456 \begin_layout Itemize
34457 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34458 \begin_inset Newline newline
34459 \end_inset
34460
34461 1,2
34462 \begin_inset Space \thinspace{}
34463 \end_inset
34464
34465
34466 \begin_inset ERT
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470
34471
34472 \backslash
34473 textperthousand 
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \begin_inset Space ~
34480 \end_inset
34481
34482 Alkohol im Blut
34483 \begin_inset Newline newline
34484 \end_inset
34485
34486 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34487  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34488 \end_layout
34489
34490 \begin_layout Itemize
34491 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34492  wird in einer Einheit verwendet: 15
34493 \begin_inset Space \thinspace{}
34494 \end_inset
34495
34496 °C
34497 \end_layout
34498
34499 \begin_layout Itemize
34500 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34501  Ziffer der kleinste Leerraum eingefügt: 18
34502 \begin_inset Space \thinspace{}
34503 \end_inset
34504
34505 473
34506 \begin_inset Space \thinspace{}
34507 \end_inset
34508
34509 588
34510 \end_layout
34511
34512 \begin_layout Itemize
34513 Für Bemaßungen wie z.
34514 \begin_inset Space \thinspace{}
34515 \end_inset
34516
34517 B.
34518  120×90×40
34519 \begin_inset Space \thinspace{}
34520 \end_inset
34521
34522 cm, verwendet man das gelegte Kreuz 
34523 \begin_inset Quotes gld
34524 \end_inset
34525
34526 ×
34527 \begin_inset Quotes grd
34528 \end_inset
34529
34530 , dass über den LaTeX-Befehl 
34531 \series bold
34532
34533 \backslash
34534 texttimes
34535 \series default
34536  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34537  werden kann.
34538 \end_layout
34539
34540 \begin_layout Itemize
34541 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34542  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34543 \begin_inset Space \thinspace{}
34544 \end_inset
34545
34546 6.
34547 \begin_inset Space ~
34548 \end_inset
34549
34550 1979
34551 \end_layout
34552
34553 \begin_layout Itemize
34554 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34555  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34556 \begin_inset CommandInset ref
34557 LatexCommand ref
34558 reference "sub:Vordefinierte-Funktionen"
34559
34560 \end_inset
34561
34562 .
34563 \end_layout
34564
34565 \begin_layout Itemize
34566 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34567  
34568 \begin_inset Formula $E_{\mathrm{kin}}$
34569 \end_inset
34570
34571
34572 \begin_inset Newline newline
34573 \end_inset
34574
34575 Komponenten von Matrizen werden kursiv gesetzt: 
34576 \begin_inset Formula $\hat{H}_{kl}$
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Itemize
34583 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34584  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34585  Variablen zu verwechseln.
34586 \end_layout
34587
34588 \begin_layout Standard
34589 \begin_inset Newpage newpage
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Section
34596 Synonyme
34597 \begin_inset Index
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 Synonyme
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Standard
34610 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34611  Hier ist eine Übersicht der Synonymbefehle:
34612 \end_layout
34613
34614 \begin_layout Standard
34615 \begin_inset VSpace bigskip
34616 \end_inset
34617
34618
34619 \begin_inset Space \hfill{}
34620 \end_inset
34621
34622
34623 \begin_inset Tabular
34624 <lyxtabular version="3" rows="12" columns="2">
34625 <features>
34626 <column alignment="center" valignment="top" width="0pt">
34627 <column alignment="center" valignment="top" width="0pt">
34628 <row>
34629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34630 \begin_inset Text
34631
34632 \begin_layout Plain Layout
34633 Befehl
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34639 \begin_inset Text
34640
34641 \begin_layout Plain Layout
34642 äquivalent zu
34643 \begin_inset Note Note
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647
34648 \series bold
34649
34650 \backslash
34651 raisebox
34652 \series default
34653  dient nur als Abstandhalter.
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 </row>
34664 <row>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669
34670 \backslash
34671 ast
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 \begin_inset ERT
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684
34685
34686 \backslash
34687 raisebox{-1.2mm}{
34688 \end_layout
34689
34690 \end_inset
34691
34692 *
34693 \begin_inset ERT
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697
34698 }
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 </row>
34709 <row>
34710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714
34715 \backslash
34716 choose
34717 \end_layout
34718
34719 \end_inset
34720 </cell>
34721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34722 \begin_inset Text
34723
34724 \begin_layout Plain Layout
34725
34726 \backslash
34727 binom
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738
34739 \backslash
34740 geq
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749
34750 \backslash
34751 ge
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762
34763 \backslash
34764 lbrace
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 {
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row>
34780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 lbracket
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34792 \begin_inset Text
34793
34794 \begin_layout Plain Layout
34795 [
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 </row>
34801 <row>
34802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34803 \begin_inset Text
34804
34805 \begin_layout Plain Layout
34806
34807 \backslash
34808 leftarrow
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817
34818 \backslash
34819 gets
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 </row>
34825 <row>
34826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830
34831 \backslash
34832 leq
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34838 \begin_inset Text
34839
34840 \begin_layout Plain Layout
34841
34842 \backslash
34843 le
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 <row>
34850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854
34855 \backslash
34856 lor
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 vee
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 </row>
34873 <row>
34874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878
34879 \backslash
34880 neq
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 not=
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 </row>
34897 <row>
34898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34899 \begin_inset Text
34900
34901 \begin_layout Plain Layout
34902
34903 \backslash
34904 slash
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913 /
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 </row>
34919 <row>
34920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924
34925 \backslash
34926 vert
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 |
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 </lyxtabular>
34942
34943 \end_inset
34944
34945
34946 \begin_inset Space \hfill{}
34947 \end_inset
34948
34949
34950 \begin_inset Tabular
34951 <lyxtabular version="3" rows="12" columns="2">
34952 <features>
34953 <column alignment="center" valignment="top" width="0pt">
34954 <column alignment="center" valignment="top" width="0pt">
34955 <row>
34956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960 Befehl
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34966 \begin_inset Text
34967
34968 \begin_layout Plain Layout
34969 äquivalent zu
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 </row>
34975 <row>
34976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980
34981 \backslash
34982 backslash
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991
34992 \backslash
34993
34994 \backslash
34995
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 </row>
35001 <row>
35002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35003 \begin_inset Text
35004
35005 \begin_layout Plain Layout
35006
35007 \backslash
35008 dasharrow
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Plain Layout
35017
35018 \backslash
35019 dashrightarrow
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 </row>
35025 <row>
35026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35027 \begin_inset Text
35028
35029 \begin_layout Plain Layout
35030
35031 \backslash
35032 land
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041
35042 \backslash
35043 wedge
35044 \end_layout
35045
35046 \end_inset
35047 </cell>
35048 </row>
35049 <row>
35050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054
35055 \backslash
35056 rbrace
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065 }
35066 \end_layout
35067
35068 \end_inset
35069 </cell>
35070 </row>
35071 <row>
35072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076
35077 \backslash
35078 rbracket
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35084 \begin_inset Text
35085
35086 \begin_layout Plain Layout
35087 ]
35088 \end_layout
35089
35090 \end_inset
35091 </cell>
35092 </row>
35093 <row>
35094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35095 \begin_inset Text
35096
35097 \begin_layout Plain Layout
35098
35099 \backslash
35100 rightarrow
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109
35110 \backslash
35111 to
35112 \end_layout
35113
35114 \end_inset
35115 </cell>
35116 </row>
35117 <row>
35118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35119 \begin_inset Text
35120
35121 \begin_layout Plain Layout
35122
35123 \backslash
35124 lnot
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133
35134 \backslash
35135 neg
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 </row>
35141 <row>
35142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35143 \begin_inset Text
35144
35145 \begin_layout Plain Layout
35146
35147 \backslash
35148 ne
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157
35158 \backslash
35159 not=
35160 \end_layout
35161
35162 \end_inset
35163 </cell>
35164 </row>
35165 <row>
35166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35167 \begin_inset Text
35168
35169 \begin_layout Plain Layout
35170
35171 \backslash
35172 owns
35173 \end_layout
35174
35175 \end_inset
35176 </cell>
35177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35178 \begin_inset Text
35179
35180 \begin_layout Plain Layout
35181
35182 \backslash
35183 ni
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 </row>
35189 <row>
35190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194
35195 \backslash
35196 square
35197 \end_layout
35198
35199 \end_inset
35200 </cell>
35201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205
35206 \backslash
35207 Box
35208 \end_layout
35209
35210 \end_inset
35211 </cell>
35212 </row>
35213 <row>
35214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218
35219 \backslash
35220 Vert
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229
35230 \backslash
35231 |
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 </row>
35237 </lyxtabular>
35238
35239 \end_inset
35240
35241
35242 \begin_inset Space \hfill{}
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Standard
35249 \begin_inset Newpage newpage
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \begin_layout Bibliography
35256 \begin_inset CommandInset bibitem
35257 LatexCommand bibitem
35258 key "TLC2"
35259
35260 \end_inset
35261
35262
35263 \shape smallcaps
35264 Mittelbach, F.
35265  ; Goossens, M.
35266 \shape default
35267
35268 \shape italic
35269 The LaTeX Companion
35270 \shape default
35271 .
35272  Addison Wesley, 2004
35273 \end_layout
35274
35275 \begin_layout Bibliography
35276 \begin_inset CommandInset bibitem
35277 LatexCommand bibitem
35278 key "Mathmode"
35279
35280 \end_inset
35281
35282
35283 \begin_inset CommandInset href
35284 LatexCommand href
35285 name "Beschreibung"
35286 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35287
35288 \end_inset
35289
35290  der mathematischen Fähigkeiten von LaTeX
35291 \end_layout
35292
35293 \begin_layout Bibliography
35294 \begin_inset CommandInset bibitem
35295 LatexCommand bibitem
35296 key "Voss"
35297
35298 \end_inset
35299
35300 LaTeX Tipps- und Tricks-
35301 \begin_inset CommandInset href
35302 LatexCommand href
35303 name "Seite"
35304 target "http://tug.org/TeXnik/"
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Bibliography
35312 \begin_inset CommandInset bibitem
35313 LatexCommand bibitem
35314 key "AMS"
35315
35316 \end_inset
35317
35318
35319 \begin_inset CommandInset href
35320 LatexCommand href
35321 name "Beschreibung"
35322 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35323
35324 \end_inset
35325
35326  von 
35327 \begin_inset ERT
35328 status collapsed
35329
35330 \begin_layout Plain Layout
35331
35332
35333 \backslash
35334 AmS
35335 \end_layout
35336
35337 \end_inset
35338
35339 -LaTeX
35340 \end_layout
35341
35342 \begin_layout Bibliography
35343 \begin_inset CommandInset bibitem
35344 LatexCommand bibitem
35345 key "Symbole"
35346
35347 \end_inset
35348
35349
35350 \begin_inset CommandInset href
35351 LatexCommand href
35352 name "Auflistung"
35353 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35354
35355 \end_inset
35356
35357  aller über LaTeX-Pakete verfügbare Symbole
35358 \end_layout
35359
35360 \begin_layout Bibliography
35361 \begin_inset CommandInset bibitem
35362 LatexCommand bibitem
35363 key "hyperref"
35364
35365 \end_inset
35366
35367
35368 \begin_inset CommandInset href
35369 LatexCommand href
35370 name "Dokumentation"
35371 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35372
35373 \end_inset
35374
35375  des LaTeX-Pakets 
35376 \series bold
35377 hyperref
35378 \series default
35379
35380 \begin_inset Index
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384 Pakete ! hyperref
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \begin_layout Bibliography
35393 \begin_inset CommandInset bibitem
35394 LatexCommand bibitem
35395 key "Mathclap"
35396
35397 \end_inset
35398
35399
35400 \begin_inset CommandInset href
35401 LatexCommand href
35402 name "Beschreibung"
35403 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35404
35405 \end_inset
35406
35407  des in 
35408 \begin_inset CommandInset ref
35409 LatexCommand ref
35410 reference "sub:Operatorgrenzen"
35411
35412 \end_inset
35413
35414  vorgestellten Befehls 
35415 \series bold
35416
35417 \backslash
35418 mathclap
35419 \series default
35420
35421 \begin_inset Index
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425 Befehle ! M ! 
35426 \backslash
35427 mathclap
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \begin_layout Bibliography
35436 \begin_inset CommandInset bibitem
35437 LatexCommand bibitem
35438 key "Duden"
35439
35440 \end_inset
35441
35442
35443 \emph on
35444 Duden Band 1
35445 \emph default
35446 .
35447  22.
35448  Auflage, Duden Verlag 2001
35449 \end_layout
35450
35451 \begin_layout Subsubsection*
35452 \begin_inset Note Note
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456 Damit der Index den Namen 
35457 \begin_inset Quotes gld
35458 \end_inset
35459
35460 Stichwortverzeichnis
35461 \begin_inset Quotes grd
35462 \end_inset
35463
35464  erhält, wurde im LaTeX-Vorspann
35465 \end_layout
35466
35467 \begin_layout Plain Layout
35468
35469 \series bold
35470
35471 \backslash
35472 addto
35473 \backslash
35474 captionsngerman{
35475 \backslash
35476 renewcommand{
35477 \backslash
35478 indexname}{Stichwortverzeichnis}}
35479 \end_layout
35480
35481 \begin_layout Plain Layout
35482 eingefügt.
35483 \end_layout
35484
35485 \begin_layout Plain Layout
35486 Das Paket 
35487 \series bold
35488 babel
35489 \series default
35490  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35491  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35492  Außerdem wird 
35493 \series bold
35494 babel
35495 \series default
35496  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35497  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35498 che verwendet wurde.
35499 \end_layout
35500
35501 \begin_layout Plain Layout
35502 Möchte man andere Beschriftungen ändern, ersetzt man 
35503 \series bold
35504
35505 \backslash
35506 indexname
35507 \series default
35508  durch 
35509 \series bold
35510
35511 \backslash
35512 <Beschriftungs>name
35513 \series default
35514 .
35515  Eine Auflistung der möglichen Namen findet man unter
35516 \end_layout
35517
35518 \begin_layout Plain Layout
35519
35520 \family typewriter
35521 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35522 \end_layout
35523
35524 \begin_layout Plain Layout
35525 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35526 \series bold
35527 ngerman
35528 \series default
35529  durch die Dokumentsprache und
35530 \end_layout
35531
35532 \begin_layout Plain Layout
35533
35534 \series bold
35535
35536 \backslash
35537 captionsgerman
35538 \series default
35539  durch 
35540 \series bold
35541
35542 \backslash
35543 captions<Dokumentsprache>
35544 \series default
35545 .
35546 \end_layout
35547
35548 \end_inset
35549
35550
35551 \begin_inset CommandInset index_print
35552 LatexCommand printindex
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \end_body
35560 \end_document