]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: correction about formulas you get with Ctrl-Return
[features.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasngerman{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
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 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
56 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % benutzt in Kap. 22.4
74 \usepackage{braket}
75
76 % benutzt in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % für Mehrfachzeilen und -spalten
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % für Diagramme
87 \usepackage{amscd}
88
89 % benutzt in Kap. 19.4
90 \usepackage{remreset}
91
92 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % Farbdefinition aus Kap. 9.3
96 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
97
98 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
99 \DeclareMathOperator*{\Raute}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\leer}{\textvisiblespace}
103
104 % Beispielbefehle aus Kap. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % Beispielmakro aus Kap. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % Makro aus Kap. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % Grauschrift Notiz umdefinieren
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % Damit der Index einen anderen Namen erhält.
124 \addto\captionsngerman
125 {\renewcommand{\indexname}
126 {Stichwort- und Befehlsverzeichnis}}
127
128 % ------------------------------------
129 % used to check for needed LaTeX packages
130 \usepackage{ifthen}
131
132 % testen ob das Paket eurosym installiert ist
133 % wird benutzt für das Euro-Symbol
134 \newboolean{eurosym}
135 \IfFileExists{eurosym.sty}
136  {\usepackage[gennarrow]{eurosym}
137   \setboolean{eurosym}{true}}
138  {\setboolean{eurosym}{false}}
139
140 % benutzt in Kap. 22.4
141 % testen ob Paket braket installiert ist
142 \newboolean{braket}
143 \IfFileExists{braket.sty}
144  {\usepackage{braket}
145   \setboolean{braket}{true}}
146  {\setboolean{braket}{false}}
147
148 % benutzt in Kap. 22.10
149 % testen ob Paket upgreek installiert ist
150 \newboolean{upgreek}
151 \IfFileExists{upgreek.sty}
152  {\usepackage{upgreek}
153   \setboolean{upgreek}{true}}
154  {\setboolean{upgreek}{false}}
155
156 % benötigt für Kommas in Formeln, siehe Kap. 22.3
157 \IfFileExists{icomma.sty}
158  {\usepackage{icomma}}{}
159 \end_preamble
160 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
161 \language ngerman
162 \inputencoding auto
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \paperfontsize 12
174 \spacing single
175 \use_hyperref true
176 \pdf_title "LyXs Mathehandbuch"
177 \pdf_author "LyX Team, Uwe Stöhr"
178 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
179 \pdf_keywords "LyX, Mathed"
180 \pdf_bookmarks true
181 \pdf_bookmarksnumbered true
182 \pdf_bookmarksopen true
183 \pdf_bookmarksopenlevel 1
184 \pdf_breaklinks false
185 \pdf_pdfborder false
186 \pdf_colorlinks true
187 \pdf_backref false
188 \pdf_pagebackref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \cite_engine basic
196 \use_bibtopic false
197 \paperorientation portrait
198 \secnumdepth 4
199 \tocdepth 3
200 \paragraph_separation skip
201 \defskip medskip
202 \quotes_language german
203 \papercolumns 1
204 \papersides 2
205 \paperpagestyle plain
206 \bullet 1 0 6 -1
207 \bullet 2 2 35 -1
208 \bullet 3 2 7 -1
209 \tracking_changes false
210 \output_changes false
211 \author "" 
212 \author "" 
213 \end_header
214
215 \begin_body
216
217 \begin_layout Title
218 LyXs detailliertes Mathe Handbuch
219 \end_layout
220
221 \begin_layout Author
222 vom LyX Team
223 \begin_inset Foot
224 status collapsed
225
226 \begin_layout Plain Layout
227 \noindent
228 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
229 ons-Liste: 
230 \family typewriter
231
232 \begin_inset CommandInset href
233 LatexCommand href
234 name "lyx-docs@lists.lyx.org"
235 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
236
237 \end_inset
238
239
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Note Note
246 status collapsed
247
248 \begin_layout Plain Layout
249 Verfasser: Uwe Stöhr
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Newline newline
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \family sans
264 Version 1.6svn
265 \end_layout
266
267 \begin_layout Standard
268 \begin_inset CommandInset toc
269 LatexCommand tableofcontents
270
271 \end_inset
272
273
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset Note Note
278 status open
279
280 \begin_layout Plain Layout
281 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
282  
283 \series bold
284 eurosym,
285 \series default
286  
287 \series bold
288 multirow,
289 \series default
290  und 
291 \series bold
292 was
293 \series default
294  installiert sein.
295  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
296  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
297  dann aber nicht im Ausdruck.
298 \end_layout
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Newpage newpage
307 \end_inset
308
309
310 \end_layout
311
312 \begin_layout Section
313 Einleitung
314 \begin_inset CommandInset label
315 LatexCommand label
316 name "sec:Einleitung"
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
325  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
326  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
327 tten.
328  Das setzt voraus, dass bereits das Kapitel 
329 \family typewriter
330 Mathematische
331 \family default
332  
333 \family typewriter
334 Formeln
335 \family default
336  des Benutzerhandbuchs gelesen worden ist.
337 \end_layout
338
339 \begin_layout Standard
340 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
341 \family sans
342 Einfügen
343 \series bold
344 \SpecialChar \menuseparator
345
346 \series default
347 Mathe
348 \family default
349  oder die 
350 \family sans
351 Mathe-Werkzeugleiste
352 \family default
353  aufrufbar.
354  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
355  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
356  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
357  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
358 \end_layout
359
360 \begin_layout Standard
361 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
362  LyX verfügbar.
363  Um alle Befehle nutzen zu können, muss die Option 
364 \family sans
365 AMS-Mathe-Paket verwenden
366 \family default
367  im Menü 
368 \family sans
369 Dokument\SpecialChar \menuseparator
370 Einstellungen\SpecialChar \menuseparator
371 Mathe Optionen
372 \family default
373  aktiviert sein.
374 \begin_inset Foot
375 status collapsed
376
377 \begin_layout Plain Layout
378 Die 
379 \family sans
380 Option
381 \family default
382  
383 \family sans
384 AMS-Mathe-Paket automatisch verwenden
385 \family default
386  verwendet 
387 \begin_inset ERT
388 status collapsed
389
390 \begin_layout Plain Layout
391
392
393 \backslash
394 AmS 
395 \end_layout
396
397 \end_inset
398
399 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
400  LyX unterstützt.
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
410 listung
411  aller 
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417
418 \backslash
419 AmS 
420 \end_layout
421
422 \end_inset
423
424 -Mathe Befehle
425 \begin_inset Foot
426 status collapsed
427
428 \begin_layout Plain Layout
429 Eine Liste mit allen 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS
438 \end_layout
439
440 \end_inset
441
442 -Mathe Befehlen findet sich in der Datei 
443 \family sans
444
445 \begin_inset CommandInset href
446 LatexCommand href
447 name "amsguide.ps"
448 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
449
450 \end_inset
451
452
453 \family default
454 , die Teil jeder LaTeX-Standardinstallation ist.
455 \end_layout
456
457 \end_inset
458
459  verzichtet.
460 \end_layout
461
462 \begin_layout Section
463 Allgemeine Hinweise
464 \begin_inset CommandInset label
465 LatexCommand label
466 name "sec:Allgemeine-Hinweise"
467
468 \end_inset
469
470
471 \end_layout
472
473 \begin_layout Standard
474 Um eine in einer Textzeile eingebettete Formel
475 \begin_inset Index
476 status collapsed
477
478 \begin_layout Plain Layout
479 Formel ! eingebettete
480 \end_layout
481
482 \end_inset
483
484  zu erstellen, drückt man 
485 \family sans
486 Strg-m
487 \family default
488  oder den Werkzeugleistenknopf 
489 \begin_inset Graphics
490         filename ../../images/math-mode.png
491         scale 85
492
493 \end_inset
494
495 .
496 \begin_inset Newline newline
497 \end_inset
498
499 Um eine abgesetzte Formel
500 \begin_inset Index
501 status collapsed
502
503 \begin_layout Plain Layout
504 Formel ! abgesetzte
505 \end_layout
506
507 \end_inset
508
509  zu erstellen, drückt man 
510 \family sans
511 Strg-M
512 \family default
513 .
514 \end_layout
515
516 \begin_layout Standard
517 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
518  Cursor in die Formel und drückt 
519 \family sans
520 Strg-M
521 \family default
522  oder benutzt das Menü 
523 \family sans
524 Bearbeiten\SpecialChar \menuseparator
525 Mathe\SpecialChar \menuseparator
526
527 \begin_inset Newline linebreak
528 \end_inset
529
530 Formelart ändern
531 \family default
532 .
533  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
534  umwandeln.
535 \end_layout
536
537 \begin_layout Standard
538 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
539  gibt man in die Formel den Befehl 
540 \series bold
541
542 \backslash
543 displaystyle
544 \begin_inset Index
545 status collapsed
546
547 \begin_layout Plain Layout
548 Befehle ! D ! 
549 \backslash
550 displaystyle
551 \end_layout
552
553 \end_inset
554
555
556 \series default
557  ein.
558  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
559  wird.
560 \end_layout
561
562 \begin_layout Standard
563 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
564 \end_layout
565
566 \begin_layout Standard
567 Die 
568 \family sans
569 Mathe-Werkzeugleiste
570 \family default
571  kann über das Menü 
572 \family sans
573 Ansicht\SpecialChar \menuseparator
574 Werkzeugleisten
575 \family default
576  eingeblendet werden.
577  Wenn dort auf 
578 \begin_inset Quotes eld
579 \end_inset
580
581 Mathe
582 \begin_inset Quotes erd
583 \end_inset
584
585  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
586  diese Einstellung wird durch ein Häkchen im Menü 
587 \family sans
588 Werkzeugleisten
589 \family default
590  angezeigt.
591  Wenn nun im Menü 
592 \family sans
593 Werkzeugleisten
594 \family default
595  nochmal auf 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Mathe
600 \begin_inset Quotes erd
601 \end_inset
602
603  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
604  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
605  des Menüeintrags von 
606 \begin_inset Quotes eld
607 \end_inset
608
609 Mathe
610 \begin_inset Quotes erd
611 \end_inset
612
613  zu 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset space ~
619 \end_inset
620
621 (automatisch)
622 \begin_inset Quotes erd
623 \end_inset
624
625  angezeigt.
626 \end_layout
627
628 \begin_layout Standard
629 In den TeX-Modus
630 \begin_inset Index
631 status collapsed
632
633 \begin_layout Plain Layout
634 T@TeX-Modus
635 \end_layout
636
637 \end_inset
638
639  gelangt man über den Werkzeugleistenknopf 
640 \begin_inset Graphics
641         filename ../../images/ert-insert.png
642         scale 85
643
644 \end_inset
645
646  oder das Menü 
647 \family sans
648 Einfügen\SpecialChar \menuseparator
649 Te
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 {}
656 \end_layout
657
658 \end_inset
659
660 X
661 \begin_inset space ~
662 \end_inset
663
664 Code
665 \family default
666  (Tastenkürzel 
667 \family sans
668 Strg-l
669 \family default
670 ).
671 \begin_inset Note Note
672 status collapsed
673
674 \begin_layout Plain Layout
675 In LyX gibt es drei 
676 \begin_inset Quotes gld
677 \end_inset
678
679 Eigennamen
680 \begin_inset Quotes grd
681 \end_inset
682
683 , die im Ausdruck mit hoch bzw.
684  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
685 \end_layout
686
687 \begin_layout Plain Layout
688 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
689  man ein TeX-Klammerpaar ein.
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 In den LaTeX-Vorspann
699 \begin_inset Index
700 status collapsed
701
702 \begin_layout Plain Layout
703 L@LaTeX-Vorspann
704 \end_layout
705
706 \end_inset
707
708  gelangt man über das Menü 
709 \family sans
710 Dokument\SpecialChar \menuseparator
711 Einstellungen\SpecialChar \menuseparator
712 LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX-Vorspann
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
730 en Formeln kann man die Menüs 
731 \family sans
732 Bearbeiten\SpecialChar \menuseparator
733 Mathe
734 \family default
735  und 
736 \family sans
737 Bearbeiten\SpecialChar \menuseparator
738 Zeilen
739 \begin_inset space \thinspace{}
740 \end_inset
741
742 &
743 \begin_inset space \thinspace{}
744 \end_inset
745
746 Spalten
747 \family default
748  oder die 
749 \family sans
750 Tabellen-Werkzeugleiste
751 \family default
752  verwenden.
753  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
754  die Spalte bzw.
755  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
756  bzw.
757  darunter liegenden Zeile vertauscht.
758  Befindet sich der Cursor in der letzten Spalte bzw.
759  Zeile, wird mit der links daneben stehenden Spalte bzw.
760  darüber liegenden Zeile vertauscht.
761 \end_layout
762
763 \begin_layout Standard
764 Zum Schreiben von Text in einer Formel
765 \begin_inset Foot
766 status collapsed
767
768 \begin_layout Plain Layout
769 Bei mehrzeiligen Formeln wird der Befehl 
770 \series bold
771
772 \backslash
773 intertext
774 \series default
775  verwendet, siehe 
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Text-in-mehrzeiligen"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  verwendet man den 
788 \emph on
789 mathematischen Textmodus
790 \emph default
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Text ! in Formeln
797 \end_layout
798
799 \end_inset
800
801
802 \begin_inset Index
803 status collapsed
804
805 \begin_layout Plain Layout
806 Mathematischer Textmodus
807 \end_layout
808
809 \end_inset
810
811 , in den man mit dem Tastenkürzel 
812 \family sans
813 Alt-m
814 \begin_inset space ~
815 \end_inset
816
817 m
818 \family default
819  oder durch Eingabe des Befehls 
820 \series bold
821
822 \backslash
823 text
824 \begin_inset Index
825 status collapsed
826
827 \begin_layout Plain Layout
828 Befehle ! T ! 
829 \backslash
830 text
831 \end_layout
832
833 \end_inset
834
835
836 \series default
837  gelangt.
838  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
839  Formel unterscheiden.
840  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
841  anderen Zeichen einer Formel nicht kursiv.
842 \end_layout
843
844 \begin_layout Subsection*
845 Befehlsschema
846 \end_layout
847
848 \begin_layout Standard
849 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
850  Schema:
851 \end_layout
852
853 \begin_layout Standard
854
855 \series bold
856
857 \backslash
858 Befehlsname[optionales
859 \series default
860  
861 \series bold
862 Argument]{anzugebendes
863 \series default
864  
865 \series bold
866 Argument}
867 \end_layout
868
869 \begin_layout Standard
870 Ein Befehl muss immer mit einem Backslash 
871 \begin_inset Quotes gld
872 \end_inset
873
874
875 \series bold
876
877 \backslash
878
879 \series default
880
881 \begin_inset Quotes grd
882 \end_inset
883
884  beginnen.
885  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
886  eckigen Klammern weggelassen werden.
887  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
888 \begin_inset Index
889 status collapsed
890
891 \begin_layout Plain Layout
892 T@TeX-Klammern
893 \end_layout
894
895 \end_inset
896
897  bezeichnet.
898  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
899  an, erzeugt LyX automatisch eine TeX-Klammer.
900  Ansonsten werden sie in Formeln mit dem Befehl 
901 \series bold
902
903 \backslash
904 {
905 \series default
906  erzeugt.
907  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
908  Klammern, die blau erscheinen.
909  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
910  TeX-Klammern erscheinen nicht im Ausdruck.
911 \end_layout
912
913 \begin_layout Standard
914 Werden Befehle ohne Argumente, wie z.
915 \begin_inset space \thinspace{}
916 \end_inset
917
918 B.
919  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
920 \emph on
921 immer
922 \emph default
923  ein Leerzeichen folgen um ihn zu beenden.
924  Dieses Leerzeichen erscheint nicht im Ausdruck.
925  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
926  normalen Text ein geschütztes Leerzeichen folgen.
927 \end_layout
928
929 \begin_layout Standard
930 Ein geschütztes Leerzeichen gibt man mit 
931 \family sans
932 Strg-Leertaste
933 \family default
934  ein.
935 \end_layout
936
937 \begin_layout Subsection*
938 Zeichenerklärung
939 \end_layout
940
941 \begin_layout Itemize
942 Das Symbol
943 \begin_inset Foot
944 status collapsed
945
946 \begin_layout Plain Layout
947 Dieses sichtbare Leerzeichen erhält man über den Befehl 
948 \series bold
949
950 \backslash
951 textvisiblespace
952 \series default
953
954 \begin_inset Index
955 status collapsed
956
957 \begin_layout Plain Layout
958 Befehle ! T ! 
959 \backslash
960 textvisiblespace
961 \end_layout
962
963 \end_inset
964
965 , der im TeX-Modus einzugeben ist.
966 \end_layout
967
968 \end_inset
969
970  
971 \begin_inset ERT
972 status collapsed
973
974 \begin_layout Plain Layout
975
976
977 \backslash
978 leer 
979 \end_layout
980
981 \end_inset
982
983
984 \begin_inset space ~
985 \end_inset
986
987 steht für ein einzugebendes Leerzeichen.
988 \end_layout
989
990 \begin_layout Itemize
991 Ein Pfeil wie z.
992 \begin_inset space \thinspace{}
993 \end_inset
994
995 B.
996  
997 \begin_inset Formula $\to$
998 \end_inset
999
1000  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1001 \end_layout
1002
1003 \begin_layout Subsection*
1004 Verwendete Einheiten
1005 \end_layout
1006
1007 \begin_layout Standard
1008 \align center
1009 \begin_inset Float table
1010 placement H
1011 wide false
1012 sideways false
1013 status open
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Caption
1018
1019 \begin_layout Plain Layout
1020 \begin_inset CommandInset label
1021 LatexCommand label
1022 name "tab:Verwendete-Einheiten"
1023
1024 \end_inset
1025
1026 Verwendete Einheiten
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \align center
1036 \begin_inset Tabular
1037 <lyxtabular version="3" rows="13" columns="2">
1038 <features>
1039 <column alignment="center" valignment="top" width="0">
1040 <column alignment="center" valignment="top" width="0">
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Einheit
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Name / Beschreibung
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 mm
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 Millimeter
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 </row>
1081 <row>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 cm
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 Zentimeter
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 </row>
1101 <row>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 in
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 Inch / Zoll (1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 in = 2,54
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 cm)
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 pt
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Punkt (72,27
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt = 1
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 in)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 pc
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Pica (1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pc = 12
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 pt)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 sp
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 scaled point (65536
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 sp = 1
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 pt)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 bp
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 big point (72
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 bp = 1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 in)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 dd
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Didot (1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 dd 
1260 \begin_inset Formula $\approx$
1261 \end_inset
1262
1263  0,376
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 mm)
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 cc
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Cicero (1
1288 \begin_inset space \thinspace{}
1289 \end_inset
1290
1291 cc = 12
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 dd)
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 ex
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Höhe des Buchstabens 
1316 \emph on
1317 x
1318 \emph default
1319  in der aktuellen Schrift
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 em
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 Breite des Buchstabens 
1340 \emph on
1341 M
1342 \emph default
1343  in der aktuellen Schrift
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 </row>
1349 <row>
1350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 mu
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 math unit (1
1364 \begin_inset space \thinspace{}
1365 \end_inset
1366
1367 mu = 
1368 \begin_inset Formula $\nicefrac{1}{18}$
1369 \end_inset
1370
1371
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 em)
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 </row>
1381 </lyxtabular>
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \begin_layout Standard
1394 \begin_inset Newpage newpage
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Section
1401 Grundlegende Funktionen
1402 \end_layout
1403
1404 \begin_layout Subsection
1405 Exponenten
1406 \begin_inset Index
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 Exponenten
1411 \end_layout
1412
1413 \end_inset
1414
1415  und Indizes
1416 \begin_inset Index
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Indizes
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 Hochstellen|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Exponenten
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 Tiefstellen|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Indizes
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \begin_layout Standard
1493 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1494  
1495 \begin_inset Graphics
1496         filename ../../images/math-subscript.png
1497         scale 85
1498
1499 \end_inset
1500
1501 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1502  
1503 \begin_inset Graphics
1504         filename ../../images/math-superscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509  erzeugt.
1510 \end_layout
1511
1512 \begin_layout Standard
1513 \align center
1514 \begin_inset Tabular
1515 <lyxtabular version="3" rows="4" columns="2">
1516 <features>
1517 <column alignment="center" valignment="top" width="0pt">
1518 <column alignment="center" valignment="top" width="0pt">
1519 <row>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 Befehl
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Ergebnis
1534 \begin_inset Note Note
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539 \series bold
1540
1541 \backslash
1542 raisebox
1543 \series default
1544  dient nur als Abstandhalter.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row>
1556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B_V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B_{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^V
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 <row>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 B^
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612
1613 \backslash
1614 leer 
1615 \end_layout
1616
1617 \end_inset
1618
1619 A
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 </row>
1637 </lyxtabular>
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1646 llt
1647 \begin_inset Foot
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1652 \end_layout
1653
1654 \end_inset
1655
1656 .
1657  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1658  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1659 \end_layout
1660
1661 \begin_layout Subsection
1662 Brüche
1663 \begin_inset CommandInset label
1664 LatexCommand label
1665 name "sub:Brüche"
1666
1667 \end_inset
1668
1669
1670 \begin_inset Index
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Brüche
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 Brüche werden mit dem Befehl 
1684 \series bold
1685
1686 \backslash
1687 frac
1688 \series default
1689
1690 \begin_inset Index
1691 status collapsed
1692
1693 \begin_layout Plain Layout
1694 Befehle ! F ! 
1695 \backslash
1696 frac
1697 \end_layout
1698
1699 \end_inset
1700
1701  oder mit dem Mathe-Werkzeugleistenknopf 
1702 \begin_inset Graphics
1703         filename ../../images/math/frac.png
1704         scale 50
1705
1706 \end_inset
1707
1708  erstellt.
1709  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1710  in einer eingebetteten oder abgesetzten Formel befindet.
1711  Mit dem Mathe-Werkzeugleistenknopf 
1712 \begin_inset Graphics
1713         filename ../../images/math/frac-square.png
1714         scale 85
1715
1716 \end_inset
1717
1718  können verschieden Bruchtypen gewählt werden.
1719 \end_layout
1720
1721 \begin_layout Standard
1722 Mit dem Befehl 
1723 \series bold
1724
1725 \backslash
1726 dfrac
1727 \begin_inset Index
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Befehle ! D ! 
1732 \backslash
1733 dfrac
1734 \end_layout
1735
1736 \end_inset
1737
1738
1739 \series default
1740  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1741  Formel erscheint.
1742  Mit 
1743 \series bold
1744
1745 \backslash
1746 tfrac
1747 \begin_inset Index
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Befehle ! T ! 
1752 \backslash
1753 tfrac
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \series default
1760  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1761  Ein Beispiel:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 Eine Zeile mit dem Bruch 
1766 \begin_inset Formula $\frac{1}{2}$
1767 \end_inset
1768
1769 , der mit dem Befehl 
1770 \series bold
1771
1772 \backslash
1773 frac
1774 \series default
1775  erstellt wurde.
1776 \end_layout
1777
1778 \begin_layout Standard
1779 Eine Zeile mit dem Bruch 
1780 \begin_inset Formula $\dfrac{1}{2}$
1781 \end_inset
1782
1783 , der mit dem Befehl 
1784 \series bold
1785
1786 \backslash
1787 dfrac
1788 \series default
1789  erstellt wurde.
1790 \end_layout
1791
1792 \begin_layout Standard
1793 \align center
1794 \begin_inset Tabular
1795 <lyxtabular version="3" rows="4" columns="2">
1796 <features>
1797 <column alignment="center" valignment="top" width="0pt">
1798 <column alignment="center" valignment="top" width="0pt">
1799 <row>
1800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804 Befehl
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 Ergebnis
1814 \begin_inset Note Note
1815 status collapsed
1816
1817 \begin_layout Plain Layout
1818
1819 \series bold
1820
1821 \backslash
1822 raisebox
1823 \series default
1824  dient nur als Abstandhalter.
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \backslash
1842 frac
1843 \begin_inset ERT
1844 status collapsed
1845
1846 \begin_layout Plain Layout
1847
1848
1849 \backslash
1850 leer 
1851 \end_layout
1852
1853 \end_inset
1854
1855 A
1856 \begin_inset Formula $\downarrow$
1857 \end_inset
1858
1859 B
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \begin_inset ERT
1886 status collapsed
1887
1888 \begin_layout Plain Layout
1889
1890
1891 \backslash
1892 leer 
1893 \end_layout
1894
1895 \end_inset
1896
1897 A
1898 \begin_inset Formula $\downarrow$
1899 \end_inset
1900
1901 B
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \backslash
1926 dfrac
1927 \begin_inset ERT
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931
1932
1933 \backslash
1934 leer 
1935 \end_layout
1936
1937 \end_inset
1938
1939 e^
1940 \begin_inset ERT
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944
1945
1946 \backslash
1947 leer 
1948 \end_layout
1949
1950 \end_inset
1951
1952
1953 \backslash
1954 frac
1955 \begin_inset ERT
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959
1960
1961 \backslash
1962 leer 
1963 \end_layout
1964
1965 \end_inset
1966
1967 1
1968 \begin_inset Formula $\downarrow$
1969 \end_inset
1970
1971 2
1972 \begin_inset Formula $\downarrow\downarrow$
1973 \end_inset
1974
1975 3
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 </lyxtabular>
1994
1995 \end_inset
1996
1997
1998 \end_layout
1999
2000 \begin_layout Standard
2001 \begin_inset VSpace bigskip
2002 \end_inset
2003
2004
2005 \begin_inset Newpage newpage
2006 \end_inset
2007
2008 Für Mehrfachbrüche gibt es den Befehl 
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014
2015 \begin_inset Index
2016 status collapsed
2017
2018 \begin_layout Plain Layout
2019 Befehle ! C ! 
2020 \backslash
2021 cfrac
2022 \end_layout
2023
2024 \end_inset
2025
2026 .
2027  Dazu ein Beispiel:
2028 \begin_inset VSpace -3mm
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Standard
2035 \begin_inset Formula \begin{align*}
2036 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2037 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 Der Befehl für obiges Beispiel lautet:
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac{A
2054 \begin_inset Formula $\to$
2055 \end_inset
2056
2057
2058 \backslash
2059 {B+
2060 \backslash
2061 cfrac{C+
2062 \backslash
2063 cfrac{E
2064 \begin_inset Formula $\to$
2065 \end_inset
2066
2067
2068 \backslash
2069 {F
2070 \begin_inset Formula $\to\to$
2071 \end_inset
2072
2073
2074 \backslash
2075 {D
2076 \end_layout
2077
2078 \begin_layout Standard
2079 \begin_inset VSpace medskip
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086
2087 \series bold
2088
2089 \backslash
2090 cfrac
2091 \series default
2092  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2093  auch wenn er selbst Teil eines Bruches ist.
2094  
2095 \series bold
2096
2097 \backslash
2098 cfrac
2099 \series default
2100  besitzt folgendes Befehlsschema:
2101 \end_layout
2102
2103 \begin_layout Standard
2104
2105 \series bold
2106
2107 \backslash
2108 cfrac[Zählerposition]{Zähler}{Nenner}
2109 \end_layout
2110
2111 \begin_layout Standard
2112 Zählerposition kann 
2113 \emph on
2114 l
2115 \emph default
2116  , 
2117 \emph on
2118 c
2119 \emph default
2120  oder 
2121 \emph on
2122 r
2123 \emph default
2124  sein.
2125  Bei 
2126 \emph on
2127 l
2128 \emph default
2129  oder 
2130 \emph on
2131 r
2132 \emph default
2133  wird der Zähler links- bzw.
2134 \begin_inset space ~
2135 \end_inset
2136
2137 rechtsbündig am Bruchstrich ausgerichtet.
2138  Wird 
2139 \emph on
2140 c
2141 \emph default
2142  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2143  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2144 \begin_inset Newline newline
2145 \end_inset
2146
2147
2148 \series bold
2149
2150 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\cfrac{A}{B+C}$
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2159 \end_inset
2160
2161
2162 \end_layout
2163
2164 \begin_layout Standard
2165 \begin_inset VSpace medskip
2166 \end_inset
2167
2168 Oftmals ist es am günstigsten 
2169 \series bold
2170
2171 \backslash
2172 cfrac
2173 \series default
2174  und 
2175 \series bold
2176
2177 \backslash
2178 frac
2179 \series default
2180  zu kombinieren:
2181 \begin_inset Formula \[
2182 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2191 \series bold
2192
2193 \backslash
2194 nicefrac
2195 \begin_inset Index
2196 status collapsed
2197
2198 \begin_layout Plain Layout
2199 Befehle ! N ! 
2200 \backslash
2201 nicefrac
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \series default
2208  benutzt werden: 
2209 \begin_inset Formula $\nicefrac{5}{31}$
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \begin_layout Standard
2216 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2217  in 
2218 \begin_inset CommandInset ref
2219 LatexCommand ref
2220 reference "sub:Selbstdefinierte-Brüche"
2221
2222 \end_inset
2223
2224  erklärt.
2225 \end_layout
2226
2227 \begin_layout Subsection
2228 Wurzeln
2229 \begin_inset Index
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Wurzeln
2234 \end_layout
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Quadratwurzeln werden mit 
2243 \series bold
2244
2245 \backslash
2246 sqrt
2247 \series default
2248
2249 \begin_inset Index
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 Befehle ! S ! 
2254 \backslash
2255 sqrt
2256 \end_layout
2257
2258 \end_inset
2259
2260  oder dem Mathe-Werkzeugleistenknopf 
2261 \begin_inset Graphics
2262         filename ../../images/math/sqrt.png
2263         scale 85
2264
2265 \end_inset
2266
2267  gesetzt, alle anderen Wurzeln mit dem Befehl 
2268 \series bold
2269
2270 \backslash
2271 root
2272 \series default
2273
2274 \begin_inset Index
2275 status collapsed
2276
2277 \begin_layout Plain Layout
2278 Befehle ! R ! 
2279 \backslash
2280 root
2281 \end_layout
2282
2283 \end_inset
2284
2285  oder dem Mathe-Werkzeugleistenknopf 
2286 \begin_inset Graphics
2287         filename ../../images/math/root.png
2288         scale 85
2289
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \align center
2297 \begin_inset Tabular
2298 <lyxtabular version="3" rows="3" columns="2">
2299 <features>
2300 <column alignment="center" valignment="top" width="0pt">
2301 <column alignment="center" valignment="top" width="0pt">
2302 <row>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307 Befehl
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316 Ergebnis
2317 \begin_inset Note Note
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321
2322 \series bold
2323
2324 \backslash
2325 raisebox
2326 \series default
2327  dient nur als Abstandhalter.
2328 \end_layout
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343
2344 \backslash
2345 sqrt
2346 \begin_inset ERT
2347 status collapsed
2348
2349 \begin_layout Plain Layout
2350
2351
2352 \backslash
2353 leer 
2354 \end_layout
2355
2356 \end_inset
2357
2358 A-B
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2368 \end_inset
2369
2370
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 </row>
2376 <row>
2377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Plain Layout
2381
2382 \backslash
2383 root
2384 \begin_inset ERT
2385 status collapsed
2386
2387 \begin_layout Plain Layout
2388
2389
2390 \backslash
2391 leer 
2392 \end_layout
2393
2394 \end_inset
2395
2396 3
2397 \begin_inset Formula $\downarrow$
2398 \end_inset
2399
2400 A-B
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \begin_layout Standard
2426 Eine Quadratwurzel kann man auch mit 
2427 \series bold
2428
2429 \backslash
2430 root
2431 \series default
2432  erstellen, indem man das Feld über der Wurzel frei lässt.
2433 \end_layout
2434
2435 \begin_layout Standard
2436 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2437  Formel: 
2438 \begin_inset Formula $\sqrt[\beta]{B}$
2439 \end_inset
2440
2441
2442 \begin_inset Newline newline
2443 \end_inset
2444
2445 Das 
2446 \begin_inset Formula $\beta$
2447 \end_inset
2448
2449  berührt die Wurzel.
2450  Um dies zu verhindern, verwendet man die Befehle 
2451 \series bold
2452
2453 \backslash
2454 leftroot
2455 \series default
2456
2457 \begin_inset Index
2458 status collapsed
2459
2460 \begin_layout Plain Layout
2461 Befehle ! L ! 
2462 \backslash
2463 leftroot
2464 \end_layout
2465
2466 \end_inset
2467
2468  und 
2469 \series bold
2470
2471 \backslash
2472 uproot
2473 \series default
2474
2475 \begin_inset Index
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479 Befehle ! U ! 
2480 \backslash
2481 uproot
2482 \end_layout
2483
2484 \end_inset
2485
2486 , die folgendes Schema besitzen:
2487 \end_layout
2488
2489 \begin_layout Standard
2490
2491 \series bold
2492
2493 \backslash
2494 leftroot{Abstand}
2495 \series default
2496  bzw.
2497  
2498 \series bold
2499
2500 \backslash
2501 uproot{Abstand}
2502 \end_layout
2503
2504 \begin_layout Standard
2505 Abstand ist die Anzahl der Big Points (Einheit bp; 
2506 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2507 \end_inset
2508
2509 ), um die der Index nach links bzw.
2510  nach oben verschoben werden soll.
2511  Die Befehle werden in den Index geschrieben.
2512  So ergibt der Befehl
2513 \begin_inset Newline newline
2514 \end_inset
2515
2516
2517 \series bold
2518
2519 \backslash
2520 root
2521 \backslash
2522 leftroot{-1
2523 \begin_inset Formula $\to$
2524 \end_inset
2525
2526
2527 \backslash
2528 uproot{2
2529 \begin_inset Formula $\to$
2530 \end_inset
2531
2532
2533 \backslash
2534 beta
2535 \begin_inset ERT
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539
2540
2541 \backslash
2542 leer 
2543 \end_layout
2544
2545 \end_inset
2546
2547
2548 \begin_inset Formula $\to$
2549 \end_inset
2550
2551 B
2552 \begin_inset Newline newline
2553 \end_inset
2554
2555
2556 \series default
2557 eine korrekt gesetzte Formel: 
2558 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Subsection
2565 Binomialkoeffizienten
2566 \begin_inset Index
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 Binomialkoeffizienten
2571 \end_layout
2572
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Standard
2579 Binomialkoeffizienten können mit dem Befehl 
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585
2586 \begin_inset Index
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Befehle ! B ! 
2591 \backslash
2592 binom
2593 \end_layout
2594
2595 \end_inset
2596
2597  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2598 \begin_inset Graphics
2599         filename ../../images/math/frac-square.png
2600         scale 85
2601
2602 \end_inset
2603
2604 eingefügt werden.
2605  Analog zu Brüchen (
2606 \series bold
2607
2608 \backslash
2609 frac
2610 \series default
2611 ) gibt es außer 
2612 \series bold
2613
2614 \backslash
2615 binom
2616 \series default
2617  noch die Befehle 
2618 \series bold
2619
2620 \backslash
2621 dbinom
2622 \begin_inset Index
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Befehle ! D ! 
2627 \backslash
2628 dbinom
2629 \end_layout
2630
2631 \end_inset
2632
2633
2634 \series default
2635  und 
2636 \series bold
2637
2638 \backslash
2639 tbinom
2640 \series default
2641
2642 \begin_inset Index
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Befehle ! T ! 
2647 \backslash
2648 tbinom
2649 \end_layout
2650
2651 \end_inset
2652
2653 .
2654  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2655 \series bold
2656
2657 \backslash
2658 brace
2659 \series default
2660
2661 \begin_inset Index
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665 Befehle ! B ! 
2666 \backslash
2667 brace
2668 \end_layout
2669
2670 \end_inset
2671
2672  und 
2673 \series bold
2674
2675 \backslash
2676 brack
2677 \series default
2678
2679 \begin_inset Index
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Befehle ! B ! 
2684 \backslash
2685 brack
2686 \end_layout
2687
2688 \end_inset
2689
2690 .
2691 \end_layout
2692
2693 \begin_layout Standard
2694 \align center
2695 \begin_inset Tabular
2696 <lyxtabular version="3" rows="6" columns="2">
2697 <features>
2698 <column alignment="center" valignment="top" width="0pt">
2699 <column alignment="center" valignment="top" width="0pt">
2700 <row>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705 Befehl
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2711 \begin_inset Text
2712
2713 \begin_layout Plain Layout
2714 Ergebnis
2715 \begin_inset Note Note
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719
2720 \series bold
2721
2722 \backslash
2723 raisebox
2724 \series default
2725  dient nur als Abstandhalter.
2726 \end_layout
2727
2728 \end_inset
2729
2730
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 </row>
2736 <row>
2737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \backslash
2743 binom
2744 \begin_inset ERT
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748
2749
2750 \backslash
2751 leer 
2752 \end_layout
2753
2754 \end_inset
2755
2756 A
2757 \begin_inset Formula $\downarrow$
2758 \end_inset
2759
2760 B
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \backslash
2785 dbinom
2786 \begin_inset ERT
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790
2791
2792 \backslash
2793 leer 
2794 \end_layout
2795
2796 \end_inset
2797
2798 A
2799 \begin_inset Formula $\downarrow$
2800 \end_inset
2801
2802 B
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row>
2821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \backslash
2827 tbinom
2828 \begin_inset ERT
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832
2833
2834 \backslash
2835 leer 
2836 \end_layout
2837
2838 \end_inset
2839
2840 A
2841 \begin_inset Formula $\downarrow$
2842 \end_inset
2843
2844 B
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \backslash
2869 brack
2870 \begin_inset ERT
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874
2875
2876 \backslash
2877 leer 
2878 \end_layout
2879
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 brace
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 leer 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 </lyxtabular>
2947
2948 \end_inset
2949
2950
2951 \end_layout
2952
2953 \begin_layout Subsection
2954 Fallunterscheidungen
2955 \begin_inset Index
2956 status collapsed
2957
2958 \begin_layout Plain Layout
2959 Fallunterscheidungen
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Standard
2968 \align center
2969 \begin_inset Tabular
2970 <lyxtabular version="3" rows="3" columns="2">
2971 <features>
2972 <column alignment="center" valignment="top" width="0pt">
2973 <column alignment="center" valignment="top" width="0pt">
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 Befehl
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 Ergebnis
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 <row>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999
3000 \backslash
3001 cases
3002 \begin_inset ERT
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006
3007
3008 \backslash
3009 leer 
3010 \end_layout
3011
3012 \end_inset
3013
3014 A
3015 \begin_inset Formula $\to$
3016 \end_inset
3017
3018 B>0
3019 \begin_inset Index
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023 Befehle ! C ! 
3024 \backslash
3025 cases
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\begin{cases}
3040 A & B>0\end{cases}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \backslash
3056 cases
3057 \begin_inset ERT
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061
3062
3063 \backslash
3064 leer 
3065 \end_layout
3066
3067 \end_inset
3068
3069 Strg-Enter
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078 \begin_inset Formula $\begin{cases}
3079 A & \textrm{für }x>0\\
3080 B & \textrm{für }x=0\end{cases}$
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 </lyxtabular>
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 Nach der Eingabe von 
3098 \series bold
3099
3100 \backslash
3101 cases
3102 \series default
3103  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3104 \begin_inset Graphics
3105         filename ../../images/math/cases.png
3106         scale 85
3107
3108 \end_inset
3109
3110  können mit 
3111 \family sans
3112 Strg-Enter
3113 \family default
3114  oder dem Tabellen-Werkzeugleistenknopf 
3115 \begin_inset Graphics
3116         filename ../../images/tabular-feature_append-row.png
3117         scale 85
3118
3119 \end_inset
3120
3121  neue Zeilen erstellt werden.
3122 \begin_inset Foot
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3127 \begin_inset CommandInset ref
3128 LatexCommand ref
3129 reference "sub:Akzente-für-ein"
3130
3131 \end_inset
3132
3133  beschrieben.
3134 \end_layout
3135
3136 \end_inset
3137
3138
3139 \end_layout
3140
3141 \begin_layout Standard
3142 Der Befehl 
3143 \series bold
3144
3145 \backslash
3146 cases
3147 \series default
3148  ist auch über das Menü 
3149 \family sans
3150 Einfügen\SpecialChar \menuseparator
3151 Mathe\SpecialChar \menuseparator
3152 Cases-Umgebung
3153 \family default
3154  verfügbar.
3155 \end_layout
3156
3157 \begin_layout Subsection
3158 Verneinungen
3159 \begin_inset Index
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 Verneinungen
3164 \end_layout
3165
3166 \end_inset
3167
3168
3169 \end_layout
3170
3171 \begin_layout Standard
3172 Durch die Eingabe von 
3173 \series bold
3174
3175 \backslash
3176 not
3177 \series default
3178
3179 \begin_inset Index
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 Befehle ! N ! 
3184 \backslash
3185 not
3186 \end_layout
3187
3188 \end_inset
3189
3190  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3191  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3192 \end_layout
3193
3194 \begin_layout Standard
3195 \align center
3196 \begin_inset Tabular
3197 <lyxtabular version="3" rows="4" columns="2">
3198 <features>
3199 <column alignment="center" valignment="top" width="0pt">
3200 <column alignment="center" valignment="top" width="0pt">
3201 <row>
3202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 Befehl
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 Ergebnis
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 </row>
3221 <row>
3222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \backslash
3228 not=
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 \begin_inset Formula $\not=$
3238 \end_inset
3239
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 </row>
3246 <row>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251
3252 \backslash
3253 not 
3254 \backslash
3255 le
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 \begin_inset Formula $\not\le$
3265 \end_inset
3266
3267
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \backslash
3280 not 
3281 \backslash
3282 parallel
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 \begin_inset Formula $\not\parallel$
3292 \end_inset
3293
3294
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 </row>
3300 </lyxtabular>
3301
3302 \end_inset
3303
3304
3305 \end_layout
3306
3307 \begin_layout Standard
3308 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3309  Deswegen gibt es für Einige spezielle Befehle (siehe 
3310 \begin_inset CommandInset ref
3311 LatexCommand ref
3312 reference "sub:Mathematische-Symbole"
3313
3314 \end_inset
3315
3316  und 
3317 \begin_inset CommandInset ref
3318 LatexCommand ref
3319 reference "sec:Relationen"
3320
3321 \end_inset
3322
3323 ).
3324 \end_layout
3325
3326 \begin_layout Subsection
3327 Platzhalter
3328 \begin_inset CommandInset label
3329 LatexCommand label
3330 name "sub:Platzhalter"
3331
3332 \end_inset
3333
3334
3335 \begin_inset Index
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339 Platzhalter
3340 \end_layout
3341
3342 \end_inset
3343
3344
3345 \begin_inset Index
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 chemische Zeichen ! Isotope
3350 \end_layout
3351
3352 \end_inset
3353
3354
3355 \begin_inset Index
3356 status collapsed
3357
3358 \begin_layout Plain Layout
3359 Isotope|see
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 {
3366 \end_layout
3367
3368 \end_inset
3369
3370 chemische Zeichen
3371 \begin_inset ERT
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375
3376 }
3377 \end_layout
3378
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \begin_layout Standard
3390 Möchte man z.
3391 \begin_inset space \thinspace{}
3392 \end_inset
3393
3394 B.
3395  Isotope
3396 \begin_inset Foot
3397 status collapsed
3398
3399 \begin_layout Plain Layout
3400 Weiteres zu chemischen Symbolen steht in 
3401 \begin_inset CommandInset ref
3402 LatexCommand ref
3403 reference "sub:Chemische-Symbole-und"
3404
3405 \end_inset
3406
3407 .
3408 \end_layout
3409
3410 \end_inset
3411
3412  darstellen, tritt folgendes Problem auf:
3413 \end_layout
3414
3415 \begin_layout Standard
3416 \align center
3417 \begin_inset Tabular
3418 <lyxtabular version="3" rows="2" columns="2">
3419 <features>
3420 <column alignment="center" valignment="top" width="0pt">
3421 <column alignment="center" valignment="top" width="0pt">
3422 <row>
3423 <cell alignment="center" valignment="top" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 durch Hoch- und Tiefstellen erzeugte Indizes:
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3437 \end_inset
3438
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 korrekte Indizes:
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3460 \end_inset
3461
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 </lyxtabular>
3469
3470 \end_inset
3471
3472
3473 \begin_inset Note Note
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479
3480 \backslash
3481 raisebox
3482 \series default
3483  dient nur
3484 \end_layout
3485
3486 \begin_layout Plain Layout
3487 als Abstandhalter.
3488 \end_layout
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \begin_layout Standard
3496 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3497  längeren Index gesetzt.
3498  Um das zu verhindern gibt es den Befehl 
3499 \series bold
3500
3501 \backslash
3502 phantom
3503 \series default
3504
3505 \begin_inset Index
3506 status collapsed
3507
3508 \begin_layout Plain Layout
3509 Befehle ! P ! 
3510 \backslash
3511 phantom
3512 \end_layout
3513
3514 \end_inset
3515
3516  oder den Mathe-Werkzeugleistenknopf
3517 \begin_inset space \thinspace{}
3518 \end_inset
3519
3520
3521 \begin_inset Foot
3522 status collapsed
3523
3524 \begin_layout Plain Layout
3525 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3526 \begin_inset Graphics
3527         filename ../../images/math/space.png
3528         scale 85
3529
3530 \end_inset
3531
3532
3533 \end_layout
3534
3535 \end_inset
3536
3537  
3538 \begin_inset Graphics
3539         filename ../../images/math/phantom.png
3540         scale 85
3541
3542 \end_inset
3543
3544 , der ein oder mehrere Phantomzeichen erstellt.
3545  Wenn 
3546 \series bold
3547
3548 \backslash
3549 phantom
3550 \series default
3551  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3552  Pfeilen überlagert wird.
3553  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3554  als Leerraum erstellt wird.
3555  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3556  Zeichen.
3557 \end_layout
3558
3559 \begin_layout Standard
3560 \align center
3561 \begin_inset Tabular
3562 <lyxtabular version="3" rows="4" columns="2">
3563 <features>
3564 <column alignment="center" valignment="top" width="0">
3565 <column alignment="center" valignment="top" width="0">
3566 <row>
3567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Befehl
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Ergebnis
3581 \begin_inset Note Note
3582 status collapsed
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587
3588 \backslash
3589 raisebox
3590 \series default
3591  dient nur als Abstandhalter.
3592 \end_layout
3593
3594 \end_inset
3595
3596
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 ^19
3608 \begin_inset ERT
3609 status collapsed
3610
3611 \begin_layout Plain Layout
3612
3613
3614 \backslash
3615 leer 
3616 \end_layout
3617
3618 \end_inset
3619
3620 _
3621 \backslash
3622 phantom
3623 \begin_inset ERT
3624 status collapsed
3625
3626 \begin_layout Plain Layout
3627
3628
3629 \backslash
3630 leer 
3631 \end_layout
3632
3633 \end_inset
3634
3635 1
3636 \begin_inset Formula $\to$
3637 \end_inset
3638
3639 9
3640 \begin_inset ERT
3641 status collapsed
3642
3643 \begin_layout Plain Layout
3644
3645
3646 \backslash
3647 leer 
3648 \end_layout
3649
3650 \end_inset
3651
3652 F
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3662 \end_inset
3663
3664
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675 ^235
3676 \begin_inset ERT
3677 status collapsed
3678
3679 \begin_layout Plain Layout
3680
3681
3682 \backslash
3683 leer 
3684 \end_layout
3685
3686 \end_inset
3687
3688 _
3689 \backslash
3690 phantom
3691 \begin_inset ERT
3692 status collapsed
3693
3694 \begin_layout Plain Layout
3695
3696
3697 \backslash
3698 leer 
3699 \end_layout
3700
3701 \end_inset
3702
3703 23
3704 \begin_inset Formula $\to$
3705 \end_inset
3706
3707 9
3708 \begin_inset ERT
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713
3714 \backslash
3715 leer 
3716 \end_layout
3717
3718 \end_inset
3719
3720 F
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \backslash
3745 Lambda^
3746 \begin_inset ERT
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750
3751
3752 \backslash
3753 leer 
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \backslash
3760 phantom
3761 \begin_inset ERT
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765
3766
3767 \backslash
3768 leer 
3769 \end_layout
3770
3771 \end_inset
3772
3773 ii
3774 \begin_inset Formula $\to$
3775 \end_inset
3776
3777 t
3778 \begin_inset ERT
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782
3783
3784 \backslash
3785 leer 
3786 \end_layout
3787
3788 \end_inset
3789
3790 _MMt
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3800 \end_inset
3801
3802
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 </lyxtabular>
3809
3810 \end_inset
3811
3812
3813 \end_layout
3814
3815 \begin_layout Standard
3816 Des Weiteren gibt es noch die Befehle 
3817 \series bold
3818
3819 \backslash
3820 vphantom
3821 \series default
3822
3823 \begin_inset Index
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827 Befehle ! V ! 
3828 \backslash
3829 vphantom
3830 \end_layout
3831
3832 \end_inset
3833
3834  (Werkzeugleistenknopf 
3835 \begin_inset space ~
3836 \end_inset
3837
3838
3839 \begin_inset Graphics
3840         filename ../../images/math/vphantom.png
3841         scale 85
3842
3843 \end_inset
3844
3845 ) und 
3846 \series bold
3847
3848 \backslash
3849 hphantom
3850 \series default
3851
3852 \begin_inset Index
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856 Befehle ! H ! 
3857 \backslash
3858 hphantom
3859 \end_layout
3860
3861 \end_inset
3862
3863  (Werkzeugleistenknopf 
3864 \begin_inset space ~
3865 \end_inset
3866
3867
3868 \begin_inset Graphics
3869         filename ../../images/math/hphantom.png
3870         scale 85
3871
3872 \end_inset
3873
3874 ).
3875  
3876 \series bold
3877
3878 \backslash
3879 hphantom
3880 \series default
3881  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3882  nicht jedoch für deren Breite.
3883  Bei 
3884 \series bold
3885
3886 \backslash
3887 vphantom
3888 \series default
3889  wird nur Platz mit der Breite des Kästchens erstellt.
3890  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3891 \end_layout
3892
3893 \begin_layout Standard
3894 Zum Beispiel erzeugt 
3895 \series bold
3896
3897 \backslash
3898 vphantom
3899 \series default
3900
3901 \begin_inset ERT
3902 status collapsed
3903
3904 \begin_layout Plain Layout
3905
3906
3907 \backslash
3908 leer 
3909 \end_layout
3910
3911 \end_inset
3912
3913
3914 \series bold
3915 a
3916 \backslash
3917 int
3918 \series default
3919  Platz der Höhe des Integralzeichens,
3920 \begin_inset Foot
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924 Der Befehl 
3925 \series bold
3926
3927 \backslash
3928 int
3929 \series default
3930  erzeugt ein Integralzeichen, siehe 
3931 \begin_inset CommandInset ref
3932 LatexCommand ref
3933 reference "sub:Große-Operatoren"
3934
3935 \end_inset
3936
3937 .
3938 \end_layout
3939
3940 \end_inset
3941
3942  da dieses das größere Zeichen ist.
3943  Eine Beispielanwendung ist in 
3944 \begin_inset CommandInset ref
3945 LatexCommand ref
3946 reference "sub:Mehrzeilige-Klammern"
3947
3948 \end_inset
3949
3950  zu finden.
3951 \end_layout
3952
3953 \begin_layout Subsection
3954 Linien
3955 \begin_inset Index
3956 status collapsed
3957
3958 \begin_layout Plain Layout
3959 Linien
3960 \end_layout
3961
3962 \end_inset
3963
3964
3965 \begin_inset Index
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969 Formel ! unterstrichene
3970 \end_layout
3971
3972 \end_inset
3973
3974
3975 \end_layout
3976
3977 \begin_layout Standard
3978 \align center
3979 \begin_inset Tabular
3980 <lyxtabular version="3" rows="4" columns="2">
3981 <features>
3982 <column alignment="center" valignment="top" width="0pt">
3983 <column alignment="center" valignment="top" width="0pt">
3984 <row>
3985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Befehl
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Ergebnis
3999 \begin_inset Note Note
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005
4006 \backslash
4007 raisebox
4008 \series default
4009  dient nur als Abstandhalter.
4010 \end_layout
4011
4012 \end_inset
4013
4014
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025
4026 \backslash
4027 overline
4028 \begin_inset ERT
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032
4033
4034 \backslash
4035 leer 
4036 \end_layout
4037
4038 \end_inset
4039
4040 A+B
4041 \begin_inset Index
4042 status collapsed
4043
4044 \begin_layout Plain Layout
4045 Befehle ! O ! 
4046 \backslash
4047 overline
4048 \end_layout
4049
4050 \end_inset
4051
4052
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4062 \end_inset
4063
4064
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \backslash
4077 underline
4078 \begin_inset ERT
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082
4083
4084 \backslash
4085 leer 
4086 \end_layout
4087
4088 \end_inset
4089
4090 A+B
4091 \begin_inset Index
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Befehle ! U ! 
4096 \backslash
4097 underline
4098 \end_layout
4099
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4112 \end_inset
4113
4114
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \backslash
4127 overline
4128 \begin_inset ERT
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132
4133
4134 \backslash
4135 leer 
4136 \end_layout
4137
4138 \end_inset
4139
4140
4141 \backslash
4142 underline
4143 \begin_inset ERT
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147
4148
4149 \backslash
4150 leer 
4151 \end_layout
4152
4153 \end_inset
4154
4155 A+B
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 </lyxtabular>
4174
4175 \end_inset
4176
4177
4178 \end_layout
4179
4180 \begin_layout Standard
4181 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4182 \series bold
4183
4184 \backslash
4185 overline
4186 \series default
4187  oder 
4188 \series bold
4189
4190 \backslash
4191 underline
4192 \series default
4193  eingibt.
4194 \end_layout
4195
4196 \begin_layout Standard
4197 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4198 \begin_inset Newline linebreak
4199 \end_inset
4200
4201
4202 \series bold
4203
4204 \backslash
4205 underline
4206 \series default
4207 .
4208 \end_layout
4209
4210 \begin_layout Standard
4211 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4212 \end_layout
4213
4214 \begin_layout Subsection
4215 Fortsetzungspunkte
4216 \begin_inset Index
4217 status collapsed
4218
4219 \begin_layout Plain Layout
4220 Fortsetzungspunkte
4221 \end_layout
4222
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \begin_layout Standard
4229 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4230 \begin_inset Foot
4231 status collapsed
4232
4233 \begin_layout Plain Layout
4234 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4235 \begin_inset Graphics
4236         filename ../../images/math/ldots.png
4237         scale 85
4238
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \end_inset
4245
4246  Für Aufzählungen verwendet man unten sitzende Punkte (
4247 \series bold
4248
4249 \backslash
4250 ldots
4251 \series default
4252
4253 \begin_inset Index
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 Befehle ! L ! 
4258 \backslash
4259 ldots
4260 \end_layout
4261
4262 \end_inset
4263
4264 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4265  die Operatoren sind (
4266 \series bold
4267
4268 \backslash
4269 cdots
4270 \series default
4271
4272 \begin_inset Index
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Befehle ! C ! 
4277 \backslash
4278 cdots
4279 \end_layout
4280
4281 \end_inset
4282
4283 ).
4284  Verwendet man den Befehl 
4285 \series bold
4286
4287 \backslash
4288 dots
4289 \series default
4290
4291 \begin_inset Index
4292 status collapsed
4293
4294 \begin_layout Plain Layout
4295 Befehle ! D ! 
4296 \backslash
4297 dots
4298 \end_layout
4299
4300 \end_inset
4301
4302 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4303  wird.
4304 \begin_inset Newpage newpage
4305 \end_inset
4306
4307
4308 \end_layout
4309
4310 \begin_layout Standard
4311 \align center
4312 \begin_inset Tabular
4313 <lyxtabular version="3" rows="8" columns="2">
4314 <features>
4315 <column alignment="center" valignment="top" width="0pt">
4316 <column alignment="center" valignment="top" width="0pt">
4317 <row>
4318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Befehl
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Ergebnis
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 A_1
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 ,
4356 \backslash
4357 dots
4358 \begin_inset ERT
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362
4363
4364 \backslash
4365 leer 
4366 \end_layout
4367
4368 \end_inset
4369
4370 ,A_n
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 \begin_inset Formula $A_{1},\dots,A_{n}$
4380 \end_inset
4381
4382
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 A_1
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 +
4407 \backslash
4408 dots
4409 \begin_inset ERT
4410 status collapsed
4411
4412 \begin_layout Plain Layout
4413
4414
4415 \backslash
4416 leer 
4417 \end_layout
4418
4419 \end_inset
4420
4421 +A_n
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 \begin_inset Formula $A_{1}+\dots+A_{n}$
4431 \end_inset
4432
4433
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 A_1
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 ,
4458 \backslash
4459 ldots
4460 \begin_inset ERT
4461 status collapsed
4462
4463 \begin_layout Plain Layout
4464
4465
4466 \backslash
4467 leer 
4468 \end_layout
4469
4470 \end_inset
4471
4472 ,A_n
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 \begin_inset Formula $A_{1},\ldots,A_{n}$
4482 \end_inset
4483
4484
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 A_1
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 +
4509 \backslash
4510 cdots
4511 \begin_inset ERT
4512 status collapsed
4513
4514 \begin_layout Plain Layout
4515
4516
4517 \backslash
4518 leer 
4519 \end_layout
4520
4521 \end_inset
4522
4523 +A_n
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4533 \end_inset
4534
4535
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \backslash
4548 vdots
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 \begin_inset Formula $\vdots$
4558 \end_inset
4559
4560
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \backslash
4573 ddots
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 \begin_inset Formula $\ddots$
4583 \end_inset
4584
4585
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 3
4597 \series bold
4598 ×
4599 \series default
4600 3
4601 \begin_inset space \thinspace{}
4602 \end_inset
4603
4604 Matrix mit obigen Befehlen
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 \begin_inset Formula $\begin{array}{ccc}
4614 A_{11} & \cdots & A_{1m}\\
4615 \vdots & \ddots & \vdots\\
4616 A_{n1} & \cdots & A_{nm}\end{array}$
4617 \end_inset
4618
4619
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 </row>
4625 </lyxtabular>
4626
4627 \end_inset
4628
4629
4630 \end_layout
4631
4632 \begin_layout Standard
4633 Die im Menü 
4634 \family sans
4635 Einfügen\SpecialChar \menuseparator
4636 Sonderzeichen
4637 \family default
4638  verfügbaren Fortsetzungspunkte sind 
4639 \series bold
4640
4641 \backslash
4642 ldots
4643 \series default
4644 .
4645 \end_layout
4646
4647 \begin_layout Standard
4648 \begin_inset VSpace medskip
4649 \end_inset
4650
4651 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4652  Spalten erstrecken.
4653  Man erhält sie mit dem Befehl 
4654 \series bold
4655
4656 \backslash
4657 hdotsfor
4658 \series default
4659
4660 \begin_inset Index
4661 status collapsed
4662
4663 \begin_layout Plain Layout
4664 Befehle ! H ! 
4665 \backslash
4666 hdotsfor
4667 \end_layout
4668
4669 \end_inset
4670
4671 , der folgendes Schema besitzt:
4672 \end_layout
4673
4674 \begin_layout Standard
4675
4676 \series bold
4677
4678 \backslash
4679 hdotsfor[Abstand]{Anzahl der Spalten}
4680 \end_layout
4681
4682 \begin_layout Standard
4683 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4684  sollen.
4685  Abstand ist ein Faktor, der den Punktabstand festlegt.
4686 \end_layout
4687
4688 \begin_layout Standard
4689 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4690  
4691 \series bold
4692
4693 \backslash
4694 hdotsfor[2]{4}
4695 \series default
4696  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4697  beim Befehl 
4698 \series bold
4699
4700 \backslash
4701 dots
4702 \series default
4703  zu erhalten:
4704 \begin_inset Formula \[
4705 \left(\begin{array}{cccc}
4706 A & B & C & D\\
4707 \hdotsfor[2]{4}\\
4708 q & w & e & r\end{array}\right)\]
4709
4710 \end_inset
4711
4712 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4713  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4714 \end_layout
4715
4716 \begin_layout Standard
4717 \begin_inset VSpace bigskip
4718 \end_inset
4719
4720 Des Weiteren kann man mit dem Befehl 
4721 \series bold
4722
4723 \backslash
4724 dotfill
4725 \series default
4726
4727 \begin_inset Index
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731 Befehle ! D ! 
4732 \backslash
4733 dotfill
4734 \end_layout
4735
4736 \end_inset
4737
4738  den Rest einer Zeile mit Punkten füllen.
4739  Die Wirkungsweise des Befehls entspricht der von 
4740 \series bold
4741
4742 \backslash
4743 hfill
4744 \series default
4745 , siehe 
4746 \begin_inset CommandInset ref
4747 LatexCommand ref
4748 reference "sub:Variabler-Leerraum"
4749
4750 \end_inset
4751
4752 .
4753 \end_layout
4754
4755 \begin_layout Standard
4756 Z.
4757 \begin_inset space \thinspace{}
4758 \end_inset
4759
4760 B.
4761  ergibt der Befehl 
4762 \series bold
4763 A
4764 \backslash
4765 dotfill
4766 \begin_inset ERT
4767 status collapsed
4768
4769 \begin_layout Plain Layout
4770
4771
4772 \backslash
4773 leer 
4774 \end_layout
4775
4776 \end_inset
4777
4778 B
4779 \end_layout
4780
4781 \begin_layout Standard
4782 \begin_inset Formula $A\dotfill B$
4783 \end_inset
4784
4785
4786 \end_layout
4787
4788 \begin_layout Standard
4789 Analog dazu gibt es für eine Linie den Befehl 
4790 \series bold
4791
4792 \backslash
4793 hrulefill
4794 \series default
4795
4796 \begin_inset Index
4797 status collapsed
4798
4799 \begin_layout Plain Layout
4800 Befehle ! H ! 
4801 \backslash
4802 hrulefill
4803 \end_layout
4804
4805 \end_inset
4806
4807 :
4808 \end_layout
4809
4810 \begin_layout Standard
4811 \begin_inset Formula $A\hrulefill B$
4812 \end_inset
4813
4814
4815 \end_layout
4816
4817 \begin_layout Standard
4818 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4819  werden.
4820 \end_layout
4821
4822 \begin_layout Section
4823 Matrizen
4824 \begin_inset CommandInset label
4825 LatexCommand label
4826 name "sec:Matrizen"
4827
4828 \end_inset
4829
4830
4831 \begin_inset Index
4832 status collapsed
4833
4834 \begin_layout Plain Layout
4835 Matrizen
4836 \end_layout
4837
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \begin_layout Standard
4844 Matrizen können über den Mathe-Werkzeugleistenknopf
4845 \family sans
4846  
4847 \family default
4848
4849 \begin_inset Graphics
4850         filename ../../images/dialog-show_mathmatrix.png
4851         scale 85
4852
4853 \end_inset
4854
4855  oder das Menü 
4856 \family sans
4857 Einfügen\SpecialChar \menuseparator
4858 Mathe\SpecialChar \menuseparator
4859 Matrix
4860 \family default
4861  eingefügt werden.
4862  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4863  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4864  von Bedeutung:
4865 \end_layout
4866
4867 \begin_layout Standard
4868 Die erste Matrix ist oben 
4869 \begin_inset Formula $\begin{array}[t]{cccc}
4870 A & D & G & J\\
4871 B & E & H & K\\
4872 C & F & I & L\end{array}$
4873 \end_inset
4874
4875 , die zweite mittig 
4876 \begin_inset Formula $\begin{array}{cccc}
4877 A & D & G & J\\
4878 B & E & H & K\\
4879 C & F & I & L\end{array}$
4880 \end_inset
4881
4882  und die dritte unten 
4883 \begin_inset Formula $\begin{array}[b]{cccc}
4884 A & D & G & J\\
4885 B & E & H & K\\
4886 C & F & I & L\end{array}$
4887 \end_inset
4888
4889  ausgerichtet.
4890 \end_layout
4891
4892 \begin_layout Standard
4893 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4894  werden sollen.
4895  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4896  
4897 \emph on
4898 l
4899 \emph default
4900  steht für linksbündig, 
4901 \emph on
4902 c
4903 \emph default
4904  für mittig und 
4905 \emph on
4906 r
4907 \emph default
4908  für rechtsbündig.
4909  Möchte man z.
4910 \begin_inset space \thinspace{}
4911 \end_inset
4912
4913 B.
4914  eine 4
4915 \series bold
4916 ×
4917 \series default
4918 4
4919 \begin_inset space ~
4920 \end_inset
4921
4922 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4923  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4924  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4925 \series bold
4926 lccr
4927 \series default
4928  an.
4929  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4930  die Voreinstellung für jede Spalte ein 
4931 \series bold
4932 c
4933 \series default
4934  ist.
4935 \end_layout
4936
4937 \begin_layout Standard
4938 Horizontale Ausrichtung:
4939 \end_layout
4940
4941 \begin_layout Standard
4942
4943 \series bold
4944 lll
4945 \series default
4946  : 
4947 \begin_inset Formula $\begin{array}{lll}
4948 10000 & D & G\\
4949 B & 10000 & H\\
4950 C & F & 10000\end{array}$
4951 \end_inset
4952
4953  , 
4954 \series bold
4955 ccc
4956 \series default
4957  : 
4958 \begin_inset Formula $\begin{array}{ccc}
4959 10000 & D & G\\
4960 B & 10000 & H\\
4961 C & F & 10000\end{array}$
4962 \end_inset
4963
4964  , 
4965 \series bold
4966 rrr
4967 \series default
4968  : 
4969 \begin_inset Formula $\begin{array}{rrr}
4970 10000 & D & G\\
4971 B & 10000 & H\\
4972 C & F & 10000\end{array}$
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \begin_layout Standard
4979 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4980  man die Mathe-Werkzeugleistenknöpfe 
4981 \begin_inset Graphics
4982         filename ../../images/tabular-feature_append-row.png
4983         scale 85
4984
4985 \end_inset
4986
4987
4988 \begin_inset Graphics
4989         filename ../../images/tabular-feature_delete-row.png
4990         scale 85
4991
4992 \end_inset
4993
4994 , usw.
4995 \begin_inset space ~
4996 \end_inset
4997
4998 oder das Menü 
4999 \family sans
5000 Bearbeiten\SpecialChar \menuseparator
5001 Zeilen & Spalten
5002 \family default
5003  verwenden.
5004  Neue Zeilen können auch mit 
5005 \family sans
5006 Strg-Enter
5007 \family default
5008  erstellt werden.
5009 \end_layout
5010
5011 \begin_layout Standard
5012 \begin_inset VSpace bigskip
5013 \end_inset
5014
5015 Klammern um eine Matrix können entweder mit den Befehlen 
5016 \series bold
5017
5018 \backslash
5019 left
5020 \series default
5021
5022 \begin_inset Index
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 Befehle ! L ! 
5027 \backslash
5028 left
5029 \end_layout
5030
5031 \end_inset
5032
5033  und 
5034 \series bold
5035
5036 \backslash
5037 right
5038 \series default
5039
5040 \begin_inset Index
5041 status collapsed
5042
5043 \begin_layout Plain Layout
5044 Befehle ! R ! 
5045 \backslash
5046 right
5047 \end_layout
5048
5049 \end_inset
5050
5051  erstellt werden (Tastenkürzel 
5052 \family sans
5053 Alt-m
5054 \begin_inset space ~
5055 \end_inset
5056
5057 Klammer
5058 \family default
5059 ), siehe 
5060 \begin_inset CommandInset ref
5061 LatexCommand ref
5062 reference "sub:Automatische-Klammergrößen"
5063
5064 \end_inset
5065
5066 , oder man verwendet folgende Befehle:
5067 \begin_inset VSpace bigskip
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \begin_layout Standard
5074 \begin_inset space \hfill{}
5075 \end_inset
5076
5077
5078 \begin_inset Tabular
5079 <lyxtabular version="3" rows="4" columns="2">
5080 <features>
5081 <column alignment="center" valignment="top" width="0">
5082 <column alignment="center" valignment="top" width="0">
5083 <row>
5084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 Befehl
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Ergebnis
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \backslash
5110 bmatrix
5111 \begin_inset ERT
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115
5116
5117 \backslash
5118 leer 
5119 \end_layout
5120
5121 \end_inset
5122
5123 2
5124 \series bold
5125 ×
5126 \series default
5127 2
5128 \begin_inset space \thinspace{}
5129 \end_inset
5130
5131 Matrix
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5141 0 & \textrm{-}\mathrm{i}\\
5142 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \backslash
5158 Bmatrix
5159 \begin_inset ERT
5160 status collapsed
5161
5162 \begin_layout Plain Layout
5163
5164
5165 \backslash
5166 leer 
5167 \end_layout
5168
5169 \end_inset
5170
5171 2
5172 \series bold
5173 ×
5174 \series default
5175 2
5176 \begin_inset space \thinspace{}
5177 \end_inset
5178
5179 Matrix
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5189 0 & \textrm{-}\mathrm{i}\\
5190 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5191 \end_inset
5192
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \backslash
5206 pmatrix
5207 \begin_inset ERT
5208 status collapsed
5209
5210 \begin_layout Plain Layout
5211
5212
5213 \backslash
5214 leer 
5215 \end_layout
5216
5217 \end_inset
5218
5219 2
5220 \series bold
5221 ×
5222 \series default
5223 2
5224 \begin_inset space \thinspace{}
5225 \end_inset
5226
5227 Matrix
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5237 0 & \textrm{-}\mathrm{i}\\
5238 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 </lyxtabular>
5248
5249 \end_inset
5250
5251
5252 \begin_inset space \hfill{}
5253 \end_inset
5254
5255
5256 \begin_inset Tabular
5257 <lyxtabular version="3" rows="4" columns="2">
5258 <features>
5259 <column alignment="center" valignment="top" width="0">
5260 <column alignment="center" valignment="top" width="0">
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 Befehl
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Ergebnis
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 vmatrix
5289 \begin_inset ERT
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293
5294
5295 \backslash
5296 leer 
5297 \end_layout
5298
5299 \end_inset
5300
5301 2
5302 \series bold
5303 ×
5304 \series default
5305 2
5306 \begin_inset space \thinspace{}
5307 \end_inset
5308
5309 Matrix
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \backslash
5336 Vmatrix
5337 \begin_inset ERT
5338 status collapsed
5339
5340 \begin_layout Plain Layout
5341
5342
5343 \backslash
5344 leer 
5345 \end_layout
5346
5347 \end_inset
5348
5349 2
5350 \series bold
5351 ×
5352 \series default
5353 2
5354 \begin_inset space \thinspace{}
5355 \end_inset
5356
5357 Matrix
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5367 0 & \textrm{-}\mathrm{i}\\
5368 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row>
5378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \backslash
5384 matrix
5385 \begin_inset ERT
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389
5390
5391 \backslash
5392 leer 
5393 \end_layout
5394
5395 \end_inset
5396
5397 2
5398 \series bold
5399 ×
5400 \series default
5401 2
5402 \begin_inset space \thinspace{}
5403 \end_inset
5404
5405 Matrix
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5415 0 & \textrm{-}\mathrm{i}\\
5416 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 </lyxtabular>
5426
5427 \end_inset
5428
5429
5430 \begin_inset space \hfill{}
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 \begin_inset VSpace medskip
5438 \end_inset
5439
5440 Wurde z.
5441 \begin_inset space \thinspace{}
5442 \end_inset
5443
5444 B.
5445  
5446 \series bold
5447
5448 \backslash
5449 vmatrix
5450 \series default
5451  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5452  in das die Matrix eingefügt wird.
5453 \end_layout
5454
5455 \begin_layout Standard
5456 \begin_inset VSpace bigskip
5457 \end_inset
5458
5459 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5460 \begin_inset CommandInset ref
5461 LatexCommand ref
5462 reference "sub:Spaltenabstand"
5463
5464 \end_inset
5465
5466  beschriebene Länge 
5467 \series bold
5468
5469 \backslash
5470 arraycolsep
5471 \series default
5472
5473 \begin_inset Index
5474 status collapsed
5475
5476 \begin_layout Plain Layout
5477 Befehle ! A ! 
5478 \backslash
5479 arraycolsep
5480 \end_layout
5481
5482 \end_inset
5483
5484  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5485 \end_layout
5486
5487 \begin_layout Standard
5488 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5489 \series bold
5490
5491 \backslash
5492 arraystretch
5493 \series default
5494
5495 \begin_inset Index
5496 status collapsed
5497
5498 \begin_layout Plain Layout
5499 Befehle ! A ! 
5500 \backslash
5501 arraystretch
5502 \end_layout
5503
5504 \end_inset
5505
5506 .
5507  Dieser wird folgendermaßen benutzt:
5508 \end_layout
5509
5510 \begin_layout Standard
5511
5512 \series bold
5513
5514 \backslash
5515 renewcommand{
5516 \backslash
5517 arraystretch}{Dehnungsfaktor}
5518 \begin_inset Index
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522 Befehle ! R ! 
5523 \backslash
5524 renewcommand
5525 \end_layout
5526
5527 \end_inset
5528
5529
5530 \end_layout
5531
5532 \begin_layout Standard
5533 Der Befehl 
5534 \series bold
5535
5536 \backslash
5537 renewcommand
5538 \series default
5539  weist dabei dem vordefinierten Befehl 
5540 \series bold
5541
5542 \backslash
5543 arraystretch
5544 \series default
5545  den Dehnungsfaktor zu.
5546  Möchte man z.
5547 \begin_inset space \thinspace{}
5548 \end_inset
5549
5550 B.
5551  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5552  Dieser wird dann für alle folgenden Matrizen verwendet.
5553  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5554 \series bold
5555
5556 \backslash
5557 arraystretch
5558 \series default
5559  den Faktor 1 zu.
5560 \end_layout
5561
5562 \begin_layout Standard
5563 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5564 \series bold
5565
5566 \backslash
5567 smallmatrix
5568 \series default
5569
5570 \begin_inset Index
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 Befehle ! S ! 
5575 \backslash
5576 smallmatrix
5577 \end_layout
5578
5579 \end_inset
5580
5581 .
5582  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5583  gestrichelten Linien.
5584  In dieses Kästchen wird die Matrix eingegeben.
5585  Man verwendet stattdessen das Menü 
5586 \family sans
5587 Bearbeiten\SpecialChar \menuseparator
5588 Zeilen
5589 \begin_inset space ~
5590 \end_inset
5591
5592 &
5593 \begin_inset space ~
5594 \end_inset
5595
5596 Spalten
5597 \family default
5598  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5599  Neue Zeilen können auch mit 
5600 \family sans
5601 Strg-Enter
5602 \family default
5603  erstellt werden.
5604 \end_layout
5605
5606 \begin_layout Standard
5607 Dies ist eine Matrix 
5608 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5609 C & D\end{smallmatrix}\right)$
5610 \end_inset
5611
5612  in einer Textzeile.
5613 \end_layout
5614
5615 \begin_layout Section
5616 Klammern und Begrenzungszeichen
5617 \begin_inset Index
5618 status collapsed
5619
5620 \begin_layout Plain Layout
5621 Klammern
5622 \end_layout
5623
5624 \end_inset
5625
5626
5627 \begin_inset Index
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631 Begrenzungszeichen
5632 \end_layout
5633
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \begin_layout Subsection
5640 Vertikale Klammern und Begrenzungszeichen
5641 \begin_inset Index
5642 status collapsed
5643
5644 \begin_layout Plain Layout
5645 Klammern ! vertikale
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 \begin_inset space \hfill{}
5655 \end_inset
5656
5657
5658 \begin_inset Tabular
5659 <lyxtabular version="3" rows="9" columns="2">
5660 <features>
5661 <column alignment="center" valignment="top" width="0pt">
5662 <column alignment="center" valignment="top" width="0pt">
5663 <row>
5664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 Befehl
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 Ergebnis
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 </row>
5683 <row>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 (
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 \begin_inset Formula $($
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 </row>
5706 <row>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 {
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 \begin_inset Formula $\{$
5721 \end_inset
5722
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 </row>
5729 <row>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 [
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 \begin_inset Formula $[$
5744 \end_inset
5745
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757
5758 \backslash
5759 langle
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 \begin_inset Formula $\langle$
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 </row>
5777 <row>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782
5783 \backslash
5784 lceil
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 \begin_inset Formula $\lceil$
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807
5808 \backslash
5809 lfloor
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $\lfloor$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 /
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $/$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 |
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $|$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 </lyxtabular>
5874
5875 \end_inset
5876
5877
5878 \begin_inset space \hfill{}
5879 \end_inset
5880
5881
5882 \begin_inset Tabular
5883 <lyxtabular version="3" rows="9" columns="2">
5884 <features>
5885 <column alignment="center" valignment="top" width="0pt">
5886 <column alignment="center" valignment="top" width="0pt">
5887 <row>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 Befehl
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 Ergebnis
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 </row>
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 )
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 \begin_inset Formula $)$
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 </row>
5930 <row>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 }
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 \begin_inset Formula $\}$
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 ]
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 \begin_inset Formula $]$
5968 \end_inset
5969
5970
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981
5982 \backslash
5983 rangle
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 \begin_inset Formula $\rangle$
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006
6007 \backslash
6008 rceil
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Formula $\rceil$
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 <row>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031
6032 \backslash
6033 rfloor
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 \begin_inset Formula $\rfloor$
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056
6057 \backslash
6058
6059 \backslash
6060
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 \begin_inset Formula $\backslash$
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \backslash
6085 |
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $\|$
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 </lyxtabular>
6104
6105 \end_inset
6106
6107
6108 \begin_inset space \hfill{}
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115
6116 \series medium
6117 \begin_inset Note Greyedout
6118 status open
6119
6120 \begin_layout Plain Layout
6121
6122 \series bold
6123 Achtung:
6124 \series default
6125  Im TeX-Modus muss für den Backslash der Befehl 
6126 \series bold
6127
6128 \backslash
6129 textbackslash
6130 \series default
6131
6132 \begin_inset Index
6133 status collapsed
6134
6135 \begin_layout Plain Layout
6136 Befehle ! T ! 
6137 \backslash
6138 textbackslash
6139 \end_layout
6140
6141 \end_inset
6142
6143  verwendet werden, denn der Befehl 
6144 \series bold
6145
6146 \backslash
6147
6148 \backslash
6149
6150 \series default
6151  steht dort für einen Zeilenumbruch.
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Standard
6160 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6161  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6162  Dabei können dann statt den Befehlen 
6163 \series bold
6164
6165 \backslash
6166 langle
6167 \series default
6168  und 
6169 \series bold
6170
6171 \backslash
6172 rangle
6173 \series default
6174  direkt die Zeichen < und > verwendet werden.
6175 \end_layout
6176
6177 \begin_layout Subsubsection
6178 Manuelle Klammergrößen
6179 \begin_inset CommandInset label
6180 LatexCommand label
6181 name "sub:Manuelle-Klammergrößen"
6182
6183 \end_inset
6184
6185
6186 \begin_inset Index
6187 status collapsed
6188
6189 \begin_layout Plain Layout
6190 Klammergrößen ! manuelle
6191 \end_layout
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6200  LaTeX-Befehle 
6201 \series bold
6202
6203 \backslash
6204 big
6205 \series default
6206
6207 \begin_inset Index
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 Befehle ! B ! 
6212 \backslash
6213 big
6214 \end_layout
6215
6216 \end_inset
6217
6218
6219 \series bold
6220
6221 \backslash
6222 Big
6223 \series default
6224
6225 \series bold
6226
6227 \backslash
6228 bigg
6229 \series default
6230  und 
6231 \series bold
6232
6233 \backslash
6234 Bigg
6235 \series default
6236  tun.
6237  
6238 \series bold
6239
6240 \backslash
6241 big
6242 \series default
6243  steht hierbei für die kleinste und 
6244 \series bold
6245
6246 \backslash
6247 Bigg
6248 \series default
6249  für die größte Klammergröße.
6250 \end_layout
6251
6252 \begin_layout Standard
6253 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6254 \end_layout
6255
6256 \begin_layout Standard
6257 \align center
6258 \begin_inset Tabular
6259 <lyxtabular version="3" rows="2" columns="2">
6260 <features>
6261 <column alignment="center" valignment="top" width="0pt">
6262 <column alignment="center" valignment="top" width="0pt">
6263 <row>
6264 <cell alignment="center" valignment="top" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 einheitliche Klammergröße:
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 besser sieht das so aus:
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 </lyxtabular>
6310
6311 \end_inset
6312
6313
6314 \begin_inset Note Note
6315 status collapsed
6316
6317 \begin_layout Plain Layout
6318
6319 \series bold
6320
6321 \backslash
6322 raisebox
6323 \series default
6324  dient nur
6325 \end_layout
6326
6327 \begin_layout Plain Layout
6328 als Abstandhalter.
6329 \end_layout
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \begin_layout Standard
6337 Für die zweite Formel wurde der Befehl 
6338 \series bold
6339
6340 \backslash
6341 Big((A+B)(A-B)
6342 \backslash
6343 Big)^
6344 \begin_inset ERT
6345 status collapsed
6346
6347 \begin_layout Plain Layout
6348
6349
6350 \backslash
6351 leer 
6352 \end_layout
6353
6354 \end_inset
6355
6356 C
6357 \series default
6358  verwendet.
6359 \end_layout
6360
6361 \begin_layout Standard
6362 Hier alle Klammergrößen in der Übersicht:
6363 \end_layout
6364
6365 \begin_layout Standard
6366 \align center
6367
6368 \backslash
6369 Bigg(
6370 \backslash
6371 exp
6372 \backslash
6373 bigg<
6374 \backslash
6375 Big[
6376 \backslash
6377 big{
6378 \backslash
6379 ln(3x)
6380 \backslash
6381 big}^2
6382 \begin_inset ERT
6383 status collapsed
6384
6385 \begin_layout Plain Layout
6386
6387
6388 \backslash
6389 leer 
6390 \end_layout
6391
6392 \end_inset
6393
6394
6395 \backslash
6396 sin(x)
6397 \backslash
6398 Big]^
6399 \begin_inset ERT
6400 status collapsed
6401
6402 \begin_layout Plain Layout
6403
6404
6405 \backslash
6406 leer 
6407 \end_layout
6408
6409 \end_inset
6410
6411 A
6412 \begin_inset ERT
6413 status collapsed
6414
6415 \begin_layout Plain Layout
6416
6417
6418 \backslash
6419 leer 
6420 \end_layout
6421
6422 \end_inset
6423
6424
6425 \backslash
6426 bigg>
6427 \backslash
6428 Bigg)^0,5
6429 \end_layout
6430
6431 \begin_layout Standard
6432 \align center
6433 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \begin_layout Standard
6440 Es gibt außer den 
6441 \series bold
6442
6443 \backslash
6444 big
6445 \series default
6446 -Befehlen noch die Variante 
6447 \series bold
6448
6449 \backslash
6450 bigm
6451 \series default
6452
6453 \begin_inset Index
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457 Befehle ! B ! 
6458 \backslash
6459 bigm
6460 \end_layout
6461
6462 \end_inset
6463
6464 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6465  die Variante 
6466 \series bold
6467
6468 \backslash
6469 bigl
6470 \series default
6471 -
6472 \series bold
6473
6474 \backslash
6475 bigr
6476 \series default
6477
6478 \begin_inset Index
6479 status collapsed
6480
6481 \begin_layout Plain Layout
6482 Befehle ! B ! 
6483 \backslash
6484 bigl - 
6485 \backslash
6486 bigr
6487 \end_layout
6488
6489 \end_inset
6490
6491 , die keinen zusätzlichen Leerraum erzeugt.
6492  Das 
6493 \emph on
6494 l
6495 \emph default
6496  am Ende des Befehls 
6497 \series bold
6498
6499 \backslash
6500 bigl
6501 \series default
6502  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6503  ein 
6504 \emph on
6505 r
6506 \emph default
6507  ersetzt.
6508  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6509  sein.
6510 \end_layout
6511
6512 \begin_layout Standard
6513 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6514 \end_layout
6515
6516 \begin_layout Standard
6517 \align center
6518 \begin_inset Tabular
6519 <lyxtabular version="3" rows="5" columns="2">
6520 <features>
6521 <column alignment="center" valignment="middle" width="0">
6522 <column alignment="center" valignment="middle" width="0">
6523 <row>
6524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 Befehl
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 Ergebnis
6538 \begin_inset Note Note
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542
6543 \series bold
6544
6545 \backslash
6546 raisebox
6547 \series default
6548  dient nur als Abstandhalter.
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 </row>
6559 <row>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564
6565 \backslash
6566 Bigm(
6567 \backslash
6568 bigm(
6569 \backslash
6570 ln(3x)
6571 \backslash
6572 bigm)^2
6573 \begin_inset ERT
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577
6578
6579 \backslash
6580 leer 
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \backslash
6587 Bigm)
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 <row>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610
6611 \backslash
6612 Big(
6613 \backslash
6614 big(
6615 \backslash
6616 ln(3x)
6617 \backslash
6618 big)^2
6619 \begin_inset ERT
6620 status collapsed
6621
6622 \begin_layout Plain Layout
6623
6624
6625 \backslash
6626 leer 
6627 \end_layout
6628
6629 \end_inset
6630
6631
6632 \backslash
6633 Big)
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \backslash
6658 Bigl(
6659 \backslash
6660 bigl(
6661 \backslash
6662 ln(3x)
6663 \backslash
6664 bigr)^2
6665 \begin_inset ERT
6666 status collapsed
6667
6668 \begin_layout Plain Layout
6669
6670
6671 \backslash
6672 leer 
6673 \end_layout
6674
6675 \end_inset
6676
6677
6678 \backslash
6679 Bigr)
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \backslash
6704 bigl)
6705 \backslash
6706 ln(3x)
6707 \backslash
6708 bigr(
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6718 \end_inset
6719
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 </row>
6726 </lyxtabular>
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Subsubsection
6734 Automatische Klammergrößen
6735 \begin_inset CommandInset label
6736 LatexCommand label
6737 name "sub:Automatische-Klammergrößen"
6738
6739 \end_inset
6740
6741
6742 \begin_inset Index
6743 status collapsed
6744
6745 \begin_layout Plain Layout
6746 Klammergrößen ! automatische
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \end_layout
6753
6754 \begin_layout Standard
6755 Klammern variabler Größe können mit den Befehlen 
6756 \series bold
6757
6758 \backslash
6759 left
6760 \series default
6761
6762 \begin_inset Index
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766 Befehle ! L ! 
6767 \backslash
6768 left
6769 \end_layout
6770
6771 \end_inset
6772
6773  und 
6774 \series bold
6775
6776 \backslash
6777 right
6778 \series default
6779
6780 \begin_inset Index
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 Befehle ! R ! 
6785 \backslash
6786 right
6787 \end_layout
6788
6789 \end_inset
6790
6791  oder über den Mathe-Werkzeugleistenknopf
6792 \family sans
6793  
6794 \family default
6795
6796 \begin_inset Graphics
6797         filename ../../images/dialog-show_mathdelimiter.png
6798         scale 85
6799
6800 \end_inset
6801
6802  eingefügt werden.
6803  Auf 
6804 \series bold
6805
6806 \backslash
6807 left
6808 \series default
6809  und 
6810 \series bold
6811
6812 \backslash
6813 right
6814 \series default
6815  muss unmittelbar die gewünschte Klammer folgen.
6816  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \align center
6821 normale Klammer: Der Befehl 
6822 \series bold
6823
6824 \backslash
6825 ln(
6826 \backslash
6827 frac
6828 \begin_inset ERT
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832
6833
6834 \backslash
6835 leer 
6836 \end_layout
6837
6838 \end_inset
6839
6840 A
6841 \begin_inset Formula $\downarrow$
6842 \end_inset
6843
6844 C
6845 \begin_inset ERT
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849
6850
6851 \backslash
6852 leer 
6853 \end_layout
6854
6855 \end_inset
6856
6857 )
6858 \series default
6859  ergibt
6860 \begin_inset Formula \[
6861 \ln(\frac{A}{C})\]
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 \align center
6870 mehrzeilige Klammer: Der Befehl 
6871 \series bold
6872
6873 \backslash
6874 ln
6875 \backslash
6876 left(
6877 \backslash
6878 frac
6879 \begin_inset ERT
6880 status collapsed
6881
6882 \begin_layout Plain Layout
6883
6884
6885 \backslash
6886 leer 
6887 \end_layout
6888
6889 \end_inset
6890
6891 A
6892 \begin_inset Formula $\downarrow$
6893 \end_inset
6894
6895 C
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901
6902 \backslash
6903 leer 
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \backslash
6910 right)
6911 \series default
6912  ergibt
6913 \begin_inset Formula \[
6914 \ln\left(\frac{A}{C}\right)\]
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \begin_layout Standard
6922 An Stelle von 
6923 \series bold
6924
6925 \backslash
6926 left
6927 \series default
6928  und 
6929 \series bold
6930
6931 \backslash
6932 right
6933 \series default
6934  kann man die Tastenkürzel 
6935 \family sans
6936 Alt-m
6937 \begin_inset space ~
6938 \end_inset
6939
6940 Klammer
6941 \family default
6942  verwenden.
6943  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6944  und dass die rechte Klammer gleich mit erstellt wird.
6945 \begin_inset Newline newline
6946 \end_inset
6947
6948 Der Befehl für das letzte Beispiel würde dann lauten: 
6949 \series bold
6950
6951 \backslash
6952 ln Alt-m
6953 \series default
6954  
6955 \series bold
6956 (
6957 \backslash
6958 frac
6959 \begin_inset ERT
6960 status collapsed
6961
6962 \begin_layout Plain Layout
6963
6964
6965 \backslash
6966 leer 
6967 \end_layout
6968
6969 \end_inset
6970
6971 A
6972 \begin_inset Formula $\downarrow$
6973 \end_inset
6974
6975 C
6976 \end_layout
6977
6978 \begin_layout Standard
6979 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6980  Klammer einen Punkt.
6981  So ergibt z.
6982 \begin_inset space \thinspace{}
6983 \end_inset
6984
6985 B.
6986  der Befehl 
6987 \series bold
6988
6989 \backslash
6990 left.
6991 \backslash
6992 frac
6993 \begin_inset ERT
6994 status collapsed
6995
6996 \begin_layout Plain Layout
6997
6998
6999 \backslash
7000 leer 
7001 \end_layout
7002
7003 \end_inset
7004
7005 A
7006 \begin_inset Formula $\downarrow$
7007 \end_inset
7008
7009 B
7010 \begin_inset ERT
7011 status collapsed
7012
7013 \begin_layout Plain Layout
7014
7015
7016 \backslash
7017 leer 
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \backslash
7024 right}
7025 \series default
7026
7027 \begin_inset space \thinspace{}
7028 \end_inset
7029
7030 :
7031 \series bold
7032
7033 \begin_inset Formula \[
7034 \left.\frac{A}{B}\right\} \]
7035
7036 \end_inset
7037
7038
7039 \series default
7040 Die Befehle 
7041 \series bold
7042
7043 \backslash
7044 left
7045 \series default
7046  und 
7047 \series bold
7048
7049 \backslash
7050 right
7051 \series default
7052  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7053  umgewandelt.
7054  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7055 \end_layout
7056
7057 \begin_layout Standard
7058 \begin_inset VSpace bigskip
7059 \end_inset
7060
7061 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7062  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7063  Befehl 
7064 \series bold
7065
7066 \backslash
7067 middle
7068 \series default
7069
7070 \begin_inset Index
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074 Befehle ! M ! 
7075 \backslash
7076 middle
7077 \end_layout
7078
7079 \end_inset
7080
7081  zur Verfügung.
7082  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7083  angepasst, was z.
7084 \begin_inset space \thinspace{}
7085 \end_inset
7086
7087 B.
7088  für physikalische Vektoren von Nutzen ist:
7089 \begin_inset Formula \[
7090 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7091
7092 \end_inset
7093
7094 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7095 \begin_inset CommandInset ref
7096 LatexCommand ref
7097 reference "sub:Physikalische-Vektoren"
7098
7099 \end_inset
7100
7101  beschrieben ist.
7102 \end_layout
7103
7104 \begin_layout Subsection
7105 Horizontale Klammern
7106 \begin_inset Index
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110 Klammern ! horizontale
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \begin_layout Standard
7119 \align center
7120 \begin_inset Tabular
7121 <lyxtabular version="3" rows="4" columns="2">
7122 <features>
7123 <column alignment="center" valignment="top" width="0pt">
7124 <column alignment="center" valignment="top" width="0pt">
7125 <row>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 Befehl
7131 \begin_inset Note Note
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135
7136 \series bold
7137
7138 \backslash
7139 raisebox
7140 \series default
7141  dient nur als Abstandhalter.
7142 \end_layout
7143
7144 \end_inset
7145
7146
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 Ergebnis
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 </row>
7161 <row>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 \begin_inset ERT
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170
7171
7172 \backslash
7173 raisebox{2.3mm}{
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \backslash
7180 overbrace
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 leer 
7189 \end_layout
7190
7191 \end_inset
7192
7193 A+B
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 leer 
7202 \end_layout
7203
7204 \end_inset
7205
7206 ^
7207 \begin_inset ERT
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211
7212
7213 \backslash
7214 leer 
7215 \end_layout
7216
7217 \end_inset
7218
7219 3
7220 \begin_inset ERT
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225 }
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \begin_inset Index
7232 status collapsed
7233
7234 \begin_layout Plain Layout
7235 Befehle ! O ! 
7236 \backslash
7237 overbrace
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 \begin_inset Formula $\overbrace{A+B}^{3}$
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 </row>
7260 <row>
7261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 \begin_inset ERT
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269
7270
7271 \backslash
7272 raisebox{-2.2mm}{
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \backslash
7279 underbrace
7280 \begin_inset ERT
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284
7285
7286 \backslash
7287 leer 
7288 \end_layout
7289
7290 \end_inset
7291
7292 A+B
7293 \begin_inset ERT
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297
7298
7299 \backslash
7300 leer 
7301 \end_layout
7302
7303 \end_inset
7304
7305 _5
7306 \begin_inset ERT
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311 }
7312 \end_layout
7313
7314 \end_inset
7315
7316
7317 \begin_inset Index
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321 Befehle ! U ! 
7322 \backslash
7323 underbrace
7324 \end_layout
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 \begin_inset Formula $\underbrace{A+B}_{5}$
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 </row>
7346 <row>
7347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \backslash
7353 overbrace
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 leer 
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \backslash
7368 underbrace
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 leer 
7377 \end_layout
7378
7379 \end_inset
7380
7381 A+B_w
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 leer 
7390 \end_layout
7391
7392 \end_inset
7393
7394
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 leer 
7403 \end_layout
7404
7405 \end_inset
7406
7407 _7
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 leer 
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \begin_inset ERT
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426
7427 \backslash
7428 leer 
7429 \end_layout
7430
7431 \end_inset
7432
7433 ^
7434 \begin_inset ERT
7435 status collapsed
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 leer 
7442 \end_layout
7443
7444 \end_inset
7445
7446 C
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 </lyxtabular>
7465
7466 \end_inset
7467
7468
7469 \end_layout
7470
7471 \begin_layout Standard
7472 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7473 \series bold
7474
7475 \backslash
7476 overbrace
7477 \series default
7478  oder 
7479 \series bold
7480
7481 \backslash
7482 underbrace
7483 \series default
7484  eingibt.
7485 \end_layout
7486
7487 \begin_layout Standard
7488 \begin_inset VSpace bigskip
7489 \end_inset
7490
7491 Benötigt man Klammern, die sich überschneiden, muss man die in 
7492 \begin_inset CommandInset ref
7493 LatexCommand ref
7494 reference "sec:Mehrzeilige-Formeln"
7495
7496 \end_inset
7497
7498  beschriebenen mehrzeiligen Formeln verwenden:
7499 \begin_inset Formula \begin{eqnarray*}
7500 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7501  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7502
7503 \end_inset
7504
7505 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7506  Dabei ist es wichtig, dass vor dem ersten 
7507 \begin_inset Formula $d$
7508 \end_inset
7509
7510  der Abstandsbefehl
7511 \begin_inset Foot
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Abstandsbefehle sind in 
7516 \begin_inset CommandInset ref
7517 LatexCommand ref
7518 reference "sub:Vordefinierter-Leerraum"
7519
7520 \end_inset
7521
7522  erklärt.
7523 \end_layout
7524
7525 \end_inset
7526
7527  
7528 \series bold
7529
7530 \backslash
7531 :
7532 \series default
7533  eingegeben wird, denn die nach dem 
7534 \begin_inset Formula $q$
7535 \end_inset
7536
7537  endende Klammer verhindert, dass das nachfolgende 
7538 \begin_inset Quotes gld
7539 \end_inset
7540
7541 +
7542 \begin_inset Quotes grd
7543 \end_inset
7544
7545  von Leerraum umgeben ist.
7546 \begin_inset Foot
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550 weil eine Klammer nicht als Zeichen gilt, siehe 
7551 \begin_inset CommandInset ref
7552 LatexCommand ref
7553 reference "sub:Binäre-Operatoren"
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561
7562  In die zweite Zeile wird die zweite Klammer eingegeben.
7563  Da sie vor dem 
7564 \begin_inset Formula $b$
7565 \end_inset
7566
7567  beginnen soll, gibt man zuerst 
7568 \series bold
7569
7570 \backslash
7571 hphantom{gggg+
7572 \backslash
7573 :}
7574 \series default
7575  ein.
7576 \begin_inset Foot
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580 mehr zu 
7581 \series bold
7582
7583 \backslash
7584 hphantom
7585 \series default
7586  siehe 
7587 \begin_inset CommandInset ref
7588 LatexCommand ref
7589 reference "sub:Platzhalter"
7590
7591 \end_inset
7592
7593 .
7594 \end_layout
7595
7596 \end_inset
7597
7598  Dieser Leerraum wird benötigt, weil das 
7599 \begin_inset Quotes gld
7600 \end_inset
7601
7602 +
7603 \begin_inset Quotes grd
7604 \end_inset
7605
7606  in der Formel auch von Leerraum umgeben ist.
7607  Die Klammer wird unter den Befehl 
7608 \series bold
7609
7610 \backslash
7611 hphantom{bbqq+dddd}
7612 \series default
7613  gesetzt.
7614 \end_layout
7615
7616 \begin_layout Standard
7617 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7618 n, wie in folgendem Beispiel:
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624
7625 \backslash
7626 setlength{
7627 \backslash
7628 jot}{-6pt}
7629 \end_layout
7630
7631 \end_inset
7632
7633
7634 \begin_inset Formula \begin{eqnarray*}
7635  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7636 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7637
7638 \end_inset
7639
7640
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 setlength{
7649 \backslash
7650 jot}{3pt}
7651 \end_layout
7652
7653 \end_inset
7654
7655 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7656  mit dem Unterschied, dass sich die Klammer oben befindet.
7657  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7658  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7659  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7660  werden.
7661  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7662 \begin_inset Foot
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 \begin_inset CommandInset href
7667 LatexCommand href
7668 name "LyX-Fehler #1505"
7669 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677
7678 .
7679  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7680 \series bold
7681
7682 \backslash
7683 jot
7684 \series default
7685
7686 \begin_inset Index
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690 Befehle ! J ! 
7691 \backslash
7692 jot
7693 \end_layout
7694
7695 \end_inset
7696
7697  vor der Formel mit dem Befehl 
7698 \series bold
7699
7700 \backslash
7701 setlength{
7702 \backslash
7703 jot}{-6pt}
7704 \series default
7705  im TeX-Modus auf den Wert -6
7706 \begin_inset space \thinspace{}
7707 \end_inset
7708
7709 pt geändert.
7710  Nach der Formel wird 
7711 \series bold
7712
7713 \backslash
7714 jot
7715 \series default
7716  mit demselben Befehl wieder auf den Standardwert 3
7717 \begin_inset space \thinspace{}
7718 \end_inset
7719
7720 pt zurückgesetzt.
7721  Genaueres zum Zeilenabstand in Formeln ist in 
7722 \begin_inset CommandInset ref
7723 LatexCommand ref
7724 reference "sub:Zeilenabstand"
7725
7726 \end_inset
7727
7728  erklärt.
7729 \end_layout
7730
7731 \begin_layout Section
7732 Pfeile
7733 \begin_inset Index
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737 Pfeile
7738 \end_layout
7739
7740 \end_inset
7741
7742
7743 \end_layout
7744
7745 \begin_layout Standard
7746 Pfeile können über den Mathe-Werkzeugleistenknopf 
7747 \begin_inset Graphics
7748         filename ../../images/math/leftarrow.png
7749         scale 85
7750
7751 \end_inset
7752
7753  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7754  aufgelistet sind.
7755 \end_layout
7756
7757 \begin_layout Subsection
7758 Horizontale Pfeile
7759 \begin_inset Index
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 Pfeile ! horizontale
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \begin_layout Standard
7772 \begin_inset space \hfill{}
7773 \end_inset
7774
7775
7776 \begin_inset Tabular
7777 <lyxtabular version="3" rows="8" columns="2">
7778 <features>
7779 <column alignment="center" valignment="top" width="0pt">
7780 <column alignment="center" valignment="top" width="0pt">
7781 <row>
7782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 Befehl
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Ergebnis
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row>
7802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \backslash
7808 gets
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 \begin_inset Formula $\gets$
7818 \end_inset
7819
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \backslash
7833 Leftarrow
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 \begin_inset Formula $\Leftarrow$
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \backslash
7858 longleftarrow
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 \begin_inset Formula $\longleftarrow$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \backslash
7883 Longleftarrow
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 \begin_inset Formula $\Longleftarrow$
7893 \end_inset
7894
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \backslash
7908 leftharpoonup
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 \begin_inset Formula $\leftharpoonup$
7918 \end_inset
7919
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 leftharpoondown
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\leftharpoondown$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 hookleftarrow
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\hookleftarrow$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 </lyxtabular>
7977
7978 \end_inset
7979
7980
7981 \begin_inset space \hfill{}
7982 \end_inset
7983
7984
7985 \begin_inset Tabular
7986 <lyxtabular version="3" rows="8" columns="2">
7987 <features>
7988 <column alignment="center" valignment="top" width="0pt">
7989 <column alignment="center" valignment="top" width="0pt">
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Befehl
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Ergebnis
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 to
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\to$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 Rightarrow
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 \begin_inset Formula $\Rightarrow$
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \backslash
8067 longrightarrow
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 \begin_inset Formula $\longrightarrow$
8077 \end_inset
8078
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \backslash
8092 Longrightarrow
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 \begin_inset Formula $\Longrightarrow$
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 rightharpoonup
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\rightharpoonup$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 rightharpoondown
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\rightharpoondown$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 hookrightarrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\hookrightarrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 </lyxtabular>
8186
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \begin_layout Standard
8197 \begin_inset space \hfill{}
8198 \end_inset
8199
8200
8201 \begin_inset Tabular
8202 <lyxtabular version="3" rows="6" columns="2">
8203 <features>
8204 <column alignment="center" valignment="top" width="0pt">
8205 <column alignment="center" valignment="top" width="0pt">
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Befehl
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Ergebnis
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 leftrightarrow
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\leftrightarrow$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 Leftrightarrow
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\Leftrightarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \backslash
8283 longleftrightarrow
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\longleftrightarrow$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \backslash
8308 Longleftrightarrow
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 \begin_inset Formula $\Longleftrightarrow$
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \backslash
8333 rightleftharpoons
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 \begin_inset Formula $\rightleftharpoons$
8343 \end_inset
8344
8345
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 </lyxtabular>
8352
8353 \end_inset
8354
8355
8356 \begin_inset space \hspace{}
8357 \length 25pt
8358 \end_inset
8359
8360
8361 \begin_inset space \hfill{}
8362 \end_inset
8363
8364
8365 \begin_inset Tabular
8366 <lyxtabular version="3" rows="5" columns="2">
8367 <features>
8368 <column alignment="center" valignment="top" width="0pt">
8369 <column alignment="center" valignment="top" width="0pt">
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Befehl
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Ergebnis
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 mapsto
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\mapsto$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 longmapsto
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\longmapsto$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \backslash
8447 leadsto
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 \begin_inset Formula $\leadsto$
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \backslash
8472 dasharrow
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 \begin_inset Formula $\dasharrow$
8482 \end_inset
8483
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 </lyxtabular>
8491
8492 \end_inset
8493
8494
8495 \begin_inset space \hfill{}
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \begin_layout Standard
8502 \begin_inset VSpace medskip
8503 \end_inset
8504
8505 Als Akzent verwendete Pfeile, wie z.
8506 \begin_inset space \thinspace{}
8507 \end_inset
8508
8509 B.
8510  Vektorpfeile, sind in 
8511 \begin_inset CommandInset ref
8512 LatexCommand ref
8513 reference "sec:Akzente"
8514
8515 \end_inset
8516
8517  aufgelistet.
8518 \end_layout
8519
8520 \begin_layout Standard
8521 \begin_inset VSpace bigskip
8522 \end_inset
8523
8524 Des Weiteren gibt es die beschriftbaren Pfeile
8525 \begin_inset Index
8526 status collapsed
8527
8528 \begin_layout Plain Layout
8529 Pfeile ! beschriftbare
8530 \end_layout
8531
8532 \end_inset
8533
8534  
8535 \series bold
8536
8537 \backslash
8538 xleftarrow
8539 \series default
8540
8541 \begin_inset Index
8542 status collapsed
8543
8544 \begin_layout Plain Layout
8545 Befehle ! X ! 
8546 \backslash
8547 xleftarrow
8548 \end_layout
8549
8550 \end_inset
8551
8552  und 
8553 \series bold
8554
8555 \backslash
8556 xrightarrow
8557 \series default
8558
8559 \begin_inset Index
8560 status collapsed
8561
8562 \begin_layout Plain Layout
8563 Befehle ! X ! 
8564 \backslash
8565 xrightarrow
8566 \begin_inset ERT
8567 status collapsed
8568
8569 \begin_layout Plain Layout
8570
8571
8572 \backslash
8573 vspace{4mm}
8574 \end_layout
8575
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \end_inset
8582
8583 .
8584  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8585  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8586  Die Pfeillänge passt sich der Breite der Beschriftung an.
8587 \end_layout
8588
8589 \begin_layout Standard
8590 \align center
8591 \begin_inset Tabular
8592 <lyxtabular version="3" rows="3" columns="2">
8593 <features>
8594 <column alignment="center" valignment="top" width="0pt">
8595 <column alignment="center" valignment="top" width="0pt">
8596 <row>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Befehl
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Ergebnis
8611 \begin_inset Note Note
8612 status collapsed
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617
8618 \backslash
8619 raisebox
8620 \series default
8621  dient nur als Abstandhalter.
8622 \end_layout
8623
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 F(a)
8638 \backslash
8639 xleftarrow
8640 \begin_inset ERT
8641 status collapsed
8642
8643 \begin_layout Plain Layout
8644
8645
8646 \backslash
8647 leer 
8648 \end_layout
8649
8650 \end_inset
8651
8652 x=a
8653 \begin_inset Formula $\downarrow$
8654 \end_inset
8655
8656 x>0
8657 \begin_inset Formula $\to$
8658 \end_inset
8659
8660 F(x)
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 F(x)
8684 \backslash
8685 xrightarrow
8686 \begin_inset ERT
8687 status collapsed
8688
8689 \begin_layout Plain Layout
8690
8691
8692 \backslash
8693 leer 
8694 \end_layout
8695
8696 \end_inset
8697
8698 x=a
8699 \begin_inset Formula $\downarrow$
8700 \end_inset
8701
8702 x>0
8703 \begin_inset Formula $\to$
8704 \end_inset
8705
8706 F(a)
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8716 \end_inset
8717
8718
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 </lyxtabular>
8725
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \begin_layout Subsection
8732 Vertikale und diagonale Pfeile
8733 \begin_inset Index
8734 status collapsed
8735
8736 \begin_layout Plain Layout
8737 Pfeile ! diagonale
8738 \end_layout
8739
8740 \end_inset
8741
8742
8743 \begin_inset Index
8744 status collapsed
8745
8746 \begin_layout Plain Layout
8747 Pfeile ! vertikale
8748 \end_layout
8749
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \begin_layout Standard
8756 \begin_inset space \hfill{}
8757 \end_inset
8758
8759
8760 \begin_inset Tabular
8761 <lyxtabular version="3" rows="7" columns="2">
8762 <features>
8763 <column alignment="center" valignment="top" width="0pt">
8764 <column alignment="center" valignment="top" width="0pt">
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Befehl
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Ergebnis
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \backslash
8792 uparrow
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 \begin_inset Formula $\uparrow$
8802 \end_inset
8803
8804
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \backslash
8817 Uparrow
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 \begin_inset Formula $\Uparrow$
8827 \end_inset
8828
8829
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \backslash
8842 updownarrow
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\updownarrow$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \backslash
8867 Updownarrow
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 \begin_inset Formula $\Updownarrow$
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \backslash
8892 Downarrow
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 \begin_inset Formula $\Downarrow$
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \backslash
8917 downarrow
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 \begin_inset Formula $\downarrow$
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 </lyxtabular>
8936
8937 \end_inset
8938
8939
8940 \begin_inset space \hfill{}
8941 \end_inset
8942
8943
8944 \begin_inset Tabular
8945 <lyxtabular version="3" rows="5" columns="2">
8946 <features>
8947 <column alignment="center" valignment="top" width="0pt">
8948 <column alignment="center" valignment="top" width="0pt">
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Befehl
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Ergebnis
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \backslash
8976 nearrow
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\nearrow$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 searrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\searrow$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 swarrow
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\swarrow$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 nwarrow
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\nwarrow$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 </lyxtabular>
9070
9071 \end_inset
9072
9073
9074 \begin_inset space \hfill{}
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \begin_layout Standard
9081 \begin_inset VSpace medskip
9082 \end_inset
9083
9084 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9085  
9086 \begin_inset CommandInset ref
9087 LatexCommand ref
9088 reference "sub:Manuelle-Klammergrößen"
9089
9090 \end_inset
9091
9092  und 
9093 \begin_inset CommandInset ref
9094 LatexCommand ref
9095 reference "sub:Automatische-Klammergrößen"
9096
9097 \end_inset
9098
9099  beschriebenen Befehlen verwendet werden.
9100 \end_layout
9101
9102 \begin_layout Section
9103 Akzente
9104 \begin_inset CommandInset label
9105 LatexCommand label
9106 name "sec:Akzente"
9107
9108 \end_inset
9109
9110
9111 \begin_inset Index
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 Akzente
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \begin_layout Standard
9124 Akzente können über den Mathe-Werkzeugleistenknopf 
9125 \begin_inset Graphics
9126         filename ../../images/math/hat.png
9127         scale 85
9128
9129 \end_inset
9130
9131  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9132  aufgelistet sind.
9133 \end_layout
9134
9135 \begin_layout Subsection
9136 Akzente für ein Zeichen
9137 \begin_inset ERT
9138 status collapsed
9139
9140 \begin_layout Plain Layout
9141
9142
9143 \backslash
9144 texorpdfstring{
9145 \end_layout
9146
9147 \end_inset
9148
9149
9150 \begin_inset Foot
9151 status collapsed
9152
9153 \begin_layout Plain Layout
9154 Akzente im Text siehe 
9155 \begin_inset CommandInset ref
9156 LatexCommand ref
9157 reference "sub:Sonderzeichen-Akzente"
9158
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165
9166
9167 \begin_inset ERT
9168 status collapsed
9169
9170 \begin_layout Plain Layout
9171
9172 }{}
9173 \end_layout
9174
9175 \end_inset
9176
9177
9178 \begin_inset Note Note
9179 status collapsed
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184
9185 \backslash
9186 texorpdfstring
9187 \series default
9188  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9189 \end_layout
9190
9191 \begin_layout Plain Layout
9192 Näheres zu 
9193 \series bold
9194
9195 \backslash
9196 texorpdfstring
9197 \series default
9198  steht in Kapitel 
9199 \begin_inset CommandInset ref
9200 LatexCommand ref
9201 reference "sub:Formeln-in-Überschriften"
9202
9203 \end_inset
9204
9205 .
9206 \end_layout
9207
9208 \end_inset
9209
9210
9211 \begin_inset CommandInset label
9212 LatexCommand label
9213 name "sub:Akzente-für-ein"
9214
9215 \end_inset
9216
9217
9218 \begin_inset Index
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222 Akzente ! für ein Zeichen
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \begin_layout Standard
9231 \begin_inset space \hfill{}
9232 \end_inset
9233
9234
9235 \begin_inset Tabular
9236 <lyxtabular version="3" rows="8" columns="2">
9237 <features>
9238 <column alignment="center" valignment="top" width="0pt">
9239 <column alignment="center" valignment="top" width="0pt">
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Befehl
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Ergebnis
9255 \begin_inset Note Note
9256 status collapsed
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261
9262 \backslash
9263 raisebox
9264 \series default
9265  dient nur als Abstandhalter.
9266 \end_layout
9267
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 dot
9284 \begin_inset ERT
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288
9289
9290 \backslash
9291 leer 
9292 \end_layout
9293
9294 \end_inset
9295
9296 A
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9306 \end_inset
9307
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \backslash
9321 ddot
9322 \begin_inset ERT
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326
9327
9328 \backslash
9329 leer 
9330 \end_layout
9331
9332 \end_inset
9333
9334 A
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \backslash
9359 dddot
9360 \begin_inset ERT
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364
9365
9366 \backslash
9367 leer 
9368 \end_layout
9369
9370 \end_inset
9371
9372 A
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 ddddot{A
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \backslash
9422 vec
9423 \begin_inset ERT
9424 status collapsed
9425
9426 \begin_layout Plain Layout
9427
9428
9429 \backslash
9430 leer 
9431 \end_layout
9432
9433 \end_inset
9434
9435 A
9436 \begin_inset Index
9437 status collapsed
9438
9439 \begin_layout Plain Layout
9440 Vektoren
9441 \end_layout
9442
9443 \end_inset
9444
9445
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \backslash
9470 bar
9471 \begin_inset ERT
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476
9477 \backslash
9478 leer 
9479 \end_layout
9480
9481 \end_inset
9482
9483 A
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \backslash
9508 mathring
9509 \begin_inset ERT
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513
9514
9515 \backslash
9516 leer 
9517 \end_layout
9518
9519 \end_inset
9520
9521 A
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 </lyxtabular>
9540
9541 \end_inset
9542
9543
9544 \begin_inset space \hfill{}
9545 \end_inset
9546
9547
9548 \begin_inset Tabular
9549 <lyxtabular version="3" rows="7" columns="2">
9550 <features>
9551 <column alignment="center" valignment="top" width="0pt">
9552 <column alignment="center" valignment="top" width="0pt">
9553 <row>
9554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 Befehl
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Ergebnis
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 tilde
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 leer 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 hat
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 leer 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 check
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 leer 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 acute
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 leer 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 grave
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 leer 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 </row>
9763 <row>
9764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768
9769 \backslash
9770 breve
9771 \begin_inset ERT
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775
9776
9777 \backslash
9778 leer 
9779 \end_layout
9780
9781 \end_inset
9782
9783 A
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 </row>
9801 </lyxtabular>
9802
9803 \end_inset
9804
9805
9806 \begin_inset space \hfill{}
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \begin_layout Standard
9813 \begin_inset VSpace bigskip
9814 \end_inset
9815
9816 Wenn man in einer Formel Umlaute
9817 \begin_inset Index
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821 Umlaute
9822 \end_layout
9823
9824 \end_inset
9825
9826  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9827  Diese beiden Zeichen bilden dann für LaTeX 
9828 \emph on
9829 ein
9830 \emph default
9831  Zeichen.
9832  Im Gegensatz zu 
9833 \series bold
9834
9835 \backslash
9836 ddot
9837 \series default
9838  entstehen damit 
9839 \begin_inset Quotes gld
9840 \end_inset
9841
9842 echte
9843 \begin_inset Quotes grd
9844 \end_inset
9845
9846  Umlaute, was folgendes Beispiel zeigt:
9847 \end_layout
9848
9849 \begin_layout Standard
9850 \begin_inset VSpace -2mm
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \begin_layout Standard
9857 \align center
9858 \begin_inset Tabular
9859 <lyxtabular version="3" rows="3" columns="2">
9860 <features>
9861 <column alignment="center" valignment="top" width="0">
9862 <column alignment="center" valignment="top" width="0">
9863 <row>
9864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Befehl
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Ergebnis
9878 \begin_inset Note Note
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884
9885 \backslash
9886 raisebox
9887 \series default
9888  dient nur als Abstandhalter.
9889 \end_layout
9890
9891 \end_inset
9892
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row>
9900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 \begin_inset Quotes grd
9905 \end_inset
9906
9907 i
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 \begin_inset Formula $"i$
9917 \end_inset
9918
9919
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \backslash
9932 ddot
9933 \begin_inset ERT
9934 status collapsed
9935
9936 \begin_layout Plain Layout
9937
9938
9939 \backslash
9940 leer 
9941 \end_layout
9942
9943 \end_inset
9944
9945 i
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9955 \end_inset
9956
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 </lyxtabular>
9964
9965 \end_inset
9966
9967
9968 \end_layout
9969
9970 \begin_layout Standard
9971 Ein weiterer Vorteil gegenüber 
9972 \series bold
9973
9974 \backslash
9975 ddot
9976 \series default
9977  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9978  denn die obigen Akzentbefehle sind 
9979 \emph on
9980 im mathematischen Text\SpecialChar \-
9981 modus nicht erlaubt
9982 \emph default
9983 .
9984  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9985  nur das Zeichen unter dem Akzent umgewandelt werden.
9986  Das gilt auch für alle anderen Umwandlungen wie z.
9987 \begin_inset space \thinspace{}
9988 \end_inset
9989
9990 B.
9991  in kursiv oder fett.
9992 \end_layout
9993
9994 \begin_layout Standard
9995 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9996  direkt eingegeben werden.
9997 \end_layout
9998
9999 \begin_layout Subsection
10000 Akzente für Operatoren
10001 \begin_inset Index
10002 status collapsed
10003
10004 \begin_layout Plain Layout
10005 Akzente ! für Operatoren
10006 \end_layout
10007
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \begin_layout Standard
10014 Zum Akzentuieren von Operatoren gibt es die Befehle 
10015 \series bold
10016
10017 \backslash
10018 overset
10019 \series default
10020
10021 \begin_inset Index
10022 status collapsed
10023
10024 \begin_layout Plain Layout
10025 Befehle ! O ! 
10026 \backslash
10027 overset
10028 \end_layout
10029
10030 \end_inset
10031
10032  und 
10033 \series bold
10034
10035 \backslash
10036 underset
10037 \series default
10038
10039 \begin_inset Index
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043 Befehle ! U ! 
10044 \backslash
10045 underset
10046 \end_layout
10047
10048 \end_inset
10049
10050 , mit denen man Zeichen über bzw.
10051  unter einen Operator setzen kann.
10052  Mit dem Befehl 
10053 \series bold
10054
10055 \backslash
10056 sideset
10057 \series default
10058
10059 \begin_inset Index
10060 status collapsed
10061
10062 \begin_layout Plain Layout
10063 Befehle ! S ! 
10064 \backslash
10065 sideset
10066 \end_layout
10067
10068 \end_inset
10069
10070  können Zeichen vor und nach einen Operator gesetzt werden.
10071  Das Befehlsschema lautet:
10072 \end_layout
10073
10074 \begin_layout Standard
10075
10076 \series bold
10077
10078 \backslash
10079 sideset{Zeichen
10080 \series default
10081  
10082 \series bold
10083 davor}{Zeichen
10084 \series default
10085  
10086 \series bold
10087 dahinter}
10088 \end_layout
10089
10090 \begin_layout Standard
10091
10092 \series bold
10093
10094 \backslash
10095 sideset
10096 \series default
10097  mussen immer vor dem zu akzentuierenden Operator stehen.
10098  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10099  Symbolen akzentuiert werden.
10100  Will man mit 
10101 \series bold
10102
10103 \backslash
10104 sideset
10105 \series default
10106  z.
10107 \begin_inset space \thinspace{}
10108 \end_inset
10109
10110 B.
10111  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10112  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10113 \end_layout
10114
10115 \begin_layout Standard
10116 Z.
10117 \begin_inset space \thinspace{}
10118 \end_inset
10119
10120 B.
10121  ergibt der Befehl 
10122 \series bold
10123
10124 \backslash
10125 sideset{
10126 \begin_inset Formula $\to$
10127 \end_inset
10128
10129
10130 \backslash
10131 {
10132 \series default
10133 '
10134 \series bold
10135
10136 \begin_inset Formula $\to$
10137 \end_inset
10138
10139
10140 \backslash
10141 sum_k=1
10142 \begin_inset ERT
10143 status collapsed
10144
10145 \begin_layout Plain Layout
10146
10147
10148 \backslash
10149 leer 
10150 \end_layout
10151
10152 \end_inset
10153
10154
10155 \series default
10156 ^
10157 \series bold
10158 n
10159 \series default
10160  :
10161 \begin_inset Formula \[
10162 \sideset{}{'}\sum_{k=1}^{n}\]
10163
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \begin_layout Standard
10170 Der Befehl 
10171 \series bold
10172
10173 \backslash
10174 overset
10175 \begin_inset ERT
10176 status collapsed
10177
10178 \begin_layout Plain Layout
10179
10180
10181 \backslash
10182 leer 
10183 \end_layout
10184
10185 \end_inset
10186
10187
10188 \backslash
10189 maltese
10190 \begin_inset ERT
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194
10195
10196 \backslash
10197 leer 
10198 \end_layout
10199
10200 \end_inset
10201
10202
10203 \series default
10204
10205 \begin_inset Formula $\uparrow$
10206 \end_inset
10207
10208
10209 \series bold
10210 a
10211 \series default
10212  ergibt:
10213 \begin_inset Formula \[
10214 \overset{a}{\maltese}\]
10215
10216 \end_inset
10217
10218 Wie man am letzten Beispiel sieht, kann man mit 
10219 \series bold
10220
10221 \backslash
10222 overset
10223 \series default
10224  bzw.
10225  
10226 \series bold
10227
10228 \backslash
10229 underset
10230 \series default
10231  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10232 \series bold
10233
10234 \backslash
10235 sideset
10236 \series default
10237  ist dies nicht möglich.
10238 \end_layout
10239
10240 \begin_layout Subsection
10241 Akzente für mehrere Zeichen
10242 \begin_inset CommandInset label
10243 LatexCommand label
10244 name "sub:Akzente-für-mehrere"
10245
10246 \end_inset
10247
10248
10249 \begin_inset Index
10250 status collapsed
10251
10252 \begin_layout Plain Layout
10253 Akzente ! für mehrere Zeichen
10254 \end_layout
10255
10256 \end_inset
10257
10258
10259 \end_layout
10260
10261 \begin_layout Standard
10262 \begin_inset space \hfill{}
10263 \end_inset
10264
10265
10266 \begin_inset Tabular
10267 <lyxtabular version="3" rows="5" columns="2">
10268 <features>
10269 <column alignment="center" valignment="top" width="0pt">
10270 <column alignment="center" valignment="top" width="0pt">
10271 <row>
10272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Befehl
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Ergebnis
10286 \begin_inset Note Note
10287 status collapsed
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292
10293 \backslash
10294 raisebox
10295 \series default
10296  dient nur als Abstandhalter.
10297 \end_layout
10298
10299 \end_inset
10300
10301
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \backslash
10314 overleftarrow
10315 \begin_inset ERT
10316 status collapsed
10317
10318 \begin_layout Plain Layout
10319
10320
10321 \backslash
10322 leer 
10323 \end_layout
10324
10325 \end_inset
10326
10327 A=B
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10337 \end_inset
10338
10339
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \backslash
10352 underleftarrow
10353 \begin_inset ERT
10354 status collapsed
10355
10356 \begin_layout Plain Layout
10357
10358
10359 \backslash
10360 leer 
10361 \end_layout
10362
10363 \end_inset
10364
10365 A=B
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10375 \end_inset
10376
10377
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \backslash
10390 overleftrightarrow
10391 \begin_inset ERT
10392 status collapsed
10393
10394 \begin_layout Plain Layout
10395
10396
10397 \backslash
10398 leer 
10399 \end_layout
10400
10401 \end_inset
10402
10403 A=B
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \backslash
10428 underleftrightarrow
10429 \begin_inset ERT
10430 status collapsed
10431
10432 \begin_layout Plain Layout
10433
10434
10435 \backslash
10436 leer 
10437 \end_layout
10438
10439 \end_inset
10440
10441 A=B
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 </lyxtabular>
10460
10461 \end_inset
10462
10463
10464 \begin_inset space \hfill{}
10465 \end_inset
10466
10467
10468 \begin_inset Tabular
10469 <lyxtabular version="3" rows="5" columns="2">
10470 <features>
10471 <column alignment="center" valignment="top" width="0pt">
10472 <column alignment="center" valignment="top" width="0pt">
10473 <row>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Befehl
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Ergebnis
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \backslash
10500 overrightarrow
10501 \begin_inset ERT
10502 status collapsed
10503
10504 \begin_layout Plain Layout
10505
10506
10507 \backslash
10508 leer 
10509 \end_layout
10510
10511 \end_inset
10512
10513 A=B
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10523 \end_inset
10524
10525
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \backslash
10538 underrightarrow
10539 \begin_inset ERT
10540 status collapsed
10541
10542 \begin_layout Plain Layout
10543
10544
10545 \backslash
10546 leer 
10547 \end_layout
10548
10549 \end_inset
10550
10551 A=B
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10561 \end_inset
10562
10563
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \backslash
10576 widetilde
10577 \begin_inset ERT
10578 status collapsed
10579
10580 \begin_layout Plain Layout
10581
10582
10583 \backslash
10584 leer 
10585 \end_layout
10586
10587 \end_inset
10588
10589 A=B
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10599 \end_inset
10600
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \backslash
10614 widehat
10615 \begin_inset ERT
10616 status collapsed
10617
10618 \begin_layout Plain Layout
10619
10620
10621 \backslash
10622 leer 
10623 \end_layout
10624
10625 \end_inset
10626
10627 A=B
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10637 \end_inset
10638
10639
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 </lyxtabular>
10646
10647 \end_inset
10648
10649
10650 \begin_inset space \hfill{}
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \begin_layout Standard
10657 \begin_inset VSpace medskip
10658 \end_inset
10659
10660 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10661  Die Akzente
10662 \begin_inset Newline linebreak
10663 \end_inset
10664
10665
10666 \series bold
10667
10668 \backslash
10669 widetilde
10670 \series default
10671  und 
10672 \series bold
10673
10674 \backslash
10675 widehat
10676 \series default
10677  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10678  was folgendes Beispiel verdeutlicht:
10679 \begin_inset Formula \[
10680 \widetilde{A+B=C-D}\]
10681
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \begin_layout Standard
10688 Mit den im vorigen Kapitel beschriebenen Befehlen 
10689 \series bold
10690
10691 \backslash
10692 overset
10693 \series default
10694
10695 \begin_inset Index
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699 Befehle ! O ! 
10700 \backslash
10701 overset
10702 \end_layout
10703
10704 \end_inset
10705
10706  und 
10707 \series bold
10708
10709 \backslash
10710 underset
10711 \series default
10712
10713 \begin_inset Index
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717 Befehle ! U ! 
10718 \backslash
10719 underset
10720 \end_layout
10721
10722 \end_inset
10723
10724  ist es auch möglich mehrere Zeichen zu akzentuieren.
10725  Der Befehl 
10726 \series bold
10727
10728 \backslash
10729 underset
10730 \begin_inset ERT
10731 status collapsed
10732
10733 \begin_layout Plain Layout
10734
10735
10736 \backslash
10737 leer 
10738 \end_layout
10739
10740 \end_inset
10741
10742 A=B
10743 \begin_inset Formula $\downarrow$
10744 \end_inset
10745
10746 ***
10747 \series default
10748  ergibt:
10749 \begin_inset Formula \[
10750 \underset{***}{A=B}\]
10751
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \begin_layout Section
10758 Leerraum
10759 \begin_inset CommandInset label
10760 LatexCommand label
10761 name "sub:Leerraum"
10762
10763 \end_inset
10764
10765
10766 \begin_inset Index
10767 status collapsed
10768
10769 \begin_layout Plain Layout
10770 Leerraum ! horizontaler
10771 \end_layout
10772
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \begin_layout Subsection
10779 Vordefinierter Leerraum
10780 \begin_inset CommandInset label
10781 LatexCommand label
10782 name "sub:Vordefinierter-Leerraum"
10783
10784 \end_inset
10785
10786
10787 \begin_inset Index
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791 Leerraum ! horizontaler ! vordefiniert
10792 \end_layout
10793
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \begin_layout Standard
10800 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10801  Dazu gibt man ein geschütztes Leerzeichen ein.
10802  Es erscheint ein blaues 
10803 \begin_inset Quotes gld
10804 \end_inset
10805
10806
10807 \series bold
10808 \color blue
10809
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 leer 
10818 \end_layout
10819
10820 \end_inset
10821
10822
10823 \series default
10824 \color inherit
10825
10826 \begin_inset Quotes grd
10827 \end_inset
10828
10829  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10830  Leerraum-Größen wählen.
10831  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10832 \begin_inset Graphics
10833         filename ../../images/math/space.png
10834         scale 85
10835
10836 \end_inset
10837
10838  oder mit einzelnen Befehlen aufrufen.
10839  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10840  danach wieder aus allen Größen wählen.
10841 \end_layout
10842
10843 \begin_layout Standard
10844 \align center
10845 \begin_inset VSpace -5mm
10846 \end_inset
10847
10848
10849 \begin_inset Tabular
10850 <lyxtabular version="3" rows="3" columns="7">
10851 <features>
10852 <column alignment="center" valignment="middle" width="6.8cm">
10853 <column alignment="center" valignment="top" width="0pt">
10854 <column alignment="center" valignment="top" width="0pt">
10855 <column alignment="center" valignment="top" width="0pt">
10856 <column alignment="center" valignment="top" width="0pt">
10857 <column alignment="center" valignment="top" width="0pt">
10858 <column alignment="center" valignment="top" width="0pt">
10859 <row>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Befehl
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \backslash
10875 ,
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \backslash
10886 :
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \backslash
10897 ;
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \backslash
10908 quad
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \backslash
10919 qquad
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \backslash
10930 !
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 0
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 1
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 2
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 3
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 4
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 5
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 Ergebnis
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Formula $A\, B$
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 \begin_inset Formula $A\: B$
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 \begin_inset Formula $A\; B$
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 \begin_inset Formula $A\quad B$
11052 \end_inset
11053
11054
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 \begin_inset Formula $A\qquad B$
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 \begin_inset Formula $A\! B$
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 </lyxtabular>
11085
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \begin_layout Standard
11092 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11093  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11094  denn sie erstellt negativen Leerraum.
11095  Es gibt noch zwei weitere negative Leerräume:
11096 \end_layout
11097
11098 \begin_layout Standard
11099 \align center
11100 \begin_inset Tabular
11101 <lyxtabular version="3" rows="3" columns="3">
11102 <features>
11103 <column alignment="center" valignment="middle" width="6.8cm">
11104 <column alignment="center" valignment="top" width="0pt">
11105 <column alignment="center" valignment="top" width="0pt">
11106 <row>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 Befehl
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \backslash
11122 negmedspace
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \backslash
11133 negthickspace
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 6
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 7
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 Ergebnis
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Formula $A\negmedspace B$
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\negthickspace B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 </lyxtabular>
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Standard
11211 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11212  Man kann auf diese Weise Ligaturen erzwingen, was z.
11213 \begin_inset space \thinspace{}
11214 \end_inset
11215
11216 B.
11217  für Summenzeichen von Nutzen ist: 
11218 \end_layout
11219
11220 \begin_layout Standard
11221 \align center
11222 \begin_inset Tabular
11223 <lyxtabular version="3" rows="3" columns="2">
11224 <features>
11225 <column alignment="center" valignment="top" width="0">
11226 <column alignment="center" valignment="top" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 Befehl
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 Ergebnis
11242 \begin_inset Note Note
11243 status collapsed
11244
11245 \begin_layout Plain Layout
11246
11247 \series bold
11248
11249 \backslash
11250 raisebox
11251 \series default
11252  dient nur als Abstandhalter.
11253 \end_layout
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268
11269 \backslash
11270 sum
11271 \backslash
11272 sum
11273 \begin_inset ERT
11274 status collapsed
11275
11276 \begin_layout Plain Layout
11277
11278
11279 \backslash
11280 leer 
11281 \end_layout
11282
11283 \end_inset
11284
11285 f_kl
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308
11309 \backslash
11310 sum
11311 \backslash
11312 negmedspace
11313 \backslash
11314 sum
11315 \begin_inset ERT
11316 status collapsed
11317
11318 \begin_layout Plain Layout
11319
11320
11321 \backslash
11322 leer 
11323 \end_layout
11324
11325 \end_inset
11326
11327 f_kl
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 </row>
11345 </lyxtabular>
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \begin_layout Standard
11353 Relationen, wie z.
11354 \begin_inset space \thinspace{}
11355 \end_inset
11356
11357 B.
11358  Gleichheitszeichen, sind immer von Leerraum umgeben.
11359  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11360  TeX-Klammer.
11361  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \align center
11366 \begin_inset Tabular
11367 <lyxtabular version="3" rows="2" columns="2">
11368 <features>
11369 <column alignment="center" valignment="top" width="0pt">
11370 <column alignment="center" valignment="top" width="0pt">
11371 <row>
11372 <cell alignment="center" valignment="top" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 normale Gleichung
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A=B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 \begin_inset Note Note
11400 status collapsed
11401
11402 \begin_layout Plain Layout
11403
11404 \series bold
11405
11406 \backslash
11407 raisebox
11408 \series default
11409  dient nur als Abstandhalter.
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \begin_inset Formula $\raisebox{5mm}{}$
11416 \end_inset
11417
11418 Gleichung ohne Leerraum
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 \begin_inset Formula $A{=}B$
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 </lyxtabular>
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 Der Befehl für die letzte Formel lautet: 
11445 \series bold
11446 A
11447 \backslash
11448 {=
11449 \begin_inset Formula $\to$
11450 \end_inset
11451
11452 B
11453 \end_layout
11454
11455 \begin_layout Standard
11456 \begin_inset VSpace bigskip
11457 \end_inset
11458
11459 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11460  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11461  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11462 \family sans
11463 Einfügen\SpecialChar \menuseparator
11464 Formatierung\SpecialChar \menuseparator
11465 Kleiner
11466 \begin_inset space ~
11467 \end_inset
11468
11469 Abstand
11470 \family default
11471  (Tastenkürzel 
11472 \family sans
11473 Strg-Shift-Leertaste
11474 \family default
11475 ) ein.
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Ein Beispiel zur Veranschaulichung:
11480 \end_layout
11481
11482 \begin_layout Standard
11483 \begin_inset Tabular
11484 <lyxtabular version="3" rows="2" columns="2">
11485 <features>
11486 <column alignment="left" valignment="top" width="0">
11487 <column alignment="left" valignment="top" width="0">
11488 <row>
11489 <cell alignment="center" valignment="top" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 24 kW
11494 \begin_inset Formula $\cdot$
11495 \end_inset
11496
11497 h
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 Leerzeichen zwischen Wert und Einheit
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 </row>
11512 <row>
11513 <cell alignment="center" valignment="top" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 24
11518 \begin_inset space \thinspace{}
11519 \end_inset
11520
11521 kW
11522 \begin_inset Formula $\cdot$
11523 \end_inset
11524
11525 h
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 kleinster Leerraum zwischen Wert und Einheit
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 </lyxtabular>
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Subsection
11548 Variabler Leerraum
11549 \begin_inset ERT
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553
11554
11555 \backslash
11556 texorpdfstring{
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \begin_inset Foot
11563 status collapsed
11564
11565 \begin_layout Plain Layout
11566 für vertikalen Leerraum in Formeln siehe 
11567 \begin_inset CommandInset ref
11568 LatexCommand ref
11569 reference "sub:Zeilenabstand"
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \end_inset
11577
11578
11579 \begin_inset ERT
11580 status collapsed
11581
11582 \begin_layout Plain Layout
11583
11584 }{}
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \begin_inset Note Note
11591 status collapsed
11592
11593 \begin_layout Plain Layout
11594
11595 \series bold
11596
11597 \backslash
11598 texorpdfstring
11599 \series default
11600  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11601 \end_layout
11602
11603 \begin_layout Plain Layout
11604 Näheres zu 
11605 \series bold
11606
11607 \backslash
11608 texorpdfstring
11609 \series default
11610  steht in Kapitel 
11611 \begin_inset CommandInset ref
11612 LatexCommand ref
11613 reference "sub:Formeln-in-Überschriften"
11614
11615 \end_inset
11616
11617 .
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \begin_inset CommandInset label
11624 LatexCommand label
11625 name "sub:Variabler-Leerraum"
11626
11627 \end_inset
11628
11629
11630 \begin_inset Index
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Leerraum ! horizontaler ! variabel
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Standard
11643 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11644 \series bold
11645
11646 \backslash
11647 hspace{Länge}
11648 \series default
11649
11650 \begin_inset Index
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654 Befehle ! H ! 
11655 \backslash
11656 hspace
11657 \end_layout
11658
11659 \end_inset
11660
11661  einfügen.
11662  Dabei können alle Längeneinheiten verwendet werden, die in 
11663 \begin_inset CommandInset ref
11664 LatexCommand ref
11665 reference "tab:Verwendete-Einheiten"
11666
11667 \end_inset
11668
11669  aufgelistet sind, mit Ausnahme der Einheit 
11670 \begin_inset Quotes gld
11671 \end_inset
11672
11673 mu
11674 \begin_inset Quotes grd
11675 \end_inset
11676
11677 .
11678  Die Länge darf auch negativ sein.
11679  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11680  einnimmt, benutzt man den Befehl 
11681 \series bold
11682
11683 \backslash
11684 hfill
11685 \series default
11686
11687 \begin_inset Index
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691 Befehle ! H ! 
11692 \backslash
11693 hfill
11694 \end_layout
11695
11696 \end_inset
11697
11698 .
11699 \end_layout
11700
11701 \begin_layout Standard
11702 \begin_inset VSpace -1mm
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="4" columns="2">
11712 <features>
11713 <column alignment="center" valignment="top" width="0">
11714 <column alignment="center" valignment="top" width="0">
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 Befehl
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 Ergebnis
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 A=B
11741 \backslash
11742 hspace{3cm
11743 \begin_inset Formula $\to$
11744 \end_inset
11745
11746 A
11747 \backslash
11748 not=C
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 A
11772 \backslash
11773 hspace{-1mm
11774 \begin_inset Formula $\to$
11775 \end_inset
11776
11777 A
11778 \backslash
11779 not=A
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 A=A
11803 \backslash
11804 hfill
11805 \begin_inset ERT
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809
11810
11811 \backslash
11812 leer 
11813 \end_layout
11814
11815 \end_inset
11816
11817 B=B
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Formula $A=A\hfill B=B$
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 </lyxtabular>
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Standard
11843 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11844  Spalteneintrags der Tabelle vorgegeben.
11845  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11846  in die 
11847 \series bold
11848
11849 \backslash
11850 hfill
11851 \series default
11852  eingegeben wird.
11853  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11854  
11855 \series bold
11856
11857 \backslash
11858 hfill
11859 \series default
11860  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11861 \series bold
11862 Eingerückt
11863 \series default
11864  eingestellt ist.
11865  (Formelstile sind in 
11866 \begin_inset CommandInset ref
11867 LatexCommand ref
11868 reference "sec:Formelstile"
11869
11870 \end_inset
11871
11872  erklärt.)
11873 \end_layout
11874
11875 \begin_layout Standard
11876 Variabler Leerraum kann für Text über das Menü 
11877 \family sans
11878 Einfügen\SpecialChar \menuseparator
11879 Formatierung\SpecialChar \menuseparator
11880 Horizontaler
11881 \begin_inset space ~
11882 \end_inset
11883
11884 Abstand
11885 \family default
11886  eingefügt werden, was in Formeln nicht möglich ist:
11887 \end_layout
11888
11889 \begin_layout Standard
11890 Dies ist eine Zeile mit
11891 \begin_inset space \hspace{}
11892 \length 2cm
11893 \end_inset
11894
11895 2
11896 \begin_inset space \thinspace{}
11897 \end_inset
11898
11899 cm Leerraum.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 Dies ist eine Zeile mit
11904 \begin_inset space \hfill{}
11905 \end_inset
11906
11907 maximalem Leerraum.
11908 \end_layout
11909
11910 \begin_layout Subsection
11911 Leerraum neben eingebetteten Formeln
11912 \begin_inset Index
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916 Leerraum ! neben eingebetteten Formeln
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Über die Länge 
11926 \series bold
11927
11928 \backslash
11929 mathsurround
11930 \begin_inset Index
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934 Befehle ! M ! 
11935 \backslash
11936 mathsurround
11937 \end_layout
11938
11939 \end_inset
11940
11941
11942 \series default
11943  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11944  wird.
11945  Der Wert einer Länge wird mit dem Befehl 
11946 \series bold
11947
11948 \backslash
11949 setlength
11950 \begin_inset Index
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954 Befehle ! S ! 
11955 \backslash
11956 setlength
11957 \end_layout
11958
11959 \end_inset
11960
11961
11962 \series default
11963  gesetzt.
11964  Dieser besitzt folgendes Befehlsschema:
11965 \end_layout
11966
11967 \begin_layout Standard
11968
11969 \series bold
11970
11971 \backslash
11972 setlength{Längenname}{Wert}
11973 \end_layout
11974
11975 \begin_layout Standard
11976 Um 
11977 \series bold
11978
11979 \backslash
11980 mathsurround
11981 \series default
11982  den Wert 5
11983 \begin_inset space \thinspace{}
11984 \end_inset
11985
11986 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 setlength{
11995 \backslash
11996 mathsurround}{5mm}
11997 \end_layout
11998
11999 \begin_layout Standard
12000 ein.
12001  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12002 \begin_inset space \thinspace{}
12003 \end_inset
12004
12005 mm Leerraum gesetzt:
12006 \begin_inset ERT
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010
12011
12012 \backslash
12013 setlength{
12014 \backslash
12015 mathsurround}{5mm}
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Standard
12024 Dies ist eine Zeile in der sich 
12025 \begin_inset Formula $A=B$
12026 \end_inset
12027
12028  eine Formel mit 5
12029 \begin_inset space \thinspace{}
12030 \end_inset
12031
12032 mm umgebendem Leerraum befindet.
12033 \begin_inset ERT
12034 status collapsed
12035
12036 \begin_layout Plain Layout
12037
12038
12039 \backslash
12040 setlength{
12041 \backslash
12042 mathsurround}{0pt}
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \begin_layout Standard
12051 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12052 \series bold
12053
12054 \backslash
12055 mathsurround
12056 \series default
12057  auf den Wert 0
12058 \begin_inset space \thinspace{}
12059 \end_inset
12060
12061 pt.
12062 \end_layout
12063
12064 \begin_layout Section
12065 Boxen und Rahmen
12066 \begin_inset Index
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Boxen
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \begin_inset Index
12077 status collapsed
12078
12079 \begin_layout Plain Layout
12080 Rahmen | see
12081 \begin_inset ERT
12082 status collapsed
12083
12084 \begin_layout Plain Layout
12085
12086 {
12087 \end_layout
12088
12089 \end_inset
12090
12091 Boxen
12092 \begin_inset ERT
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096
12097 }
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \begin_layout Standard
12111 Boxen für Text sind im Kapitel 
12112 \family typewriter
12113 Boxen
12114 \family default
12115  im Handbuch 
12116 \family typewriter
12117 Eingebettete
12118 \begin_inset space ~
12119 \end_inset
12120
12121 Objekte
12122 \family default
12123  beschrieben.
12124 \end_layout
12125
12126 \begin_layout Subsection
12127 Boxen mit Rahmen
12128 \begin_inset CommandInset label
12129 LatexCommand label
12130 name "sub:Boxen-mit-Rahmen"
12131
12132 \end_inset
12133
12134
12135 \begin_inset Index
12136 status collapsed
12137
12138 \begin_layout Plain Layout
12139 Boxen ! mit Rahmen
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12149 \series bold
12150
12151 \backslash
12152 fbox
12153 \series default
12154
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Befehle ! F ! 
12160 \backslash
12161 fbox
12162 \end_layout
12163
12164 \end_inset
12165
12166  und 
12167 \series bold
12168
12169 \backslash
12170 boxed
12171 \series default
12172
12173 \begin_inset Index
12174 status collapsed
12175
12176 \begin_layout Plain Layout
12177 Befehle ! B ! 
12178 \backslash
12179 boxed
12180 \end_layout
12181
12182 \end_inset
12183
12184  zu umranden.
12185 \end_layout
12186
12187 \begin_layout Standard
12188 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12189  in einem Rahmen.
12190  Bei 
12191 \series bold
12192
12193 \backslash
12194 fbox
12195 \series default
12196  muss in diesem Eingabefeld mit 
12197 \family sans
12198 Strg-m
12199 \family default
12200  noch eine Formel erstellt werden
12201 \begin_inset Foot
12202 status collapsed
12203
12204 \begin_layout Plain Layout
12205 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12206 \family sans
12207 Strg-m
12208 \family default
12209  eine neue Formel zu erzeugen, siehe 
12210 \begin_inset CommandInset href
12211 LatexCommand href
12212 name "LyX-Fehler #1435"
12213 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12214
12215 \end_inset
12216
12217 .
12218 \end_layout
12219
12220 \end_inset
12221
12222 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12223  Verwendet man 
12224 \series bold
12225
12226 \backslash
12227 boxed
12228 \series default
12229 , wird automatisch im Rahmen eine neue Formel erzeugt.
12230 \end_layout
12231
12232 \begin_layout Standard
12233 Der Befehl 
12234 \series bold
12235
12236 \backslash
12237 fbox
12238 \series default
12239  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12240  wird dann immer in Textzeilengröße gesetzt.
12241  Im Gegensatz dazu ist 
12242 \series bold
12243
12244 \backslash
12245 boxed
12246 \series default
12247  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12248  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Als Erweiterung zu 
12253 \series bold
12254
12255 \backslash
12256 fbox
12257 \series default
12258  gibt es den Befehl 
12259 \series bold
12260
12261 \backslash
12262 framebox
12263 \series default
12264
12265 \begin_inset Index
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269 Befehle ! F ! 
12270 \backslash
12271 framebox
12272 \end_layout
12273
12274 \end_inset
12275
12276 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12277  kann.
12278  
12279 \series bold
12280
12281 \backslash
12282 framebox
12283 \series default
12284  wird nach folgendem Schema verwendet:
12285 \end_layout
12286
12287 \begin_layout Standard
12288
12289 \series bold
12290
12291 \backslash
12292 framebox[Rahmenbreite][Position]{Boxinhalt}
12293 \end_layout
12294
12295 \begin_layout Standard
12296 Die Position kann entweder 
12297 \emph on
12298 l
12299 \emph default
12300  oder 
12301 \emph on
12302 r
12303 \emph default
12304  sein.
12305  
12306 \emph on
12307 l
12308 \emph default
12309  bewirkt linksbündige, 
12310 \emph on
12311 r
12312 \emph default
12313  rechtsbündige Ausrichtung der Formel in der Box.
12314  Gibt man keine Position an, wird die Formel zentriert.
12315 \begin_inset Newline newline
12316 \end_inset
12317
12318 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12319  In diesem Falle wird die Rahmenbreite wie bei 
12320 \series bold
12321
12322 \backslash
12323 fbox
12324 \series default
12325  an den Boxinhalt angepasst.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 Wenn man den Befehl 
12330 \series bold
12331
12332 \backslash
12333 framebox
12334 \series default
12335  eingibt, erscheint eine Box mit drei Eingabefeldern.
12336  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12337  beiden optionalen Argumente.
12338  In das dritte Feld wird wie bei 
12339 \series bold
12340
12341 \backslash
12342 fbox
12343 \series default
12344  die Formel eingegeben.
12345 \end_layout
12346
12347 \begin_layout Standard
12348 \align center
12349 \begin_inset Note Note
12350 status open
12351
12352 \begin_layout Plain Layout
12353 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12354  auch erscheint.
12355  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12356 \end_layout
12357
12358 \end_inset
12359
12360
12361 \begin_inset Box Frameless
12362 position "c"
12363 hor_pos "c"
12364 has_inner_box 1
12365 inner_pos "c"
12366 use_parbox 0
12367 width "100col%"
12368 special "none"
12369 height "1in"
12370 height_special "totalheight"
12371 status open
12372
12373 \begin_layout Plain Layout
12374 \align center
12375 \begin_inset Tabular
12376 <lyxtabular version="3" rows="5" columns="2">
12377 <features>
12378 <column alignment="center" valignment="top" width="0">
12379 <column alignment="center" valignment="top" width="0">
12380 <row>
12381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 Befehl
12386 \begin_inset Foot
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12391 \family sans
12392 Strg-m
12393 \family default
12394  eine neue Formel zu erzeugen, siehe 
12395 \begin_inset CommandInset href
12396 LatexCommand href
12397 name "LyX-Fehler #1435"
12398 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12399
12400 \end_inset
12401
12402 .
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12413 \begin_inset Text
12414
12415 \begin_layout Plain Layout
12416 Ergebnis
12417 \begin_inset Note Note
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421
12422 \series bold
12423
12424 \backslash
12425 raisebox
12426 \series default
12427  dient nur als Abstandhalter.
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 </row>
12438 <row>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443
12444 \backslash
12445 fbox
12446 \begin_inset ERT
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450
12451
12452 \backslash
12453 leer 
12454 \end_layout
12455
12456 \end_inset
12457
12458
12459 \family sans
12460 Strg-m
12461 \family default
12462  
12463 \backslash
12464 int
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470
12471 \backslash
12472 leer 
12473 \end_layout
12474
12475 \end_inset
12476
12477 A=B
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12487
12488 \end_inset
12489
12490
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 </row>
12496 <row>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501
12502 \backslash
12503 boxed
12504 \begin_inset ERT
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508
12509
12510 \backslash
12511 leer 
12512 \end_layout
12513
12514 \end_inset
12515
12516
12517 \backslash
12518 int
12519 \begin_inset ERT
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523
12524
12525 \backslash
12526 leer 
12527 \end_layout
12528
12529 \end_inset
12530
12531 A=B
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 A+
12555 \backslash
12556 fbox
12557 \begin_inset ERT
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561
12562
12563 \backslash
12564 leer 
12565 \end_layout
12566
12567 \end_inset
12568
12569 B
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 <row>
12588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592
12593 \backslash
12594 framebox
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600
12601 \backslash
12602 leer 
12603 \end_layout
12604
12605 \end_inset
12606
12607 20mm
12608 \begin_inset Formula $\to$
12609 \end_inset
12610
12611
12612 \begin_inset Formula $\to$
12613 \end_inset
12614
12615
12616 \family sans
12617 Strg-m
12618 \family default
12619  
12620 \backslash
12621 frac
12622 \begin_inset ERT
12623 status collapsed
12624
12625 \begin_layout Plain Layout
12626
12627
12628 \backslash
12629 leer 
12630 \end_layout
12631
12632 \end_inset
12633
12634 A
12635 \begin_inset Formula $\downarrow$
12636 \end_inset
12637
12638 B
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 \begin_inset Formula $\raisebox{6mm}{}$
12648 \end_inset
12649
12650
12651 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12652 \end_inset
12653
12654
12655 \begin_inset Formula $\raisebox{-4mm}{}$
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 </row>
12664 </lyxtabular>
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \end_layout
12675
12676 \begin_layout Standard
12677 Die Rahmendicke kann ebenfalls eingestellt werden.
12678  Dazu müssen vor der Formel im TeX-Modus die Befehle
12679 \end_layout
12680
12681 \begin_layout Standard
12682
12683 \series bold
12684
12685 \backslash
12686 fboxrule
12687 \series default
12688  
12689 \series bold
12690
12691 \begin_inset Quotes gld
12692 \end_inset
12693
12694 Dicke
12695 \begin_inset Quotes grd
12696 \end_inset
12697
12698
12699 \series default
12700  
12701 \series bold
12702
12703 \backslash
12704 fboxsep
12705 \series default
12706  
12707 \series bold
12708
12709 \begin_inset Quotes gld
12710 \end_inset
12711
12712 Abstand
12713 \begin_inset Quotes grd
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \begin_layout Standard
12720 eingegeben werden.
12721  
12722 \begin_inset Quotes gld
12723 \end_inset
12724
12725 Abstand
12726 \begin_inset Quotes grd
12727 \end_inset
12728
12729  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12730  in der Box fest.
12731  Ein Beispiel dafür ist folgende umrandete Formel:
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 fboxrule 2mm 
12740 \backslash
12741 fboxsep 3mm
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \begin_inset Formula \[
12748 \boxed{A+B=C}\]
12749
12750 \end_inset
12751
12752 Vor dieser Formel wurde im TeX-Modus
12753 \end_layout
12754
12755 \begin_layout Standard
12756
12757 \series bold
12758
12759 \backslash
12760 fboxrule
12761 \series default
12762  
12763 \series bold
12764 2mm
12765 \series default
12766  
12767 \series bold
12768
12769 \backslash
12770 fboxsep
12771 \series default
12772  
12773 \series bold
12774 3mm
12775 \end_layout
12776
12777 \begin_layout Standard
12778 eingegeben.
12779  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12780 \end_layout
12781
12782 \begin_layout Standard
12783 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12784  nächsten Formel im TeX-Modus folgende Befehle ein:
12785 \end_layout
12786
12787 \begin_layout Standard
12788
12789 \series bold
12790
12791 \backslash
12792 fboxrule
12793 \series default
12794  
12795 \series bold
12796 0.4pt
12797 \series default
12798  
12799 \series bold
12800
12801 \backslash
12802 fboxsep
12803 \series default
12804  
12805 \series bold
12806 3pt
12807 \series default
12808
12809 \begin_inset ERT
12810 status collapsed
12811
12812 \begin_layout Plain Layout
12813
12814
12815 \backslash
12816 fboxrule 0.4pt 
12817 \backslash
12818 fboxsep 3pt
12819 \end_layout
12820
12821 \end_inset
12822
12823
12824 \end_layout
12825
12826 \begin_layout Subsection
12827 Boxen ohne Rahmen
12828 \begin_inset CommandInset label
12829 LatexCommand label
12830 name "sub:Boxen-ohne-Rahmen"
12831
12832 \end_inset
12833
12834
12835 \begin_inset Index
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839 Boxen ! ohne Rahmen
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12849 \series bold
12850
12851 \backslash
12852 mbox
12853 \series default
12854
12855 \begin_inset Index
12856 status collapsed
12857
12858 \begin_layout Plain Layout
12859 Befehle ! M ! 
12860 \backslash
12861 mbox
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \series bold
12868
12869 \backslash
12870 makebox
12871 \series default
12872
12873 \begin_inset Index
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877 Befehle ! M ! 
12878 \backslash
12879 makebox
12880 \end_layout
12881
12882 \end_inset
12883
12884  und
12885 \begin_inset Newline linebreak
12886 \end_inset
12887
12888
12889 \series bold
12890
12891 \backslash
12892 raisebox
12893 \series default
12894
12895 \begin_inset Index
12896 status collapsed
12897
12898 \begin_layout Plain Layout
12899 Befehle ! R ! 
12900 \backslash
12901 raisebox
12902 \end_layout
12903
12904 \end_inset
12905
12906
12907 \end_layout
12908
12909 \begin_layout Standard
12910 Mit 
12911 \series bold
12912
12913 \backslash
12914 raisebox
12915 \series default
12916  kann man eine Box hoch- oder tiefstellen.
12917  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12918 n die Schriftgröße bei.
12919  
12920 \series bold
12921
12922 \backslash
12923 raisebox
12924 \series default
12925  wird dabei mit folgendem Schema benutzt:
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 raisebox{Höhe}{Boxinhalt}
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Soll in der Box eine Formel stehen, muss man wie bei 
12938 \series bold
12939
12940 \backslash
12941 fbox
12942 \series default
12943  eine weitere Formel erstellen.
12944 \end_layout
12945
12946 \begin_layout Standard
12947 \align center
12948 \begin_inset Tabular
12949 <lyxtabular version="3" rows="4" columns="2">
12950 <features>
12951 <column alignment="center" valignment="top" width="0">
12952 <column alignment="center" valignment="top" width="0">
12953 <row>
12954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 Befehl
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 Ergebnis
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 H
12979 \backslash
12980 raisebox{2mm
12981 \begin_inset Formula $\to$
12982 \end_inset
12983
12984
12985 \backslash
12986 {al
12987 \begin_inset Formula $\to$
12988 \end_inset
12989
12990  lo
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 H
13014 \backslash
13015 raisebox{-2mm
13016 \begin_inset Formula $\to$
13017 \end_inset
13018
13019
13020 \backslash
13021 {al
13022 \begin_inset Formula $\to$
13023 \end_inset
13024
13025 lo
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 </row>
13043 <row>
13044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 A=
13049 \backslash
13050 raisebox{-2mm
13051 \begin_inset Formula $\to$
13052 \end_inset
13053
13054
13055 \backslash
13056 {
13057 \family sans
13058 Strg-m
13059 \family default
13060  
13061 \backslash
13062 sqrt
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 leer 
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 \begin_inset ERT
13085 status collapsed
13086
13087 \begin_layout Plain Layout
13088
13089 $A=
13090 \backslash
13091 raisebox{-2mm}{$
13092 \backslash
13093 sqrt{B}$}$
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 </row>
13104 </lyxtabular>
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13113  statt der benötigten weiteren Formel eine Box einfügt.
13114 \begin_inset Foot
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118 siehe 
13119 \begin_inset CommandInset href
13120 LatexCommand href
13121 name "LyX-Fehler #1435"
13122 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13123
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Standard
13135 Der Befehl 
13136 \series bold
13137
13138 \backslash
13139 mbox
13140 \series default
13141  ist äquivalent zu 
13142 \series bold
13143
13144 \backslash
13145 fbox
13146 \series default
13147  und 
13148 \series bold
13149
13150 \backslash
13151 makebox
13152 \series default
13153  ist äquivalent zu 
13154 \series bold
13155
13156 \backslash
13157 framebox
13158 \series default
13159 , nur dass es keinen Rahmen gibt.
13160 \end_layout
13161
13162 \begin_layout Subsection
13163 Farbige Boxen
13164 \begin_inset CommandInset label
13165 LatexCommand label
13166 name "sub:Farbige-Boxen"
13167
13168 \end_inset
13169
13170
13171 \begin_inset Index
13172 status collapsed
13173
13174 \begin_layout Plain Layout
13175 Boxen ! farbige
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13185  im LaTeX-Vorspann das LaTeX-Paket 
13186 \series bold
13187 color
13188 \series default
13189
13190 \begin_inset Foot
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 Das Paket 
13195 \series bold
13196 color
13197 \series default
13198  ist Teil jeder LaTeX-Standardinstallation.
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \begin_inset Index
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208 Pakete ! color
13209 \end_layout
13210
13211 \end_inset
13212
13213  mit der Zeile
13214 \end_layout
13215
13216 \begin_layout Standard
13217
13218 \series bold
13219
13220 \backslash
13221 usepackage{color}
13222 \end_layout
13223
13224 \begin_layout Standard
13225 geladen werden
13226 \begin_inset Foot
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13231  LyX das LaTeX-Paket 
13232 \series bold
13233 color
13234 \series default
13235  automatisch.
13236  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13237  keine Probleme hervorruft.
13238 \end_layout
13239
13240 \end_inset
13241
13242
13243 \begin_inset Note Note
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13248  ein Makro eingefügt.
13249 \end_layout
13250
13251 \end_inset
13252
13253 .
13254 \end_layout
13255
13256 \begin_layout Standard
13257 \begin_inset VSpace medskip
13258 \end_inset
13259
13260 Um Boxen einzufärben, verwendet man den Befehl 
13261 \series bold
13262
13263 \backslash
13264 colorbox
13265 \series default
13266
13267 \begin_inset Index
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271 Befehle ! C ! 
13272 \backslash
13273 colorbox
13274 \end_layout
13275
13276 \end_inset
13277
13278  nach folgendem Schema:
13279 \end_layout
13280
13281 \begin_layout Standard
13282
13283 \series bold
13284
13285 \backslash
13286 colorbox{Farbe}{Boxinhalt}
13287 \end_layout
13288
13289 \begin_layout Standard
13290 Der Boxinhalt kann auch wieder eine Box sein und eine 
13291 \series bold
13292
13293 \backslash
13294 colorbox
13295 \series default
13296  kann auch ein Teil einer anderen Box sein (siehe 2.
13297  und 3.
13298  Beispiel).
13299  Soll in der Box eine Formel stehen, muss wie bei 
13300 \series bold
13301
13302 \backslash
13303 fbox
13304 \series default
13305  eine weitere Formel erstellt werden.
13306 \begin_inset Foot
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310 Das gilt auch für den Befehl 
13311 \series bold
13312
13313 \backslash
13314 fcolorbox
13315 \series default
13316 .
13317  Dabei ist 
13318 \begin_inset CommandInset href
13319 LatexCommand href
13320 name "LyX-Fehler #1435"
13321 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13322
13323 \end_inset
13324
13325  zu beachten.
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Standard
13334 Aus folgenden vordefinierten Farben kann gewählt werden:
13335 \end_layout
13336
13337 \begin_layout Standard
13338
13339 \series bold
13340 black
13341 \series default
13342
13343 \series bold
13344 blue
13345 \series default
13346
13347 \series bold
13348 cyan
13349 \series default
13350
13351 \series bold
13352 green
13353 \series default
13354
13355 \series bold
13356 magenta
13357 \series default
13358
13359 \series bold
13360 red
13361 \series default
13362
13363 \series bold
13364 white
13365 \series default
13366  und 
13367 \series bold
13368 yellow
13369 \end_layout
13370
13371 \begin_layout Standard
13372 \align center
13373 \begin_inset Tabular
13374 <lyxtabular version="3" rows="4" columns="2">
13375 <features>
13376 <column alignment="center" valignment="top" width="0">
13377 <column alignment="center" valignment="top" width="0">
13378 <row>
13379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 Befehl
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 Ergebnis
13393 \begin_inset Note Note
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397
13398 \series bold
13399
13400 \backslash
13401 raisebox
13402 \series default
13403  dient nur als Abstandhalter.
13404 \end_layout
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419
13420 \backslash
13421 colorbox{yellow
13422 \begin_inset Formula $\to$
13423 \end_inset
13424
13425
13426 \backslash
13427 {A=B
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450
13451 \backslash
13452 colorbox{green
13453 \begin_inset Formula $\to$
13454 \end_inset
13455
13456
13457 \backslash
13458 {
13459 \backslash
13460 fbox
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466
13467 \backslash
13468 leer 
13469 \end_layout
13470
13471 \end_inset
13472
13473 A=B
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 </row>
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496
13497 \backslash
13498 fbox
13499 \begin_inset ERT
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503
13504
13505 \backslash
13506 leer 
13507 \end_layout
13508
13509 \end_inset
13510
13511
13512 \backslash
13513 colorbox{green
13514 \begin_inset Formula $\to$
13515 \end_inset
13516
13517
13518 \backslash
13519 {A=B
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 </row>
13537 </lyxtabular>
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Standard
13545
13546 \series bold
13547
13548 \backslash
13549 colorbox
13550 \series default
13551  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13552  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13553  
13554 \family sans
13555 Textstil
13556 \family default
13557  die gewünschte Farbe aus.
13558  Der Dialog kann mit dem Werkzeugleistenknopf 
13559 \begin_inset Graphics
13560         filename ../../images/dialog-show_character.png
13561         scale 85
13562
13563 \end_inset
13564
13565  oder dem Menü 
13566 \family sans
13567 Bearbeiten\SpecialChar \menuseparator
13568 Textstil\SpecialChar \menuseparator
13569 Benutzerdefiniert
13570 \family default
13571  aufgerufen werden.
13572  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13573  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13574  innerhalb der Formel die Farbe geändert werden.
13575 \end_layout
13576
13577 \begin_layout Standard
13578 Ein Beispiel:
13579 \end_layout
13580
13581 \begin_layout Standard
13582
13583 \color red
13584 \begin_inset Formula \begin{equation}
13585 \int A=B\label{eq:rot}\end{equation}
13586
13587 \end_inset
13588
13589
13590 \color green
13591
13592 \begin_inset Formula \begin{equation}
13593 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \begin_layout Standard
13601 Formel 
13602 \begin_inset CommandInset ref
13603 LatexCommand eqref
13604 reference "eq:rot"
13605
13606 \end_inset
13607
13608  ist komplett rot gefärbt.
13609 \begin_inset Newline newline
13610 \end_inset
13611
13612 Formel 
13613 \begin_inset CommandInset ref
13614 LatexCommand eqref
13615 reference "eq:rotgruen"
13616
13617 \end_inset
13618
13619  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13620  Anschließend wurden die Formelzeichen rot gefärbt.
13621 \end_layout
13622
13623 \begin_layout Standard
13624 \begin_inset VSpace bigskip
13625 \end_inset
13626
13627 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13628  den Befehl 
13629 \series bold
13630
13631 \backslash
13632 fcolorbox
13633 \series default
13634
13635 \begin_inset Index
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639 Befehle ! F ! 
13640 \backslash
13641 fcolorbox
13642 \end_layout
13643
13644 \end_inset
13645
13646  nach folgendem Schema:
13647 \end_layout
13648
13649 \begin_layout Standard
13650
13651 \series bold
13652
13653 \backslash
13654 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13655 \end_layout
13656
13657 \begin_layout Standard
13658
13659 \series bold
13660
13661 \backslash
13662 fcolorbox
13663 \series default
13664  stellt also eine Erweiterung des Befehls 
13665 \series bold
13666
13667 \backslash
13668 colorbox
13669 \series default
13670  dar.
13671  Die Rahmenbreite wird, wie bei 
13672 \series bold
13673
13674 \backslash
13675 framebox
13676 \series default
13677 , mit 
13678 \series bold
13679
13680 \backslash
13681 fboxrule
13682 \series default
13683  und 
13684 \series bold
13685
13686 \backslash
13687 fboxsep
13688 \series default
13689  festgelegt.
13690  Ein Beispiel:
13691 \begin_inset ERT
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696
13697 \backslash
13698 fboxrule 1mm 
13699 \backslash
13700 fboxsep 1mm
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \begin_inset Formula \[
13707 \fcolorbox{cyan}{magenta}{A=B}\]
13708
13709 \end_inset
13710
13711
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 fboxrule 0.4pt 
13720 \backslash
13721 fboxsep 3pt
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \begin_layout Standard
13730 Diese Formel wurde mit folgendem Befehl erstellt:
13731 \begin_inset Newline newline
13732 \end_inset
13733
13734
13735 \series bold
13736
13737 \backslash
13738 fcolorbox{cyan
13739 \begin_inset Formula $\to$
13740 \end_inset
13741
13742
13743 \backslash
13744 {magenta
13745 \begin_inset Formula $\to$
13746 \end_inset
13747
13748
13749 \backslash
13750 {A=B
13751 \end_layout
13752
13753 \begin_layout Standard
13754 \begin_inset VSpace bigskip
13755 \end_inset
13756
13757 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13758  selbst definieren.
13759 \end_layout
13760
13761 \begin_layout Standard
13762 Man kann z.
13763 \begin_inset space \thinspace{}
13764 \end_inset
13765
13766 B.
13767  mit folgender LaTeX-Vorspannzeile die Farbe 
13768 \begin_inset Quotes gld
13769 \end_inset
13770
13771
13772 \series bold
13773 dunkelgruen
13774 \series default
13775
13776 \begin_inset Quotes grd
13777 \end_inset
13778
13779
13780 \begin_inset Foot
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784 In Befehlen darf kein Umlaut stehen, siehe 
13785 \begin_inset CommandInset ref
13786 LatexCommand ref
13787 reference "sec:Benutzerdefinierte-Befehle"
13788
13789 \end_inset
13790
13791 .
13792 \end_layout
13793
13794 \end_inset
13795
13796  definieren:
13797 \end_layout
13798
13799 \begin_layout Standard
13800
13801 \series bold
13802
13803 \backslash
13804 definecolor{dunkelgruen}{cmyk}{0.5,
13805 \series default
13806  
13807 \series bold
13808 0,
13809 \series default
13810  
13811 \series bold
13812 1,
13813 \series default
13814  
13815 \series bold
13816 0.5}
13817 \series default
13818
13819 \begin_inset Index
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823 Befehle ! D ! 
13824 \backslash
13825 definecolor
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834
13835 \series bold
13836 cmyk
13837 \series default
13838  ist der Farbraum und steht für die Farben 
13839 \series bold
13840 cyan
13841 \series default
13842
13843 \series bold
13844 magenta
13845 \series default
13846
13847 \series bold
13848 yellow
13849 \series default
13850  und 
13851 \series bold
13852 black
13853 \series default
13854 .
13855  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13856  Für den Anteil kann man Werte im Bereich 0
13857 \begin_inset space \thinspace{}
13858 \end_inset
13859
13860 -
13861 \begin_inset space \thinspace{}
13862 \end_inset
13863
13864 1 angeben.
13865  Anstelle von 
13866 \series bold
13867 cmyk
13868 \series default
13869  kann man zur Definition auch den Farbraum 
13870 \series bold
13871 rgb
13872 \series default
13873  verwenden.
13874  
13875 \series bold
13876 rgb
13877 \series default
13878  steht für 
13879 \series bold
13880 red
13881 \series default
13882
13883 \series bold
13884 green
13885 \series default
13886  und 
13887 \series bold
13888 blue
13889 \series default
13890 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13891  Des Weiteren gibt es noch den Farbraum 
13892 \series bold
13893 gray
13894 \series default
13895 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13896 \end_layout
13897
13898 \begin_layout Standard
13899 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13900 \series bold
13901 darkgreen
13902 \series default
13903 , bei der die Zeichenfarbe 
13904 \series bold
13905 yellow
13906 \series default
13907  gewählt wurde:
13908 \begin_inset Formula \begin{equation}
13909 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Standard
13917 Selbst definierte Farben können mit dem Befehl 
13918 \series bold
13919
13920 \backslash
13921 textcolor
13922 \series default
13923  auch für Text
13924 \begin_inset Index
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928 Text ! farbiger
13929 \end_layout
13930
13931 \end_inset
13932
13933  verwendet werden:
13934 \end_layout
13935
13936 \begin_layout Standard
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942
13943 \backslash
13944 textcolor{dunkelgruen}{
13945 \end_layout
13946
13947 \end_inset
13948
13949 Dieser Satz ist 
13950 \begin_inset Quotes gld
13951 \end_inset
13952
13953 dunkelgruen
13954 \begin_inset Quotes grd
13955 \end_inset
13956
13957 .
13958 \begin_inset ERT
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962
13963 }
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \begin_layout Standard
13972
13973 \series bold
13974
13975 \backslash
13976 textcolor
13977 \series default
13978
13979 \begin_inset Index
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983 Befehle ! T ! 
13984 \backslash
13985 textcolor
13986 \end_layout
13987
13988 \end_inset
13989
13990  wird nach dem Schema 
13991 \series bold
13992
13993 \backslash
13994 textcolor{Farbe}{zu
13995 \series default
13996  
13997 \series bold
13998 färbende
13999 \series default
14000  
14001 \series bold
14002 Zeichen}
14003 \series default
14004  verwendet.
14005 \end_layout
14006
14007 \begin_layout Subsection
14008 Absatzboxen
14009 \begin_inset CommandInset label
14010 LatexCommand label
14011 name "sub:Absatzboxen"
14012
14013 \end_inset
14014
14015
14016 \begin_inset Index
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020 Boxen ! Absatz-
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \begin_layout Standard
14029 Mit dem Menü 
14030 \family sans
14031 Einfügen\SpecialChar \menuseparator
14032 Box
14033 \family default
14034  oder dem Werkzeugleistenknopf 
14035 \begin_inset Graphics
14036         filename ../../images/box-insert.png
14037         scale 85
14038
14039 \end_inset
14040
14041  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14042  eine so genannte 
14043 \emph on
14044 Parbox
14045 \emph default
14046  (Absatzbox).
14047 \end_layout
14048
14049 \begin_layout Standard
14050 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14051 \end_layout
14052
14053 \begin_layout Standard
14054 \begin_inset VSpace medskip
14055 \end_inset
14056
14057 Dies ist eine Zeile 
14058 \begin_inset Box Boxed
14059 position "c"
14060 hor_pos "c"
14061 has_inner_box 1
14062 inner_pos "t"
14063 use_parbox 1
14064 width "5cm"
14065 special "none"
14066 height "1in"
14067 height_special "totalheight"
14068 status open
14069
14070 \begin_layout Plain Layout
14071 Dies ist die Absatzbox.
14072  Sie ist genau 5
14073 \begin_inset space \thinspace{}
14074 \end_inset
14075
14076 cm lang und kann auch Formeln enthalten: 
14077 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \end_inset
14084
14085  mit einer Absatzbox.
14086 \begin_inset VSpace medskip
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14094  graue Box mit dem Namen 
14095 \begin_inset Quotes gld
14096 \end_inset
14097
14098 Box(Gerahmt)
14099 \begin_inset Quotes grd
14100 \end_inset
14101
14102  klickt.
14103  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14104  In diesem Fall: 
14105 \emph on
14106 Verzierung
14107 \emph default
14108 : Rechteckige Box, 
14109 \emph on
14110 Innere Box
14111 \emph default
14112 : Parbox, 
14113 \emph on
14114 Breite
14115 \emph default
14116 : 5
14117 \begin_inset space \thinspace{}
14118 \end_inset
14119
14120 cm, 
14121 \emph on
14122 Vertikale Box Ausrichtung
14123 \emph default
14124 : Mitte
14125 \end_layout
14126
14127 \begin_layout Standard
14128 \begin_inset VSpace medskip
14129 \end_inset
14130
14131 In LaTeX wird eine Absatzbox mit dem Befehl 
14132 \series bold
14133
14134 \backslash
14135 parbox
14136 \series default
14137
14138 \begin_inset Index
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142 Befehle ! P ! 
14143 \backslash
14144 parbox
14145 \end_layout
14146
14147 \end_inset
14148
14149  erstellt, welcher folgendes Schema besitzt:
14150 \end_layout
14151
14152 \begin_layout Standard
14153
14154 \series bold
14155
14156 \backslash
14157 parbox[Position]{Breite}{Boxinhalt}
14158 \end_layout
14159
14160 \begin_layout Standard
14161 Die Positionen 
14162 \emph on
14163 b
14164 \emph default
14165  und 
14166 \emph on
14167 t
14168 \emph default
14169  sind möglich.
14170  
14171 \emph on
14172 b
14173 \emph default
14174  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14175  Text eingepasst wird.
14176  Bei 
14177 \emph on
14178 t
14179 \emph default
14180  wie top geschieht dies für die erste Zeile.
14181  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14182  siehe das Kapitel 
14183 \emph on
14184 Boxen
14185 \emph default
14186  des Handbuchs
14187 \emph on
14188  Eingebettete
14189 \begin_inset space ~
14190 \end_inset
14191
14192 Objekte
14193 \emph default
14194  für Beispiele.
14195 \end_layout
14196
14197 \begin_layout Standard
14198 \begin_inset VSpace bigskip
14199 \end_inset
14200
14201 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14202  in eine Absatzbox setzen.
14203  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14204 \series bold
14205
14206 \backslash
14207 fbox{
14208 \backslash
14209 parbox{
14210 \backslash
14211 linewidth-2
14212 \backslash
14213 fboxsep-2
14214 \backslash
14215 fboxrule}{
14216 \series default
14217 .
14218  Hierbei steht 
14219 \series bold
14220
14221 \backslash
14222 linewidth
14223 \begin_inset Index
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227 Befehle ! L ! 
14228 \backslash
14229 linewidth
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \series default
14236  für die im Dokument eingestellte Zeilenbreite.
14237  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14238 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14239  Da dies LyX aufgrund eines Fehlers
14240 \begin_inset Foot
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244 \begin_inset CommandInset href
14245 LatexCommand href
14246 name "LyX-Fehler #4483"
14247 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \end_inset
14255
14256  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14257  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14258 spann das LaTeX-Paket 
14259 \series bold
14260 calc
14261 \series default
14262
14263 \begin_inset Foot
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267
14268 \series bold
14269 calc
14270 \series default
14271  ist Teil jeder LaTeX-Standardinstallation.
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \begin_inset Index
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Pakete ! calc
14282 \end_layout
14283
14284 \end_inset
14285
14286  mit der Zeile
14287 \end_layout
14288
14289 \begin_layout Standard
14290
14291 \series bold
14292
14293 \backslash
14294 usepackage{calc}
14295 \end_layout
14296
14297 \begin_layout Standard
14298 geladen werden.
14299  Nach der Formel werden beide Boxen geschlossen, indem man 
14300 \series bold
14301 }}
14302 \series default
14303  im TeX-Modus eingibt.
14304  Dazu ein Beispiel:
14305 \begin_inset ERT
14306 status collapsed
14307
14308 \begin_layout Plain Layout
14309
14310
14311 \backslash
14312 fboxsep 5mm 
14313 \backslash
14314 fboxrule 5mm
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328
14329 \backslash
14330 fbox{
14331 \backslash
14332 parbox{
14333 \backslash
14334 linewidth-2
14335 \backslash
14336 fboxsep-2
14337 \backslash
14338 fboxrule}{
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \begin_inset Formula \begin{equation}
14345 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14346
14347 \end_inset
14348
14349
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355 }}
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368 fboxrule 0.4pt 
14369 \backslash
14370 fboxsep 3pt
14371 \end_layout
14372
14373 \end_inset
14374
14375
14376 \end_layout
14377
14378 \begin_layout Standard
14379 \begin_inset VSpace medskip
14380 \end_inset
14381
14382 Da im Argument von 
14383 \series bold
14384
14385 \backslash
14386 fbox
14387 \series default
14388  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14389  keinen Unterschied zwischen 
14390 \series bold
14391
14392 \backslash
14393 fbox
14394 \series default
14395  und 
14396 \series bold
14397
14398 \backslash
14399 boxed
14400 \series default
14401 .
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \begin_inset VSpace bigskip
14406 \end_inset
14407
14408 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14409  Dazu verwendet man 
14410 \series bold
14411
14412 \backslash
14413 parbox
14414 \series default
14415  in Verbindung mit dem Befehl 
14416 \series bold
14417
14418 \backslash
14419 tag
14420 \series default
14421 .
14422  (mehr zu 
14423 \series bold
14424
14425 \backslash
14426 tag
14427 \series default
14428  siehe 
14429 \begin_inset CommandInset ref
14430 LatexCommand ref
14431 reference "sub:Benutzerdefinierte-Nummerierung"
14432
14433 \end_inset
14434
14435 )
14436 \end_layout
14437
14438 \begin_layout Standard
14439 Ein Beispiel einer mit Hilfe von 
14440 \series bold
14441
14442 \backslash
14443 parbox
14444 \series default
14445  kommentierten Formel:
14446 \end_layout
14447
14448 \begin_layout Standard
14449 \begin_inset ERT
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453
14454
14455 \backslash
14456 [5x-7b=3b
14457 \backslash
14458 tag*{
14459 \backslash
14460 parbox{5cm}{
14461 \end_layout
14462
14463 \end_inset
14464
14465 Dies ist eine Beschreibung.
14466  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14467 \begin_inset ERT
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471
14472 }}
14473 \backslash
14474 ]
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14484  Befehl 
14485 \series bold
14486
14487 \backslash
14488 parbox
14489 \series default
14490  in Formeln noch nicht unterstützt.
14491  Die Formel wird mit folgender Befehlssequenz erstellt:
14492 \end_layout
14493
14494 \begin_layout Standard
14495 Der Befehl 
14496 \series bold
14497
14498 \backslash
14499 [5x-7b=3b
14500 \backslash
14501 tag*
14502 \backslash
14503 {
14504 \backslash
14505 parbox{5cm}{
14506 \series default
14507  wird im TeX-Modus eingegeben.
14508 \begin_inset Foot
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512 Ist der Formelstil 
14513 \series bold
14514 Eingerückt
14515 \series default
14516  aktiviert, kann 
14517 \series bold
14518
14519 \backslash
14520 tag*
14521 \backslash
14522 {
14523 \series default
14524  auch durch 
14525 \series bold
14526
14527 \backslash
14528 hfill
14529 \series default
14530  ersetzt werden.
14531  (Formelstile siehe 
14532 \begin_inset CommandInset ref
14533 LatexCommand ref
14534 reference "sec:Formelstile"
14535
14536 \end_inset
14537
14538 )
14539 \end_layout
14540
14541 \end_inset
14542
14543  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14544 \series bold
14545 }}
14546 \backslash
14547 ]
14548 \series default
14549  im TeX-Modus ein.
14550  Die Befehle 
14551 \series bold
14552
14553 \backslash
14554 [
14555 \series default
14556  und 
14557 \series bold
14558
14559 \backslash
14560 ]
14561 \series default
14562  erstellen hierbei eine abgesetzte Formel.
14563 \end_layout
14564
14565 \begin_layout Standard
14566 Die Vorteile von 
14567 \series bold
14568
14569 \backslash
14570 parbox
14571 \series default
14572  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14573  Textmodus 
14574 \begin_inset Quotes gld
14575 \end_inset
14576
14577 kommentiert
14578 \begin_inset Quotes grd
14579 \end_inset
14580
14581  wurde:
14582 \begin_inset Formula \[
14583 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Section
14591 Operatoren
14592 \begin_inset Index
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596 Operatoren
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \begin_layout Subsection
14605 Große Operatoren
14606 \begin_inset CommandInset label
14607 LatexCommand label
14608 name "sub:Große-Operatoren"
14609
14610 \end_inset
14611
14612
14613 \begin_inset Index
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 Operatoren ! große
14618 \end_layout
14619
14620 \end_inset
14621
14622
14623 \begin_inset Index
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627 Summen
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \begin_inset Index
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 Integrale
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14647  sind, muss die Option 
14648 \family sans
14649 esint-Paket automatisch verwenden
14650 \family default
14651  in den Dokumenteinstellungen unter 
14652 \family sans
14653 Mathe-Optionen
14654 \family default
14655  gewählt sein.
14656 \end_layout
14657
14658 \begin_layout Standard
14659 \begin_inset space \hfill{}
14660 \end_inset
14661
14662
14663 \begin_inset Tabular
14664 <lyxtabular version="3" rows="11" columns="2">
14665 <features>
14666 <column alignment="center" valignment="top" width="0pt">
14667 <column alignment="center" valignment="top" width="0pt">
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 Befehl
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 Ergebnis
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693
14694 \backslash
14695 sum
14696 \begin_inset Index
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 Befehle ! S ! 
14701 \backslash
14702 sum
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 \begin_inset Formula $\sum$
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 </row>
14725 <row>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730
14731 \backslash
14732 int
14733 \begin_inset Index
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737 Befehle ! I ! 
14738 \backslash
14739 int
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Formula $\int$
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 </row>
14762 <row>
14763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767
14768 \backslash
14769 intop
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778 \begin_inset Formula $\intop$
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 <row>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792
14793 \backslash
14794 oint
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 \begin_inset Formula $\oint$
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 </row>
14812 <row>
14813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817
14818 \backslash
14819 ointop
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828 \begin_inset Formula $\ointop$
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842
14843 \backslash
14844 ointctrclockwise
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 \begin_inset Formula $\ointctrclockwise$
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 <row>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \backslash
14869 ointclockwise
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 \begin_inset Formula $\ointclockwise$
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \backslash
14894 sqint
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 \begin_inset Formula $\sqint$
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 </row>
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \backslash
14919 bigcap
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Formula $\bigcap$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \backslash
14944 bigcup
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 \begin_inset Formula $\bigcup$
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 </lyxtabular>
14963
14964 \end_inset
14965
14966
14967 \begin_inset space \hfill{}
14968 \end_inset
14969
14970
14971 \begin_inset Tabular
14972 <lyxtabular version="3" rows="10" columns="2">
14973 <features>
14974 <column alignment="center" valignment="top" width="0pt">
14975 <column alignment="center" valignment="top" width="0pt">
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Befehl
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 Ergebnis
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 prod
15004 \begin_inset Index
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008 Befehle ! P ! 
15009 \backslash
15010 prod
15011 \end_layout
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset Formula $\prod$
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \backslash
15040 coprod
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 \begin_inset Formula $\coprod$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 bigodot
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset Formula $\bigodot$
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \backslash
15090 bigotimes
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 \begin_inset Formula $\bigotimes$
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 </row>
15108 <row>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113
15114 \backslash
15115 bigoplus
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 \begin_inset Formula $\bigoplus$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \backslash
15140 bigwedge
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\bigwedge$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 bigvee
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\bigvee$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 bigsqcup
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\bigsqcup$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 biguplus
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 \begin_inset Formula $\biguplus$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 </lyxtabular>
15234
15235 \end_inset
15236
15237
15238 \begin_inset space \hfill{}
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Standard
15245 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15246 \begin_inset Graphics
15247         filename ../../images/math/intop.png
15248         scale 85
15249
15250 \end_inset
15251
15252  eingefügt werden.
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15257  Teil gleich aussehenden binären Operatoren.
15258  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15259  beschrieben.
15260 \end_layout
15261
15262 \begin_layout Standard
15263 Die Operatoren 
15264 \series bold
15265
15266 \backslash
15267 intop
15268 \series default
15269  und 
15270 \series bold
15271
15272 \backslash
15273 ointop
15274 \series default
15275  unterscheiden sich von 
15276 \series bold
15277
15278 \backslash
15279 int
15280 \series default
15281  bzw.
15282  
15283 \series bold
15284
15285 \backslash
15286 oint
15287 \series default
15288  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15289 \begin_inset CommandInset ref
15290 LatexCommand ref
15291 reference "sub:Operatorgrenzen"
15292
15293 \end_inset
15294
15295 .
15296  
15297 \end_layout
15298
15299 \begin_layout Subsubsection*
15300 Hinweise zu Integralen
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Der Buchstabe 
15305 \emph on
15306 d
15307 \emph default
15308  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15309  muss.
15310  Dazu markiert man das 
15311 \emph on
15312 d
15313 \emph default
15314  und wandelt es mit der Tastenkombination 
15315 \family sans
15316 Alt-z
15317 \begin_inset space ~
15318 \end_inset
15319
15320 r
15321 \family default
15322
15323 \begin_inset Foot
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Schriftstile siehe 
15328 \begin_inset CommandInset ref
15329 LatexCommand ref
15330 reference "sub:Schriftstile"
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338
15339  um.
15340  Anschließend fügt man vor dem 
15341 \emph on
15342 d
15343 \emph default
15344 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15345  Dazu ein Beispiel:
15346 \end_layout
15347
15348 \begin_layout Standard
15349 inkorrekt: 
15350 \begin_inset Formula $\int A(x)dx$
15351 \end_inset
15352
15353
15354 \begin_inset Newline newline
15355 \end_inset
15356
15357
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362
15363
15364 \backslash
15365 hphantom{in}
15366 \end_layout
15367
15368 \end_inset
15369
15370 korrekt: 
15371 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \begin_layout Standard
15378 \begin_inset VSpace medskip
15379 \end_inset
15380
15381 Für Mehrfachintegrale gibt es folgende Befehle:
15382 \begin_inset VSpace medskip
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset space \hfill{}
15390 \end_inset
15391
15392
15393 \begin_inset Tabular
15394 <lyxtabular version="3" rows="4" columns="2">
15395 <features>
15396 <column alignment="center" valignment="top" width="0">
15397 <column alignment="center" valignment="top" width="0">
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403 Befehl
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 Ergebnis
15413 \begin_inset Note Note
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417
15418 \series bold
15419
15420 \backslash
15421 raisebox
15422 \series default
15423  dient nur als Abstandhalter.
15424 \end_layout
15425
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439
15440 \backslash
15441 iint
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 </row>
15459 <row>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464
15465 \backslash
15466 oiint
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 </row>
15484 <row>
15485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489
15490 \backslash
15491 sqiint
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 </row>
15509 </lyxtabular>
15510
15511 \end_inset
15512
15513
15514 \begin_inset space \hfill{}
15515 \end_inset
15516
15517
15518 \begin_inset Tabular
15519 <lyxtabular version="3" rows="4" columns="2">
15520 <features>
15521 <column alignment="center" valignment="top" width="0">
15522 <column alignment="center" valignment="top" width="0">
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 Befehl
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 Ergebnis
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 iiint
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \backslash
15575 iiiint
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 </row>
15593 <row>
15594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \backslash
15600 dotsint
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 </lyxtabular>
15619
15620 \end_inset
15621
15622
15623 \begin_inset space \hfill{}
15624 \end_inset
15625
15626
15627 \begin_inset Newpage newpage
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \begin_layout Subsection
15634 Operatorgrenzen
15635 \begin_inset CommandInset label
15636 LatexCommand label
15637 name "sub:Operatorgrenzen"
15638
15639 \end_inset
15640
15641
15642 \begin_inset Index
15643 status collapsed
15644
15645 \begin_layout Plain Layout
15646 Operatoren ! Grenzen
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \begin_layout Standard
15655 Grenzen werden durch Hoch- bzw.
15656  Tiefstellen erzeugt:
15657 \end_layout
15658
15659 \begin_layout Standard
15660 \align center
15661 \begin_inset Tabular
15662 <lyxtabular version="3" rows="2" columns="2">
15663 <features>
15664 <column alignment="center" valignment="top" width="0pt">
15665 <column alignment="center" valignment="top" width="0pt">
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 Befehl
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 Ergebnis
15681 \begin_inset Note Note
15682 status collapsed
15683
15684 \begin_layout Plain Layout
15685
15686 \series bold
15687
15688 \backslash
15689 raisebox
15690 \series default
15691  dient nur als Abstandhalter.
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \backslash
15709 prod^
15710 \backslash
15711 infty
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 leer 
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \begin_inset Formula $\to$
15726 \end_inset
15727
15728 _0
15729 \begin_inset Formula $\to$
15730 \end_inset
15731
15732 A(x)
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 </lyxtabular>
15751
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Standard
15758 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15759  Operator gesetzt.
15760  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15761  bzw.
15762  unter den Operator gesetzt.
15763 \end_layout
15764
15765 \begin_layout Standard
15766 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15767  man den Cursor direkt hinter den Operator und setzt über das Menü 
15768 \family sans
15769 Bearbeiten\SpecialChar \menuseparator
15770 Mathe\SpecialChar \menuseparator
15771 Art der Operatorgrenzen ändern
15772 \family default
15773  die Grenzen auf 
15774 \series bold
15775 Eingebettet
15776 \series default
15777  (Tastenkombination 
15778 \family sans
15779 Alt-m
15780 \begin_inset space ~
15781 \end_inset
15782
15783 l
15784 \family default
15785 ).
15786  Dazu folgendes Beispiel:
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Die normalen Grenzen sehen so aus:
15791 \begin_inset Formula \[
15792 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15793
15794 \end_inset
15795
15796 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15797 \begin_inset Formula \[
15798 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15799
15800 \end_inset
15801
15802 Bei Integralen werden mit Ausnahme von 
15803 \series bold
15804
15805 \backslash
15806 intop
15807 \series default
15808  und 
15809 \series bold
15810
15811 \backslash
15812 ointop
15813 \series default
15814  die Grenzen standardmäßig neben den Operator gesetzt.
15815  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15816  gesetzt.
15817  Im folgenden Beispiel wurde die Grenze deswegen auf 
15818 \series bold
15819 Anzeige
15820 \series default
15821  gesetzt und damit unter die Integrale geschrieben:
15822 \begin_inset Formula \begin{equation}
15823 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 \begin_inset VSpace medskip
15832 \end_inset
15833
15834 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15835 \series bold
15836
15837 \backslash
15838 subarray
15839 \series default
15840
15841 \begin_inset Index
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845 Befehle ! S ! 
15846 \backslash
15847 subarray
15848 \end_layout
15849
15850 \end_inset
15851
15852  und 
15853 \series bold
15854
15855 \backslash
15856 substack
15857 \series default
15858
15859 \begin_inset Index
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863 Befehle ! S ! 
15864 \backslash
15865 substack
15866 \end_layout
15867
15868 \end_inset
15869
15870 .
15871  Um z.
15872 \begin_inset space \thinspace{}
15873 \end_inset
15874
15875 B.
15876  diesen Ausdruck 
15877 \begin_inset Formula \begin{equation}
15878 \sum_{\begin{subarray}{c}
15879 0<k<1000\\
15880 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15881
15882 \end_inset
15883
15884 zu erstellen, muss man Folgendes tun:
15885 \begin_inset Newline newline
15886 \end_inset
15887
15888 Zuerst gibt man den Befehl 
15889 \series bold
15890
15891 \backslash
15892 sum
15893 \series default
15894 ^
15895 \series bold
15896 n
15897 \begin_inset ERT
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901
15902
15903 \backslash
15904 leer 
15905 \end_layout
15906
15907 \end_inset
15908
15909 _
15910 \series default
15911  ein.
15912  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15913  In dieses gibt man den Befehl 
15914 \series bold
15915
15916 \backslash
15917 subarray
15918 \begin_inset ERT
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923
15924 \backslash
15925 leer 
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \series default
15932  ein.
15933  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
15934  Zeilen untereinander schreiben.
15935  Mit Eingabe des Zeilenumbruchs (
15936 \family sans
15937 Strg-Enter
15938 \family default
15939 ) wird eine neue Zeile erstellt.
15940  Gibt man
15941 \begin_inset Newline newline
15942 \end_inset
15943
15944
15945 \series bold
15946 0<k<1000 Strg-Enter
15947 \begin_inset Newline newline
15948 \end_inset
15949
15950
15951 \series default
15952 ein, erscheint darunter ein Kästchen für die neue Zeile.
15953 \end_layout
15954
15955 \begin_layout Standard
15956 Die Ausrichtung der Zeilen kann mit der 
15957 \family sans
15958 Tabellen-Werkzeugleiste
15959 \family default
15960  oder dem Menü 
15961 \family sans
15962 Bearbeiten\SpecialChar \menuseparator
15963 Zeilen & Spalten
15964 \family default
15965  auf links geändert werden.
15966  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15967 \series bold
15968
15969 \backslash
15970 hfill
15971 \begin_inset ERT
15972 status collapsed
15973
15974 \begin_layout Plain Layout
15975
15976
15977 \backslash
15978 leer 
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \series default
15985  eingegeben.
15986 \end_layout
15987
15988 \begin_layout Standard
15989 Der Befehl 
15990 \series bold
15991
15992 \backslash
15993 substack
15994 \series default
15995  ist äquivalent zu 
15996 \series bold
15997
15998 \backslash
15999 subarray
16000 \series default
16001 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16002 \end_layout
16003
16004 \begin_layout Standard
16005 \begin_inset VSpace bigskip
16006 \end_inset
16007
16008 Wie bei Formel 
16009 \begin_inset CommandInset ref
16010 LatexCommand eqref
16011 reference "eq:substack"
16012
16013 \end_inset
16014
16015  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16016  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16017 \end_layout
16018
16019 \begin_layout Standard
16020 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16021 \end_layout
16022
16023 \begin_layout Standard
16024
16025 \series bold
16026
16027 \backslash
16028 def
16029 \backslash
16030 clap#1{
16031 \backslash
16032 hbox to 0pt{
16033 \backslash
16034 hss #1
16035 \backslash
16036 hss}}
16037 \begin_inset Newline newline
16038 \end_inset
16039
16040
16041 \backslash
16042 def
16043 \backslash
16044 mathclap {
16045 \backslash
16046 mathpalette 
16047 \backslash
16048 mathclapinternal}
16049 \begin_inset Newline newline
16050 \end_inset
16051
16052
16053 \backslash
16054 def
16055 \backslash
16056 mathclapinternal #1#2{
16057 \backslash
16058 clap{$
16059 \backslash
16060 mathsurround =0pt #1{#2}$}}
16061 \end_layout
16062
16063 \begin_layout Standard
16064 Dadurch wird der Befehl 
16065 \series bold
16066
16067 \backslash
16068 mathclap
16069 \series default
16070
16071 \begin_inset Index
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075 Befehle ! M ! 
16076 \backslash
16077 mathclap
16078 \end_layout
16079
16080 \end_inset
16081
16082  definiert, der die Breite der Grenze auf 0
16083 \begin_inset space \thinspace{}
16084 \end_inset
16085
16086 pt setzt.
16087  Das Befehlsschema lautet
16088 \end_layout
16089
16090 \begin_layout Standard
16091
16092 \series bold
16093
16094 \backslash
16095 mathclap{Grenze}
16096 \end_layout
16097
16098 \begin_layout Standard
16099 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16100 \end_layout
16101
16102 \begin_layout Standard
16103 Auf Formel 
16104 \begin_inset CommandInset ref
16105 LatexCommand eqref
16106 reference "eq:substack"
16107
16108 \end_inset
16109
16110  angewandt, gibt man also den Befehl
16111 \end_layout
16112
16113 \begin_layout Standard
16114
16115 \series bold
16116
16117 \backslash
16118 sum_
16119 \backslash
16120 mathclap{
16121 \backslash
16122 substack
16123 \begin_inset ERT
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127
16128
16129 \backslash
16130 leer 
16131 \end_layout
16132
16133 \end_inset
16134
16135 0<k<1000 Strg-Enter
16136 \end_layout
16137
16138 \begin_layout Standard
16139 ein, um die untere Grenze zu erstellen.
16140  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16141 \begin_inset Formula \[
16142 \sum_{\mathclap{\substack{0<k<1000\\
16143 \\k\,\in\,\mathbb{N}}
16144 }}^{n}k^{-2}\]
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \begin_layout Standard
16152 \begin_inset VSpace bigskip
16153 \end_inset
16154
16155 In 
16156 \begin_inset CommandInset ref
16157 LatexCommand ref
16158 reference "sub:Selbstdefinierte-Operatoren"
16159
16160 \end_inset
16161
16162  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16163 \end_layout
16164
16165 \begin_layout Subsection
16166 Binäre Operatoren
16167 \begin_inset CommandInset label
16168 LatexCommand label
16169 name "sub:Binäre-Operatoren"
16170
16171 \end_inset
16172
16173
16174 \begin_inset Index
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178 Operatoren ! binäre
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Standard
16187 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16188  ein Zeichen befindet.
16189 \begin_inset VSpace medskip
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \begin_layout Standard
16196 \begin_inset space \hfill{}
16197 \end_inset
16198
16199
16200 \begin_inset Tabular
16201 <lyxtabular version="3" rows="13" columns="2">
16202 <features>
16203 <column alignment="center" valignment="top" width="0pt">
16204 <column alignment="center" valignment="top" width="0pt">
16205 <row>
16206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 Befehl
16211 \begin_inset Note Note
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215
16216 \series bold
16217
16218 \backslash
16219 raisebox
16220 \series default
16221  dient nur als Abstandhalter.
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 Ergebnis
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 +
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 \begin_inset Formula $+$
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 </row>
16264 <row>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 -
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 \begin_inset Formula $-$
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \backslash
16294 pm
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 \begin_inset Formula $\pm$
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317
16318 \backslash
16319 mp
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 \begin_inset Formula $\mp$
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 </row>
16337 <row>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342
16343 \backslash
16344 cdot
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 \begin_inset Formula $\cdot$
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367
16368 \backslash
16369 times
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 \begin_inset Formula $\times$
16379 \end_inset
16380
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392
16393 \backslash
16394 div
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Formula $\div$
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 <row>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 \begin_inset ERT
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421
16422
16423 \backslash
16424 raisebox{-1.2mm}{
16425 \end_layout
16426
16427 \end_inset
16428
16429 *
16430 \begin_inset ERT
16431 status collapsed
16432
16433 \begin_layout Plain Layout
16434
16435 }
16436 \end_layout
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Formula $*$
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \backslash
16465 star
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Formula $\star$
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488
16489 \backslash
16490 circ
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 \begin_inset Formula $\circ$
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513
16514 \backslash
16515 diamond
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 \begin_inset Formula $\diamond$
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 </row>
16533 <row>
16534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538
16539 \backslash
16540 bullet
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 \begin_inset Formula $\bullet$
16550 \end_inset
16551
16552
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 </row>
16558 </lyxtabular>
16559
16560 \end_inset
16561
16562
16563 \begin_inset space \hfill{}
16564 \end_inset
16565
16566
16567 \begin_inset Tabular
16568 <lyxtabular version="3" rows="13" columns="2">
16569 <features>
16570 <column alignment="center" valignment="top" width="0pt">
16571 <column alignment="center" valignment="top" width="0pt">
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 Befehl
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 Ergebnis
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 nabla
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\nabla$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 bigtriangledown
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\bigtriangledown$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \backslash
16649 bigtriangleup
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\bigtriangleup$
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \backslash
16674 Box
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\Box$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \backslash
16699 cap 
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\cap$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722
16723 \backslash
16724 cup
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Formula $\cup$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747
16748 \backslash
16749 dagger
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Formula $\dagger$
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \backslash
16774 ddagger
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $\ddagger$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \backslash
16799 wr
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Formula $\wr$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822
16823 \backslash
16824 bigcirc
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $\bigcirc$
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 wedge
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\wedge$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \backslash
16874 vee
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\vee$
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \begin_inset space \hfill{}
16898 \end_inset
16899
16900
16901 \begin_inset Tabular
16902 <lyxtabular version="3" rows="13" columns="2">
16903 <features>
16904 <column alignment="center" valignment="top" width="0pt">
16905 <column alignment="center" valignment="top" width="0pt">
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 Befehl
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 Ergebnis
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \backslash
16933 oplus
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $\oplus$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \backslash
16958 ominus
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 \begin_inset Formula $\ominus$
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 </row>
16976 <row>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \backslash
16983 otimes
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 \begin_inset Formula $\otimes$
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006
17007 \backslash
17008 oslash
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $\oslash$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \backslash
17033 odot
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $\odot$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 <row>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \backslash
17058 amalg
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 \begin_inset Formula $\amalg$
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \backslash
17083 uplus
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $\uplus$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106
17107 \backslash
17108 setminus
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\setminus$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131
17132 \backslash
17133 sqcap
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\sqcap$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \backslash
17158 sqcup
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167 \begin_inset Formula $\sqcup$
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \backslash
17183 triangleleft
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $\triangleleft$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \backslash
17208 triangleright
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\triangleright$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 </lyxtabular>
17227
17228 \end_inset
17229
17230
17231 \begin_inset space \hfill{}
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \begin_layout Standard
17238 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17239  
17240 \begin_inset Graphics
17241         filename ../../images/math/pm.png
17242         scale 85
17243
17244 \end_inset
17245
17246  eingefügt werden.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 Um den Laplace-Operator darzustellen, kann man statt 
17251 \series bold
17252
17253 \backslash
17254 bigtriangleup
17255 \series default
17256  auch 
17257 \series bold
17258
17259 \backslash
17260 Delta
17261 \series default
17262  verwenden oder man benutzt 
17263 \series bold
17264
17265 \backslash
17266 nabla
17267 \series default
17268 ^
17269 \series bold
17270 2
17271 \series default
17272  (
17273 \begin_inset Formula $\nabla^{2}$
17274 \end_inset
17275
17276 ).
17277 \end_layout
17278
17279 \begin_layout Standard
17280 Das Zeichen 
17281 \family sans
17282 Menütrenner
17283 \family default
17284  im Menü 
17285 \family sans
17286 Einfügen\SpecialChar \menuseparator
17287 Sonderzeichen
17288 \family default
17289  ist der Operator 
17290 \series bold
17291
17292 \backslash
17293 triangleright
17294 \series default
17295 .
17296 \end_layout
17297
17298 \begin_layout Subsection
17299 Selbst definierte Operatoren
17300 \begin_inset CommandInset label
17301 LatexCommand label
17302 name "sub:Selbstdefinierte-Operatoren"
17303
17304 \end_inset
17305
17306
17307 \begin_inset Index
17308 status collapsed
17309
17310 \begin_layout Plain Layout
17311 Operatoren ! selbstdefinierte
17312 \end_layout
17313
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Standard
17320 Mit Hilfe des Befehls 
17321 \series bold
17322
17323 \backslash
17324 DeclareMathOperator
17325 \series default
17326
17327 \begin_inset Index
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331 Befehle ! D ! 
17332 \backslash
17333 dbinom@
17334 \backslash
17335 DeclareMathOperator
17336 \end_layout
17337
17338 \end_inset
17339
17340  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17341  Das Befehlsschema dazu lautet:
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347
17348 \backslash
17349 DeclareMathOperator{neuer Befehl}{Anzeige}
17350 \end_layout
17351
17352 \begin_layout Standard
17353 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17354  im Ausdruck aussieht.
17355  Will man einen großen Operator definieren, setzt man hinter den Befehl
17356  ein 
17357 \series bold
17358 *
17359 \series default
17360 .
17361  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17362  wie in 
17363 \begin_inset CommandInset ref
17364 LatexCommand ref
17365 reference "sub:Operatorgrenzen"
17366
17367 \end_inset
17368
17369  beschrieben.
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Beispielsweise definiert die LaTeX-Vorspannzeile
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379
17380 \backslash
17381 DeclareMathOperator*{
17382 \backslash
17383 Raute}{
17384 \backslash
17385 blacklozenge}
17386 \end_layout
17387
17388 \begin_layout Standard
17389 den Befehl 
17390 \series bold
17391
17392 \backslash
17393 Raute
17394 \series default
17395 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17396  aus 
17397 \begin_inset CommandInset ref
17398 LatexCommand ref
17399 reference "sub:Sonstige-Symbole"
17400
17401 \end_inset
17402
17403  besteht:
17404 \begin_inset Formula \[
17405 \Raute_{n=1}^{\infty}\]
17406
17407 \end_inset
17408
17409 Der Befehl für diese Formel lautet: 
17410 \series bold
17411
17412 \backslash
17413 Raute
17414 \series default
17415 ^
17416 \series bold
17417
17418 \backslash
17419 infty
17420 \begin_inset Formula $\to$
17421 \end_inset
17422
17423 _n=1
17424 \end_layout
17425
17426 \begin_layout Standard
17427 \begin_inset VSpace bigskip
17428 \end_inset
17429
17430 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17431  auch mit den Befehlen 
17432 \series bold
17433
17434 \backslash
17435 mathop
17436 \series default
17437
17438 \begin_inset Index
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442 Befehle ! M ! 
17443 \backslash
17444 mathop
17445 \end_layout
17446
17447 \end_inset
17448
17449  und 
17450 \series bold
17451
17452 \backslash
17453 mathbin
17454 \series default
17455
17456 \begin_inset Index
17457 status collapsed
17458
17459 \begin_layout Plain Layout
17460 Befehle ! M ! 
17461 \backslash
17462 mathbin
17463 \end_layout
17464
17465 \end_inset
17466
17467  definieren, die folgendes Schema besitzen:
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473
17474 \backslash
17475 mathop{Anzeige}
17476 \series default
17477  bzw.
17478  
17479 \series bold
17480
17481 \backslash
17482 mathbin{Anzeige}
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 mathop
17491 \series default
17492  definiert große, 
17493 \series bold
17494
17495 \backslash
17496 mathbin
17497 \series default
17498  binäre Operatoren.
17499 \end_layout
17500
17501 \begin_layout Standard
17502
17503 \series bold
17504
17505 \backslash
17506 mathop
17507 \series default
17508  lässt sich z.
17509 \begin_inset space \thinspace{}
17510 \end_inset
17511
17512 B.
17513  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17514 \begin_inset Formula \[
17515 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \begin_layout Standard
17523 Der Befehl für obige Formel lautet:
17524 \begin_inset Newline newline
17525 \end_inset
17526
17527  
17528 \series bold
17529
17530 \backslash
17531 mathop{
17532 \backslash
17533 sum
17534 \backslash
17535 negmedspace
17536 \backslash
17537 sum
17538 \series default
17539
17540 \begin_inset ERT
17541 status collapsed
17542
17543 \begin_layout Plain Layout
17544
17545
17546 \backslash
17547 leer 
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \series bold
17554
17555 \begin_inset Formula $\to$
17556 \end_inset
17557
17558 ^N
17559 \series default
17560
17561 \begin_inset ERT
17562 status collapsed
17563
17564 \begin_layout Plain Layout
17565
17566
17567 \backslash
17568 leer 
17569 \end_layout
17570
17571 \end_inset
17572
17573
17574 \series bold
17575 _i,j=1
17576 \end_layout
17577
17578 \begin_layout Section
17579 Schriften
17580 \begin_inset Index
17581 status collapsed
17582
17583 \begin_layout Plain Layout
17584 Schriften
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Subsection
17593 Schriftstile
17594 \begin_inset CommandInset label
17595 LatexCommand label
17596 name "sub:Schriftstile"
17597
17598 \end_inset
17599
17600
17601 \begin_inset Index
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 Schriften ! Schriftstile
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Standard
17614 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17615  gesetzt werden:
17616 \begin_inset VSpace -2mm
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \align center
17624 \begin_inset Tabular
17625 <lyxtabular version="3" rows="6" columns="3">
17626 <features>
17627 <column alignment="center" valignment="top" width="0">
17628 <column alignment="center" valignment="top" width="0">
17629 <column alignment="center" valignment="top" width="0">
17630 <row>
17631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635 Befehl
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 Ergebnis
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 Tastenkürzel
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 </row>
17659 <row>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \backslash
17666 mathbb
17667 \series bold
17668
17669 \begin_inset ERT
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673
17674
17675 \backslash
17676 leer 
17677 \end_layout
17678
17679 \end_inset
17680
17681
17682 \series default
17683 ABC
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Formula $\mathbb{ABC}$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 Alt-z k
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 <row>
17711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715
17716 \backslash
17717 mathbf
17718 \series bold
17719
17720 \begin_inset ERT
17721 status collapsed
17722
17723 \begin_layout Plain Layout
17724
17725
17726 \backslash
17727 leer 
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \series default
17734 AbC
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 \begin_inset Formula $\mathbf{AbC}$
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 -
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 </row>
17761 <row>
17762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766
17767 \backslash
17768 boldsymbol
17769 \series bold
17770
17771 \begin_inset ERT
17772 status collapsed
17773
17774 \begin_layout Plain Layout
17775
17776
17777 \backslash
17778 leer 
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \series default
17785 AbC
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794 \begin_inset Formula $\boldsymbol{AbC}$
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 Alt-z f
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \backslash
17819 mathcal
17820 \series bold
17821
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 leer 
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \series default
17836 ABC
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 \begin_inset Formula $\mathcal{ABC}$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 Alt-z h
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \backslash
17870 mathfrak
17871 \series bold
17872
17873 \begin_inset ERT
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 leer 
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \series default
17887 AbC
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 \begin_inset Formula $\mathfrak{AbC}$
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 -
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 </row>
17914 </lyxtabular>
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 \align center
17923 \begin_inset Tabular
17924 <lyxtabular version="3" rows="5" columns="3">
17925 <features>
17926 <column alignment="center" valignment="top" width="0">
17927 <column alignment="center" valignment="top" width="0">
17928 <column alignment="center" valignment="top" width="0">
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 Befehl
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 Ergebnis
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 Tastenkürzel
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963
17964 \backslash
17965 mathit
17966 \series bold
17967
17968 \begin_inset ERT
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972
17973
17974 \backslash
17975 leer 
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \series default
17982 AbC
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 \begin_inset Formula $\mathit{AbC}$
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 -
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \backslash
18016 mathrm
18017 \series bold
18018
18019 \begin_inset ERT
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023
18024
18025 \backslash
18026 leer 
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \series default
18033 AbC
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 \begin_inset Formula $\mathrm{AbC}$
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 Alt-z r
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathsf
18068 \series bold
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 leer 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series default
18084 AbC
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 \begin_inset Formula $\mathsf{AbC}$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Alt-z s
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \backslash
18118 mathtt
18119 \series bold
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 leer 
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \series default
18135 AbC
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 \begin_inset Formula $\mathtt{AbC}$
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 Alt-z c
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \begin_layout Standard
18170 \begin_inset Note Greyedout
18171 status open
18172
18173 \begin_layout Plain Layout
18174
18175 \series bold
18176 Achtung:
18177 \series default
18178  Die Stile 
18179 \series bold
18180
18181 \backslash
18182 mathbb
18183 \series default
18184  und 
18185 \series bold
18186
18187 \backslash
18188 mathcal
18189 \series default
18190  können nur für Großbuchstaben verwendet werden.
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199 Voreingestellt ist der Stil 
18200 \series bold
18201
18202 \backslash
18203 mathnormal
18204 \series default
18205 .
18206 \end_layout
18207
18208 \begin_layout Standard
18209 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18210 \begin_inset Formula \[
18211 \mathfrak{A=\frac{b}{C}}\]
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Standard
18219 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18220 ile, sondern in dem Textschriftstil 
18221 \series bold
18222
18223 \backslash
18224 textrm
18225 \series default
18226 .
18227  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18228  Fehler in LyX .
18229 \begin_inset Foot
18230 status collapsed
18231
18232 \begin_layout Plain Layout
18233 \begin_inset CommandInset href
18234 LatexCommand href
18235 name "LyX-Fehler #4091"
18236 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18237
18238 \end_inset
18239
18240
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \end_layout
18247
18248 \begin_layout Standard
18249 Anstelle der Stilbefehle kann man auch den Dialog 
18250 \family sans
18251 Bearbeiten\SpecialChar \menuseparator
18252 Mathe\SpecialChar \menuseparator
18253 Text-Stil
18254 \family default
18255  oder den Mathe-Werkzeugleistenknopf 
18256 \begin_inset Graphics
18257         filename ../../images/math/font.png
18258         scale 85
18259
18260 \end_inset
18261
18262  verwenden.
18263 \end_layout
18264
18265 \begin_layout Subsection
18266 Fett gedruckte Formeln
18267 \begin_inset CommandInset label
18268 LatexCommand label
18269 name "sub:Fett-gedruckte-Formeln"
18270
18271 \end_inset
18272
18273
18274 \begin_inset Index
18275 status collapsed
18276
18277 \begin_layout Plain Layout
18278 Formel ! fett gedruckte
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18288  Kapitel angegebenen Befehl 
18289 \series bold
18290
18291 \backslash
18292 mathbf
18293 \series default
18294  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18295  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18296  Formel gut erkennt:
18297 \end_layout
18298
18299 \begin_layout Standard
18300 \begin_inset Formula \[
18301 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \begin_layout Standard
18309 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18310 \series bold
18311
18312 \backslash
18313 boldsymbol
18314 \series default
18315 :
18316 \begin_inset Formula \[
18317 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18318
18319 \end_inset
18320
18321 Es gibt auch die Möglichkeit die Formel in eine 
18322 \series bold
18323 boldmath-Umgebung
18324 \series default
18325  zu setzen.
18326  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18327 \series bold
18328
18329 \backslash
18330 boldmath
18331 \begin_inset Index
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335 Befehle ! B ! 
18336 \backslash
18337 boldmath
18338 \end_layout
18339
18340 \end_inset
18341
18342
18343 \series default
18344  eingibt.
18345  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18346 \series bold
18347
18348 \backslash
18349 unboldmath
18350 \begin_inset Index
18351 status collapsed
18352
18353 \begin_layout Plain Layout
18354 Befehle ! U ! 
18355 \backslash
18356 unboldmath
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \series default
18363  ein.
18364 \begin_inset ERT
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368
18369
18370 \backslash
18371 boldmath 
18372 \end_layout
18373
18374 \end_inset
18375
18376
18377 \begin_inset Formula \[
18378 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18379
18380 \end_inset
18381
18382
18383 \begin_inset ERT
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387
18388
18389 \backslash
18390 unboldmath 
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Subsection
18399 Schriftgrößen
18400 \begin_inset CommandInset label
18401 LatexCommand label
18402 name "sub:Schriftgrößen"
18403
18404 \end_inset
18405
18406
18407 \begin_inset Index
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 Schriften ! Schriftgrößen
18412 \end_layout
18413
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18421 le:
18422 \end_layout
18423
18424 \begin_layout Standard
18425
18426 \series bold
18427
18428 \backslash
18429 Huge
18430 \series default
18431
18432 \series bold
18433
18434 \backslash
18435 huge
18436 \series default
18437
18438 \series bold
18439
18440 \backslash
18441 LARGE
18442 \series default
18443
18444 \series bold
18445
18446 \backslash
18447 Large
18448 \series default
18449
18450 \series bold
18451
18452 \backslash
18453 large
18454 \series default
18455
18456 \series bold
18457
18458 \backslash
18459 normalsize
18460 \series default
18461
18462 \series bold
18463
18464 \backslash
18465 small
18466 \series default
18467
18468 \series bold
18469
18470 \backslash
18471 footnotesize
18472 \series default
18473 ,
18474 \begin_inset Newline linebreak
18475 \end_inset
18476
18477
18478 \series bold
18479
18480 \backslash
18481 scriptsize
18482 \series default
18483  und 
18484 \series bold
18485
18486 \backslash
18487 tiny
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18492  ab, die dem Befehl 
18493 \series bold
18494
18495 \backslash
18496 normalsize
18497 \series default
18498  entspricht.
18499  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18500 \series bold
18501
18502 \backslash
18503 normalsize
18504 \series default
18505 .
18506  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18507  Beträgt z.
18508 \begin_inset space \thinspace{}
18509 \end_inset
18510
18511 B.
18512  die Dokumentschriftgröße 12
18513 \begin_inset space \thinspace{}
18514 \end_inset
18515
18516 pt, produziert der Befehl 
18517 \series bold
18518
18519 \backslash
18520 Huge
18521 \series default
18522  dasselbe wie 
18523 \series bold
18524
18525 \backslash
18526 huge
18527 \series default
18528 .
18529  
18530 \end_layout
18531
18532 \begin_layout Standard
18533 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18534  Größe aller nachfolgenden Formel- und Textzeichen fest.
18535  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18536  TeX-Modus den Befehl 
18537 \series bold
18538
18539 \backslash
18540 normalsize
18541 \series default
18542  ein.
18543 \end_layout
18544
18545 \begin_layout Standard
18546 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18547  mathematischen Text geändert werden.
18548  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18549  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18550  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18551  Dazu zwei Beispiele:
18552 \begin_inset VSpace -2mm
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564
18565 \backslash
18566 huge 
18567 \end_layout
18568
18569 \end_inset
18570
18571
18572 \begin_inset Formula \[
18573 A=\frac{B}{c}\cdot\maltese\]
18574
18575 \end_inset
18576
18577
18578 \begin_inset Formula \[
18579 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18580
18581 \end_inset
18582
18583
18584 \begin_inset ERT
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588
18589
18590 \backslash
18591 normalsize 
18592 \end_layout
18593
18594 \end_inset
18595
18596
18597 \end_layout
18598
18599 \begin_layout Standard
18600 \begin_inset VSpace medskip
18601 \end_inset
18602
18603 Vor beiden Formeln wurde der Befehl 
18604 \series bold
18605
18606 \backslash
18607 huge
18608 \series default
18609  eingegeben.
18610  Der Befehl für die zweite Formel lautet:
18611 \begin_inset Newline newline
18612 \end_inset
18613
18614
18615 \series bold
18616
18617 \backslash
18618 maltese
18619 \begin_inset ERT
18620 status collapsed
18621
18622 \begin_layout Plain Layout
18623
18624
18625 \backslash
18626 leer 
18627 \end_layout
18628
18629 \end_inset
18630
18631 A M-m m 
18632 \backslash
18633 Large
18634 \begin_inset ERT
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638
18639
18640 \backslash
18641 leer 
18642 \end_layout
18643
18644 \end_inset
18645
18646
18647 \backslash
18648 maltese
18649 \begin_inset ERT
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653
18654
18655 \backslash
18656 leer 
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \backslash
18663 textit
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 leer 
18672 \end_layout
18673
18674 \end_inset
18675
18676 A
18677 \begin_inset Formula $\to$
18678 \end_inset
18679
18680
18681 \begin_inset Formula $\to$
18682 \end_inset
18683
18684
18685 \begin_inset Newline newline
18686 \end_inset
18687
18688
18689 \begin_inset space \hspace*{}
18690 \length 1cm
18691 \end_inset
18692
18693 M-m
18694 \series default
18695  
18696 \series bold
18697
18698 \backslash
18699 tiny
18700 \begin_inset ERT
18701 status collapsed
18702
18703 \begin_layout Plain Layout
18704
18705
18706 \backslash
18707 leer 
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \backslash
18714 maltese
18715 \begin_inset ERT
18716 status collapsed
18717
18718 \begin_layout Plain Layout
18719
18720
18721 \backslash
18722 leer 
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \backslash
18729 textit
18730 \begin_inset ERT
18731 status collapsed
18732
18733 \begin_layout Plain Layout
18734
18735
18736 \backslash
18737 leer 
18738 \end_layout
18739
18740 \end_inset
18741
18742 A
18743 \end_layout
18744
18745 \begin_layout Standard
18746 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18747  immer in der Standardgröße dargestellt.
18748 \end_layout
18749
18750 \begin_layout Section
18751 Griechische Buchstaben
18752 \begin_inset Index
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756 griechische Buchstaben
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18766  
18767 \begin_inset Graphics
18768         filename ../../images/math/alpha.png
18769         scale 85
18770
18771 \end_inset
18772
18773  eingefügt werden.
18774 \end_layout
18775
18776 \begin_layout Subsection
18777 Kleine Buchstaben
18778 \begin_inset CommandInset label
18779 LatexCommand label
18780 name "sub:Kleine-Buchstaben"
18781
18782 \end_inset
18783
18784
18785 \begin_inset Index
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789 griechische Buchstaben ! kleine
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset space \hfill{}
18799 \end_inset
18800
18801
18802 \begin_inset Tabular
18803 <lyxtabular version="3" rows="11" columns="2">
18804 <features>
18805 <column alignment="center" valignment="top" width="0pt">
18806 <column alignment="center" valignment="top" width="0pt">
18807 <row>
18808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 Befehl
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 Ergebnis
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \backslash
18834 alpha
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 \begin_inset Formula $\alpha$
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 beta
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Formula $\beta$
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \backslash
18884 gamma
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Formula $\gamma$
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 </row>
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \backslash
18909 delta
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 \begin_inset Formula $\delta$
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \backslash
18934 epsilon
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 \begin_inset Formula $\epsilon$
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \backslash
18959 varepsilon
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 \begin_inset Formula $\varepsilon$
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 </row>
18977 <row>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \backslash
18984 zeta
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 \begin_inset Formula $\zeta$
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 </row>
19002 <row>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \backslash
19009 eta
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 \begin_inset Formula $\eta$
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 </row>
19027 <row>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \backslash
19034 theta
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 \begin_inset Formula $\theta$
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 </row>
19052 <row>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \backslash
19059 vartheta
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 \begin_inset Formula $\vartheta$
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 </lyxtabular>
19078
19079 \end_inset
19080
19081
19082 \begin_inset space \hfill{}
19083 \end_inset
19084
19085
19086 \begin_inset Tabular
19087 <lyxtabular version="3" rows="12" columns="2">
19088 <features>
19089 <column alignment="center" valignment="top" width="0pt">
19090 <column alignment="center" valignment="top" width="0pt">
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 Befehl
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 Ergebnis
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \backslash
19118 iota
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 \begin_inset Formula $\iota$
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 </row>
19136 <row>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141
19142 \backslash
19143 kappa
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 \begin_inset Formula $\kappa$
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 </row>
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \backslash
19168 varkappa
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 \begin_inset Formula $\varkappa$
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 <row>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \backslash
19193 lambda
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\lambda$
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \backslash
19218 mu
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\mu$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \backslash
19243 nu
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 \begin_inset Formula $\nu$
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \backslash
19268 xi
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 \begin_inset Formula $\xi$
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 o
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $o$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 pi
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\pi$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 varpi
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\varpi$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 rho
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\rho$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 </lyxtabular>
19385
19386 \end_inset
19387
19388
19389 \begin_inset space \hfill{}
19390 \end_inset
19391
19392
19393 \begin_inset Tabular
19394 <lyxtabular version="3" rows="11" columns="2">
19395 <features>
19396 <column alignment="center" valignment="top" width="0pt">
19397 <column alignment="center" valignment="top" width="0pt">
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 Befehl
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 Ergebnis
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 varrho
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\varrho$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 sigma
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\sigma$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \backslash
19475 varsigma
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset Formula $\varsigma$
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \backslash
19500 tau
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $\tau$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 <row>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523
19524 \backslash
19525 upsilon
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 \begin_inset Formula $\upsilon$
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548
19549 \backslash
19550 phi
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Formula $\phi$
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \backslash
19575 varphi
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 \begin_inset Formula $\varphi$
19585 \end_inset
19586
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \backslash
19600 chi
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 \begin_inset Formula $\chi$
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \backslash
19625 psi
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset Formula $\psi$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \backslash
19650 omega
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Formula $\omega$
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 </lyxtabular>
19669
19670 \end_inset
19671
19672
19673 \begin_inset space \hfill{}
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 \begin_inset VSpace medskip
19681 \end_inset
19682
19683 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19684 \begin_inset CommandInset ref
19685 LatexCommand ref
19686 reference "sub:Aufrechte-kleine-griechische"
19687
19688 \end_inset
19689
19690  beschrieben.
19691 \end_layout
19692
19693 \begin_layout Subsection
19694 Große Buchstaben
19695 \begin_inset Index
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699 griechische Buchstaben ! große
19700 \end_layout
19701
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \begin_layout Standard
19708 \begin_inset space \hfill{}
19709 \end_inset
19710
19711
19712 \begin_inset Tabular
19713 <lyxtabular version="3" rows="7" columns="2">
19714 <features>
19715 <column alignment="center" valignment="top" width="0pt">
19716 <column alignment="center" valignment="top" width="0pt">
19717 <row>
19718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 Befehl
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 Ergebnis
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \backslash
19744 Gamma
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 \begin_inset Formula $\Gamma$
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 <row>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767
19768 \backslash
19769 Delta
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 \begin_inset Formula $\Delta$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \backslash
19794 Theta
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $\Theta$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 Lambda
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\Lambda$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 Xi
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\Xi$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 Pi
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\Pi$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 </lyxtabular>
19888
19889 \end_inset
19890
19891
19892 \begin_inset space \hfill{}
19893 \end_inset
19894
19895
19896 \begin_inset Tabular
19897 <lyxtabular version="3" rows="6" columns="2">
19898 <features>
19899 <column alignment="center" valignment="top" width="0pt">
19900 <column alignment="center" valignment="top" width="0pt">
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 Befehl
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 Ergebnis
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \backslash
19928 Sigma
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset Formula $\Sigma$
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951
19952 \backslash
19953 Upsilon
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 \begin_inset Formula $\Upsilon$
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976
19977 \backslash
19978 Phi
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 \begin_inset Formula $\Phi$
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 </row>
19996 <row>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001
20002 \backslash
20003 Psi
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 \begin_inset Formula $\Psi$
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 </row>
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \backslash
20028 Omega
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\Omega$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 </lyxtabular>
20047
20048 \end_inset
20049
20050
20051 \begin_inset space \hfill{}
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \begin_layout Standard
20058 \begin_inset VSpace medskip
20059 \end_inset
20060
20061 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20062  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20063  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20064  mit 
20065 \series bold
20066 var
20067 \series default
20068 .
20069  So ergibt z.
20070 \begin_inset space \thinspace{}
20071 \end_inset
20072
20073 B.
20074  der Befehl 
20075 \series bold
20076
20077 \backslash
20078 varGamma
20079 \series default
20080
20081 \begin_inset Formula $\varGamma$
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \begin_layout Subsection
20088 Fett gedruckte Buchstaben
20089 \begin_inset Index
20090 status collapsed
20091
20092 \begin_layout Plain Layout
20093 griechische Buchstaben ! fett gedruckte
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \begin_layout Standard
20102 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20103  Schriftstilen darstellen.
20104  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20105 \series bold
20106
20107 \backslash
20108 boldsymbol
20109 \series default
20110
20111 \begin_inset Index
20112 status collapsed
20113
20114 \begin_layout Plain Layout
20115 Befehle ! B ! 
20116 \backslash
20117 boldsymbol
20118 \end_layout
20119
20120 \end_inset
20121
20122  fett gedruckt auszugeben.
20123 \end_layout
20124
20125 \begin_layout Standard
20126 \align center
20127 \begin_inset Tabular
20128 <lyxtabular version="3" rows="3" columns="2">
20129 <features>
20130 <column alignment="center" valignment="top" width="0">
20131 <column alignment="center" valignment="top" width="0">
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 Befehl
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146 Ergebnis
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 </row>
20152 <row>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \backslash
20159 Upsilon
20160 \backslash
20161 boldsymbol
20162 \backslash
20163 Upsilon
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 theta
20189 \backslash
20190 boldsymbol
20191 \backslash
20192 theta
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\theta\boldsymbol{\theta}$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 </lyxtabular>
20211
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \begin_layout Section
20218 Symbole
20219 \begin_inset ERT
20220 status collapsed
20221
20222 \begin_layout Plain Layout
20223
20224
20225 \backslash
20226 texorpdfstring{
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \begin_inset Foot
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20237  
20238 \begin_inset CommandInset citation
20239 LatexCommand cite
20240 key "Symbole"
20241
20242 \end_inset
20243
20244 .
20245 \end_layout
20246
20247 \end_inset
20248
20249
20250 \begin_inset ERT
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254
20255 }{}
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \begin_inset Note Note
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265
20266 \series bold
20267
20268 \backslash
20269 texorpdfstring
20270 \series default
20271  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20272 \end_layout
20273
20274 \begin_layout Plain Layout
20275 Näheres zu 
20276 \series bold
20277
20278 \backslash
20279 texorpdfstring
20280 \series default
20281  steht in Kapitel 
20282 \begin_inset CommandInset ref
20283 LatexCommand ref
20284 reference "sub:Formeln-in-Überschriften"
20285
20286 \end_inset
20287
20288 .
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \begin_inset Index
20295 status collapsed
20296
20297 \begin_layout Plain Layout
20298 Symbole
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Standard
20307 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20308
20309 leistenknöpfe 
20310 \begin_inset Graphics
20311         filename ../../images/math/nabla.png
20312         scale 85
20313
20314 \end_inset
20315
20316  und 
20317 \begin_inset Graphics
20318         filename ../../images/math/digamma.png
20319         scale 85
20320
20321 \end_inset
20322
20323  eingefügt werden.
20324 \end_layout
20325
20326 \begin_layout Standard
20327 \begin_inset Newpage newpage
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \begin_layout Subsection
20334 Mathematische Symbole
20335 \begin_inset CommandInset label
20336 LatexCommand label
20337 name "sub:Mathematische-Symbole"
20338
20339 \end_inset
20340
20341
20342 \begin_inset Index
20343 status collapsed
20344
20345 \begin_layout Plain Layout
20346 Symbole ! mathematische
20347 \end_layout
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \begin_inset space \hfill{}
20356 \end_inset
20357
20358
20359 \begin_inset Tabular
20360 <lyxtabular version="3" rows="10" columns="2">
20361 <features>
20362 <column alignment="center" valignment="top" width="0pt">
20363 <column alignment="center" valignment="top" width="0pt">
20364 <row>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 Befehl
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 Ergebnis
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \backslash
20391 neg
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 \begin_inset Formula $\neg$
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 </row>
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \backslash
20416 Im
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 \begin_inset Formula $\Im$
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439
20440 \backslash
20441 Re
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Formula $\Re$
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 </row>
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \backslash
20466 aleph
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 \begin_inset Formula $\aleph$
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 partial
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500 \begin_inset Formula $\partial$
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \backslash
20516 infty
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Formula $\infty$
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \backslash
20541 wp
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\wp$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \backslash
20566 imath
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 \begin_inset Formula $\imath$
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 <row>
20585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \backslash
20591 jmath
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Formula $\jmath$
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 </lyxtabular>
20610
20611 \end_inset
20612
20613
20614 \begin_inset space \hfill{}
20615 \end_inset
20616
20617
20618 \begin_inset Tabular
20619 <lyxtabular version="3" rows="10" columns="2">
20620 <features>
20621 <column alignment="center" valignment="top" width="0pt">
20622 <column alignment="center" valignment="top" width="0pt">
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 Befehl
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 Ergebnis
20638 \begin_inset Note Note
20639 status collapsed
20640
20641 \begin_layout Plain Layout
20642
20643 \series bold
20644
20645 \backslash
20646 raisebox
20647 \series default
20648  dient nur als Abstandhalter.
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 </row>
20659 <row>
20660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664
20665 \backslash
20666 forall
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 \begin_inset Formula $\forall$
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689
20690 \backslash
20691 exists
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700 \begin_inset Formula $\exists$
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 <row>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \backslash
20716 nexists
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 \begin_inset Formula $\nexists$
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \backslash
20741 emptyset
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Formula $\emptyset$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 </row>
20759 <row>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \backslash
20766 varnothing
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 \begin_inset Formula $\varnothing$
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \backslash
20791 dag
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\dag$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814
20815 \backslash
20816 ddag
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Formula $\ddag$
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 </row>
20834 <row>
20835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839
20840 \backslash
20841 complement
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 \begin_inset ERT
20851 status collapsed
20852
20853 \begin_layout Plain Layout
20854
20855
20856 \backslash
20857 raisebox{-0.8mm}{
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \begin_inset Formula $\complement$
20864 \end_inset
20865
20866
20867 \begin_inset ERT
20868 status collapsed
20869
20870 \begin_layout Plain Layout
20871
20872 }
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \backslash
20890 Bbbk
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 \begin_inset Formula $\Bbbk$
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 </lyxtabular>
20909
20910 \end_inset
20911
20912
20913 \begin_inset space \hfill{}
20914 \end_inset
20915
20916
20917 \begin_inset Tabular
20918 <lyxtabular version="3" rows="10" columns="2">
20919 <features>
20920 <column alignment="center" valignment="top" width="0pt">
20921 <column alignment="center" valignment="top" width="0pt">
20922 <row>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 Befehl
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 Ergebnis
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \backslash
20949 prime
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Formula $\prime$
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \backslash
20974 backprime
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 \begin_inset Formula $\backprime$
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \backslash
20999 mho
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 \begin_inset Formula $\mho$
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 <row>
21018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022
21023 \backslash
21024 triangle
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21030 \begin_inset Text
21031
21032 \begin_layout Plain Layout
21033 \begin_inset Formula $\triangle$
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \backslash
21049 angle
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 \begin_inset Formula $\angle$
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 <row>
21068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072
21073 \backslash
21074 measuredangle
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083 \begin_inset Formula $\measuredangle$
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 </row>
21092 <row>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097
21098 \backslash
21099 sphericalangle
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\sphericalangle$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122
21123 \backslash
21124 top
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $\top$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147
21148 \backslash
21149 bot
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 \begin_inset Formula $\bot$
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 </row>
21167 </lyxtabular>
21168
21169 \end_inset
21170
21171
21172 \begin_inset space \hfill{}
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \begin_layout Subsection
21179 Sonstige Symbole
21180 \begin_inset CommandInset label
21181 LatexCommand label
21182 name "sub:Sonstige-Symbole"
21183
21184 \end_inset
21185
21186
21187 \begin_inset Index
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191 Symbole ! sonstige
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \begin_layout Standard
21200 \noindent
21201 \align center
21202 \begin_inset Tabular
21203 <lyxtabular version="3" rows="10" columns="2">
21204 <features>
21205 <column alignment="center" valignment="top" width="0pt">
21206 <column alignment="center" valignment="top" width="0pt">
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 Befehl
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 Ergebnis
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 flat
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\flat$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 natural
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\natural$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 sharp
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\sharp$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 surd
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\surd$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 checkmark
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\checkmark$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 yen
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\yen$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 pounds
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\pounds$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 $
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $\$$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 §
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $§$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 </lyxtabular>
21449
21450 \end_inset
21451
21452
21453 \begin_inset Tabular
21454 <lyxtabular version="3" rows="10" columns="2">
21455 <features>
21456 <column alignment="center" valignment="top" width="0">
21457 <column alignment="center" valignment="top" width="0">
21458 <row>
21459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 Befehl
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 Ergebnis
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 hbar
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\hbar$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 hslash
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\hslash$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 clubsuit
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\clubsuit$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 spadesuit
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\spadesuit$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 bigstar
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\bigstar$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 blacklozenge
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\blacklozenge$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 blacktriangle
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\blacktriangle$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 blacktiangledown
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\blacktriangledown$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \backslash
21685 bullet
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\bullet$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 </lyxtabular>
21704
21705 \end_inset
21706
21707
21708 \begin_inset Tabular
21709 <lyxtabular version="3" rows="10" columns="2">
21710 <features>
21711 <column alignment="center" valignment="top" width="0pt">
21712 <column alignment="center" valignment="top" width="0pt">
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 Befehl
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 Ergebnis
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 diamondsuit
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\diamondsuit$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 Diamond
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\Diamond$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 heartsuit
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\heartsuit$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 P
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\P$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 copyright
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\copyright$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 circledR
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\circledR$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 maltese
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\maltese$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 diagup
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\diagup$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 diagdown
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\diagdown$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 </lyxtabular>
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \begin_layout Standard
21966 \begin_inset VSpace medskip
21967 \end_inset
21968
21969 Weitere Symbole sind in 
21970 \begin_inset CommandInset ref
21971 LatexCommand ref
21972 reference "sub:Sonstige-Sonderzeichen"
21973
21974 \end_inset
21975
21976  aufgelistet.
21977 \end_layout
21978
21979 \begin_layout Standard
21980 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
21981  
21982 \begin_inset CommandInset ref
21983 LatexCommand ref
21984 reference "sub:Schriftgrößen"
21985
21986 \end_inset
21987
21988 .
21989 \end_layout
21990
21991 \begin_layout Subsection
21992 Das Euro-Symbol €
21993 \begin_inset Index
21994 status collapsed
21995
21996 \begin_layout Plain Layout
21997 Symbole ! Euro-Symbol
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \begin_inset Index
22004 status collapsed
22005
22006 \begin_layout Plain Layout
22007 \begin_inset ERT
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011
22012
22013 \backslash
22014 officialeuro
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22029
22030 \series bold
22031 eurosym
22032 \series default
22033
22034 \begin_inset Index
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038 Pakete ! eurosym
22039 \end_layout
22040
22041 \end_inset
22042
22043  installieren und dieses mit der LaTeX-Vorspannzeile
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049
22050 \backslash
22051 usepackage[gennarrow]{eurosym}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 aktivieren.
22056  Das Euro-Symbol kann man nun mit dem Befehl 
22057 \series bold
22058
22059 \backslash
22060 euro
22061 \series default
22062
22063 \begin_inset Index
22064 status collapsed
22065
22066 \begin_layout Plain Layout
22067 Befehle ! E ! 
22068 \backslash
22069 euro
22070 \end_layout
22071
22072 \end_inset
22073
22074  aufrufen.
22075 \end_layout
22076
22077 \begin_layout Standard
22078 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22079  eingeben, ohne 
22080 \series bold
22081 eurosym
22082 \series default
22083  installiert zu haben.
22084  Ist 
22085 \series bold
22086 eurosym
22087 \series default
22088  installiert, kann man 
22089 \series bold
22090
22091 \backslash
22092 euro
22093 \series default
22094  auch im TeX-Modus eingeben.
22095  Das offizielle Währungssymbol erhält man dann über den Befehl 
22096 \series bold
22097
22098 \backslash
22099 officialeuro
22100 \series default
22101
22102 \begin_inset Index
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 Befehle ! O ! 
22107 \backslash
22108 officialeuro
22109 \end_layout
22110
22111 \end_inset
22112
22113 , der nur im TeX-Modus verfügbar ist.
22114 \end_layout
22115
22116 \begin_layout Standard
22117 \begin_inset ERT
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121
22122
22123 \backslash
22124 ifeurosym 
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \begin_inset Note Note
22131 status open
22132
22133 \begin_layout Plain Layout
22134 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22135 \series bold
22136 eurosym
22137 \series default
22138  installiert ist:
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Standard
22147 Eine Übersicht der verschiedenen Euro-Symbole:
22148 \end_layout
22149
22150 \begin_layout Standard
22151 \align center
22152 \begin_inset Tabular
22153 <lyxtabular version="3" rows="4" columns="3">
22154 <features>
22155 <column alignment="center" valignment="top" width="0pt">
22156 <column alignment="center" valignment="top" width="0pt">
22157 <column alignment="center" valignment="top" width="0pt">
22158 <row>
22159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 Befehl 
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 Ergebnis
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 Formel
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 euro
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\euro$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 mathematischer Text
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Formula $\mbox{€}$
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 </row>
22253 <row>
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 TeX-Modus
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267
22268 \backslash
22269 officialeuro
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 \begin_inset ERT
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282
22283
22284 \backslash
22285 officialeuro
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 </lyxtabular>
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \begin_inset ERT
22305 status collapsed
22306
22307 \begin_layout Plain Layout
22308
22309
22310 \backslash
22311 else 
22312 \end_layout
22313
22314 \end_inset
22315
22316
22317 \begin_inset Note Note
22318 status open
22319
22320 \begin_layout Plain Layout
22321 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22322 \series bold
22323 eurosym
22324 \series default
22325  nicht installiert ist:
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \begin_layout Standard
22334 Das LaTeX-Paket 
22335 \series bold
22336 eurosym 
22337 \series default
22338 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22339 \end_layout
22340
22341 \begin_layout Standard
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 fi 
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Section
22358 Relationen
22359 \begin_inset CommandInset label
22360 LatexCommand label
22361 name "sec:Relationen"
22362
22363 \end_inset
22364
22365
22366 \begin_inset Index
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370 Relationen
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset Index
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380 Vergleiche|see
22381 \begin_inset ERT
22382 status collapsed
22383
22384 \begin_layout Plain Layout
22385
22386 {
22387 \end_layout
22388
22389 \end_inset
22390
22391 Relationen
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397 }
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \begin_layout Standard
22411 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22412  
22413 \begin_inset Graphics
22414         filename ../../images/math/leq.png
22415         scale 85
22416
22417 \end_inset
22418
22419  eingefügt werden.
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \begin_inset space \hfill{}
22424 \end_inset
22425
22426
22427 \begin_inset Tabular
22428 <lyxtabular version="3" rows="17" columns="2">
22429 <features>
22430 <column alignment="center" valignment="top" width="0pt">
22431 <column alignment="center" valignment="top" width="0pt">
22432 <row>
22433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 Befehl
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 Ergebnis
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 <
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $<$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 le
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\le$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 ll
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\ll$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 prec
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\prec$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 preceq
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\preceq$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 subset
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\subset$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 subseteq
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\subseteq$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 sqsubseteq
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\sqsubseteq$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 in
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\in$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 vdash
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\vdash$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 smile
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\smile$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 lhd
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\lhd$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 unlhd
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\unlhd$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \backslash
22782 gtrless
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $\gtrless$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \backslash
22807 mid
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\mid$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 nmid
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $\nmid$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 </lyxtabular>
22851
22852 \end_inset
22853
22854
22855 \begin_inset space \hfill{}
22856 \end_inset
22857
22858
22859 \begin_inset Tabular
22860 <lyxtabular version="3" rows="17" columns="2">
22861 <features>
22862 <column alignment="center" valignment="top" width="0pt">
22863 <column alignment="center" valignment="top" width="0pt">
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 Befehl
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 Ergebnis
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 <row>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 =
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $=$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 not=
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\not=$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 equiv
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\equiv$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 sim
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\sim$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 simeq
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\simeq$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 approx
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\approx$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 cong
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\cong$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 bowtie
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\bowtie$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 notin
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\notin$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 perp
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\perp$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 propto
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\propto$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 asymp
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\asymp$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 doteq
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\doteq$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 circeq
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\circeq$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 models
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\models$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 widehat=
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\widehat{=}$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 </lyxtabular>
23283
23284 \end_inset
23285
23286
23287 \begin_inset space \hfill{}
23288 \end_inset
23289
23290
23291 \begin_inset Tabular
23292 <lyxtabular version="3" rows="17" columns="2">
23293 <features>
23294 <column alignment="center" valignment="top" width="0pt">
23295 <column alignment="center" valignment="top" width="0pt">
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 Befehl
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 Ergebnis
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 </row>
23316 <row>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 >
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $>$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 ge
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\ge$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 gg
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\gg$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 succ
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\succ$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 succeq
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\succeq$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 supset
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\supset$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 supseteq
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\supseteq$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 sqsupseteq
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\sqsupseteq$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 ni
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\ni$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 dashv
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\dashv$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 frown
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\frown$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 rhd
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\rhd$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 unrhd
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\unrhd$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \backslash
23646 lessgtr
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 \begin_inset Formula $\lessgtr$
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 parallel
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $\parallel$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 nparallel
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\nparallel$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 </lyxtabular>
23715
23716 \end_inset
23717
23718
23719 \begin_inset space \hfill{}
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \begin_layout Standard
23726 \begin_inset VSpace medskip
23727 \end_inset
23728
23729 Die Zeichen 
23730 \series bold
23731
23732 \backslash
23733 lhd
23734 \series default
23735  bzw.
23736  
23737 \series bold
23738
23739 \backslash
23740 rhd
23741 \series default
23742  sind größer als die gleich aussehenden Operatoren
23743 \begin_inset Newline linebreak
23744 \end_inset
23745
23746
23747 \series bold
23748
23749 \backslash
23750 triangleleft
23751 \series default
23752  bzw.
23753  
23754 \series bold
23755
23756 \backslash
23757 triangleright
23758 \series default
23759 .
23760 \end_layout
23761
23762 \begin_layout Standard
23763 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23764 \end_layout
23765
23766 \begin_layout Standard
23767 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23768 \series bold
23769
23770 \backslash
23771 stackrel
23772 \series default
23773
23774 \begin_inset Index
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778 Befehle ! S ! 
23779 \backslash
23780 stackrel
23781 \end_layout
23782
23783 \end_inset
23784
23785  erstellt werden:
23786 \end_layout
23787
23788 \begin_layout Standard
23789 \align center
23790 \begin_inset Tabular
23791 <lyxtabular version="3" rows="2" columns="2">
23792 <features>
23793 <column alignment="center" valignment="top" width="0">
23794 <column alignment="center" valignment="top" width="0">
23795 <row>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 Befehl
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 Ergebnis
23810 \begin_inset Note Note
23811 status collapsed
23812
23813 \begin_layout Plain Layout
23814
23815 \series bold
23816
23817 \backslash
23818 raisebox
23819 \series default
23820  dient nur als Abstandhalter.
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 <row>
23832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 A(r)
23837 \backslash
23838 stackrel
23839 \begin_inset ERT
23840 status collapsed
23841
23842 \begin_layout Plain Layout
23843
23844
23845 \backslash
23846 leer 
23847 \end_layout
23848
23849 \end_inset
23850
23851 r
23852 \backslash
23853 to
23854 \backslash
23855 infty
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 leer 
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \begin_inset Formula $\downarrow$
23870 \end_inset
23871
23872
23873 \backslash
23874 approx
23875 \begin_inset ERT
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879
23880
23881 \backslash
23882 leer 
23883 \end_layout
23884
23885 \end_inset
23886
23887
23888 \begin_inset ERT
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892
23893
23894 \backslash
23895 leer 
23896 \end_layout
23897
23898 \end_inset
23899
23900 B
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 </lyxtabular>
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Standard
23926 \begin_inset Newpage newpage
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Section
23933 Funktionen
23934 \end_layout
23935
23936 \begin_layout Subsection
23937 Vordefinierte Funktionen
23938 \begin_inset CommandInset label
23939 LatexCommand label
23940 name "sub:Vordefinierte-Funktionen"
23941
23942 \end_inset
23943
23944
23945 \begin_inset Index
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949 Funktionen ! vordefinierte
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 Allgemein werden in mathematischen Ausdrücken Variablen 
23959 \shape italic
23960 kursiv
23961 \shape default
23962  gesetzt, Funktionsnamen hingegen nicht, denn 
23963 \begin_inset Formula $sin$
23964 \end_inset
23965
23966  könnte als 
23967 \begin_inset Formula $s\cdot i\cdot n$
23968 \end_inset
23969
23970  missverstanden werden.
23971  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23972 en etwas abgesetzt sind.
23973  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23974 \end_layout
23975
23976 \begin_layout Standard
23977 \align center
23978 \begin_inset Tabular
23979 <lyxtabular version="3" rows="2" columns="4">
23980 <features>
23981 <column alignment="center" valignment="top" width="0pt">
23982 <column alignment="center" valignment="top" width="0pt">
23983 <column alignment="center" valignment="top" width="0pt">
23984 <column alignment="center" valignment="top" width="0pt">
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 Befehl
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 Ergebnis
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 Befehl
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 Ergebnis
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 Asin(x)+B
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Formula $Asin(x)+B$
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 A
24050 \backslash
24051 sin(x)+B
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $A\sin(x)+B$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 </lyxtabular>
24070
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Standard
24077 Folgende Funktionen sind vordefiniert:
24078 \end_layout
24079
24080 \begin_layout Standard
24081 \begin_inset VSpace -2mm
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 \align center
24089 \begin_inset Tabular
24090 <lyxtabular version="3" rows="9" columns="4">
24091 <features>
24092 <column alignment="center" valignment="top" width="0pt">
24093 <column alignment="center" valignment="top" width="0pt">
24094 <column alignment="center" valignment="top" width="0pt">
24095 <column alignment="center" valignment="top" width="0pt">
24096 <row>
24097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 Befehl
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 Befehl
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 Befehl
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 Befehl
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 sin
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 sinh
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 arcsin
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 sup
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 </row>
24180 <row>
24181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \backslash
24187 cos
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 cosh
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 arccos
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 inf
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 tan
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 tanh
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 arctan
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 lim
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 cot
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 coth
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 arg
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 liminf
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 </row>
24318 <row>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 sec
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 min
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 deg
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 limsup
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 csc
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 max
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \backslash
24393 det
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 Pr
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 <row>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 ln
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 exp
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 dim
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 hom
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 </row>
24456 <row>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 lg
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 log
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 ker
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 gcd
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 </lyxtabular>
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 Sie können auch über den Mathe-Werkzeugleistenknopf 
24511 \begin_inset Graphics
24512         filename ../../images/math/functions.png
24513         scale 85
24514
24515 \end_inset
24516
24517  eingefügt werden.
24518 \end_layout
24519
24520 \begin_layout Subsection
24521 Selbst definierte Funktionen
24522 \begin_inset Index
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526 Funktionen ! selbstdefinierte
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24536 \begin_inset space \thinspace{}
24537 \end_inset
24538
24539 B.
24540  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24541 \end_layout
24542
24543 \begin_layout Itemize
24544 Man definiert die Funktion selbst.
24545  Dazu gibt man im LaTeX-Vorspann die Zeile
24546 \begin_inset Newline newline
24547 \end_inset
24548
24549
24550 \begin_inset VSpace -3mm
24551 \end_inset
24552
24553
24554 \begin_inset Newline newline
24555 \end_inset
24556
24557
24558 \series bold
24559
24560 \backslash
24561 DeclareMathOperator{
24562 \backslash
24563 sgn}{sgn}
24564 \series default
24565
24566 \begin_inset Index
24567 status collapsed
24568
24569 \begin_layout Plain Layout
24570 Befehle ! D ! 
24571 \backslash
24572 dbinom@
24573 \backslash
24574 DeclareMathOperator
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \begin_inset Newline newline
24581 \end_inset
24582
24583
24584 \begin_inset VSpace -2mm
24585 \end_inset
24586
24587
24588 \begin_inset Newline newline
24589 \end_inset
24590
24591 ein
24592 \begin_inset Foot
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Näheres zu 
24597 \series bold
24598
24599 \backslash
24600 DeclareMathOperator
24601 \series default
24602  siehe 
24603 \begin_inset CommandInset ref
24604 LatexCommand ref
24605 reference "sub:Selbstdefinierte-Operatoren"
24606
24607 \end_inset
24608
24609 .
24610 \end_layout
24611
24612 \end_inset
24613
24614 .
24615  Nun kann man mit dem Befehl 
24616 \series bold
24617
24618 \backslash
24619 sgn
24620 \series default
24621  die neu definierte Funktion aufrufen.
24622 \end_layout
24623
24624 \begin_layout Itemize
24625 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24626  Beispiel die Buchstaben 
24627 \emph on
24628 sgn
24629 \emph default
24630 , und wandelt ihn in in mathematischen Text um.
24631  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24636  Funktion
24637 \begin_inset Foot
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24642 \end_layout
24643
24644 \end_inset
24645
24646 :
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \align center
24651 \begin_inset Tabular
24652 <lyxtabular version="3" rows="3" columns="2">
24653 <features>
24654 <column alignment="center" valignment="top" width="0pt">
24655 <column alignment="center" valignment="top" width="0pt">
24656 <row>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 Befehl
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 Ergebnis
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 </row>
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 A
24682 \backslash
24683 sgn(x)+B
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 \begin_inset Formula $A\sgn(x)+B$
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 </row>
24701 <row>
24702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 A
24707 \backslash
24708 ,
24709 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24710 \end_inset
24711
24712 (x)+B
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 </row>
24730 </lyxtabular>
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24739  mehrfach verwendet werden soll.
24740 \end_layout
24741
24742 \begin_layout Subsection
24743 Grenzwerte
24744 \begin_inset Index
24745 status collapsed
24746
24747 \begin_layout Plain Layout
24748 Grenzwerte
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 Für Grenzwerte sind außer 
24758 \series bold
24759
24760 \backslash
24761 lim
24762 \series default
24763
24764 \begin_inset Index
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768 Befehle ! L ! 
24769 \backslash
24770 lim
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \series bold
24777
24778 \backslash
24779 liminf
24780 \series default
24781  und 
24782 \series bold
24783
24784 \backslash
24785 limsup
24786 \series default
24787  noch folgende Funktionen definiert:
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \align center
24792 \begin_inset Tabular
24793 <lyxtabular version="3" rows="5" columns="2">
24794 <features>
24795 <column alignment="center" valignment="top" width="0">
24796 <column alignment="center" valignment="top" width="0">
24797 <row>
24798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 Befehl
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 Ergebnis
24812 \begin_inset Note Note
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817 \series bold
24818
24819 \backslash
24820 raisebox
24821 \series default
24822  dient nur als Abstandhalter.
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 </row>
24833 <row>
24834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 varliminf
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 \begin_inset Formula $\varliminf$
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 <row>
24859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 varlimsup
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 \begin_inset Formula $\varlimsup$
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 </row>
24883 <row>
24884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 varprojlim
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 \begin_inset Formula $\varprojlim$
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 </row>
24908 <row>
24909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \backslash
24915 varinjlim
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 \begin_inset Formula $\varinjlim$
24925 \end_inset
24926
24927
24928 \begin_inset Formula $\raisebox{-2.5mm}{}$
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 </lyxtabular>
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Standard
24945 \begin_inset VSpace medskip
24946 \end_inset
24947
24948 Der Grenzwert wird durch Tiefstellen erzeugt.
24949  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24950 \end_layout
24951
24952 \begin_layout Standard
24953 \align center
24954 \begin_inset Tabular
24955 <lyxtabular version="3" rows="2" columns="2">
24956 <features>
24957 <column alignment="center" valignment="top" width="0pt">
24958 <column alignment="center" valignment="top" width="0pt">
24959 <row>
24960 <cell alignment="center" valignment="top" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Befehl
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 \begin_inset space \hspace{}
24974 \length 1cm
24975 \end_inset
24976
24977 Ergebnis
24978 \begin_inset Note Note
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982
24983 \series bold
24984
24985 \backslash
24986 hspace
24987 \series default
24988  und 
24989 \series bold
24990
24991 \backslash
24992 raisebox
24993 \series default
24994  dienen nur als Abstandhalter.
24995 \end_layout
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 <row>
25006 <cell alignment="center" valignment="top" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 lim_x
25013 \backslash
25014 to
25015 \begin_inset ERT
25016 status collapsed
25017
25018 \begin_layout Plain Layout
25019
25020
25021 \backslash
25022 leer 
25023 \end_layout
25024
25025 \end_inset
25026
25027 A
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 leer 
25036 \end_layout
25037
25038 \end_inset
25039
25040 x=B
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 </lyxtabular>
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Standard
25066 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25067 \begin_inset Formula \[
25068 \lim_{x\to A}x=B\]
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Subsection
25076 Modulo-Funktionen
25077 \begin_inset Index
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081 Funktionen ! Modulo-
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25091  Varianten.
25092 \begin_inset Newpage newpage
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Standard
25099 Die Varianten in einer abgesetzten Formel:
25100 \begin_inset Formula \begin{align*}
25101 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25102 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25103 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25104 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25105 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25114  weniger Leerraum gesetzt.
25115 \end_layout
25116
25117 \begin_layout Section
25118 Sonderzeichen
25119 \begin_inset Index
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123 Sonderzeichen
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \end_layout
25130
25131 \begin_layout Subsection
25132 Sonderzeichen im mathematischen Text
25133 \end_layout
25134
25135 \begin_layout Standard
25136 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25137  verwendet werden:
25138 \end_layout
25139
25140 \begin_layout Standard
25141 \begin_inset space \hfill{}
25142 \end_inset
25143
25144
25145 \begin_inset Tabular
25146 <lyxtabular version="3" rows="8" columns="2">
25147 <features>
25148 <column alignment="block" valignment="top" width="0">
25149 <column alignment="block" valignment="top" width="0">
25150 <row>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 Befehl
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 Ergebnis
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 </row>
25170 <row>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \backslash
25177 oe
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186 \begin_inset Formula $\textrm{œ}$
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 <row>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 OE
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 \begin_inset Formula $\textrm{Œ}$
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 ae
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236 \begin_inset Formula $\textrm{æ}$
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 </row>
25245 <row>
25246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 AE
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 \begin_inset Formula $\textrm{Æ}$
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 </row>
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275
25276 \backslash
25277 aa
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286 \begin_inset Formula $\textrm{\aa}$
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 </row>
25295 <row>
25296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300
25301 \backslash
25302 AA
25303 \begin_inset Index
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 @
25315 \backslash
25316 textrm{
25317 \backslash
25318 AA}
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Formula $\textrm{Å}$
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 </row>
25346 <row>
25347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 i
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 \begin_inset Formula $\textrm{ı}$
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 </row>
25371 </lyxtabular>
25372
25373 \end_inset
25374
25375
25376 \begin_inset space \hfill{}
25377 \end_inset
25378
25379
25380 \begin_inset Tabular
25381 <lyxtabular version="3" rows="8" columns="2">
25382 <features>
25383 <column alignment="block" valignment="top" width="0">
25384 <column alignment="center" valignment="top" width="0">
25385 <row>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390 Befehl
25391 \begin_inset Note Note
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395
25396 \series bold
25397
25398 \backslash
25399 hspace{0mm}
25400 \series default
25401  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25402  ¿ erscheinen würde.
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416 Ergebnis
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 </row>
25422 <row>
25423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 o
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 \begin_inset Formula $\textrm{ø}$
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 O
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset Formula $\textrm{Ø}$
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 </row>
25472 <row>
25473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477
25478 \backslash
25479 l
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488 \begin_inset Formula $\textrm{ł}$
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 </row>
25497 <row>
25498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502
25503 \backslash
25504 L
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 \begin_inset Formula $\textrm{Ł}$
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 </row>
25522 <row>
25523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 !
25528 \begin_inset space \hspace{}
25529 \length 0mm
25530 \end_inset
25531
25532 `
25533 \begin_inset ERT
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537
25538
25539 \backslash
25540 leer 
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 \begin_inset Formula $\textrm{!`}$
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 </row>
25563 <row>
25564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 ?
25569 \begin_inset space \hspace{}
25570 \length 0mm
25571 \end_inset
25572
25573 `
25574 \begin_inset ERT
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578
25579
25580 \backslash
25581 leer 
25582 \end_layout
25583
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595 \begin_inset Formula $\textrm{?`}$
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609
25610 \backslash
25611 j
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620 \begin_inset Formula $\textrm{ȷ}$
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 </row>
25629 </lyxtabular>
25630
25631 \end_inset
25632
25633
25634 \begin_inset space \hfill{}
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Standard
25641 Die Zeichen 
25642 \begin_inset Formula $\textrm{\textrm{Å}}$
25643 \end_inset
25644
25645  und 
25646 \begin_inset Formula $\textrm{\textrm{Ø}}$
25647 \end_inset
25648
25649  können auch über den Mathe-Werkzeugleistenknopf 
25650 \begin_inset Graphics
25651         filename ../../images/math/digamma.png
25652         scale 85
25653
25654 \end_inset
25655
25656  eingefügt werden.
25657 \end_layout
25658
25659 \begin_layout Standard
25660 Eine Ausnahme bilden die Befehle 
25661 \series bold
25662 !
25663 \begin_inset space \hspace{}
25664 \length 0mm
25665 \end_inset
25666
25667 `
25668 \series default
25669  und 
25670 \series bold
25671 ?
25672 \begin_inset space \hspace{}
25673 \length 0mm
25674 \end_inset
25675
25676 `
25677 \series default
25678 , denn man kann sie in LyX direkt in den Text eingeben.
25679 \end_layout
25680
25681 \begin_layout Subsection
25682 Akzente im Text
25683 \begin_inset CommandInset label
25684 LatexCommand label
25685 name "sub:Sonderzeichen-Akzente"
25686
25687 \end_inset
25688
25689
25690 \begin_inset Index
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694 Akzente ! im Text
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \begin_layout Standard
25703 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25704  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset space \hfill{}
25709 \end_inset
25710
25711
25712 \begin_inset Tabular
25713 <lyxtabular version="3" rows="8" columns="2">
25714 <features>
25715 <column alignment="block" valignment="top" width="0">
25716 <column alignment="block" valignment="top" width="0">
25717 <row>
25718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722 Befehl
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 Ergebnis
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 <row>
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742
25743 \backslash
25744
25745 \begin_inset Quotes grd
25746 \end_inset
25747
25748 e
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757 \begin_inset ERT
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761
25762
25763 \backslash
25764 "e
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 <row>
25776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780
25781 \backslash
25782 `e
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 `e
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 </row>
25809 <row>
25810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814
25815 \backslash
25816 ^
25817 \begin_inset ERT
25818 status collapsed
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 leer 
25825 \end_layout
25826
25827 \end_inset
25828
25829 e
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838 \begin_inset ERT
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842
25843
25844 \backslash
25845 ^e
25846 \end_layout
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 </row>
25856 <row>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861
25862 \backslash
25863 =e
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 =e
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 </row>
25890 <row>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895
25896 \backslash
25897 u
25898 \begin_inset ERT
25899 status collapsed
25900
25901 \begin_layout Plain Layout
25902
25903
25904 \backslash
25905 leer 
25906 \end_layout
25907
25908 \end_inset
25909
25910 e
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923
25924
25925 \backslash
25926 u e
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 </row>
25937 <row>
25938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942
25943 \backslash
25944 b
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950
25951 \backslash
25952 leer 
25953 \end_layout
25954
25955 \end_inset
25956
25957 e
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 \begin_inset ERT
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970
25971
25972 \backslash
25973 b e
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row>
25985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991 t
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 leer 
26000 \end_layout
26001
26002 \end_inset
26003
26004 ee
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 \begin_inset ERT
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017
26018
26019 \backslash
26020 t ee
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 </row>
26031 </lyxtabular>
26032
26033 \end_inset
26034
26035
26036 \begin_inset space \hfill{}
26037 \end_inset
26038
26039
26040 \begin_inset Tabular
26041 <lyxtabular version="3" rows="8" columns="2">
26042 <features>
26043 <column alignment="block" valignment="top" width="0">
26044 <column alignment="center" valignment="top" width="0">
26045 <row>
26046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 Befehl
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 Ergebnis
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 </row>
26065 <row>
26066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070
26071 \backslash
26072 H
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078
26079 \backslash
26080 leer 
26081 \end_layout
26082
26083 \end_inset
26084
26085 e
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094 \begin_inset ERT
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098
26099
26100 \backslash
26101 H e
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 <row>
26113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117
26118 \backslash
26119 'e
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133
26134 \backslash
26135 'e
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 </row>
26146 <row>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151
26152 \backslash
26153 ~e
26154 \begin_inset Index
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158 Tilde
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset ERT
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176
26177
26178 \backslash
26179 ~e
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 </row>
26190 <row>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195
26196 \backslash
26197 .e
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211
26212 \backslash
26213 .e
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 v
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 leer 
26240 \end_layout
26241
26242 \end_inset
26243
26244 e
26245 \end_layout
26246
26247 \end_inset
26248 </cell>
26249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253 \begin_inset ERT
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258
26259 \backslash
26260 v e
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 </row>
26271 <row>
26272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276
26277 \backslash
26278 d
26279 \begin_inset ERT
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283
26284
26285 \backslash
26286 leer 
26287 \end_layout
26288
26289 \end_inset
26290
26291 e
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 \begin_inset ERT
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304
26305
26306 \backslash
26307 d e
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 </row>
26318 <row>
26319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323
26324 \backslash
26325 c
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 leer 
26334 \end_layout
26335
26336 \end_inset
26337
26338 e
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 \begin_inset ERT
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351
26352
26353 \backslash
26354 c e
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 </row>
26365 </lyxtabular>
26366
26367 \end_inset
26368
26369
26370 \begin_inset space \hfill{}
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace medskip
26378 \end_inset
26379
26380 Mit dem Befehl 
26381 \series bold
26382
26383 \backslash
26384 t
26385 \series default
26386  können auch zwei verschiedene Zeichen akzentuiert werden.
26387  Der Befehl 
26388 \series bold
26389
26390 \backslash
26391 t
26392 \begin_inset ERT
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396
26397
26398 \backslash
26399 leer 
26400 \end_layout
26401
26402 \end_inset
26403
26404 sz
26405 \series default
26406  ergibt: 
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 t sz
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Die Akzente 
26424 \series bold
26425 `
26426 \series default
26427  , 
26428 \series bold
26429 '
26430 \series default
26431  und 
26432 \series bold
26433 ^
26434 \series default
26435  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26436  werden ohne den TeX-Modus zu benutzen.
26437  Dasselbe gilt für die Tilde
26438 \begin_inset Foot
26439 status collapsed
26440
26441 \begin_layout Plain Layout
26442 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26443 \end_layout
26444
26445 \end_inset
26446
26447  
26448 \series bold
26449 ~
26450 \series default
26451  in Verbindung mit 
26452 \emph on
26453 a
26454 \emph default
26455  , 
26456 \emph on
26457 n
26458 \emph default
26459  oder 
26460 \emph on
26461 o
26462 \emph default
26463 .
26464 \end_layout
26465
26466 \begin_layout Standard
26467 Die Befehle 
26468 \series bold
26469
26470 \backslash
26471 b
26472 \series default
26473  , 
26474 \series bold
26475
26476 \backslash
26477 c
26478 \series default
26479  , 
26480 \series bold
26481
26482 \backslash
26483 d
26484 \series default
26485  , 
26486 \series bold
26487
26488 \backslash
26489 H
26490 \series default
26491  , 
26492 \series bold
26493
26494 \backslash
26495 t
26496 \series default
26497  , 
26498 \series bold
26499
26500 \backslash
26501 u
26502 \series default
26503  , 
26504 \series bold
26505
26506 \backslash
26507 v
26508 \series default
26509  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26510  Textmodus verfügbar.
26511  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26512  
26513 \begin_inset CommandInset ref
26514 LatexCommand ref
26515 reference "sub:Akzente-für-ein"
26516
26517 \end_inset
26518
26519 .
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace bigskip
26524 \end_inset
26525
26526 Des Weiteren kann man mit dem Befehl 
26527 \series bold
26528
26529 \backslash
26530 textcircled
26531 \series default
26532
26533 \begin_inset Index
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537 Befehle ! T ! 
26538 \backslash
26539 textcircled
26540 \end_layout
26541
26542 \end_inset
26543
26544 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26545  Kreis setzen, quasi mit einem Kreis akzentuieren.
26546 \end_layout
26547
26548 \begin_layout Standard
26549 \align center
26550 \begin_inset Tabular
26551 <lyxtabular version="3" rows="3" columns="2">
26552 <features>
26553 <column alignment="center" valignment="top" width="0">
26554 <column alignment="center" valignment="top" width="0">
26555 <row>
26556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 Befehl
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 Ergebnis
26570 \begin_inset Note Note
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575 \series bold
26576
26577 \backslash
26578 raisebox
26579 \series default
26580  in der Formel dient nur als Abstandhalter.
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 </row>
26591 <row>
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596
26597 \backslash
26598 textcircled{w}
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 \begin_inset ERT
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611
26612
26613 \backslash
26614 textcircled{w}
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 <row>
26626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630
26631 \backslash
26632 Large 
26633 \backslash
26634 textcircled{
26635 \backslash
26636 normalsize
26637 \backslash
26638 protect
26639 \backslash
26640 raisebox{-1.5pt}{W}}
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 \begin_inset Formula $\raisebox{4.5mm}{}$
26650 \end_inset
26651
26652
26653 \begin_inset ERT
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657
26658
26659 \backslash
26660 Large 
26661 \backslash
26662 textcircled{
26663 \backslash
26664 normalsize
26665 \backslash
26666 protect
26667 \backslash
26668 raisebox{-1.5pt}W}
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \begin_inset Formula $\raisebox{-2mm}{}$
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 </lyxtabular>
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Standard
26691 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26692  
26693 \series bold
26694
26695 \backslash
26696 Large
26697 \series default
26698
26699 \begin_inset Foot
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703 siehe 
26704 \begin_inset CommandInset ref
26705 LatexCommand ref
26706 reference "sub:Schriftgrößen"
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714
26715  bestimmt dabei die Größe des Kreises.
26716  Mit Hilfe von 
26717 \series bold
26718
26719 \backslash
26720 raisebox
26721 \series default
26722
26723 \begin_inset Foot
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 siehe 
26728 \begin_inset CommandInset ref
26729 LatexCommand ref
26730 reference "sub:Boxen-ohne-Rahmen"
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738
26739  kann man das Zeichen zentrieren.
26740 \end_layout
26741
26742 \begin_layout Subsection
26743 Minuskelziffern
26744 \begin_inset Index
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748 Minuskelziffern
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \begin_layout Standard
26757 Minuskelziffern werden mit dem Befehl 
26758 \series bold
26759
26760 \backslash
26761 oldstylenums
26762 \series default
26763
26764 \begin_inset Index
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 Befehle ! O ! 
26769 \backslash
26770 oldstylenums
26771 \end_layout
26772
26773 \end_inset
26774
26775  erzeugt.
26776  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26777  Das Befehlsschema lautet:
26778 \end_layout
26779
26780 \begin_layout Standard
26781
26782 \series bold
26783
26784 \backslash
26785 oldstylenums{Ziffer}
26786 \end_layout
26787
26788 \begin_layout Standard
26789 Der Befehl 
26790 \series bold
26791
26792 \backslash
26793 oldstylenums{0123456789
26794 \series default
26795  ergibt: 
26796 \begin_inset Formula $\oldstylenums{0123456789}$
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Subsection
26803 Sonstige Sonderzeichen
26804 \begin_inset CommandInset label
26805 LatexCommand label
26806 name "sub:Sonstige-Sonderzeichen"
26807
26808 \end_inset
26809
26810
26811 \begin_inset Index
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815 Sonderzeichen ! sonstige
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Standard
26824 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26825 \end_layout
26826
26827 \begin_layout Standard
26828 \align center
26829 \begin_inset Tabular
26830 <lyxtabular version="3" rows="4" columns="2">
26831 <features>
26832 <column alignment="center" valignment="top" width="0">
26833 <column alignment="center" valignment="top" width="0">
26834 <row>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 Befehl
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 Ergebnis
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 </row>
26854 <row>
26855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26856 \begin_inset Text
26857
26858 \begin_layout Plain Layout
26859
26860 \backslash
26861 ^
26862 \begin_inset ERT
26863 status collapsed
26864
26865 \begin_layout Plain Layout
26866
26867
26868 \backslash
26869 leer 
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset Formula $\mathcircumflex$
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 <row>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897
26898 \backslash
26899 _
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset Formula $\_$
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 </row>
26917 <row>
26918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 ^
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 leer 
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \backslash
26937 circ
26938 \begin_inset Index
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 °
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956 \begin_inset Formula $^{\circ}$
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 </lyxtabular>
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Standard
26973 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
26974  folgende Zeile enthält
26975 \begin_inset Foot
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 Mehr dazu ist in 
26980 \begin_inset CommandInset ref
26981 LatexCommand ref
26982 reference "sub:Textzeichen-in-Formeln"
26983
26984 \end_inset
26985
26986  beschrieben.
26987 \end_layout
26988
26989 \end_inset
26990
26991 :
26992 \end_layout
26993
26994 \begin_layout Standard
26995
26996 \series bold
26997
26998 \backslash
26999 DeclareInputText{176}{
27000 \backslash
27001 ifmmode^
27002 \backslash
27003 circ
27004 \backslash
27005 else
27006 \backslash
27007 textdegree
27008 \backslash
27009 fi}
27010 \end_layout
27011
27012 \begin_layout Section
27013 Formelstile
27014 \begin_inset CommandInset label
27015 LatexCommand label
27016 name "sec:Formelstile"
27017
27018 \end_inset
27019
27020
27021 \begin_inset Index
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 Formel ! Stile
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Itemize
27034 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27035 \end_layout
27036
27037 \begin_deeper
27038 \begin_layout Description
27039 Zentriert ist der voreingestellte Standard
27040 \end_layout
27041
27042 \begin_layout Description
27043 Eingerückt dazu muss im Menü 
27044 \family sans
27045 Dokument\SpecialChar \menuseparator
27046 Einstellungen
27047 \family default
27048  unter 
27049 \family sans
27050 Dokumentklasse
27051 \family default
27052  die Option 
27053 \series bold
27054 fleqn
27055 \series default
27056  eingeben werden
27057 \end_layout
27058
27059 \begin_layout Standard
27060 Wird 
27061 \series bold
27062 Eingerückt
27063 \series default
27064  verwendet, kann mit der Länge 
27065 \series bold
27066
27067 \backslash
27068 mathindent
27069 \series default
27070
27071 \begin_inset Index
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075 Befehle ! M ! 
27076 \backslash
27077 mathindent
27078 \end_layout
27079
27080 \end_inset
27081
27082  die Einrückung eingestellt werden.
27083  Soll der Abstand 15
27084 \begin_inset space \thinspace{}
27085 \end_inset
27086
27087 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093
27094 \backslash
27095 setlength{
27096 \backslash
27097 mathindent}{15mm}
27098 \end_layout
27099
27100 \begin_layout Standard
27101 ein.
27102  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27103 \begin_inset space \thinspace{}
27104 \end_inset
27105
27106 pt verwendet.
27107 \end_layout
27108
27109 \end_deeper
27110 \begin_layout Itemize
27111 Und zwei verschiedene Nummerierungsstile:
27112 \end_layout
27113
27114 \begin_deeper
27115 \begin_layout Description
27116 Rechts ist der voreingestellte Standard
27117 \end_layout
27118
27119 \begin_layout Description
27120 Links dazu muss im Menü 
27121 \family sans
27122 Dokument\SpecialChar \menuseparator
27123 Einstellungen
27124 \family default
27125  unter 
27126 \family sans
27127 Dokumentklasse
27128 \family default
27129  die Option 
27130 \series bold
27131 leqno
27132 \series default
27133  eingeben werden
27134 \end_layout
27135
27136 \end_deeper
27137 \begin_layout Standard
27138
27139 \series bold
27140 fleqn
27141 \series default
27142  und 
27143 \series bold
27144 leqno
27145 \series default
27146  können auch gemeinsam verwendet werden.
27147  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27148 n.
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27153  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27154  ausgerichtete Formeln setzen, verwendet man den Stil 
27155 \series bold
27156 Zentriert
27157 \series default
27158 .
27159  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27160  
27161 \begin_inset CommandInset ref
27162 LatexCommand ref
27163 reference "sub:Flalign-Umgebung"
27164
27165 \end_inset
27166
27167 .
27168 \end_layout
27169
27170 \begin_layout Section
27171 Mehrzeilige Formeln
27172 \begin_inset CommandInset label
27173 LatexCommand label
27174 name "sec:Mehrzeilige-Formeln"
27175
27176 \end_inset
27177
27178
27179 \begin_inset Index
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183 Formel ! mehrzeilige
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \begin_layout Subsection
27192 Allgemeines
27193 \end_layout
27194
27195 \begin_layout Standard
27196 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27197 \family sans
27198 \series bold
27199 Strg-Enter
27200 \family default
27201 \series default
27202  drückt.
27203  Dies erzeugt entweder eine 
27204 \series bold
27205 eqnarray-Umgebung
27206 \series default
27207 , die in 
27208 \begin_inset CommandInset ref
27209 LatexCommand ref
27210 reference "sub:Eqnarray-Umgebung"
27211
27212 \end_inset
27213
27214  beschrieben ist oder, wenn die Option 
27215 \family sans
27216 AMS-Mathe-Paket verwenden
27217 \family default
27218  in den Dokumenteinstellungen gewählt ist, eine 
27219 \series bold
27220 align-Umgebung
27221 \series default
27222 , die in 
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "sub:Standard-align-Umgebung"
27226
27227 \end_inset
27228
27229  beschrieben ist.
27230 \end_layout
27231
27232 \begin_layout Standard
27233 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27234 \family sans
27235 Einfügen\SpecialChar \menuseparator
27236 Mathe
27237 \family default
27238  erstellt werden können.
27239  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27240 \end_layout
27241
27242 \begin_layout Standard
27243 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27244  man 
27245 \family sans
27246 Strg-Enter
27247 \family default
27248  drückt.
27249  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27250 fe 
27251 \begin_inset Graphics
27252         filename ../../images/tabular-feature_append-row.png
27253         scale 85
27254
27255 \end_inset
27256
27257  bzw.
27258 \begin_inset space ~
27259 \end_inset
27260
27261
27262 \begin_inset Graphics
27263         filename ../../images/tabular-feature_delete-row.png
27264         scale 85
27265
27266 \end_inset
27267
27268  oder das Menü 
27269 \family sans
27270 Bearbeiten\SpecialChar \menuseparator
27271 Zeilen & Spalten
27272 \family default
27273  verwendet werden.
27274 \end_layout
27275
27276 \begin_layout Subsubsection
27277 Zeilenabstand
27278 \begin_inset CommandInset label
27279 LatexCommand label
27280 name "sub:Zeilenabstand"
27281
27282 \end_inset
27283
27284
27285 \begin_inset Index
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289 Formel ! mehrzeilige ! Zeilenabstand
27290 \end_layout
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Standard
27298 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27299 \begin_inset Formula \begin{eqnarray*}
27300 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}\\
27301 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*}
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27310 chbefehls angegeben.
27311  Dies ist in LyX aber nicht möglich
27312 \begin_inset Foot
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 siehe 
27317 \begin_inset CommandInset href
27318 LatexCommand href
27319 name "LyX-Fehler #1505"
27320 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \end_inset
27328
27329 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27330  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27331  Zeile den Befehl 
27332 \series bold
27333
27334 \backslash
27335
27336 \backslash
27337 [3mm]
27338 \series default
27339  ein.
27340  Damit erhält man: 
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 begin{eqnarray*}
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352
27353 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27354  = & 
27355 \backslash
27356 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27357 \backslash
27358
27359 \backslash
27360 [3mm]
27361 \end_layout
27362
27363 \begin_layout Plain Layout
27364
27365 4x^{2}
27366 \backslash
27367 left(B^{2}+x_{0}^{2}
27368 \backslash
27369 right)+4x_{0}x
27370 \backslash
27371 left(D-B^{2}
27372 \backslash
27373 right)+B^{2}
27374 \backslash
27375 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27376 \backslash
27377 right) & = & 0
27378 \end_layout
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 end{eqnarray*}
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset VSpace bigskip
27394 \end_inset
27395
27396 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27397  man die Länge 
27398 \series bold
27399
27400 \backslash
27401 jot
27402 \series default
27403
27404 \begin_inset Index
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Befehle ! J ! 
27409 \backslash
27410 jot
27411 \end_layout
27412
27413 \end_inset
27414
27415 .
27416  Es gilt 
27417 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27418 \end_inset
27419
27420 .
27421  Voreingestellt ist für 
27422 \series bold
27423
27424 \backslash
27425 jot
27426 \series default
27427  der Wert 3
27428 \begin_inset space \thinspace{}
27429 \end_inset
27430
27431 pt.
27432  Um wie im vorigen Beispiel 3
27433 \begin_inset space \thinspace{}
27434 \end_inset
27435
27436 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27437 \end_layout
27438
27439 \begin_layout Standard
27440
27441 \series bold
27442
27443 \backslash
27444 setlength{
27445 \backslash
27446 jot}{3mm+3pt}
27447 \end_layout
27448
27449 \begin_layout Standard
27450 im TeX-Modus vor der Formel ein.
27451  Das setzt voraus, dass das LaTeX-Paket 
27452 \series bold
27453 calc
27454 \series default
27455
27456 \begin_inset Foot
27457 status collapsed
27458
27459 \begin_layout Plain Layout
27460
27461 \series bold
27462 calc
27463 \series default
27464  ist Teil jeder LaTeX-Standardinstallation.
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \begin_inset Index
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Pakete ! calc
27475 \end_layout
27476
27477 \end_inset
27478
27479  im LaTeX-Vorspann mit der Zeile
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \series bold
27485
27486 \backslash
27487 usepackage{calc}
27488 \end_layout
27489
27490 \begin_layout Standard
27491 geladen wurde.
27492 \end_layout
27493
27494 \begin_layout Standard
27495 Man erhält: 
27496 \begin_inset ERT
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500
27501
27502 \backslash
27503 setlength{
27504 \backslash
27505 jot}{3mm+3pt}
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \begin_inset Formula \begin{eqnarray*}
27512 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}\\
27513 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*}
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Standard
27521 \begin_inset ERT
27522 status collapsed
27523
27524 \begin_layout Plain Layout
27525
27526
27527 \backslash
27528 setlength{
27529 \backslash
27530 jot}{3pt}
27531 \end_layout
27532
27533 \end_inset
27534
27535  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27536 \series bold
27537
27538 \backslash
27539 jot
27540 \series default
27541  auf den Wert 3
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 pt.
27546 \end_layout
27547
27548 \begin_layout Subsubsection
27549 Spaltenabstand
27550 \begin_inset CommandInset label
27551 LatexCommand label
27552 name "sub:Spaltenabstand"
27553
27554 \end_inset
27555
27556
27557 \begin_inset Index
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 Formel ! mehrzeilige ! Spaltenabstand
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Standard
27570 Mehrzeilige Formeln bilden eine Matrix.
27571  Eine Formel in der Eqnarray-Umgebung ist z.
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 B.
27576  eine dreispaltige Matrix.
27577  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27578  neben den Relationszeichen ändern.
27579 \end_layout
27580
27581 \begin_layout Standard
27582 Der Spaltenabstand wird mit der Länge 
27583 \series bold
27584
27585 \backslash
27586 arraycolsep
27587 \series default
27588
27589 \begin_inset Index
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593 Befehle ! A ! 
27594 \backslash
27595 arraycolsep
27596 \end_layout
27597
27598 \end_inset
27599
27600  festgelegt, wobei gilt:
27601 \begin_inset Newline newline
27602 \end_inset
27603
27604 Spaltenabstand = 2
27605 \begin_inset space \thinspace{}
27606 \end_inset
27607
27608
27609 \series bold
27610
27611 \backslash
27612 arraycolsep
27613 \series default
27614 .
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618 Der im TeX-Modus eingegebene Befehl
27619 \end_layout
27620
27621 \begin_layout Standard
27622
27623 \series bold
27624
27625 \backslash
27626 setlength{
27627 \backslash
27628 arraycolsep}{1cm}
27629 \end_layout
27630
27631 \begin_layout Standard
27632 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 cm.
27637  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27638 \series bold
27639
27640 \backslash
27641 arraycolsep
27642 \series default
27643  auf 5
27644 \begin_inset space \thinspace{}
27645 \end_inset
27646
27647 pt.
27648 \end_layout
27649
27650 \begin_layout Standard
27651 Eine Formel mit 2
27652 \begin_inset space \thinspace{}
27653 \end_inset
27654
27655 cm Spaltenabstand:
27656 \begin_inset ERT
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660
27661
27662 \backslash
27663 setlength{
27664 \backslash
27665 arraycolsep}{1cm}
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \begin_inset Formula \begin{eqnarray*}
27672 A & = & B\\
27673 C & \ne & A\end{eqnarray*}
27674
27675 \end_inset
27676
27677 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681 pt:
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 setlength{
27690 \backslash
27691 arraycolsep}{5pt}
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \begin_inset Formula \begin{eqnarray*}
27698 A & = & B\\
27699 C & \ne & A\end{eqnarray*}
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Subsubsection
27707 Lange Formeln
27708 \begin_inset Index
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Formel ! lange
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Standard
27721 Lange Formeln kann man wie folgt setzen:
27722 \end_layout
27723
27724 \begin_layout Itemize
27725 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27726  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 medskip
27735 \end_layout
27736
27737 \end_inset
27738
27739  
27740 \begin_inset Formula \begin{eqnarray}
27741 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 \\
27742  &  & -\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}
27743
27744 \end_inset
27745
27746
27747 \begin_inset ERT
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751
27752
27753 \backslash
27754 smallskip
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \begin_inset Newline newline
27761 \end_inset
27762
27763 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27764  als Operator, da es das erste Zeichen der Zeile ist.
27765  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27766  Bruchstrich unterscheiden.
27767  Um das zu verhindern, wurde mit dem Befehl 
27768 \series bold
27769
27770 \backslash
27771 hspace{3pt}
27772 \series default
27773
27774 \begin_inset Foot
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 mehr zu 
27779 \series bold
27780
27781 \backslash
27782 hspace
27783 \series default
27784  siehe 
27785 \begin_inset CommandInset ref
27786 LatexCommand ref
27787 reference "sub:Variabler-Leerraum"
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \begin_inset Index
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 Befehle ! H ! 
27802 \backslash
27803 hspace
27804 \end_layout
27805
27806 \end_inset
27807
27808  Leerraum hinter das Minuszeichen eingefügt.
27809 \end_layout
27810
27811 \begin_layout Itemize
27812 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27813 \series bold
27814
27815 \backslash
27816 lefteqn
27817 \series default
27818
27819 \begin_inset Index
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823 Befehle ! L ! 
27824 \backslash
27825 lefteqn
27826 \end_layout
27827
27828 \end_inset
27829
27830 .
27831  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27832  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 medskip
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \begin_inset Formula \begin{eqnarray}
27847 \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 \\
27848  &  & -\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 \\
27849  &  & =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}
27850
27851 \end_inset
27852
27853
27854 \begin_inset ERT
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858
27859
27860 \backslash
27861 smallskip
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870 Nachdem man 
27871 \series bold
27872
27873 \backslash
27874 lefteqn
27875 \series default
27876  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27877  das gegenüber dem blauen leicht verschoben ist.
27878  In dieses wird die Formel eingegeben.
27879 \begin_inset ERT
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883
27884
27885 \backslash
27886 medskip
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \begin_inset Newline newline
27893 \end_inset
27894
27895 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27896  eingegeben.
27897  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27898  Einrückung.
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903
27904
27905 \backslash
27906 medskip
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \begin_inset Newline newline
27913 \end_inset
27914
27915
27916 \begin_inset Note Greyedout
27917 status open
27918
27919 \begin_layout Plain Layout
27920 Bei der Verwendung von 
27921 \series bold
27922
27923 \backslash
27924 lefteqn
27925 \series default
27926  ist Folgendes zu beachten:
27927 \end_layout
27928
27929 \begin_layout Itemize
27930 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27931  Würde man in obigem Beispiel der ersten Zeile den Term 
27932 \begin_inset Formula $-B^{2}$
27933 \end_inset
27934
27935  anfügen, befände sich dieser außerhalb des Seitenrands.
27936  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27937  Leerraum einfügen.
27938 \end_layout
27939
27940 \begin_layout Itemize
27941 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27942  erste Zeile gesetzt werden.
27943 \begin_inset Foot
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947 \begin_inset CommandInset href
27948 LatexCommand href
27949 name "LyX-Fehler #1429"
27950 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \end_inset
27958
27959  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27960  Pfeiltasten bewegen.
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Itemize
27969 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27970 \begin_inset CommandInset ref
27971 LatexCommand ref
27972 reference "sub:Multline-Umgebung"
27973
27974 \end_inset
27975
27976  und 
27977 \begin_inset CommandInset ref
27978 LatexCommand ref
27979 reference "sub:Mehrzeilige-Formelteile"
27980
27981 \end_inset
27982
27983  beschriebenen Umgebungen.
27984 \end_layout
27985
27986 \begin_layout Subsubsection
27987 Mehrzeilige Klammern
27988 \begin_inset CommandInset label
27989 LatexCommand label
27990 name "sub:Mehrzeilige-Klammern"
27991
27992 \end_inset
27993
27994
27995 \begin_inset Index
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999 Klammern ! mehrzeilige
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28009 \begin_inset Formula \begin{eqnarray*}
28010 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28011  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Standard
28019 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28020  Größe dürfen nicht über mehrere Zeilen gehen.
28021 \end_layout
28022
28023 \begin_layout Standard
28024 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28025  erste Zeile mit 
28026 \series bold
28027
28028 \backslash
28029 right.
28030 \series default
28031
28032 \begin_inset Index
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Befehle ! R ! 
28037 \backslash
28038 right
28039 \end_layout
28040
28041 \end_inset
28042
28043  und beginnt die zweite Zeile mit 
28044 \series bold
28045
28046 \backslash
28047 left.
28048 \begin_inset Foot
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 mehr zu 
28053 \series bold
28054
28055 \backslash
28056 left
28057 \series default
28058  und 
28059 \series bold
28060
28061 \backslash
28062 right
28063 \series default
28064  siehe 
28065 \begin_inset CommandInset ref
28066 LatexCommand ref
28067 reference "sub:Automatische-Klammergrößen"
28068
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \series default
28078
28079 \begin_inset Index
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 Befehle ! L ! 
28084 \backslash
28085 left
28086 \end_layout
28087
28088 \end_inset
28089
28090 .
28091  Nach 
28092 \series bold
28093
28094 \backslash
28095 left.
28096
28097 \series default
28098  gibt man den Befehl 
28099 \series bold
28100
28101 \backslash
28102 vphantom
28103 \series default
28104
28105 \begin_inset ERT
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109
28110
28111 \backslash
28112 leer 
28113 \end_layout
28114
28115 \end_inset
28116
28117
28118 \series bold
28119
28120 \backslash
28121 prod
28122 \series default
28123 ^
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 leer 
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \series bold
28138
28139 \backslash
28140 infty
28141 \series default
28142
28143 \begin_inset ERT
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 leer 
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \series bold
28157
28158 \begin_inset Formula $\downarrow$
28159 \end_inset
28160
28161 _R=1}
28162 \series default
28163
28164 \begin_inset Index
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168 Befehle ! V ! 
28169 \backslash
28170 vphantom
28171 \end_layout
28172
28173 \end_inset
28174
28175  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28176  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28177 \end_layout
28178
28179 \begin_layout Standard
28180 Das Ergebnis sieht so aus:
28181 \begin_inset Formula \begin{eqnarray*}
28182 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28183  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Subsection
28191 Align-Umgebungen
28192 \end_layout
28193
28194 \begin_layout Standard
28195 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28196  werden.
28197  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28198 \end_layout
28199
28200 \begin_layout Standard
28201 Align-Umgebungen bestehen aus Spalten.
28202  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28203  ausgerichtet.
28204  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Align-Umgebung werden über das Menü 
28209 \family sans
28210 Einfügen\SpecialChar \menuseparator
28211 Mathe
28212 \family default
28213  erstellt.
28214  Über das Menü 
28215 \family sans
28216 Bearbeiten\SpecialChar \menuseparator
28217 Mathe\SpecialChar \menuseparator
28218 Formelart
28219 \begin_inset space ~
28220 \end_inset
28221
28222 ändern
28223 \family default
28224  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28225 \end_layout
28226
28227 \begin_layout Standard
28228 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28229
28230 \begin_inset Graphics
28231         filename ../../images/tabular-feature_append-column.png
28232         scale 85
28233
28234 \end_inset
28235
28236  bzw.
28237 \begin_inset space ~
28238 \end_inset
28239
28240
28241 \begin_inset Graphics
28242         filename ../../images/tabular-feature_delete-column.png
28243         scale 85
28244
28245 \end_inset
28246
28247  oder das Menü 
28248 \family sans
28249 Bearbeiten\SpecialChar \menuseparator
28250 Zeilen & Spalten
28251 \family default
28252  verwendet werden.
28253 \end_layout
28254
28255 \begin_layout Subsubsection
28256 Standard align-Umgebung
28257 \begin_inset CommandInset label
28258 LatexCommand label
28259 name "sub:Standard-align-Umgebung"
28260
28261 \end_inset
28262
28263
28264 \begin_inset Index
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 Formel ! mehrzeilige ! align-Umgebung
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28278 \family sans
28279 Strg-Enter
28280 \family default
28281  drückt oder das Menü 
28282 \family sans
28283 Einfügen\SpecialChar \menuseparator
28284 Mathe\SpecialChar \menuseparator
28285 AMS align-Umge\SpecialChar \-
28286 bung
28287 \family default
28288  aufruft.
28289 \end_layout
28290
28291 \begin_layout Standard
28292 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28293 n align-Umgebung erzeugt wurden:
28294 \begin_inset Formula \begin{align*}
28295 A & =\sin(B) & C & =D\\
28296 C & \ne A & B & \ne D\end{align*}
28297
28298 \end_inset
28299
28300 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28301  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28302 \series bold
28303
28304 \backslash
28305 hfill
28306 \begin_inset Foot
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 mehr zu 
28311 \series bold
28312
28313 \backslash
28314 hfill
28315 \series default
28316  siehe 
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "sub:Variabler-Leerraum"
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \series default
28330  befinden.
28331  Ist der Formelstil 
28332 \series bold
28333 Eingerückt
28334 \begin_inset Foot
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Formelstile siehe 
28339 \begin_inset CommandInset ref
28340 LatexCommand ref
28341 reference "sec:Formelstile"
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \series default
28352  gewählt, wird die Formel ohne den 
28353 \series bold
28354
28355 \backslash
28356 hfill
28357 \series default
28358  vor der ersten Spalte gesetzt.
28359 \end_layout
28360
28361 \begin_layout Subsubsection
28362 Alignat-Umgebung
28363 \begin_inset Index
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367 Formel ! mehrzeilige ! alignat-Umgebung
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28377  Man kann ihn manuell durch die in 
28378 \begin_inset CommandInset ref
28379 LatexCommand ref
28380 reference "sub:Leerraum"
28381
28382 \end_inset
28383
28384  beschriebenen Leerräume einfügen.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28389  Formel 1
28390 \begin_inset space \thinspace{}
28391 \end_inset
28392
28393 cm Leerraum eingefügt wurde:
28394 \begin_inset Formula \begin{alignat*}{2}
28395 A & =\sin(B) & \hspace{1cm}C & =D\\
28396 C & \ne A & B & \ne D\end{alignat*}
28397
28398 \end_inset
28399
28400 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28401  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28402  Formeln.
28403 \end_layout
28404
28405 \begin_layout Subsubsection
28406 Flalign-Umgebung
28407 \begin_inset CommandInset label
28408 LatexCommand label
28409 name "sub:Flalign-Umgebung"
28410
28411 \end_inset
28412
28413
28414 \begin_inset Index
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Formel ! mehrzeilige ! flalign-Umgebung
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \begin_layout Standard
28427 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28428  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28429  Dazu ein Beispiel:
28430 \begin_inset Formula \begin{flalign*}
28431 A & =1 & B & =2 & C & =3\\
28432 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28441  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28442  im Dokument links setzen obwohl der Formelstil 
28443 \series bold
28444 Zentriert
28445 \series default
28446  eingestellt ist.
28447  Als Beispiel die eingerückte ausgerichtete Formel 
28448 \begin_inset CommandInset ref
28449 LatexCommand eqref
28450 reference "eq:VolInt"
28451
28452 \end_inset
28453
28454 :
28455 \begin_inset Formula \begin{flalign}
28456 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28457
28458 \end_inset
28459
28460 In den ersten beiden Spalten befindet sich die Formel.
28461  Damit sie wie beim Formelstil 
28462 \series bold
28463 Eingerückt
28464 \series default
28465  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28466 \begin_inset space \thinspace{}
28467 \end_inset
28468
28469 pt Leerraum eingefügt.
28470 \end_layout
28471
28472 \begin_layout Subsection
28473 Eqnarray-Umgebung
28474 \begin_inset CommandInset label
28475 LatexCommand label
28476 name "sub:Eqnarray-Umgebung"
28477
28478 \end_inset
28479
28480
28481 \begin_inset Index
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485 Formel ! mehrzeilige ! Eqnarray-Umgebung
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28495  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28496  ausgerichtet.
28497  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28498  da dieses Kästchen nur für Relationzeichen gedacht ist.
28499 \begin_inset Formula \begin{eqnarray*}
28500 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28501 AB & AB & AB\\
28502 A & = & A\end{eqnarray*}
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Subsection
28510 Gather-Umgebung
28511 \begin_inset Index
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 Formel ! mehrzeilige ! Gather-Umgebung
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28525  Jede Zeile kann nummeriert werden.
28526 \begin_inset Formula \begin{gather}
28527 A=1\\
28528 X=\textrm{-}1\end{gather}
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Subsection
28536 Multline-Umgebung
28537 \begin_inset CommandInset label
28538 LatexCommand label
28539 name "sub:Multline-Umgebung"
28540
28541 \end_inset
28542
28543
28544 \begin_inset Index
28545 status collapsed
28546
28547 \begin_layout Plain Layout
28548 Formel ! mehrzeilige ! Multline-Umgebung
28549 \end_layout
28550
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \begin_layout Standard
28557 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28558  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28559  Alle anderen Zeilen sind zentriert.
28560  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28561  Als Beispiel Formel 
28562 \begin_inset CommandInset ref
28563 LatexCommand eqref
28564 reference "eq:lefteqn"
28565
28566 \end_inset
28567
28568  in der multline-Umgebung:
28569 \begin_inset Formula \begin{multline}
28570 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}\\
28571 -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}\\
28572 =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}
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28581  nummeriert, wenn rechts (links) nummeriert wird.
28582 \begin_inset Foot
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 Nummerierungsstile siehe 
28587 \begin_inset CommandInset ref
28588 LatexCommand ref
28589 reference "sec:Formelstile"
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 Mit den Befehlen 
28603 \series bold
28604
28605 \backslash
28606 shoveright
28607 \begin_inset Index
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611 Befehle ! S ! 
28612 \backslash
28613 shoveright
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \series default
28620  und 
28621 \series bold
28622
28623 \backslash
28624 shoveleft
28625 \begin_inset Index
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 Befehle ! S ! 
28630 \backslash
28631 shoveleft
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \series default
28638  kann eine zentrierte Zeile rechts bzw.
28639  links ausgerichtet werden.
28640  Die Befehle werden folgendermaßen verwendet:
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 shoveright{Zeileninhalt}
28649 \series default
28650  bzw.
28651  
28652 \series bold
28653
28654 \backslash
28655 shoveleft{Zeileninhalt}
28656 \end_layout
28657
28658 \begin_layout Standard
28659 \begin_inset VSpace medskip
28660 \end_inset
28661
28662 Die Länge 
28663 \series bold
28664
28665 \backslash
28666 multlinegap
28667 \begin_inset Index
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671 Befehle ! M ! 
28672 \backslash
28673 multlinegap
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \series default
28680  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28681  Voreingestellt ist die Länge 0
28682 \begin_inset space \thinspace{}
28683 \end_inset
28684
28685 pt.
28686 \end_layout
28687
28688 \begin_layout Standard
28689 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28690 \end_layout
28691
28692 \begin_layout Standard
28693
28694 \series bold
28695
28696 \backslash
28697 setlength{
28698 \backslash
28699 multlinegap}{2cm}
28700 \end_layout
28701
28702 \begin_layout Standard
28703 eingegeben wurde:
28704 \begin_inset ERT
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708
28709
28710 \backslash
28711 setlength{
28712 \backslash
28713 multlinegap}{2cm}
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \begin_inset Formula \begin{multline}
28720 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}\\
28721 \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}}\\
28722 =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}
28723
28724 \end_inset
28725
28726
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 setlength{
28735 \backslash
28736 multlinegap}{0pt}
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 Die zweite Zeile wurde mit 
28746 \series bold
28747
28748 \backslash
28749 shoveleft
28750 \series default
28751  linksbündig ausgerichtet.
28752 \end_layout
28753
28754 \begin_layout Subsection
28755 Mehrzeilige Formelteile
28756 \begin_inset CommandInset label
28757 LatexCommand label
28758 name "sub:Mehrzeilige-Formelteile"
28759
28760 \end_inset
28761
28762
28763 \begin_inset Index
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 Formel ! mehrzeilige ! Formelteile
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28777  der folgenden Umgebungen: 
28778 \series bold
28779 aligned
28780 \series default
28781
28782 \series bold
28783 alignedat
28784 \series default
28785
28786 \series bold
28787 gathered
28788 \series default
28789  oder 
28790 \series bold
28791 split
28792 \series default
28793 .
28794  Sie können über das Menü 
28795 \family sans
28796 Einfügen\SpecialChar \menuseparator
28797 Mathe
28798 \family default
28799  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28800 \end_layout
28801
28802 \begin_layout Standard
28803 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28804 n Formel\SpecialChar \-
28805 umgebungen.
28806  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28807  Dazu ein Beispiel:
28808 \begin_inset Formula \[
28809 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28810 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28811 \right\} \textrm{Unbestimmtheitsrelationen}\]
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Standard
28819 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28820  der Befehl 
28821 \series bold
28822
28823 \backslash
28824 aligned
28825 \begin_inset Index
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 Befehle ! A ! 
28830 \backslash
28831 aligned
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \series default
28838  eingegeben wird.
28839  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28840  und Zeilen hinzufügen kann.
28841  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28842  gesetzt werden.
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28847  ausgerichtet sind.
28848  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28849  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28850  Als Beispiel Formel 
28851 \begin_inset CommandInset ref
28852 LatexCommand eqref
28853 reference "eq:kurzlang"
28854
28855 \end_inset
28856
28857  in der aligned-Umgebung:
28858 \begin_inset Formula \begin{equation}
28859 \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}|}\\
28860  & -\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}
28861 \end{equation}
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Standard
28869 Möchte man die Umgebung 
28870 \series bold
28871 alignedat
28872 \series default
28873
28874 \series bold
28875 gathered
28876 \series default
28877  oder 
28878 \series bold
28879 split
28880 \series default
28881  verwenden, gibt man den Befehl 
28882 \series bold
28883
28884 \backslash
28885 alignedat
28886 \series default
28887 ,
28888 \begin_inset Index
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892 Befehle ! A ! 
28893 \backslash
28894 alignedat
28895 \end_layout
28896
28897 \end_inset
28898
28899  
28900 \series bold
28901
28902 \backslash
28903 gathered
28904 \series default
28905
28906 \begin_inset Index
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910 Befehle ! G ! 
28911 \backslash
28912 gathered
28913 \end_layout
28914
28915 \end_inset
28916
28917  bzw.
28918  
28919 \series bold
28920
28921 \backslash
28922 split
28923 \series default
28924
28925 \begin_inset Index
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 Befehle ! S ! 
28930 \backslash
28931 split
28932 \end_layout
28933
28934 \end_inset
28935
28936  ein.
28937  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28938  jedoch darf sie nur zwei Spalten enthalten.
28939 \end_layout
28940
28941 \begin_layout Subsection
28942 Text in mehrzeiligen Formeln
28943 \begin_inset CommandInset label
28944 LatexCommand label
28945 name "sub:Text-in-mehrzeiligen"
28946
28947 \end_inset
28948
28949
28950 \begin_inset Index
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Text ! in Formeln
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \begin_inset Index
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Formel ! mehrzeilige ! Text
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28974  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28975  die Ausrichtung der Spalten nicht beeinflusst.
28976  Dazu wird der Befehl 
28977 \series bold
28978
28979 \backslash
28980 intertext
28981 \begin_inset Index
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Befehle ! I ! 
28986 \backslash
28987 intertext
28988 \end_layout
28989
28990 \end_inset
28991
28992
28993 \series default
28994  nach folgendem Schema benutzt:
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 intertext{Text}
29003 \end_layout
29004
29005 \begin_layout Standard
29006 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29007  werden kann.
29008  Weil LyX 
29009 \series bold
29010
29011 \backslash
29012 intertext
29013 \series default
29014  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29015  Text.
29016  
29017 \series bold
29018
29019 \backslash
29020 intertext
29021 \series default
29022  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29023  dieser Zeile.
29024  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29025 \begin_inset Formula \begin{align}
29026 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29027 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Section
29035 Formelnummerierung
29036 \begin_inset Index
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Formelnummerierung
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Formel ! Nummerierung|see
29051 \begin_inset ERT
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055
29056 {
29057 \end_layout
29058
29059 \end_inset
29060
29061 Formelnummerierung
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067 }
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Subsection
29081 Allgemeines
29082 \end_layout
29083
29084 \begin_layout Standard
29085 Nummerierte Formeln können mit dem Menü 
29086 \family sans
29087 Einfügen\SpecialChar \menuseparator
29088 Mathe\SpecialChar \menuseparator
29089 Nummerierte
29090 \begin_inset space ~
29091 \end_inset
29092
29093 Formel
29094 \family default
29095  (Tastenkürzel 
29096 \family sans
29097 Strg-Alt
29098 \begin_inset space ~
29099 \end_inset
29100
29101 n
29102 \family default
29103 ) erstellt, bestehende Formeln über das Menü 
29104 \family sans
29105 Bearbeiten\SpecialChar \menuseparator
29106 Mathe\SpecialChar \menuseparator
29107 Nummerierung
29108 \begin_inset space ~
29109 \end_inset
29110
29111 an/aus
29112 \family default
29113  (Tastenkürzel 
29114 \family sans
29115 Alt-m
29116 \begin_inset space ~
29117 \end_inset
29118
29119 n
29120 \family default
29121 ) nummeriert werden.
29122  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29123  Klammern.
29124  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29129  Zeilen nummeriert.
29130  Man kann jedoch über das Menü 
29131 \family sans
29132 Bearbeiten\SpecialChar \menuseparator
29133 Mathe\SpecialChar \menuseparator
29134 Zeilennummerierung an/aus
29135 \family default
29136  (Tastenkürzel 
29137 \family sans
29138 Alt-m
29139 \begin_inset space ~
29140 \end_inset
29141
29142 N
29143 \family default
29144 ) für jede Zeile die Nummerierung festlegen.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29149  werden, siehe 
29150 \begin_inset CommandInset ref
29151 LatexCommand ref
29152 reference "sec:Formelstile"
29153
29154 \end_inset
29155
29156 .
29157 \end_layout
29158
29159 \begin_layout Subsection
29160 Querverweise
29161 \begin_inset CommandInset label
29162 LatexCommand label
29163 name "sub:Querverweise"
29164
29165 \end_inset
29166
29167
29168 \begin_inset Index
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 Querverweise ! auf Formeln
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29182  Eine Marke wird mit dem Menü 
29183 \family sans
29184 Einfügen\SpecialChar \menuseparator
29185 Marke
29186 \family default
29187  oder dem Werkzeugleistenknopf 
29188 \begin_inset Graphics
29189         filename ../../images/label-insert.png
29190         scale 85
29191
29192 \end_inset
29193
29194  gesetzt.
29195  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29196  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29197 \series bold
29198 eq:
29199 \series default
29200 , nachdem der eigentliche Markenname eingegeben wird.
29201  Der voreingestellte Eintrag steht für 
29202 \begin_inset Quotes gld
29203 \end_inset
29204
29205 equation
29206 \begin_inset Quotes grd
29207 \end_inset
29208
29209  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29210  einer Formel und nicht zu einem Kapitel gehört.
29211  Um eine Marke zu ändern, wählt man wieder das Menü 
29212 \family sans
29213 Einfügen\SpecialChar \menuseparator
29214 Marke
29215 \family default
29216 .
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29221  Eine Formel mit Marke wird immer nummeriert.
29222 \end_layout
29223
29224 \begin_layout Standard
29225 Querverweise werden mit dem Menü 
29226 \family sans
29227 Einfügen\SpecialChar \menuseparator
29228 Querverweis
29229 \family default
29230  oder dem Werkzeugleistenknopf 
29231 \begin_inset Graphics
29232         filename ../../images/dialog-show-new-inset_ref.png
29233         scale 85
29234
29235 \end_inset
29236
29237  eingefügt.
29238  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29239  Wenn man im Querverweis Dialogfenster das Format 
29240 \series bold
29241 (<Querverweis>)
29242 \series default
29243  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29244 \begin_inset Newline newline
29245 \end_inset
29246
29247 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29248  man zur Formel auf die verwiesen wird.
29249 \end_layout
29250
29251 \begin_layout Standard
29252 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29253 \begin_inset Note Note
29254 status open
29255
29256 \begin_layout Plain Layout
29257 Man beachte die unterschiedlichen Querverweistypen.
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 Die Gleichungen 
29267 \begin_inset CommandInset ref
29268 LatexCommand eqref
29269 reference "eq:tag"
29270
29271 \end_inset
29272
29273  und 
29274 \begin_inset CommandInset ref
29275 LatexCommand eqref
29276 reference "eq:c"
29277
29278 \end_inset
29279
29280  sind äquivalent.
29281  In (
29282 \begin_inset CommandInset ref
29283 LatexCommand ref
29284 reference "eq:Lat"
29285
29286 \end_inset
29287
29288 ) werden im Gegensatz zu (
29289 \begin_inset CommandInset ref
29290 LatexCommand ref
29291 reference "eq:Roem"
29292
29293 \end_inset
29294
29295 ) große lateinische Buchstaben zur Nummerierung verwendet.
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset VSpace medskip
29300 \end_inset
29301
29302 Ist im Argument von 
29303 \series bold
29304
29305 \backslash
29306 tag
29307 \begin_inset Foot
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312 \series bold
29313
29314 \backslash
29315 tag
29316 \series default
29317  ist in 
29318 \begin_inset CommandInset ref
29319 LatexCommand ref
29320 reference "sub:Benutzerdefinierte-Nummerierung"
29321
29322 \end_inset
29323
29324  beschrieben.
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \series default
29331  wie in 
29332 \begin_inset CommandInset ref
29333 LatexCommand ref
29334 reference "sub:Absatzboxen"
29335
29336 \end_inset
29337
29338  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29339 \end_layout
29340
29341 \begin_layout Subsection
29342 Unternummerierung
29343 \begin_inset Index
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347 Formelnummerierung ! Unternummerierung
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Standard
29356 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29357  
29358 \begin_inset Newline newline
29359 \end_inset
29360
29361
29362 \series bold
29363
29364 \backslash
29365 begin{subequations}
29366 \series default
29367  und 
29368 \series bold
29369
29370 \backslash
29371 end{subequations}
29372 \series default
29373  erreichen.
29374  Beide Befehle werden im TeX-Modus eingegeben.
29375 \end_layout
29376
29377 \begin_layout Standard
29378 Dazu ein Beispiel:
29379 \begin_inset Formula \begin{equation}
29380 A=C-B\label{eq:a}\end{equation}
29381
29382 \end_inset
29383
29384
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390
29391 \backslash
29392 addtocounter{equation}{-1}
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 begin{subequations}
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset VSpace -5mm
29412 \end_inset
29413
29414
29415 \begin_inset Formula \begin{equation}
29416 B=C-A\label{eq:b}\end{equation}
29417
29418 \end_inset
29419
29420
29421 \begin_inset Formula \begin{equation}
29422 C=A+B\label{eq:c}\end{equation}
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435
29436 \backslash
29437 end{subequations}
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29447 \end_layout
29448
29449 \begin_layout Enumerate
29450 erste Formel eingeben
29451 \end_layout
29452
29453 \begin_layout Enumerate
29454
29455 \series bold
29456
29457 \backslash
29458 addtocounter{equation}{-1} 
29459 \backslash
29460 begin{subequations}
29461 \begin_inset Index
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Befehle ! A ! 
29466 \backslash
29467 addtocounter
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \series default
29478 nach der ersten Formel einfügen
29479 \end_layout
29480
29481 \begin_layout Enumerate
29482 zweite Formel eingeben
29483 \end_layout
29484
29485 \begin_layout Enumerate
29486 dritte Formel eingeben
29487 \end_layout
29488
29489 \begin_layout Enumerate
29490
29491 \series bold
29492
29493 \backslash
29494 end{subequations}
29495 \series default
29496  nach der dritten Formel einfügen
29497 \end_layout
29498
29499 \begin_layout Standard
29500 Jede Formel, die zwischen den Befehlen 
29501 \series bold
29502
29503 \backslash
29504 begin
29505 \series default
29506  und 
29507 \series bold
29508
29509 \backslash
29510 end
29511 \series default
29512  steht, wird mit a, b, c, \SpecialChar \ldots{}
29513  untergliedert.
29514  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29515  Alle untergliederten Formeln gelten als 
29516 \emph on
29517 eine
29518 \emph default
29519  nummerierte Formel.
29520  Da jede nummerierte Formel den Formelzähler 
29521 \series bold
29522 equation
29523 \series default
29524  um Eins erhöht, ist der Befehl 
29525 \series bold
29526
29527 \backslash
29528 addtocounter
29529 \series default
29530  notwendig um den Zähler wieder zu erniedrigen.
29531  Ansonsten würden die Formeln 
29532 \begin_inset CommandInset ref
29533 LatexCommand eqref
29534 reference "eq:a"
29535
29536 \end_inset
29537
29538
29539 \begin_inset CommandInset ref
29540 LatexCommand eqref
29541 reference "eq:b"
29542
29543 \end_inset
29544
29545
29546 \begin_inset CommandInset ref
29547 LatexCommand eqref
29548 reference "eq:c"
29549
29550 \end_inset
29551
29552  als 
29553 \begin_inset CommandInset ref
29554 LatexCommand eqref
29555 reference "eq:a"
29556
29557 \end_inset
29558
29559
29560 \begin_inset CommandInset ref
29561 LatexCommand eqref
29562 reference "eq:d"
29563
29564 \end_inset
29565
29566
29567 \begin_inset CommandInset ref
29568 LatexCommand eqref
29569 reference "eq:f"
29570
29571 \end_inset
29572
29573  nummeriert werden.
29574 \end_layout
29575
29576 \begin_layout Standard
29577 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29578  Formeln automatisch etwas Leerraum erstellt.
29579  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29580 \series bold
29581
29582 \backslash
29583 begin{subequations}
29584 \series default
29585  -5
29586 \begin_inset space \thinspace{}
29587 \end_inset
29588
29589 mm vertikalen Leerraum ein.
29590  Ist der Formelstil 
29591 \series bold
29592 Eingerückt
29593 \begin_inset Foot
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 Formelstile siehe 
29598 \begin_inset CommandInset ref
29599 LatexCommand ref
29600 reference "sec:Formelstile"
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \series default
29611  gewählt, fügt man -7
29612 \begin_inset space \thinspace{}
29613 \end_inset
29614
29615 mm Leerraum ein.
29616 \end_layout
29617
29618 \begin_layout Standard
29619 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29620  der zweiten Zeile abgeschaltet wurde:
29621 \begin_inset ERT
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625
29626
29627 \backslash
29628 begin{subequations}
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \begin_inset Formula \begin{eqnarray}
29635 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29636  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29637  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29638
29639 \end_inset
29640
29641
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 end{subequations}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Subsection
29658 Benutzerdefinierte Nummerierung
29659 \begin_inset CommandInset label
29660 LatexCommand label
29661 name "sub:Benutzerdefinierte-Nummerierung"
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Formelnummerierung ! benutzerdefinierte
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 \begin_inset Index
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 Formelnummerierung ! eigene Klammern
29684 \end_layout
29685
29686 \end_inset
29687
29688 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29689  gesetzt.
29690  Will man diese Klammern z.
29691 \begin_inset space \thinspace{}
29692 \end_inset
29693
29694 B.
29695  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29696  an:
29697 \end_layout
29698
29699 \begin_layout Standard
29700
29701 \series bold
29702
29703 \backslash
29704 def
29705 \backslash
29706 tagform@#1{
29707 \backslash
29708 maketag@@@{|#1|}}
29709 \series default
29710
29711 \begin_inset Note Note
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29716  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29717  werden.
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29727 \series bold
29728 #1
29729 \series default
29730  durch ein oder mehrere gewünschte Zeichen.
29731  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29732 \end_layout
29733
29734 \begin_layout Standard
29735 \begin_inset VSpace bigskip
29736 \end_inset
29737
29738 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29739  hinter der Formel stehen, benutzt man den Befehl 
29740 \series bold
29741
29742 \backslash
29743 tag
29744 \series default
29745
29746 \begin_inset Index
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 Befehle ! T ! 
29751 \backslash
29752 tag
29753 \end_layout
29754
29755 \end_inset
29756
29757 :
29758 \begin_inset Formula \begin{equation}
29759 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29760
29761 \end_inset
29762
29763  In diesem Beispiel wurde in der Formel der Befehl 
29764 \series bold
29765
29766 \backslash
29767 tag
29768 \series default
29769
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 leer 
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \series bold
29784 etwas
29785 \series default
29786  eingegeben.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 Gibt man stattdessen 
29791 \series bold
29792
29793 \backslash
29794 tag*
29795 \series default
29796
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 leer 
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \series bold
29811 etwas
29812 \series default
29813  ein, verhindert der Stern die Klammern um den Ausdruck:
29814 \begin_inset Formula \[
29815 A+B=C\tag*{etwas}\]
29816
29817 \end_inset
29818
29819
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29827  oder 
29828 \begin_inset ERT
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832
29833
29834 \backslash
29835 mbox{
29836 \end_layout
29837
29838 \end_inset
29839
29840 -abschnitt
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846 }
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \begin_inset Note Note
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 Der Befehl 
29857 \series bold
29858
29859 \backslash
29860 mbox
29861 \series default
29862  verhindert, dass am Bindestrich umgebrochen wird.
29863  Mehr zu 
29864 \series bold
29865
29866 \backslash
29867 mbox
29868 \series default
29869  siehe Kap.
29870 \begin_inset space \thinspace{}
29871 \end_inset
29872
29873
29874 \begin_inset CommandInset ref
29875 LatexCommand ref
29876 reference "sub:Worttrennungen"
29877
29878 \end_inset
29879
29880 .
29881 \end_layout
29882
29883 \end_inset
29884
29885  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \series bold
29891
29892 \backslash
29893 @addtoreset{equation}{part}
29894 \series default
29895
29896 \begin_inset Index
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900 Befehle ! 
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906 "
29907 \end_layout
29908
29909 \end_inset
29910
29911 @
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917 "
29918 \end_layout
29919
29920 \end_inset
29921
29922  ! 
29923 \backslash
29924
29925 \begin_inset ERT
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929
29930 "
29931 \end_layout
29932
29933 \end_inset
29934
29935 @
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 "
29942 \end_layout
29943
29944 \end_inset
29945
29946 addtoreset
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \begin_inset Newline newline
29953 \end_inset
29954
29955 bzw.
29956 \begin_inset Newline newline
29957 \end_inset
29958
29959
29960 \series bold
29961
29962 \backslash
29963 @addtoreset{equation}{section}
29964 \end_layout
29965
29966 \begin_layout Standard
29967 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29968 \begin_inset Quotes gld
29969 \end_inset
29970
29971 @
29972 \begin_inset Quotes grd
29973 \end_inset
29974
29975  Zeichen für LaTeX mit dem Befehl 
29976 \series bold
29977
29978 \backslash
29979 makeatletter
29980 \series default
29981  
29982 \begin_inset Quotes gld
29983 \end_inset
29984
29985 aktiv
29986 \begin_inset Quotes grd
29987 \end_inset
29988
29989  gemacht werden.
29990  Der Befehl 
29991 \series bold
29992
29993 \backslash
29994 makeatother
29995 \series default
29996  macht dies wieder rückgängig.
29997  Daher ist die Befehlssequenz im TeX-Modus:
29998 \end_layout
29999
30000 \begin_layout Standard
30001
30002 \series bold
30003
30004 \backslash
30005 makeatletter
30006 \begin_inset Newline newline
30007 \end_inset
30008
30009
30010 \backslash
30011 @addtoreset{equation}{section}
30012 \begin_inset Newline newline
30013 \end_inset
30014
30015
30016 \backslash
30017 makeatother
30018 \end_layout
30019
30020 \begin_layout Standard
30021 Im LaTeX-Vorspann können 
30022 \series bold
30023
30024 \backslash
30025 makeatletter
30026 \series default
30027  und 
30028 \series bold
30029
30030 \backslash
30031 makeatother
30032 \series default
30033  weggelassen werden, da LyX sie automatisch intern einfügt.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Um 
30038 \series bold
30039
30040 \backslash
30041 @addtoreset
30042 \series default
30043  rückgängig zu machen, muss die Datei 
30044 \series bold
30045 remreset.sty
30046 \series default
30047
30048 \begin_inset Foot
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053 \series bold
30054 remreset
30055 \series default
30056  ist Teil des LaTeX-Paketes 
30057 \series bold
30058 carlisle
30059 \series default
30060
30061 \begin_inset Index
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Pakete ! carlisle
30066 \end_layout
30067
30068 \end_inset
30069
30070 , das Teil jeder LaTeX-Standardinstallation ist.
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \begin_inset Index
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080 Pakete ! remreset
30081 \end_layout
30082
30083 \end_inset
30084
30085  im LaTeX-Vorspann mit der Zeile
30086 \end_layout
30087
30088 \begin_layout Standard
30089
30090 \series bold
30091
30092 \backslash
30093 usepackage{remreset}
30094 \end_layout
30095
30096 \begin_layout Standard
30097 geladen werden.
30098  Dann kann der Befehl 
30099 \series bold
30100
30101 \backslash
30102 @removefromreset
30103 \series default
30104
30105 \begin_inset Index
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109 Befehle ! 
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115 "
30116 \end_layout
30117
30118 \end_inset
30119
30120 @
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126 "
30127 \end_layout
30128
30129 \end_inset
30130
30131  ! 
30132 \backslash
30133
30134 \begin_inset ERT
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139 "
30140 \end_layout
30141
30142 \end_inset
30143
30144 @
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150 "
30151 \end_layout
30152
30153 \end_inset
30154
30155 removefromreset
30156 \end_layout
30157
30158 \end_inset
30159
30160  mit dem selben Schema wie 
30161 \series bold
30162
30163 \backslash
30164 @addtoreset
30165 \series default
30166  benutzt werden.
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset VSpace bigskip
30171 \end_inset
30172
30173 Oftmals möchte man Formeln in folgender Art nummerieren:
30174 \end_layout
30175
30176 \begin_layout Standard
30177
30178 \family typewriter
30179 (Kapitelnummer.Formelnummer)
30180 \end_layout
30181
30182 \begin_layout Standard
30183 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30184 \end_layout
30185
30186 \begin_layout Standard
30187 Für diesen Fall gibt es den Befehl 
30188 \series bold
30189
30190 \backslash
30191 numberwithin
30192 \series default
30193
30194 \begin_inset Index
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 Befehle ! N ! 
30199 \backslash
30200 numberwithin
30201 \end_layout
30202
30203 \end_inset
30204
30205 , der nach folgendem Schema benutzt wird:
30206 \end_layout
30207
30208 \begin_layout Standard
30209
30210 \series bold
30211
30212 \backslash
30213 numberwithin{Zähler}{Gliederung}
30214 \end_layout
30215
30216 \begin_layout Standard
30217 Zähler gibt an, welche Nummerierung betroffen ist.
30218  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30223  ein:
30224 \end_layout
30225
30226 \begin_layout Standard
30227
30228 \series bold
30229
30230 \backslash
30231 numberwithin{equation}{section}
30232 \end_layout
30233
30234 \begin_layout Standard
30235 Das ist das Ergebnis:
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241
30242 \backslash
30243 numberwithin{equation}{section}
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Formula \begin{equation}
30250 A+B=C\end{equation}
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Möchte man z.
30259 \begin_inset space \thinspace{}
30260 \end_inset
30261
30262 B.
30263  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30264  gibt man 
30265 \series bold
30266
30267 \backslash
30268 numberwithin{table}{part}
30269 \series default
30270  ein.
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30275 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30276  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30277 \end_layout
30278
30279 \begin_layout Standard
30280
30281 \series bold
30282
30283 \backslash
30284 renewcommand{
30285 \backslash
30286 theequation}{
30287 \backslash
30288 arabic{equation}}
30289 \begin_inset Index
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Befehle ! A ! 
30294 \backslash
30295 arabic
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \series default
30302
30303 \begin_inset ERT
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307
30308
30309 \backslash
30310 renewcommand{
30311 \backslash
30312 theequation}{
30313 \backslash
30314 arabic{equation}}
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \series bold
30321
30322 \begin_inset Newline newline
30323 \end_inset
30324
30325
30326 \series default
30327 bzw.
30328 \series bold
30329
30330 \begin_inset Newline newline
30331 \end_inset
30332
30333
30334 \backslash
30335 renewcommand{
30336 \backslash
30337 thetable}{
30338 \backslash
30339 arabic{table}}
30340 \end_layout
30341
30342 \begin_layout Standard
30343
30344 \series bold
30345
30346 \backslash
30347 numberwithin
30348 \series default
30349  benutzt intern den oben beschriebenen Befehl 
30350 \series bold
30351
30352 \backslash
30353 @addtoreset
30354 \series default
30355 , der ebenfalls rückgängig gemacht werden muss.
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361
30362 \backslash
30363 makeatletter
30364 \end_layout
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 @removefromreset{equation}{section}
30371 \end_layout
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 makeatother
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Subsection
30386 Nummerierung mit römischen Zahlen und Buchstaben
30387 \begin_inset CommandInset label
30388 LatexCommand label
30389 name "sub:Nummerierung-mit-römischen"
30390
30391 \end_inset
30392
30393
30394 \begin_inset Index
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Formelnummerierung ! mit Buchstaben
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \begin_inset Index
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 Formelnummerierung ! mit römischen Zahlen
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30418  werden.
30419  Um z.
30420 \begin_inset space \thinspace{}
30421 \end_inset
30422
30423 B.
30424  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30425  TeX-Modus den Befehl
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \series bold
30431
30432 \backslash
30433 renewcommand{
30434 \backslash
30435 theequation}{
30436 \backslash
30437 roman{equation}}
30438 \end_layout
30439
30440 \begin_layout Standard
30441 ein.
30442  
30443 \series bold
30444
30445 \backslash
30446 renewcommand
30447 \series default
30448
30449 \begin_inset Index
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 Befehle ! R ! 
30454 \backslash
30455 renewcommand
30456 \end_layout
30457
30458 \end_inset
30459
30460  weist dem vordefinierten Befehl 
30461 \series bold
30462
30463 \backslash
30464 theequation
30465 \series default
30466  den Befehl
30467 \begin_inset Newline linebreak
30468 \end_inset
30469
30470
30471 \series bold
30472
30473 \backslash
30474 roman{equation}
30475 \series default
30476  zu
30477 \begin_inset Foot
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481 Der Befehl 
30482 \series bold
30483
30484 \backslash
30485 renewcommand
30486 \series default
30487  besitzt dasselbe Schema wie der in 
30488 \begin_inset CommandInset ref
30489 LatexCommand ref
30490 reference "sec:Benutzerdefinierte-Befehle"
30491
30492 \end_inset
30493
30494  beschriebene Befehl
30495 \begin_inset Newline newline
30496 \end_inset
30497
30498
30499 \series bold
30500
30501 \backslash
30502 newcommand
30503 \series default
30504 .
30505 \end_layout
30506
30507 \end_inset
30508
30509 .
30510  
30511 \series bold
30512 equation
30513 \series default
30514  ist der Formelzähler.
30515  Stellt man einem Zähler den Befehl 
30516 \series bold
30517
30518 \backslash
30519 the
30520 \series default
30521  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30522  wird.
30523  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30524  
30525 \series bold
30526
30527 \backslash
30528 theequation
30529 \series default
30530  hinter die Formel.
30531  
30532 \series bold
30533
30534 \backslash
30535 roman{equation}
30536 \begin_inset Index
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Befehle ! R ! 
30541 \backslash
30542 roman
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \series default
30549  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30550 \end_layout
30551
30552 \begin_layout Standard
30553 Alle Formeln nach dem 
30554 \series bold
30555
30556 \backslash
30557 renewcommand
30558 \series default
30559 -Befehl werden nun römisch nummeriert.
30560  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30561  den Befehl erneut ein, ersetzt aber 
30562 \series bold
30563
30564 \backslash
30565 roman
30566 \series default
30567  durch 
30568 \series bold
30569
30570 \backslash
30571 Roman
30572 \series default
30573
30574 \begin_inset Index
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578 Befehle ! R ! 
30579 \backslash
30580 roman@
30581 \backslash
30582 Roman
30583 \end_layout
30584
30585 \end_inset
30586
30587 .
30588  Für die 
30589 \begin_inset Quotes gld
30590 \end_inset
30591
30592 Nummerierung
30593 \begin_inset Quotes grd
30594 \end_inset
30595
30596  mit lateinischen Buchstaben gibt es den Befehl 
30597 \series bold
30598
30599 \backslash
30600 alph
30601 \series default
30602
30603 \begin_inset Index
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 Befehle ! A ! 
30608 \backslash
30609 alph
30610 \end_layout
30611
30612 \end_inset
30613
30614  für kleine und 
30615 \series bold
30616
30617 \backslash
30618 Alph
30619 \series default
30620
30621 \begin_inset Index
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 Befehle ! A ! 
30626 \backslash
30627 alph@
30628 \backslash
30629 Alph
30630 \end_layout
30631
30632 \end_inset
30633
30634  für große Buchstaben.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset Note Greyedout
30639 status open
30640
30641 \begin_layout Plain Layout
30642
30643 \series bold
30644 Achtung:
30645 \series default
30646  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30647  nummeriert werden.
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 renewcommand{
30664 \backslash
30665 theequation}{
30666 \backslash
30667 roman{equation}}
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676 \begin_inset Formula \begin{equation}
30677 A=\textrm{römisch}\label{eq:roem}\end{equation}
30678
30679 \end_inset
30680
30681
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687
30688 \backslash
30689 renewcommand{
30690 \backslash
30691 theequation}{
30692 \backslash
30693 Roman{equation}}
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \begin_inset Formula \begin{equation}
30700 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30701
30702 \end_inset
30703
30704
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 renewcommand{
30713 \backslash
30714 theequation}{
30715 \backslash
30716 alph{equation}}
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Formula \begin{equation}
30723 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30724
30725 \end_inset
30726
30727
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 renewcommand{
30736 \backslash
30737 theequation}{
30738 \backslash
30739 Alph{equation}}
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \begin_inset Formula \begin{equation}
30746 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30755  ein:
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 renewcommand{
30764 \backslash
30765 theequation}{
30766 \backslash
30767 arabic{equation}}
30768 \begin_inset Index
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772 Befehle ! A ! 
30773 \backslash
30774 arabic
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788
30789 \backslash
30790 renewcommand{
30791 \backslash
30792 theequation}{
30793 \backslash
30794 arabic{equation}}
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \begin_inset Formula \begin{equation}
30801 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset VSpace medskip
30810 \end_inset
30811
30812 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30813 riert.
30814  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30815  beginnen, müssen neue Formelzähler angelegt werden.
30816  Eine Beschreibung dazu findet man in der Datei 
30817 \begin_inset CommandInset href
30818 LatexCommand href
30819 target "Formelnummerierung.lyx"
30820
30821 \end_inset
30822
30823 .
30824 \end_layout
30825
30826 \begin_layout Section
30827 Benutzerdefinierte Befehle
30828 \begin_inset CommandInset label
30829 LatexCommand label
30830 name "sec:Benutzerdefinierte-Befehle"
30831
30832 \end_inset
30833
30834
30835 \begin_inset Index
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 benutzerdefinierte Befehle
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30849  Man kann sich aber mit dem Befehl 
30850 \series bold
30851
30852 \backslash
30853 newcommand
30854 \series default
30855
30856 \begin_inset Index
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 Befehle ! N ! 
30861 \backslash
30862 newcommand
30863 \end_layout
30864
30865 \end_inset
30866
30867  neue kürzere Befehle definieren.
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Das Befehlsschema von 
30872 \series bold
30873
30874 \backslash
30875 newcommand
30876 \series default
30877  lautet:
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
30886 \series default
30887  
30888 \series bold
30889 Wert]
30890 \begin_inset Newline newline
30891 \end_inset
30892
30893
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899
30900 \backslash
30901 phantom{
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \backslash
30908 newcommand
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914 }
30915 \end_layout
30916
30917 \end_inset
30918
30919 {Befehlsdefinition}
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset Note Greyedout
30924 status open
30925
30926 \begin_layout Plain Layout
30927
30928 \series bold
30929 Achtung:
30930 \series default
30931  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
30932  oder von benutzten LaTeX-Paketen verwendet wird.
30933  Definiert man beispielsweise für 
30934 \series bold
30935
30936 \backslash
30937 Leftarrow
30938 \series default
30939  den Befehl 
30940 \series bold
30941
30942 \backslash
30943 le
30944 \series default
30945 , erhält man eine Fehlermeldung, denn 
30946 \series bold
30947
30948 \backslash
30949 le
30950 \series default
30951  ist schon für 
30952 \begin_inset Quotes gld
30953 \end_inset
30954
30955
30956 \begin_inset Formula $\le$
30957 \end_inset
30958
30959
30960 \begin_inset Quotes grd
30961 \end_inset
30962
30963  definiert.
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 \begin_inset Note Greyedout
30973 status open
30974
30975 \begin_layout Plain Layout
30976
30977 \series bold
30978 Achtung: 
30979 \series default
30980 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
30981  bestehen.
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
30991 \begin_inset space \thinspace{}
30992 \end_inset
30993
30994 -
30995 \begin_inset space \thinspace{}
30996 \end_inset
30997
30998 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
30999  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31000  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31001 \emph on
31002 erste
31003 \emph default
31004  Argument des neuen Befehls ein optionales ist.
31005 \end_layout
31006
31007 \begin_layout Standard
31008 Es folgen einige Beispiele:
31009 \end_layout
31010
31011 \begin_layout Itemize
31012 Will man für 
31013 \series bold
31014
31015 \backslash
31016 Longrightarrow
31017 \series default
31018  den Befehl 
31019 \series bold
31020
31021 \backslash
31022 gr
31023 \series default
31024  definieren, lautet die LaTeX-Vor\SpecialChar \-
31025 spannzeile:
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 medskip
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \series bold
31040
31041 \begin_inset Newline newline
31042 \end_inset
31043
31044
31045 \backslash
31046 newcommand{
31047 \backslash
31048 gr}{
31049 \backslash
31050 Longrightarrow}
31051 \end_layout
31052
31053 \begin_layout Itemize
31054 Um für den Befehl 
31055 \series bold
31056
31057 \backslash
31058 underline
31059 \series default
31060  den Befehl 
31061 \series bold
31062
31063 \backslash
31064 us
31065 \series default
31066  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31067  werden.
31068  Dazu sieht die Vorspannzeile wie folgt aus:
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 medskip
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \series bold
31083
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \backslash
31089 newcommand{
31090 \backslash
31091 us}[1]{
31092 \backslash
31093 underline{#1}}
31094 \series default
31095
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101
31102 \backslash
31103 medskip
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \series bold
31110
31111 \begin_inset Newline newline
31112 \end_inset
31113
31114
31115 \series default
31116 Das Zeichen 
31117 \series bold
31118 #
31119 \series default
31120  fungiert als Argumentplatzhalter, die 
31121 \series bold
31122 1
31123 \series default
31124  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31125 \end_layout
31126
31127 \begin_layout Itemize
31128 Für 
31129 \series bold
31130
31131 \backslash
31132 framebox
31133 \series default
31134  kann man z.
31135 \begin_inset space \thinspace{}
31136 \end_inset
31137
31138 B.
31139  den Befehl 
31140 \series bold
31141
31142 \backslash
31143 fb
31144 \series default
31145  definieren:
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151
31152 \backslash
31153 medskip
31154 \end_layout
31155
31156 \end_inset
31157
31158
31159 \series bold
31160
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \backslash
31166 newcommand{
31167 \backslash
31168 fb}[3]{
31169 \backslash
31170 framebox#1#2{$#3$}}
31171 \series default
31172
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178
31179 \backslash
31180 medskip
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \begin_inset Newline newline
31189 \end_inset
31190
31191
31192 \series default
31193 Die beiden Dollarzeichen erstellen hierbei die für 
31194 \series bold
31195
31196 \backslash
31197 framebox
31198 \series default
31199  geforderte weitere Formel, siehe 
31200 \begin_inset CommandInset ref
31201 LatexCommand ref
31202 reference "sub:Boxen-mit-Rahmen"
31203
31204 \end_inset
31205
31206 .
31207 \end_layout
31208
31209 \begin_layout Itemize
31210 Um einen neuen Befehl für 
31211 \series bold
31212
31213 \backslash
31214 fcolorbox
31215 \series default
31216  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31217  definiert man das Argument für die Farbe als optional:
31218 \begin_inset ERT
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222
31223
31224 \backslash
31225 medskip
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \series bold
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \backslash
31238 newcommand{
31239 \backslash
31240 cb}[3][white]{
31241 \backslash
31242 fcolorbox{#2}{#1}{$#3$}}
31243 \series default
31244
31245 \begin_inset ERT
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249
31250
31251 \backslash
31252 medskip
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset Newline newline
31259 \end_inset
31260
31261 Gibt man bei der Verwendung von 
31262 \series bold
31263
31264 \backslash
31265 cb
31266 \series default
31267  die Farbe nicht an, wird die voreingestellte Farbe 
31268 \series bold
31269 white
31270 \series default
31271  verwendet.
31272 \begin_inset Newpage pagebreak
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 Ein Test der neu definierten Befehle:
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \align center
31284 \begin_inset Tabular
31285 <lyxtabular version="3" rows="6" columns="2">
31286 <features>
31287 <column alignment="center" valignment="top" width="0">
31288 <column alignment="center" valignment="top" width="0">
31289 <row>
31290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Plain Layout
31294 Befehl
31295 \end_layout
31296
31297 \end_inset
31298 </cell>
31299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Plain Layout
31303 Ergebnis
31304 \begin_inset Note Note
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309 \series bold
31310
31311 \backslash
31312 raisebox
31313 \series default
31314  dient nur als Abstandhalter.
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 </row>
31325 <row>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330 A
31331 \backslash
31332 gr
31333 \begin_inset ERT
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337
31338
31339 \backslash
31340 leer 
31341 \end_layout
31342
31343 \end_inset
31344
31345 B
31346 \end_layout
31347
31348 \end_inset
31349 </cell>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 \begin_inset Formula $A\gr B$
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \end_inset
31361 </cell>
31362 </row>
31363 <row>
31364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31365 \begin_inset Text
31366
31367 \begin_layout Plain Layout
31368
31369 \backslash
31370 us{ABcd
31371 \end_layout
31372
31373 \end_inset
31374 </cell>
31375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31376 \begin_inset Text
31377
31378 \begin_layout Plain Layout
31379 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \end_inset
31386 </cell>
31387 </row>
31388 <row>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393
31394 \backslash
31395 fb{[2cm]
31396 \begin_inset Formula $\to$
31397 \end_inset
31398
31399
31400 \backslash
31401 {
31402 \begin_inset Formula $\to$
31403 \end_inset
31404
31405
31406 \backslash
31407 {
31408 \backslash
31409 int
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415
31416 \backslash
31417 leer 
31418 \end_layout
31419
31420 \end_inset
31421
31422 A=B
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31428 \begin_inset Text
31429
31430 \begin_layout Plain Layout
31431 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 </row>
31440 <row>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445
31446 \backslash
31447 cb{red
31448 \begin_inset Formula $\to$
31449 \end_inset
31450
31451
31452 \backslash
31453 {
31454 \backslash
31455 int
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 leer 
31464 \end_layout
31465
31466 \end_inset
31467
31468 A=B
31469 \end_layout
31470
31471 \end_inset
31472 </cell>
31473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31474 \begin_inset Text
31475
31476 \begin_layout Plain Layout
31477 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 </row>
31486 <row>
31487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31488 \begin_inset Text
31489
31490 \begin_layout Plain Layout
31491
31492 \backslash
31493 cb[green]
31494 \backslash
31495 {red
31496 \begin_inset Formula $\to$
31497 \end_inset
31498
31499
31500 \backslash
31501 {
31502 \backslash
31503 int
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 leer 
31512 \end_layout
31513
31514 \end_inset
31515
31516 A=B
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 </row>
31534 </lyxtabular>
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Section
31542 Diagramme
31543 \begin_inset Index
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547 Diagramme
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31557 \series bold
31558 amscd
31559 \begin_inset Foot
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563
31564 \series bold
31565 amscd
31566 \series default
31567  ist Teil jeder LaTeX-Standardinstallation.
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \series default
31574
31575 \begin_inset Index
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Pakete ! amscd
31580 \end_layout
31581
31582 \end_inset
31583
31584  benötigt.
31585  Es wird im LaTeX-Vorspann mit der Zeile
31586 \end_layout
31587
31588 \begin_layout Standard
31589
31590 \series bold
31591
31592 \backslash
31593 usepackage{amscd}
31594 \end_layout
31595
31596 \begin_layout Standard
31597 geladen.
31598 \end_layout
31599
31600 \begin_layout Standard
31601 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31602 \begin_inset Formula \[
31603 \begin{CD}A@>>>B@>>>C\\
31604 @AAA@.@VVV\\
31605 F@<<<E@<<<D\end{CD}\]
31606
31607 \end_inset
31608
31609
31610 \end_layout
31611
31612 \begin_layout Standard
31613 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31614 \series bold
31615
31616 \backslash
31617 CD
31618 \begin_inset Index
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Befehle ! C ! 
31623 \backslash
31624 CD
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \series default
31631  ein.
31632  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31633  man die weiteren Befehle eingibt.
31634  Mit 
31635 \series bold
31636
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 mbox{
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \family sans
31651 \series default
31652 Strg-Enter
31653 \family default
31654 \series bold
31655
31656 \begin_inset ERT
31657 status collapsed
31658
31659 \begin_layout Plain Layout
31660
31661 }
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \series default
31668  wird eine neue Zeile erstellt.
31669  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31670  Zeilen der Formel eingegeben.
31671 \end_layout
31672
31673 \begin_layout Standard
31674 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31675 \end_layout
31676
31677 \begin_layout Itemize
31678
31679 \series bold
31680 @<<<
31681 \series default
31682  erstellt einen Linkspfeil, 
31683 \series bold
31684 @>>>
31685 \series default
31686  einen Rechtspfeil und 
31687 \series bold
31688 @=
31689 \series default
31690  ein langes Gleichheitszeichen
31691 \end_layout
31692
31693 \begin_layout Itemize
31694
31695 \series bold
31696 @AAA
31697 \series default
31698  erstellt einen Pfeil nach oben, 
31699 \series bold
31700 @VVV
31701 \series default
31702  einen Pfeil nach unten und 
31703 \series bold
31704 @|
31705 \series default
31706  ein senkrechtes Gleichheitszeichen
31707 \end_layout
31708
31709 \begin_layout Itemize
31710
31711 \series bold
31712 @.
31713
31714 \series default
31715  dient als Platzhalter für nicht vorhandene Beziehungen
31716 \end_layout
31717
31718 \begin_layout Standard
31719 Alle Pfeile sind wie folgt beschriftbar:
31720 \end_layout
31721
31722 \begin_layout Itemize
31723 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31724  > Text eingegeben, erscheint er über dem Pfeil.
31725  Wird der Text zwischen dem zweiten und dritten < bzw.
31726  > eingegeben, erscheint er unter dem Pfeil.
31727 \end_layout
31728
31729 \begin_layout Itemize
31730 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31731  V eingegeben, erscheint er links neben dem Pfeil.
31732  Bei Eingabe zwischen zweitem und drittem A bzw.
31733  V erscheint er rechts daneben.
31734  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31735  gesetzt werden.
31736 \end_layout
31737
31738 \begin_layout Standard
31739 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \begin_inset Formula \[
31744 \begin{CD}A@>j>>B@>>k>C@=F\\
31745 @AmAA@.@VV{V}V@|\\
31746 D@<<j<E@>k>>F@=C\end{CD}\]
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 Der Befehl dazu lautet:
31755 \begin_inset Newline newline
31756 \end_inset
31757
31758
31759 \series bold
31760
31761 \backslash
31762 CD
31763 \begin_inset ERT
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767
31768
31769 \backslash
31770 leer 
31771 \end_layout
31772
31773 \end_inset
31774
31775 A@>j>>B@>>k>C@=F Strg-Enter
31776 \begin_inset Newline newline
31777 \end_inset
31778
31779
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 hphantom{
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \backslash
31794 CD
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 leer 
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813 }
31814 \end_layout
31815
31816 \end_inset
31817
31818 @AmAA@.@VV
31819 \backslash
31820 {V
31821 \series default
31822
31823 \begin_inset Formula $\to$
31824 \end_inset
31825
31826
31827 \series bold
31828 V@| Strg-Enter
31829 \begin_inset Newline newline
31830 \end_inset
31831
31832
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838
31839 \backslash
31840 hphantom{
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \backslash
31847 CD
31848 \begin_inset ERT
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853
31854 \backslash
31855 leer 
31856 \end_layout
31857
31858 \end_inset
31859
31860
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866 }
31867 \end_layout
31868
31869 \end_inset
31870
31871 D@<<j<E@>k>>F@=C
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset Newpage newpage
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Section
31882 Tipps
31883 \begin_inset ERT
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 texorpdfstring{
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset Foot
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900 Weitere gute Tipps gibt es unter 
31901 \begin_inset CommandInset citation
31902 LatexCommand cite
31903 key "Voss"
31904
31905 \end_inset
31906
31907 .
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \begin_inset ERT
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917
31918 }{}
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \begin_inset Note Note
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929 \series bold
31930
31931 \backslash
31932 texorpdfstring
31933 \series default
31934  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
31935 \end_layout
31936
31937 \begin_layout Plain Layout
31938 Näheres zu 
31939 \series bold
31940
31941 \backslash
31942 texorpdfstring
31943 \series default
31944  steht in Kapitel 
31945 \begin_inset CommandInset ref
31946 LatexCommand ref
31947 reference "sub:Formeln-in-Überschriften"
31948
31949 \end_inset
31950
31951 .
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \begin_inset Index
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961 Tipps
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \begin_inset Index
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 Ionen|see
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977 {
31978 \end_layout
31979
31980 \end_inset
31981
31982 chemische Zeichen
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988 }
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Subsection
32002 Chemische Symbole und Reaktionsgleichungen
32003 \begin_inset CommandInset label
32004 LatexCommand label
32005 name "sub:Chemische-Symbole-und"
32006
32007 \end_inset
32008
32009
32010 \begin_inset Index
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 chemische Zeichen ! Symbole
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \begin_inset Index
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 Reaktionsgleichungen
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \begin_inset Index
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034 Symbole ! chemische
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Standard
32043 Ein Beispieltext aus der Chemie:
32044 \end_layout
32045
32046 \begin_layout Quote
32047 Das 
32048 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32049 \end_inset
32050
32051 -Ion verbindet sich mit zwei 
32052 \begin_inset Formula $\mathrm{Na^{+}}$
32053 \end_inset
32054
32055 -Ionen zu Natriumsulfat 
32056 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32057 \end_inset
32058
32059 .
32060  Die Reaktionsgleichung dazu lautet:
32061 \begin_inset Formula \[
32062 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Standard
32070 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32071  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32072  in der Formel und wandelt diese mit der Tastenkombination 
32073 \family sans
32074 Alt-z
32075 \begin_inset space ~
32076 \end_inset
32077
32078 r
32079 \family default
32080  in den aufrechten Schriftstil um.
32081 \begin_inset Foot
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 Schriftstile siehe 
32086 \begin_inset CommandInset ref
32087 LatexCommand ref
32088 reference "sub:Schriftstile"
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Subsection
32101 Negative Zahlen
32102 \begin_inset Index
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106 Zahlen ! negative
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \begin_layout Standard
32115 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32116  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32117  dargestellt.
32118  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32119  Minuszeichen korrekt.
32120 \end_layout
32121
32122 \begin_layout Standard
32123 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32124  nicht mehr auf.
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Ein Beispiel zur Veranschaulichung der Problematik:
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \align center
32133 \begin_inset Tabular
32134 <lyxtabular version="3" rows="3" columns="2">
32135 <features>
32136 <column alignment="right" valignment="top" width="0">
32137 <column alignment="left" valignment="top" width="0">
32138 <row>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143 normaler Text:
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 x = -2
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 </row>
32158 <row>
32159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 Formelmodus:
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 \begin_inset Formula $x=-2$
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 </row>
32181 <row>
32182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186 Lösung:
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32192 \begin_inset Text
32193
32194 \begin_layout Plain Layout
32195 \begin_inset Formula $x=\textrm{-}2$
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 </row>
32204 </lyxtabular>
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Subsection
32212 Komma als Dezimaltrennzeichen
32213 \begin_inset Index
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Komma
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32227  als Gruppentrennzeichen.
32228  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32229  eingefügt.
32230 \end_layout
32231
32232 \begin_layout Standard
32233 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32234  Text um (Tastenkürzel 
32235 \family sans
32236 Alt-m
32237 \begin_inset space ~
32238 \end_inset
32239
32240 m
32241 \family default
32242 ).
32243 \end_layout
32244
32245 \begin_layout Standard
32246 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32247  lädt man die Datei 
32248 \series bold
32249 icomma.sty
32250 \series default
32251
32252 \begin_inset Foot
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256
32257 \series bold
32258 icomma
32259 \series default
32260  ist Teil des LaTeX-Paketes 
32261 \series bold
32262 was
32263 \series default
32264
32265 \begin_inset Index
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Pakete ! was
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275
32276 \backslash
32277 vspace{4mm}
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \end_inset
32286
32287 .
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \begin_inset Index
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297 Pakete ! icomma
32298 \end_layout
32299
32300 \end_inset
32301
32302  mit der LaTeX-Vorspannzeile
32303 \end_layout
32304
32305 \begin_layout Standard
32306
32307 \series bold
32308
32309 \backslash
32310 usepackage{icomma}
32311 \end_layout
32312
32313 \begin_layout Subsection
32314 Physikalische Vektoren
32315 \begin_inset CommandInset label
32316 LatexCommand label
32317 name "sub:Physikalische-Vektoren"
32318
32319 \end_inset
32320
32321
32322 \begin_inset Index
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326 Vektoren ! physikalische
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Vordefinierte Vektoren bietet das LaTeX-Paket 
32336 \series bold
32337 braket
32338 \series default
32339
32340 \begin_inset Foot
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344
32345 \series bold
32346 braket
32347 \series default
32348  sollte Teil jeder LaTeX-Standardinstallation sein.
32349 \end_layout
32350
32351 \end_inset
32352
32353
32354 \begin_inset Index
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 Pakete ! braket
32359 \end_layout
32360
32361 \end_inset
32362
32363 , das mit der LaTeX-Vorspannzeile
32364 \end_layout
32365
32366 \begin_layout Standard
32367
32368 \series bold
32369
32370 \backslash
32371 usepackage{braket}
32372 \end_layout
32373
32374 \begin_layout Standard
32375 geladen wird.
32376 \begin_inset ERT
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380
32381
32382 \backslash
32383 ifbraket 
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \begin_inset Note Note
32390 status open
32391
32392 \begin_layout Plain Layout
32393 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32394 \series bold
32395 braket
32396 \series default
32397  installiert ist:
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Standard
32406 Folgende Befehle sind definiert:
32407 \end_layout
32408
32409 \begin_layout Standard
32410 \align center
32411 \begin_inset Tabular
32412 <lyxtabular version="3" rows="4" columns="2">
32413 <features>
32414 <column alignment="center" valignment="top" width="0">
32415 <column alignment="center" valignment="top" width="0">
32416 <row>
32417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 Befehl
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 Ergebnis
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 <row>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441
32442 \backslash
32443 Bra{
32444 \backslash
32445 psi
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454 \begin_inset Formula $\Bra{\psi}$
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \end_inset
32461 </cell>
32462 </row>
32463 <row>
32464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32465 \begin_inset Text
32466
32467 \begin_layout Plain Layout
32468
32469 \backslash
32470 Ket{
32471 \backslash
32472 psi
32473 \end_layout
32474
32475 \end_inset
32476 </cell>
32477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 \begin_inset Formula $\Ket{\psi}$
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 </row>
32490 <row>
32491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32492 \begin_inset Text
32493
32494 \begin_layout Plain Layout
32495
32496 \backslash
32497 Braket{
32498 \backslash
32499 psi|
32500 \backslash
32501 phi
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 \begin_inset Formula $\Braket{\psi|\phi}$
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 </row>
32519 </lyxtabular>
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Der Befehl 
32528 \series bold
32529
32530 \backslash
32531 Braket
32532 \series default
32533  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32534  Klammern gesetzt werden:
32535 \begin_inset Formula \[
32536 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32537
32538 \end_inset
32539
32540
32541 \begin_inset ERT
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545
32546
32547 \backslash
32548 else 
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \begin_inset Note Note
32555 status open
32556
32557 \begin_layout Plain Layout
32558 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32559 \series bold
32560 braket
32561 \series default
32562  nicht installiert ist:
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Standard
32571 Das LaTeX-Paket 
32572 \series bold
32573 braket 
32574 \series default
32575 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset ERT
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583
32584
32585 \backslash
32586 fi 
32587 \end_layout
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \begin_layout Standard
32595 Der Effekt von 
32596 \series bold
32597
32598 \backslash
32599 Braket
32600 \series default
32601  kann auch mit dem Befehl 
32602 \series bold
32603
32604 \backslash
32605 middle
32606 \series default
32607  erzielt werden, der in 
32608 \begin_inset CommandInset ref
32609 LatexCommand ref
32610 reference "sub:Automatische-Klammergrößen"
32611
32612 \end_inset
32613
32614  beschrieben ist.
32615 \end_layout
32616
32617 \begin_layout Subsection
32618 Selbst definierte Brüche
32619 \begin_inset CommandInset label
32620 LatexCommand label
32621 name "sub:Selbstdefinierte-Brüche"
32622
32623 \end_inset
32624
32625
32626 \begin_inset Index
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630 Brüche ! selbstdefinierte
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \begin_layout Standard
32639 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32640 \series bold
32641
32642 \backslash
32643 genfrac
32644 \series default
32645
32646 \begin_inset Index
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650 Befehle ! G ! 
32651 \backslash
32652 genfrac
32653 \end_layout
32654
32655 \end_inset
32656
32657  in folgendem Schema:
32658 \end_layout
32659
32660 \begin_layout Standard
32661
32662 \series bold
32663
32664 \backslash
32665 genfrac{linke
32666 \series default
32667  
32668 \series bold
32669 Klammer}{rechte
32670 \series default
32671  
32672 \series bold
32673 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32674 \begin_inset Newline newline
32675 \end_inset
32676
32677
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683
32684 \backslash
32685 phantom{
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \backslash
32692 genfrac
32693 \begin_inset ERT
32694 status collapsed
32695
32696 \begin_layout Plain Layout
32697
32698 }
32699 \end_layout
32700
32701 \end_inset
32702
32703 {Zähler}{Nenner}
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 -
32712 \begin_inset space \thinspace{}
32713 \end_inset
32714
32715 3 angegeben.
32716 \end_layout
32717
32718 \begin_layout Standard
32719 \align center
32720 \begin_inset Tabular
32721 <lyxtabular version="3" rows="5" columns="2">
32722 <features>
32723 <column alignment="center" valignment="top" width="0">
32724 <column alignment="center" valignment="top" width="0">
32725 <row>
32726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730 Nummer
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 Ansichtsstil
32740 \end_layout
32741
32742 \end_inset
32743 </cell>
32744 </row>
32745 <row>
32746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32747 \begin_inset Text
32748
32749 \begin_layout Plain Layout
32750 0
32751 \end_layout
32752
32753 \end_inset
32754 </cell>
32755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32756 \begin_inset Text
32757
32758 \begin_layout Plain Layout
32759 abgesetzte Formel
32760 \end_layout
32761
32762 \end_inset
32763 </cell>
32764 </row>
32765 <row>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 1
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 eingebettete Formel
32780 \end_layout
32781
32782 \end_inset
32783 </cell>
32784 </row>
32785 <row>
32786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 2
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799 klein
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 </row>
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 3
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 winzig
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 </row>
32825 </lyxtabular>
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
32834  
32835 \series bold
32836
32837 \backslash
32838 frac
32839 \series default
32840  der Umgebung an.
32841 \end_layout
32842
32843 \begin_layout Standard
32844 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
32845  0.4
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 pt verwendet.
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset VSpace medskip
32854 \end_inset
32855
32856 Zum Beispiel sind die Befehle 
32857 \series bold
32858
32859 \backslash
32860 dfrac
32861 \series default
32862  und 
32863 \series bold
32864
32865 \backslash
32866 tbinom
32867 \series default
32868  aus 
32869 \begin_inset CommandInset ref
32870 LatexCommand ref
32871 reference "sub:Brüche"
32872
32873 \end_inset
32874
32875  folgendermaßen definiert:
32876 \end_layout
32877
32878 \begin_layout Standard
32879
32880 \series bold
32881
32882 \backslash
32883 newcommand{
32884 \backslash
32885 dfrac}[2]{
32886 \backslash
32887 genfrac{}{}{}{0}{#1}{#2}}
32888 \end_layout
32889
32890 \begin_layout Standard
32891 und
32892 \end_layout
32893
32894 \begin_layout Standard
32895
32896 \series bold
32897
32898 \backslash
32899 newcommand{
32900 \backslash
32901 tbinom}[2]{
32902 \backslash
32903 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32904 \end_layout
32905
32906 \begin_layout Standard
32907 \begin_inset VSpace medskip
32908 \end_inset
32909
32910 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
32911  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
32912 \end_layout
32913
32914 \begin_layout Standard
32915
32916 \series bold
32917
32918 \backslash
32919 newcommand{
32920 \backslash
32921 fracS}[3][]{
32922 \backslash
32923 genfrac{}{}{#1}{}{#2}{#3}}
32924 \end_layout
32925
32926 \begin_layout Standard
32927 Dazu ein Test:
32928 \begin_inset Formula \begin{align*}
32929 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32930 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32931
32932 \end_inset
32933
32934 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
32935  in etwa der dreifachen Strichdicke.
32936 \end_layout
32937
32938 \begin_layout Subsection
32939 Durchgestrichene Formeln
32940 \begin_inset CommandInset label
32941 LatexCommand label
32942 name "sub:Durchgestrichene-Formeln"
32943
32944 \end_inset
32945
32946
32947 \begin_inset Index
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 Formel ! durchgestrichene
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Standard
32960 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
32961 \series bold
32962 cancel
32963 \series default
32964
32965 \begin_inset Foot
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970 \series bold
32971 cancel
32972 \series default
32973  ist Teil jeder LaTeX-Standardinstallation.
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \begin_inset Index
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983 Pakete ! cancel
32984 \end_layout
32985
32986 \end_inset
32987
32988  mit der LaTeX-Vorspannzeile
32989 \end_layout
32990
32991 \begin_layout Standard
32992
32993 \series bold
32994
32995 \backslash
32996 usepackage[samesize]{cancel}
32997 \end_layout
32998
32999 \begin_layout Standard
33000 geladen werden.
33001 \begin_inset Newpage pagebreak
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Standard
33008 Es gibt vier verschiedene Arten durchzustreichen:
33009 \end_layout
33010
33011 \begin_layout Standard
33012 \align center
33013 \begin_inset Tabular
33014 <lyxtabular version="3" rows="5" columns="2">
33015 <features>
33016 <column alignment="center" valignment="top" width="0">
33017 <column alignment="center" valignment="top" width="0">
33018 <row>
33019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 Befehl
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 Ergebnis
33033 \begin_inset Note Note
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037
33038 \series bold
33039
33040 \backslash
33041 hspace
33042 \series default
33043  und 
33044 \series bold
33045
33046 \backslash
33047 raisebox
33048 \series default
33049  dienen nur als Abstandhalter.
33050 \end_layout
33051
33052 \end_inset
33053
33054
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 </row>
33060 <row>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065
33066 \backslash
33067 cancel{
33068 \backslash
33069 int
33070 \begin_inset ERT
33071 status collapsed
33072
33073 \begin_layout Plain Layout
33074
33075
33076 \backslash
33077 leer 
33078 \end_layout
33079
33080 \end_inset
33081
33082 A=B
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 </row>
33100 <row>
33101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105
33106 \backslash
33107 bcancel{
33108 \backslash
33109 int
33110 \begin_inset ERT
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114
33115
33116 \backslash
33117 leer 
33118 \end_layout
33119
33120 \end_inset
33121
33122 A=B
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
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" bottomline="true" leftline="true" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145
33146 \backslash
33147 xcancel{
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" bottomline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\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" bottomline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185
33186 \backslash
33187 cancelto{1
33188 \begin_inset Formula $\to$
33189 \end_inset
33190
33191
33192 \backslash
33193 {
33194 \backslash
33195 int
33196 \begin_inset ERT
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200
33201
33202 \backslash
33203 leer 
33204 \end_layout
33205
33206 \end_inset
33207
33208 A=B
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 </lyxtabular>
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234
33235 \series bold
33236
33237 \backslash
33238 cancelto
33239 \series default
33240  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33241  will:
33242 \begin_inset Formula \[
33243 \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}}}\]
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Subsection
33251 Formeln in Überschriften
33252 \begin_inset CommandInset label
33253 LatexCommand label
33254 name "sub:Formeln-in-Überschriften"
33255
33256 \end_inset
33257
33258
33259 \begin_inset Index
33260 status collapsed
33261
33262 \begin_layout Plain Layout
33263 Formel ! in Überschriften
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset Note Greyedout
33277 status open
33278
33279 \begin_layout Plain Layout
33280 Verwendet man 
33281 \series bold
33282 hyperref
33283 \series default
33284
33285 \begin_inset Index
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289 Pakete ! hyperref
33290 \end_layout
33291
33292 \end_inset
33293
33294  Unterstützung im den Dokumenteinstellungen unter 
33295 \family sans
33296 PDF-Eigenschaften
33297 \family default
33298 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33299  erzeugt.
33300  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33301  dargestellt.
33302  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Standard
33311 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33312  Kurztitel über das Menü 
33313 \family sans
33314 Einfügen\SpecialChar \menuseparator
33315 Kurztitel
33316 \family default
33317  einfügt.
33318  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33319  um das Inhaltsverzeichnis übersichtlich zu halten.
33320  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33321 chen.
33322 \end_layout
33323
33324 \begin_layout Standard
33325 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33326 \series bold
33327 hyperref
33328 \series default
33329 , verwendet man im TeX-Modus den Befehl
33330 \end_layout
33331
33332 \begin_layout Standard
33333
33334 \series bold
33335
33336 \backslash
33337 texorpdfstring{Teil}{Alternative}
33338 \begin_inset Index
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 Befehle ! T ! 
33343 \backslash
33344 texorpdfstring
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33354  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33355  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33356  soll.
33357 \end_layout
33358
33359 \begin_layout Standard
33360 Es folgen zwei Beispielüberschriften:
33361 \begin_inset VSpace -3mm
33362 \end_inset
33363
33364
33365 \begin_inset ERT
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369
33370
33371 \backslash
33372 boldmath 
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Subsubsection
33381 Überschrift ohne Formel im Inhaltsverzeichnis 
33382 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33383 \end_inset
33384
33385
33386 \begin_inset OptArg
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390 Überschrift ohne Formel im Inhaltsverzeichnis
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Subsubsection
33399 Überschrift mit Formel im Inhaltsverzeichnis
33400 \begin_inset ERT
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404
33405
33406 \backslash
33407 texorpdfstring{
33408 \end_layout
33409
33410 \end_inset
33411
33412  
33413 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33414 \end_inset
33415
33416
33417 \begin_inset ERT
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421
33422 }{}
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 \begin_inset ERT
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435
33436
33437 \backslash
33438 unboldmath 
33439 \end_layout
33440
33441 \end_inset
33442
33443 In der ersten Überschrift wurde ein Kurztitel verwendet.
33444  In der zweiten 
33445 \series bold
33446
33447 \backslash
33448 texorpdfstring
33449 \series default
33450 .
33451 \end_layout
33452
33453 \begin_layout Standard
33454 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33455  die komplette Überschrift in eine 
33456 \series bold
33457 boldmath
33458 \series default
33459 -Umgebung
33460 \begin_inset Foot
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 siehe 
33465 \begin_inset CommandInset ref
33466 LatexCommand ref
33467 reference "sub:Fett-gedruckte-Formeln"
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \end_inset
33475
33476  gesetzt.
33477 \end_layout
33478
33479 \begin_layout Subsection
33480 Formeln im mehrspaltigen Text
33481 \begin_inset Index
33482 status collapsed
33483
33484 \begin_layout Plain Layout
33485 Formel ! im mehrspaltigen Text
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33495  müssen daher über die gesamte Seitenbreite gesetzt werden.
33496  Dazu verwendet man das LaTeX-Paket 
33497 \series bold
33498 multicol
33499 \series default
33500
33501 \begin_inset Foot
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507 multicol
33508 \series default
33509  ist Teil jeder LaTeX-Standardinstallation.
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \begin_inset Index
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Pakete ! multicol
33520 \end_layout
33521
33522 \end_inset
33523
33524 , das mit der LaTeX-Vorspannzeile
33525 \end_layout
33526
33527 \begin_layout Standard
33528
33529 \series bold
33530
33531 \backslash
33532 usepackage{multicol}
33533 \end_layout
33534
33535 \begin_layout Standard
33536 geladen wird.
33537 \end_layout
33538
33539 \begin_layout Standard
33540 \begin_inset Note Greyedout
33541 status open
33542
33543 \begin_layout Plain Layout
33544 Dabei ist zu beachten, dass im Menü 
33545 \family sans
33546 Dokument\SpecialChar \menuseparator
33547 Einstellungen
33548 \family default
33549  unter 
33550 \family sans
33551 Textformat
33552 \family default
33553  
33554 \emph on
33555 nicht
33556 \emph default
33557  
33558 \family sans
33559 Zweispaltiges
33560 \begin_inset space ~
33561 \end_inset
33562
33563 Dokument
33564 \family default
33565  ausgewählt sein darf.
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33575 \end_layout
33576
33577 \begin_layout Standard
33578
33579 \series bold
33580
33581 \backslash
33582 begin{multicols}{Spaltenanzahl}
33583 \end_layout
33584
33585 \begin_layout Standard
33586 wobei die Spaltenanzahl eine Zahl im Bereich 2
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 -
33591 \begin_inset space \thinspace{}
33592 \end_inset
33593
33594 10 ist.
33595  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33596 \end_layout
33597
33598 \begin_layout Standard
33599
33600 \series bold
33601
33602 \backslash
33603 end{multicols}
33604 \end_layout
33605
33606 \begin_layout Standard
33607 der im TeX-Modus eingegeben wird.
33608 \end_layout
33609
33610 \begin_layout Standard
33611 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33612  Um dies rückgängig zu machen, fügt man vor der Formel -6
33613 \begin_inset space \thinspace{}
33614 \end_inset
33615
33616 mm vertikalen Leerraum ein.
33617  Ist der Formelstil 
33618 \series bold
33619 Eingerückt
33620 \begin_inset Foot
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 Formelstile siehe 
33625 \begin_inset CommandInset ref
33626 LatexCommand ref
33627 reference "sec:Formelstile"
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \series default
33638  gewählt, fügt man stattdessen -9
33639 \begin_inset space \thinspace{}
33640 \end_inset
33641
33642 mm Leerraum ein.
33643 \end_layout
33644
33645 \begin_layout Standard
33646 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33647 \end_layout
33648
33649 \begin_layout Standard
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655
33656 \backslash
33657 begin{multicols}{2}
33658 \end_layout
33659
33660 \end_inset
33661
33662 Das Spektrum wird fouriertransformiert.
33663  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33664 , Lösungsmittel) zu trennen.
33665  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33666  nun das Aussehen des Ausgangssignals.
33667  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33668  über alle Phasen integrieren muss.
33669  Sei nun 
33670 \begin_inset Formula $S$
33671 \end_inset
33672
33673  unser normiertes Ausgangssignal und 
33674 \begin_inset Formula $P$
33675 \end_inset
33676
33677  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683
33684 \backslash
33685 end{multicols}
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \begin_inset VSpace -6mm
33692 \end_inset
33693
33694
33695 \begin_inset Formula \begin{equation}
33696 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33697
33698 \end_inset
33699
33700
33701 \begin_inset ERT
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705
33706
33707 \backslash
33708 begin{multicols}{2}
33709 \end_layout
33710
33711 \end_inset
33712
33713 wobei 
33714 \begin_inset Formula $S_{0}$
33715 \end_inset
33716
33717  das Signal ohne Gradient ist und die Normierungsbedingung 
33718 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33719 \end_inset
33720
33721  gilt.
33722  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33723  Direkt nach dem 
33724 \begin_inset Formula $\nicefrac{\pi}{2}$
33725 \end_inset
33726
33727
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33732  das Signal zusätzlich abschwächt.
33733  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33734  
33735 \begin_inset Formula $T_{2}$
33736 \end_inset
33737
33738 -Zeit.
33739 \end_layout
33740
33741 \begin_layout Standard
33742 \begin_inset ERT
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746
33747
33748 \backslash
33749 end{multicols}
33750 \end_layout
33751
33752 \end_inset
33753
33754  
33755 \end_layout
33756
33757 \begin_layout Subsection
33758 Formeln mit Beschreibung der Variablen
33759 \begin_inset Index
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763 Formel ! mit Variablenbeschreibung
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Möchte man wie in Formel 
33773 \begin_inset CommandInset ref
33774 LatexCommand eqref
33775 reference "eq:innerhalb"
33776
33777 \end_inset
33778
33779 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33780 \series bold
33781 ×
33782 \series default
33783
33784 \begin_inset Formula $n$
33785 \end_inset
33786
33787
33788 \begin_inset space ~
33789 \end_inset
33790
33791 Matrix mit links ausgerichteten Spalten für die verwendeten 
33792 \begin_inset Formula $n$
33793 \end_inset
33794
33795  Variablen.
33796 \begin_inset Foot
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800 Matrizen siehe 
33801 \begin_inset CommandInset ref
33802 LatexCommand ref
33803 reference "sec:Matrizen"
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \end_inset
33811
33812  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33813 \begin_inset space \thinspace{}
33814 \end_inset
33815
33816 B.
33817  den Befehl 
33818 \series bold
33819
33820 \backslash
33821 footnotesize
33822 \series default
33823  ein.
33824 \begin_inset Foot
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828 Schriftgrößen siehe 
33829 \begin_inset CommandInset ref
33830 LatexCommand ref
33831 reference "sub:Schriftgrößen"
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Standard
33844 Wird der Formelstil 
33845 \series bold
33846 Eingerückt
33847 \begin_inset Foot
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 Formelstile siehe 
33852 \begin_inset CommandInset ref
33853 LatexCommand ref
33854 reference "sec:Formelstile"
33855
33856 \end_inset
33857
33858
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \series default
33865  verwendet, fügt man vor und nach der Matrix ein 
33866 \series bold
33867
33868 \backslash
33869 hfill
33870 \series default
33871
33872 \begin_inset Foot
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876
33877 \series bold
33878
33879 \backslash
33880 hfill
33881 \series default
33882  wirkt nur in Formeln mit dem Stil 
33883 \series bold
33884 Eingerückt
33885 \series default
33886 , siehe 
33887 \begin_inset CommandInset ref
33888 LatexCommand ref
33889 reference "sub:Variabler-Leerraum"
33890
33891 \end_inset
33892
33893 .
33894 \end_layout
33895
33896 \end_inset
33897
33898  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
33899  gleich ist.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 Ist der Formelstil 
33904 \series bold
33905 Zentriert
33906 \series default
33907  gewählt, nutzt man die in 
33908 \begin_inset CommandInset ref
33909 LatexCommand ref
33910 reference "sub:Flalign-Umgebung"
33911
33912 \end_inset
33913
33914  beschriebene Möglichkeit, Formeln einzurücken.
33915  Formel 
33916 \begin_inset CommandInset ref
33917 LatexCommand eqref
33918 reference "eq:innerhalb"
33919
33920 \end_inset
33921
33922  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
33923  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
33924 \begin_inset Formula \begin{flalign}
33925 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33926 \rho & \textrm{Dichte}\\
33927 V & \textrm{Volumen}\\
33928 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Subsection
33936 Aufrechte kleine griechische Buchstaben
33937 \begin_inset CommandInset label
33938 LatexCommand label
33939 name "sub:Aufrechte-kleine-griechische"
33940
33941 \end_inset
33942
33943
33944 \begin_inset Index
33945 status collapsed
33946
33947 \begin_layout Plain Layout
33948 griechische Buchstaben ! aufrechte
33949 \end_layout
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
33958  zur Verfügung.
33959  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
33960  aufrechte griechische Buchstaben benötigt.
33961  Die Datei 
33962 \series bold
33963 upgreek.sty
33964 \series default
33965
33966 \begin_inset Foot
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970
33971 \series bold
33972 upgreek
33973 \series default
33974  ist Teil des LaTeX-Paketes 
33975 \series bold
33976 was
33977 \series default
33978
33979 \begin_inset Index
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983 Pakete ! was
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989
33990 \backslash
33991 vspace{4mm}
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \end_inset
34000
34001 .
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \begin_inset Index
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011 Pakete ! upgreek
34012 \end_layout
34013
34014 \end_inset
34015
34016 , die mit der LaTeX-Vorspannzeile
34017 \end_layout
34018
34019 \begin_layout Standard
34020
34021 \series bold
34022
34023 \backslash
34024 usepackage{upgreek}
34025 \end_layout
34026
34027 \begin_layout Standard
34028 geladen wird, stellt diese Buchstaben zur Verfügung.
34029  
34030 \begin_inset ERT
34031 status collapsed
34032
34033 \begin_layout Plain Layout
34034
34035
34036 \backslash
34037 ifupgreek 
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \begin_inset Note Note
34044 status open
34045
34046 \begin_layout Plain Layout
34047 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34048 \series bold
34049 upgreek
34050 \series default
34051  installiert ist:
34052 \end_layout
34053
34054 \end_inset
34055
34056  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34057  
34058 \series bold
34059 up
34060 \series default
34061  begonnen wird.
34062  So erzeugt z.
34063 \begin_inset space \thinspace{}
34064 \end_inset
34065
34066 B.
34067  der Befehl 
34068 \series bold
34069
34070 \backslash
34071 uptau
34072 \series default
34073  dies: 
34074 \begin_inset Formula $\uptau$
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 Damit kann man Elementarteilchenreaktionen erstellen:
34082 \begin_inset Formula \[
34083 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34084
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \begin_layout Standard
34091 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34092  Sie sollten daher nicht für Einheiten wie 
34093 \begin_inset Quotes gld
34094 \end_inset
34095
34096 µm
34097 \begin_inset Quotes grd
34098 \end_inset
34099
34100  verwendet werden.
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109
34110 \backslash
34111 else 
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset Note Note
34118 status open
34119
34120 \begin_layout Plain Layout
34121 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34122 \series bold
34123 upgreek
34124 \series default
34125  nicht installiert ist:
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Das LaTeX-Paket 
34135 \series bold
34136 upgreek 
34137 \series default
34138 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset ERT
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146
34147
34148 \backslash
34149 fi 
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \begin_layout Subsection
34158 Textzeichen in Formeln
34159 \begin_inset CommandInset label
34160 LatexCommand label
34161 name "sub:Textzeichen-in-Formeln"
34162
34163 \end_inset
34164
34165
34166 \begin_inset Index
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170 Text ! in Formeln
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34180  Benötigt man z.
34181 \begin_inset space \thinspace{}
34182 \end_inset
34183
34184 B.
34185  den mittigen Punkt · in Formeln wie 
34186 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34187 \end_inset
34188
34189 , müsste man dafür jedes Mal den Befehl 
34190 \series bold
34191
34192 \backslash
34193 cdot
34194 \series default
34195  eingeben
34196 \begin_inset Foot
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200 siehe 
34201 \begin_inset CommandInset ref
34202 LatexCommand ref
34203 reference "sub:Binäre-Operatoren"
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \end_inset
34211
34212 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34213  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34214 \end_layout
34215
34216 \begin_layout Standard
34217
34218 \series bold
34219
34220 \backslash
34221 DeclareInputText{183}{
34222 \backslash
34223 ifmmode
34224 \backslash
34225 cdot
34226 \backslash
34227 else
34228 \backslash
34229 textperiodcentered
34230 \backslash
34231 f\SpecialChar \textcompwordmark{}
34232 i}
34233 \end_layout
34234
34235 \begin_layout Standard
34236 Die Zeichenkodierung (Menü 
34237 \family sans
34238 Dokument\SpecialChar \menuseparator
34239 Einstellungen\SpecialChar \menuseparator
34240 Sprache
34241 \family default
34242 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34243  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34244 \series bold
34245
34246 \backslash
34247 textperiodcentered
34248 \series default
34249  verwendet.
34250  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34251  LaTeX-Fehlern kommen würde.
34252  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34253  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34254  nicht.
34255 \end_layout
34256
34257 \begin_layout Standard
34258 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34259  Z.
34260 \begin_inset space \thinspace{}
34261 \end_inset
34262
34263 B.
34264  ist die Kodierung 
34265 \series bold
34266 latin9
34267 \series default
34268  in der Datei 
34269 \series bold
34270 latin9.def
34271 \series default
34272  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34273  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34274 eien geändert werden.
34275  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34276  nicht ohne Weiteres bearbeitet werden.
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset VSpace medskip
34281 \end_inset
34282
34283 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34284  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34285  Formel eingegeben werden können:
34286 \end_layout
34287
34288 \begin_layout Standard
34289
34290 \series bold
34291
34292 \backslash
34293 DeclareInputText{176}{
34294 \backslash
34295 ifmmode^
34296 \backslash
34297 circ
34298 \backslash
34299 else
34300 \backslash
34301 textdegree
34302 \backslash
34303 f\SpecialChar \textcompwordmark{}
34304 i}
34305 \end_layout
34306
34307 \begin_layout Standard
34308 \begin_inset Newpage newpage
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Section
34315 \start_of_appendix
34316 Typographische Hinweise
34317 \begin_inset Index
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 Typographische Hinweise
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34331  Regeln, die teilweise auch im Duden 
34332 \begin_inset CommandInset citation
34333 LatexCommand cite
34334 key "Duden"
34335
34336 \end_inset
34337
34338  unter 
34339 \family typewriter
34340 Textverarbeitung
34341 \family default
34342  aufgelistet sind.
34343 \end_layout
34344
34345 \begin_layout Itemize
34346 Physikalische Einheiten werden 
34347 \emph on
34348 immer
34349 \emph default
34350  aufrecht gesetzt
34351 \begin_inset Foot
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355 wird durch Schriftstile erreicht, siehe 
34356 \begin_inset CommandInset ref
34357 LatexCommand ref
34358 reference "sub:Schriftstile"
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \end_inset
34366
34367 : 30
34368 \begin_inset space \thinspace{}
34369 \end_inset
34370
34371 km/h
34372 \begin_inset Newline newline
34373 \end_inset
34374
34375 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34376 \begin_inset CommandInset ref
34377 LatexCommand ref
34378 reference "sub:Vordefinierter-Leerraum"
34379
34380 \end_inset
34381
34382 .
34383 \end_layout
34384
34385 \begin_layout Itemize
34386 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34387 \begin_inset Newline newline
34388 \end_inset
34389
34390 1,2
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 ‰ Alkohol im Blut
34395 \begin_inset Newline newline
34396 \end_inset
34397
34398 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34399  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34400 \end_layout
34401
34402 \begin_layout Itemize
34403 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34404  wird in einer Einheit verwendet: 15
34405 \begin_inset space \thinspace{}
34406 \end_inset
34407
34408 °C
34409 \end_layout
34410
34411 \begin_layout Itemize
34412 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34413  Ziffer der kleinste Leerraum eingefügt: 18
34414 \begin_inset space \thinspace{}
34415 \end_inset
34416
34417 473
34418 \begin_inset space \thinspace{}
34419 \end_inset
34420
34421 588
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 Für Bemaßungen wie z.
34426 \begin_inset space \thinspace{}
34427 \end_inset
34428
34429 B.
34430  120×90×40
34431 \begin_inset space \thinspace{}
34432 \end_inset
34433
34434 cm, verwendet man das gelegte Kreuz 
34435 \begin_inset Quotes gld
34436 \end_inset
34437
34438 ×
34439 \begin_inset Quotes grd
34440 \end_inset
34441
34442 , dass über den LaTeX-Befehl 
34443 \series bold
34444
34445 \backslash
34446 texttimes
34447 \series default
34448  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34449  werden kann.
34450 \end_layout
34451
34452 \begin_layout Itemize
34453 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34454  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34455 \begin_inset space \thinspace{}
34456 \end_inset
34457
34458 6.
34459 \begin_inset space ~
34460 \end_inset
34461
34462 1979
34463 \end_layout
34464
34465 \begin_layout Itemize
34466 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34467  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34468 \begin_inset CommandInset ref
34469 LatexCommand ref
34470 reference "sub:Vordefinierte-Funktionen"
34471
34472 \end_inset
34473
34474 .
34475 \end_layout
34476
34477 \begin_layout Itemize
34478 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34479  
34480 \begin_inset Formula $E_{\mathrm{kin}}$
34481 \end_inset
34482
34483
34484 \begin_inset Newline newline
34485 \end_inset
34486
34487 Komponenten von Matrizen werden kursiv gesetzt: 
34488 \begin_inset Formula $\hat{H}_{kl}$
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Itemize
34495 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34496  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34497  Variablen zu verwechseln.
34498 \end_layout
34499
34500 \begin_layout Standard
34501 \begin_inset Newpage newpage
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Section
34508 Synonyme
34509 \begin_inset Index
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513 Synonyme
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \begin_layout Standard
34522 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34523  Hier ist eine Übersicht der Synonymbefehle:
34524 \end_layout
34525
34526 \begin_layout Standard
34527 \begin_inset VSpace bigskip
34528 \end_inset
34529
34530
34531 \begin_inset space \hfill{}
34532 \end_inset
34533
34534
34535 \begin_inset Tabular
34536 <lyxtabular version="3" rows="12" columns="2">
34537 <features>
34538 <column alignment="center" valignment="top" width="0pt">
34539 <column alignment="center" valignment="top" width="0pt">
34540 <row>
34541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545 Befehl
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554 äquivalent zu
34555 \begin_inset Note Note
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559
34560 \series bold
34561
34562 \backslash
34563 raisebox
34564 \series default
34565  dient nur als Abstandhalter.
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 <row>
34577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581
34582 \backslash
34583 ast
34584 \end_layout
34585
34586 \end_inset
34587 </cell>
34588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34589 \begin_inset Text
34590
34591 \begin_layout Plain Layout
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597
34598 \backslash
34599 raisebox{-1.2mm}{
34600 \end_layout
34601
34602 \end_inset
34603
34604 *
34605 \begin_inset ERT
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609
34610 }
34611 \end_layout
34612
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \end_inset
34619 </cell>
34620 </row>
34621 <row>
34622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626
34627 \backslash
34628 choose
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637
34638 \backslash
34639 binom
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row>
34646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650
34651 \backslash
34652 geq
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Plain Layout
34661
34662 \backslash
34663 ge
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674
34675 \backslash
34676 lbrace
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 {
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 </row>
34691 <row>
34692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696
34697 \backslash
34698 lbracket
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 [
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718
34719 \backslash
34720 leftarrow
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729
34730 \backslash
34731 gets
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 </row>
34737 <row>
34738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34739 \begin_inset Text
34740
34741 \begin_layout Plain Layout
34742
34743 \backslash
34744 leq
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753
34754 \backslash
34755 le
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 </row>
34761 <row>
34762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766
34767 \backslash
34768 lor
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \backslash
34779 vee
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790
34791 \backslash
34792 neq
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \backslash
34803 not=
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 </row>
34809 <row>
34810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814
34815 \backslash
34816 slash
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825 /
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 </row>
34831 <row>
34832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836
34837 \backslash
34838 vert
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 |
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 </row>
34853 </lyxtabular>
34854
34855 \end_inset
34856
34857
34858 \begin_inset space \hfill{}
34859 \end_inset
34860
34861
34862 \begin_inset Tabular
34863 <lyxtabular version="3" rows="12" columns="2">
34864 <features>
34865 <column alignment="center" valignment="top" width="0pt">
34866 <column alignment="center" valignment="top" width="0pt">
34867 <row>
34868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 Befehl
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34878 \begin_inset Text
34879
34880 \begin_layout Plain Layout
34881 äquivalent zu
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 </row>
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892
34893 \backslash
34894 backslash
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903
34904 \backslash
34905
34906 \backslash
34907
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 </row>
34913 <row>
34914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34915 \begin_inset Text
34916
34917 \begin_layout Plain Layout
34918
34919 \backslash
34920 dasharrow
34921 \end_layout
34922
34923 \end_inset
34924 </cell>
34925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34926 \begin_inset Text
34927
34928 \begin_layout Plain Layout
34929
34930 \backslash
34931 dashrightarrow
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 <row>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942
34943 \backslash
34944 land
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953
34954 \backslash
34955 wedge
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 </row>
34961 <row>
34962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966
34967 \backslash
34968 rbrace
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 }
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 </row>
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \backslash
34990 rbracket
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 ]
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 </row>
35005 <row>
35006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010
35011 \backslash
35012 rightarrow
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021
35022 \backslash
35023 to
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 </row>
35029 <row>
35030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35031 \begin_inset Text
35032
35033 \begin_layout Plain Layout
35034
35035 \backslash
35036 lnot
35037 \end_layout
35038
35039 \end_inset
35040 </cell>
35041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35042 \begin_inset Text
35043
35044 \begin_layout Plain Layout
35045
35046 \backslash
35047 neg
35048 \end_layout
35049
35050 \end_inset
35051 </cell>
35052 </row>
35053 <row>
35054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35055 \begin_inset Text
35056
35057 \begin_layout Plain Layout
35058
35059 \backslash
35060 ne
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35066 \begin_inset Text
35067
35068 \begin_layout Plain Layout
35069
35070 \backslash
35071 not=
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 </row>
35077 <row>
35078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082
35083 \backslash
35084 owns
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35090 \begin_inset Text
35091
35092 \begin_layout Plain Layout
35093
35094 \backslash
35095 ni
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 </row>
35101 <row>
35102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106
35107 \backslash
35108 square
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35114 \begin_inset Text
35115
35116 \begin_layout Plain Layout
35117
35118 \backslash
35119 Box
35120 \end_layout
35121
35122 \end_inset
35123 </cell>
35124 </row>
35125 <row>
35126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \backslash
35132 Vert
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141
35142 \backslash
35143 |
35144 \end_layout
35145
35146 \end_inset
35147 </cell>
35148 </row>
35149 </lyxtabular>
35150
35151 \end_inset
35152
35153
35154 \begin_inset space \hfill{}
35155 \end_inset
35156
35157
35158 \end_layout
35159
35160 \begin_layout Standard
35161 \begin_inset Newpage newpage
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \begin_layout Bibliography
35168 \begin_inset CommandInset bibitem
35169 LatexCommand bibitem
35170 key "TLC2"
35171
35172 \end_inset
35173
35174
35175 \shape smallcaps
35176 Mittelbach, F.
35177  ; Goossens, M.
35178 \shape default
35179
35180 \shape italic
35181 The LaTeX Companion
35182 \shape default
35183 .
35184  Addison Wesley, 2004
35185 \end_layout
35186
35187 \begin_layout Bibliography
35188 \begin_inset CommandInset bibitem
35189 LatexCommand bibitem
35190 key "Mathmode"
35191
35192 \end_inset
35193
35194
35195 \begin_inset CommandInset href
35196 LatexCommand href
35197 name "Beschreibung"
35198 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35199
35200 \end_inset
35201
35202  der mathematischen Fähigkeiten von LaTeX
35203 \end_layout
35204
35205 \begin_layout Bibliography
35206 \begin_inset CommandInset bibitem
35207 LatexCommand bibitem
35208 key "Voss"
35209
35210 \end_inset
35211
35212 LaTeX Tipps- und Tricks-
35213 \begin_inset CommandInset href
35214 LatexCommand href
35215 name "Seite"
35216 target "http://tug.org/TeXnik/"
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Bibliography
35224 \begin_inset CommandInset bibitem
35225 LatexCommand bibitem
35226 key "AMS"
35227
35228 \end_inset
35229
35230
35231 \begin_inset CommandInset href
35232 LatexCommand href
35233 name "Beschreibung"
35234 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35235
35236 \end_inset
35237
35238  von 
35239 \begin_inset ERT
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243
35244
35245 \backslash
35246 AmS
35247 \end_layout
35248
35249 \end_inset
35250
35251 -LaTeX
35252 \end_layout
35253
35254 \begin_layout Bibliography
35255 \begin_inset CommandInset bibitem
35256 LatexCommand bibitem
35257 key "Symbole"
35258
35259 \end_inset
35260
35261
35262 \begin_inset CommandInset href
35263 LatexCommand href
35264 name "Auflistung"
35265 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35266
35267 \end_inset
35268
35269  aller über LaTeX-Pakete verfügbare Symbole
35270 \end_layout
35271
35272 \begin_layout Bibliography
35273 \begin_inset CommandInset bibitem
35274 LatexCommand bibitem
35275 key "hyperref"
35276
35277 \end_inset
35278
35279
35280 \begin_inset CommandInset href
35281 LatexCommand href
35282 name "Dokumentation"
35283 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35284
35285 \end_inset
35286
35287  des LaTeX-Pakets 
35288 \series bold
35289 hyperref
35290 \series default
35291
35292 \begin_inset Index
35293 status collapsed
35294
35295 \begin_layout Plain Layout
35296 Pakete ! hyperref
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \begin_layout Bibliography
35305 \begin_inset CommandInset bibitem
35306 LatexCommand bibitem
35307 key "Mathclap"
35308
35309 \end_inset
35310
35311
35312 \begin_inset CommandInset href
35313 LatexCommand href
35314 name "Beschreibung"
35315 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35316
35317 \end_inset
35318
35319  des in 
35320 \begin_inset CommandInset ref
35321 LatexCommand ref
35322 reference "sub:Operatorgrenzen"
35323
35324 \end_inset
35325
35326  vorgestellten Befehls 
35327 \series bold
35328
35329 \backslash
35330 mathclap
35331 \series default
35332
35333 \begin_inset Index
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337 Befehle ! M ! 
35338 \backslash
35339 mathclap
35340 \end_layout
35341
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \begin_layout Bibliography
35348 \begin_inset CommandInset bibitem
35349 LatexCommand bibitem
35350 key "Duden"
35351
35352 \end_inset
35353
35354
35355 \emph on
35356 Duden Band 1
35357 \emph default
35358 .
35359  22.
35360  Auflage, Duden Verlag 2001
35361 \end_layout
35362
35363 \begin_layout Subsubsection*
35364 \begin_inset Note Note
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368 Damit der Index den Namen 
35369 \begin_inset Quotes gld
35370 \end_inset
35371
35372 Stichwortverzeichnis
35373 \begin_inset Quotes grd
35374 \end_inset
35375
35376  erhält, wurde im LaTeX-Vorspann
35377 \end_layout
35378
35379 \begin_layout Plain Layout
35380
35381 \series bold
35382
35383 \backslash
35384 addto
35385 \backslash
35386 captionsngerman{
35387 \backslash
35388 renewcommand{
35389 \backslash
35390 indexname}{Stichwortverzeichnis}}
35391 \end_layout
35392
35393 \begin_layout Plain Layout
35394 eingefügt.
35395 \end_layout
35396
35397 \begin_layout Plain Layout
35398 Das Paket 
35399 \series bold
35400 babel
35401 \series default
35402  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35403  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35404  Außerdem wird 
35405 \series bold
35406 babel
35407 \series default
35408  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35409  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35410 che verwendet wurde.
35411 \end_layout
35412
35413 \begin_layout Plain Layout
35414 Möchte man andere Beschriftungen ändern, ersetzt man 
35415 \series bold
35416
35417 \backslash
35418 indexname
35419 \series default
35420  durch 
35421 \series bold
35422
35423 \backslash
35424 <Beschriftungs>name
35425 \series default
35426 .
35427  Eine Auflistung der möglichen Namen findet man unter
35428 \end_layout
35429
35430 \begin_layout Plain Layout
35431
35432 \family typewriter
35433 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35434 \end_layout
35435
35436 \begin_layout Plain Layout
35437 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35438 \series bold
35439 ngerman
35440 \series default
35441  durch die Dokumentsprache und
35442 \end_layout
35443
35444 \begin_layout Plain Layout
35445
35446 \series bold
35447
35448 \backslash
35449 captionsgerman
35450 \series default
35451  durch 
35452 \series bold
35453
35454 \backslash
35455 captions<Dokumentsprache>
35456 \series default
35457 .
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset CommandInset index_print
35464 LatexCommand printindex
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \end_body
35472 \end_document