]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
f7279063ae4530b5ff7fb77cbe40e6d3c6f45123
[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 \renewcommand{\sectionautorefname}{Kap.\negthinspace}
44 \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
45 \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
46 \newlength{\abc}
47 \settowidth{\abc}{\space}
48 \renewcommand{\equationautorefname}{\hspace{-\abc}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.4
73 \usepackage{braket}
74
75 % benutzt in Kap. 22.6
76 \usepackage[samesize]{cancel}
77
78 % enables calculation of values,
79 \usepackage{calc}
80
81 % für Mehrfachzeilen und -spalten
82 \usepackage{multirow}
83 \usepackage{multicol}
84
85 % für Diagramme
86 \usepackage{amscd}
87
88 % benutzt in Kap. 19.4
89 \usepackage{remreset}
90
91 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
92 \renewcommand{\multirowsetup}{\centering}
93
94 % Farbdefinition aus Kap. 9.3
95 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
96
97 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
98 \DeclareMathOperator*{\Raute}{\blacklozenge}
99 \DeclareMathOperator{\sgn}{sgn}
100
101 \newcommand{\leer}{\textvisiblespace}
102
103 % Beispielbefehle aus Kap. 20.1 
104 \newcommand{\gr}{\Longrightarrow}
105 \newcommand{\us}[1]{\underline{#1}}
106 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
107 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
108 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
109
110 % Beispielmakro aus Kap. 19.4
111 %\def\tagform@#1{\maketag@@@{|#1|}}
112
113 % Makro aus Kap. 10.2
114 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
115 \def\mathclap {\mathpalette \mathclapinternal}
116 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
117
118 % Grauschrift Notiz umdefinieren
119 \renewenvironment{lyxgreyedout}
120  {\textcolor{blue}\bgroup}{\egroup}
121
122 % Damit der Index einen anderen Namen erhält.
123 \addto\captionsngerman
124 {\renewcommand{\indexname}
125 {Stichwort- und Befehlsverzeichnis}}
126
127 % ------------------------------------
128 % used to check for needed LaTeX packages
129 \usepackage{ifthen}
130
131 % testen ob das Paket eurosym installiert ist
132 % wird benutzt für das Euro-Symbol
133 \newboolean{eurosym}
134 \IfFileExists{eurosym.sty}
135  {\usepackage[gennarrow]{eurosym}
136   \setboolean{eurosym}{true}}
137  {\setboolean{eurosym}{false}}
138
139 % benutzt in Kap. 22.4
140 % testen ob Paket braket installiert ist
141 \newboolean{braket}
142 \IfFileExists{braket.sty}
143  {\usepackage{braket}
144   \setboolean{braket}{true}}
145  {\setboolean{braket}{false}}
146
147 % benutzt in Kap. 22.10
148 % testen ob Paket upgreek installiert ist
149 \newboolean{upgreek}
150 \IfFileExists{upgreek.sty}
151  {\usepackage{upgreek}
152   \setboolean{upgreek}{true}}
153  {\setboolean{upgreek}{false}}
154
155 % benötigt für Kommas in Formeln, siehe Kap. 22.3
156 \IfFileExists{icomma.sty}
157  {\usepackage{icomma}}{}
158 \end_preamble
159 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
160 \language ngerman
161 \inputencoding auto
162 \font_roman default
163 \font_sans default
164 \font_typewriter default
165 \font_default_family default
166 \font_sc false
167 \font_osf false
168 \font_sf_scale 100
169 \font_tt_scale 100
170
171 \graphics default
172 \paperfontsize 12
173 \spacing single
174 \use_hyperref true
175 \pdf_title "LyXs Mathehandbuch"
176 \pdf_author "LyX Team, Uwe Stöhr"
177 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
178 \pdf_keywords "LyX, Mathed"
179 \pdf_bookmarks true
180 \pdf_bookmarksnumbered true
181 \pdf_bookmarksopen true
182 \pdf_bookmarksopenlevel 1
183 \pdf_breaklinks false
184 \pdf_pdfborder false
185 \pdf_colorlinks true
186 \pdf_backref false
187 \pdf_pagebackref false
188 \pdf_pdfusetitle false
189 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
190 \papersize a4paper
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 1
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 4
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language german
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle plain
205 \bullet 1 0 6 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes false
210 \author "" 
211 \author "" 
212 \end_header
213
214 \begin_body
215
216 \begin_layout Title
217 LyXs detailliertes Mathe Handbuch
218 \end_layout
219
220 \begin_layout Author
221 vom LyX Team
222 \begin_inset Foot
223 status collapsed
224
225 \begin_layout Plain Layout
226 \noindent
227 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
228 ons-Liste: 
229 \family typewriter
230
231 \begin_inset CommandInset href
232 LatexCommand href
233 name "lyx-docs@lists.lyx.org"
234 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
235
236 \end_inset
237
238
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Note Note
245 status collapsed
246
247 \begin_layout Plain Layout
248 Verfasser: Uwe Stöhr
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Newline newline
255 \end_inset
256
257
258 \begin_inset Newline newline
259 \end_inset
260
261
262 \family sans
263 Version 1.6svn
264 \end_layout
265
266 \begin_layout Standard
267 \begin_inset CommandInset toc
268 LatexCommand tableofcontents
269
270 \end_inset
271
272
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset Note Note
277 status open
278
279 \begin_layout Plain Layout
280 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
281  
282 \series bold
283 eurosym,
284 \series default
285  
286 \series bold
287 multirow,
288 \series default
289  und 
290 \series bold
291 was
292 \series default
293  installiert sein.
294  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
295  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
296  dann aber nicht im Ausdruck.
297 \end_layout
298
299 \end_inset
300
301
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset Newpage newpage
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Section
312 Einleitung
313 \begin_inset CommandInset label
314 LatexCommand label
315 name "sec:Einleitung"
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
324  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
325  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
326 tten.
327  Das setzt voraus, dass bereits das Kapitel 
328 \family typewriter
329 Mathematische
330 \family default
331  
332 \family typewriter
333 Formeln
334 \family default
335  des Benutzerhandbuchs gelesen worden ist.
336 \end_layout
337
338 \begin_layout Standard
339 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
340 \family sans
341 Einfügen
342 \series bold
343 \SpecialChar \menuseparator
344
345 \series default
346 Mathe
347 \family default
348  oder die 
349 \family sans
350 Mathe-Werkzeugleiste
351 \family default
352  aufrufbar.
353  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
354  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
355  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
356  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
357 \end_layout
358
359 \begin_layout Standard
360 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
361  LyX verfügbar.
362  Um alle Befehle nutzen zu können, muss die Option 
363 \family sans
364 AMS-Mathe-Paket verwenden
365 \family default
366  im Menü 
367 \family sans
368 Dokument\SpecialChar \menuseparator
369 Einstellungen\SpecialChar \menuseparator
370 Mathe Optionen
371 \family default
372  aktiviert sein.
373 \begin_inset Foot
374 status collapsed
375
376 \begin_layout Plain Layout
377 Die 
378 \family sans
379 Option
380 \family default
381  
382 \family sans
383 AMS-Mathe-Paket automatisch verwenden
384 \family default
385  verwendet 
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391
392 \backslash
393 AmS 
394 \end_layout
395
396 \end_inset
397
398 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
399  LyX unterstützt.
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
409 listung
410  aller 
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423 -Mathe Befehle
424 \begin_inset Foot
425 status collapsed
426
427 \begin_layout Plain Layout
428 Eine Liste mit allen 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS
437 \end_layout
438
439 \end_inset
440
441 -Mathe Befehlen findet sich in der Datei 
442 \family sans
443
444 \begin_inset CommandInset href
445 LatexCommand href
446 name "amsguide.ps"
447 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
448
449 \end_inset
450
451
452 \family default
453 , die Teil jeder LaTeX-Standardinstallation ist.
454 \end_layout
455
456 \end_inset
457
458  verzichtet.
459 \end_layout
460
461 \begin_layout Section
462 Allgemeine Hinweise
463 \begin_inset CommandInset label
464 LatexCommand label
465 name "sec:Allgemeine-Hinweise"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 Um eine in einer Textzeile eingebettete Formel
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formel ! eingebettete
479 \end_layout
480
481 \end_inset
482
483  zu erstellen, drückt man 
484 \family sans
485 Strg-m
486 \family default
487  oder den Werkzeugleistenknopf 
488 \begin_inset Graphics
489         filename ../../images/math-mode.png
490         scale 85
491
492 \end_inset
493
494 .
495 \begin_inset Newline newline
496 \end_inset
497
498 Um eine abgesetzte Formel
499 \begin_inset Index
500 status collapsed
501
502 \begin_layout Plain Layout
503 Formel ! abgesetzte
504 \end_layout
505
506 \end_inset
507
508  zu erstellen, drückt man 
509 \family sans
510 Strg-M
511 \family default
512 .
513 \end_layout
514
515 \begin_layout Standard
516 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
517  Cursor in die Formel und drückt 
518 \family sans
519 Strg-M
520 \family default
521  oder benutzt das Menü 
522 \family sans
523 Bearbeiten\SpecialChar \menuseparator
524 Mathe\SpecialChar \menuseparator
525
526 \begin_inset Newline linebreak
527 \end_inset
528
529 Formelart ändern
530 \family default
531 .
532  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
533  umwandeln.
534 \end_layout
535
536 \begin_layout Standard
537 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
538  gibt man in die Formel den Befehl 
539 \series bold
540
541 \backslash
542 displaystyle
543 \begin_inset Index
544 status collapsed
545
546 \begin_layout Plain Layout
547 Befehle ! D ! 
548 \backslash
549 displaystyle
550 \end_layout
551
552 \end_inset
553
554
555 \series default
556  ein.
557  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
558  wird.
559 \end_layout
560
561 \begin_layout Standard
562 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
563 \end_layout
564
565 \begin_layout Standard
566 Die 
567 \family sans
568 Mathe-Werkzeugleiste
569 \family default
570  kann über das Menü 
571 \family sans
572 Ansicht\SpecialChar \menuseparator
573 Werkzeugleisten
574 \family default
575  eingeblendet werden.
576  Wenn dort auf 
577 \begin_inset Quotes eld
578 \end_inset
579
580 Mathe
581 \begin_inset Quotes erd
582 \end_inset
583
584  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
585  diese Einstellung wird durch ein Häkchen im Menü 
586 \family sans
587 Werkzeugleisten
588 \family default
589  angezeigt.
590  Wenn nun im Menü 
591 \family sans
592 Werkzeugleisten
593 \family default
594  nochmal auf 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Mathe
599 \begin_inset Quotes erd
600 \end_inset
601
602  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
603  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
604  des Menüeintrags von 
605 \begin_inset Quotes eld
606 \end_inset
607
608 Mathe
609 \begin_inset Quotes erd
610 \end_inset
611
612  zu 
613 \begin_inset Quotes eld
614 \end_inset
615
616 Mathe
617 \begin_inset space ~
618 \end_inset
619
620 (automatisch)
621 \begin_inset Quotes erd
622 \end_inset
623
624  angezeigt.
625 \end_layout
626
627 \begin_layout Standard
628 In den TeX-Modus
629 \begin_inset Index
630 status collapsed
631
632 \begin_layout Plain Layout
633 T@TeX-Modus
634 \end_layout
635
636 \end_inset
637
638  gelangt man über den Werkzeugleistenknopf 
639 \begin_inset Graphics
640         filename ../../images/ert-insert.png
641         scale 85
642
643 \end_inset
644
645  oder das Menü 
646 \family sans
647 Einfügen\SpecialChar \menuseparator
648 Te
649 \begin_inset ERT
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 {}
655 \end_layout
656
657 \end_inset
658
659 X
660 \begin_inset space ~
661 \end_inset
662
663 Code
664 \family default
665  (Tastenkürzel 
666 \family sans
667 Strg-l
668 \family default
669 ).
670 \begin_inset Note Note
671 status collapsed
672
673 \begin_layout Plain Layout
674 In LyX gibt es drei 
675 \begin_inset Quotes gld
676 \end_inset
677
678 Eigennamen
679 \begin_inset Quotes grd
680 \end_inset
681
682 , die im Ausdruck mit hoch bzw.
683  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
684 \end_layout
685
686 \begin_layout Plain Layout
687 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
688  man ein TeX-Klammerpaar ein.
689 \end_layout
690
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Standard
697 In den LaTeX-Vorspann
698 \begin_inset Index
699 status collapsed
700
701 \begin_layout Plain Layout
702 L@LaTeX-Vorspann
703 \end_layout
704
705 \end_inset
706
707  gelangt man über das Menü 
708 \family sans
709 Dokument\SpecialChar \menuseparator
710 Einstellungen\SpecialChar \menuseparator
711 LaT
712 \begin_inset ERT
713 status collapsed
714
715 \begin_layout Plain Layout
716
717 {}
718 \end_layout
719
720 \end_inset
721
722 eX-Vorspann
723 \family default
724 .
725 \end_layout
726
727 \begin_layout Standard
728 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
729 en Formeln kann man die Menüs 
730 \family sans
731 Bearbeiten\SpecialChar \menuseparator
732 Mathe
733 \family default
734  und 
735 \family sans
736 Bearbeiten\SpecialChar \menuseparator
737 Zeilen
738 \begin_inset space \thinspace{}
739 \end_inset
740
741 &
742 \begin_inset space \thinspace{}
743 \end_inset
744
745 Spalten
746 \family default
747  oder die 
748 \family sans
749 Tabellen-Werkzeugleiste
750 \family default
751  verwenden.
752  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
753  die Spalte bzw.
754  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
755  bzw.
756  darunter liegenden Zeile vertauscht.
757  Befindet sich der Cursor in der letzten Spalte bzw.
758  Zeile, wird mit der links daneben stehenden Spalte bzw.
759  darüber liegenden Zeile vertauscht.
760 \end_layout
761
762 \begin_layout Standard
763 Zum Schreiben von Text in einer Formel
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 Bei mehrzeiligen Formeln wird der Befehl 
769 \series bold
770
771 \backslash
772 intertext
773 \series default
774  verwendet, siehe 
775 \begin_inset CommandInset ref
776 LatexCommand ref
777 reference "sub:Text-in-mehrzeiligen"
778
779 \end_inset
780
781 .
782 \end_layout
783
784 \end_inset
785
786  verwendet man den 
787 \emph on
788 mathematischen Textmodus
789 \emph default
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Text ! in Formeln
796 \end_layout
797
798 \end_inset
799
800
801 \begin_inset Index
802 status collapsed
803
804 \begin_layout Plain Layout
805 Mathematischer Textmodus
806 \end_layout
807
808 \end_inset
809
810 , in den man mit dem Tastenkürzel 
811 \family sans
812 Alt-m
813 \begin_inset space ~
814 \end_inset
815
816 m
817 \family default
818  oder durch Eingabe des Befehls 
819 \series bold
820
821 \backslash
822 text
823 \begin_inset Index
824 status collapsed
825
826 \begin_layout Plain Layout
827 Befehle ! T ! 
828 \backslash
829 text
830 \end_layout
831
832 \end_inset
833
834
835 \series default
836  gelangt.
837  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
838  Formel unterscheiden.
839  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
840  anderen Zeichen einer Formel nicht kursiv.
841 \end_layout
842
843 \begin_layout Subsection*
844 Befehlsschema
845 \end_layout
846
847 \begin_layout Standard
848 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
849  Schema:
850 \end_layout
851
852 \begin_layout Standard
853
854 \series bold
855
856 \backslash
857 Befehlsname[optionales
858 \series default
859  
860 \series bold
861 Argument]{anzugebendes
862 \series default
863  
864 \series bold
865 Argument}
866 \end_layout
867
868 \begin_layout Standard
869 Ein Befehl muss immer mit einem Backslash 
870 \begin_inset Quotes gld
871 \end_inset
872
873
874 \series bold
875
876 \backslash
877
878 \series default
879
880 \begin_inset Quotes grd
881 \end_inset
882
883  beginnen.
884  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
885  eckigen Klammern weggelassen werden.
886  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
887 \begin_inset Index
888 status collapsed
889
890 \begin_layout Plain Layout
891 T@TeX-Klammern
892 \end_layout
893
894 \end_inset
895
896  bezeichnet.
897  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
898  an, erzeugt LyX automatisch eine TeX-Klammer.
899  Ansonsten werden sie in Formeln mit dem Befehl 
900 \series bold
901
902 \backslash
903 {
904 \series default
905  erzeugt.
906  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
907  Klammern, die blau erscheinen.
908  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
909  TeX-Klammern erscheinen nicht im Ausdruck.
910 \end_layout
911
912 \begin_layout Standard
913 Werden Befehle ohne Argumente, wie z.
914 \begin_inset space \thinspace{}
915 \end_inset
916
917 B.
918  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
919 \emph on
920 immer
921 \emph default
922  ein Leerzeichen folgen um ihn zu beenden.
923  Dieses Leerzeichen erscheint nicht im Ausdruck.
924  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
925  normalen Text ein geschütztes Leerzeichen folgen.
926 \end_layout
927
928 \begin_layout Standard
929 Ein geschütztes Leerzeichen gibt man mit 
930 \family sans
931 Strg-Leertaste
932 \family default
933  ein.
934 \end_layout
935
936 \begin_layout Subsection*
937 Zeichenerklärung
938 \end_layout
939
940 \begin_layout Itemize
941 Das Symbol
942 \begin_inset Foot
943 status collapsed
944
945 \begin_layout Plain Layout
946 Dieses sichtbare Leerzeichen erhält man über den Befehl 
947 \series bold
948
949 \backslash
950 textvisiblespace
951 \series default
952
953 \begin_inset Index
954 status collapsed
955
956 \begin_layout Plain Layout
957 Befehle ! T ! 
958 \backslash
959 textvisiblespace
960 \end_layout
961
962 \end_inset
963
964 , der im TeX-Modus einzugeben ist.
965 \end_layout
966
967 \end_inset
968
969  
970 \begin_inset ERT
971 status collapsed
972
973 \begin_layout Plain Layout
974
975
976 \backslash
977 leer 
978 \end_layout
979
980 \end_inset
981
982
983 \begin_inset space ~
984 \end_inset
985
986 steht für ein einzugebendes Leerzeichen.
987 \end_layout
988
989 \begin_layout Itemize
990 Ein Pfeil wie z.
991 \begin_inset space \thinspace{}
992 \end_inset
993
994 B.
995  
996 \begin_inset Formula $\to$
997 \end_inset
998
999  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1000 \end_layout
1001
1002 \begin_layout Subsection*
1003 Verwendete Einheiten
1004 \end_layout
1005
1006 \begin_layout Standard
1007 \align center
1008 \begin_inset Float table
1009 placement H
1010 wide false
1011 sideways false
1012 status open
1013
1014 \begin_layout Plain Layout
1015 \align center
1016 \begin_inset Caption
1017
1018 \begin_layout Plain Layout
1019 \begin_inset CommandInset label
1020 LatexCommand label
1021 name "tab:Verwendete-Einheiten"
1022
1023 \end_inset
1024
1025 Verwendete Einheiten
1026 \end_layout
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \begin_layout Plain Layout
1034 \align center
1035 \begin_inset Tabular
1036 <lyxtabular version="3" rows="13" columns="2">
1037 <features>
1038 <column alignment="center" valignment="top" width="0">
1039 <column alignment="center" valignment="top" width="0">
1040 <row>
1041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Einheit
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Name / Beschreibung
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 mm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Millimeter
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 cm
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 Zentimeter
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 in
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 Inch / Zoll (1
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 in = 2,54
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 cm)
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 pt
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 Punkt (72,27
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 pt = 1
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 in)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 pc
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 Pica (1
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 pc = 12
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 pt)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 sp
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 scaled point (65536
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 sp = 1
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 pt)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 <row>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 bp
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 big point (72
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 bp = 1
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 in)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 dd
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 Didot (1
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 dd 
1259 \begin_inset Formula $\approx$
1260 \end_inset
1261
1262  0,376
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 mm)
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 </row>
1272 <row>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 cc
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 Cicero (1
1287 \begin_inset space \thinspace{}
1288 \end_inset
1289
1290 cc = 12
1291 \begin_inset space \thinspace{}
1292 \end_inset
1293
1294 dd)
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 <row>
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 ex
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 Höhe des Buchstabens 
1315 \emph on
1316 x
1317 \emph default
1318  in der aktuellen Schrift
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 <row>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 em
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 Breite des Buchstabens 
1339 \emph on
1340 M
1341 \emph default
1342  in der aktuellen Schrift
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 </row>
1348 <row>
1349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 mu
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 math unit (1
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 mu = 
1367 \begin_inset Formula $\nicefrac{1}{18}$
1368 \end_inset
1369
1370
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 em)
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 </lyxtabular>
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \begin_layout Standard
1393 \begin_inset Newpage newpage
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Section
1400 Grundlegende Funktionen
1401 \end_layout
1402
1403 \begin_layout Subsection
1404 Exponenten
1405 \begin_inset Index
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Exponenten
1410 \end_layout
1411
1412 \end_inset
1413
1414  und Indizes
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Indizes
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Hochstellen|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Exponenten
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \begin_inset Index
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 Tiefstellen|see
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 {
1468 \end_layout
1469
1470 \end_inset
1471
1472 Indizes
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 }
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1493  
1494 \begin_inset Graphics
1495         filename ../../images/math-subscript.png
1496         scale 85
1497
1498 \end_inset
1499
1500 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1501  
1502 \begin_inset Graphics
1503         filename ../../images/math-superscript.png
1504         scale 85
1505
1506 \end_inset
1507
1508  erzeugt.
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \align center
1513 \begin_inset Tabular
1514 <lyxtabular version="3" rows="4" columns="2">
1515 <features>
1516 <column alignment="center" valignment="top" width="0pt">
1517 <column alignment="center" valignment="top" width="0pt">
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 Befehl
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Ergebnis
1533 \begin_inset Note Note
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 \series bold
1539
1540 \backslash
1541 raisebox
1542 \series default
1543  dient nur als Abstandhalter.
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 </row>
1554 <row>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559 B_V
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 \begin_inset Formula $B_{V}$
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 </row>
1577 <row>
1578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582 B^V
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 </row>
1600 <row>
1601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605 B^
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611
1612 \backslash
1613 leer 
1614 \end_layout
1615
1616 \end_inset
1617
1618 A
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 </row>
1636 </lyxtabular>
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1645 llt
1646 \begin_inset Foot
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1651 \end_layout
1652
1653 \end_inset
1654
1655 .
1656  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1657  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1658 \end_layout
1659
1660 \begin_layout Subsection
1661 Brüche
1662 \begin_inset CommandInset label
1663 LatexCommand label
1664 name "sub:Brüche"
1665
1666 \end_inset
1667
1668
1669 \begin_inset Index
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Brüche
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 Brüche werden mit dem Befehl 
1683 \series bold
1684
1685 \backslash
1686 frac
1687 \series default
1688
1689 \begin_inset Index
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 Befehle ! F ! 
1694 \backslash
1695 frac
1696 \end_layout
1697
1698 \end_inset
1699
1700  oder mit dem Mathe-Werkzeugleistenknopf 
1701 \begin_inset Graphics
1702         filename ../../images/math/frac.png
1703         scale 50
1704
1705 \end_inset
1706
1707  erstellt.
1708  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1709  in einer eingebetteten oder abgesetzten Formel befindet.
1710  Mit dem Mathe-Werkzeugleistenknopf 
1711 \begin_inset Graphics
1712         filename ../../images/math/frac-square.png
1713         scale 85
1714
1715 \end_inset
1716
1717  können verschieden Bruchtypen gewählt werden.
1718 \end_layout
1719
1720 \begin_layout Standard
1721 Mit dem Befehl 
1722 \series bold
1723
1724 \backslash
1725 dfrac
1726 \begin_inset Index
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Befehle ! D ! 
1731 \backslash
1732 dfrac
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \series default
1739  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1740  Formel erscheint.
1741  Mit 
1742 \series bold
1743
1744 \backslash
1745 tfrac
1746 \begin_inset Index
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Befehle ! T ! 
1751 \backslash
1752 tfrac
1753 \end_layout
1754
1755 \end_inset
1756
1757
1758 \series default
1759  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1760  Ein Beispiel:
1761 \end_layout
1762
1763 \begin_layout Standard
1764 Eine Zeile mit dem Bruch 
1765 \begin_inset Formula $\frac{1}{2}$
1766 \end_inset
1767
1768 , der mit dem Befehl 
1769 \series bold
1770
1771 \backslash
1772 frac
1773 \series default
1774  erstellt wurde.
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Eine Zeile mit dem Bruch 
1779 \begin_inset Formula $\dfrac{1}{2}$
1780 \end_inset
1781
1782 , der mit dem Befehl 
1783 \series bold
1784
1785 \backslash
1786 dfrac
1787 \series default
1788  erstellt wurde.
1789 \end_layout
1790
1791 \begin_layout Standard
1792 \align center
1793 \begin_inset Tabular
1794 <lyxtabular version="3" rows="4" columns="2">
1795 <features>
1796 <column alignment="center" valignment="top" width="0pt">
1797 <column alignment="center" valignment="top" width="0pt">
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803 Befehl
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 Ergebnis
1813 \begin_inset Note Note
1814 status collapsed
1815
1816 \begin_layout Plain Layout
1817
1818 \series bold
1819
1820 \backslash
1821 raisebox
1822 \series default
1823  dient nur als Abstandhalter.
1824 \end_layout
1825
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 <row>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \backslash
1841 frac
1842 \begin_inset ERT
1843 status collapsed
1844
1845 \begin_layout Plain Layout
1846
1847
1848 \backslash
1849 leer 
1850 \end_layout
1851
1852 \end_inset
1853
1854 A
1855 \begin_inset Formula $\downarrow$
1856 \end_inset
1857
1858 B
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \backslash
1883 dfrac
1884 \begin_inset ERT
1885 status collapsed
1886
1887 \begin_layout Plain Layout
1888
1889
1890 \backslash
1891 leer 
1892 \end_layout
1893
1894 \end_inset
1895
1896 A
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 B
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \backslash
1925 dfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 leer 
1934 \end_layout
1935
1936 \end_inset
1937
1938 e^
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 leer 
1947 \end_layout
1948
1949 \end_inset
1950
1951
1952 \backslash
1953 frac
1954 \begin_inset ERT
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958
1959
1960 \backslash
1961 leer 
1962 \end_layout
1963
1964 \end_inset
1965
1966 1
1967 \begin_inset Formula $\downarrow$
1968 \end_inset
1969
1970 2
1971 \begin_inset Formula $\downarrow\downarrow$
1972 \end_inset
1973
1974 3
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1984 \end_inset
1985
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 </row>
1992 </lyxtabular>
1993
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 \begin_inset VSpace bigskip
2001 \end_inset
2002
2003
2004 \begin_inset Newpage newpage
2005 \end_inset
2006
2007 Für Mehrfachbrüche gibt es den Befehl 
2008 \series bold
2009
2010 \backslash
2011 cfrac
2012 \series default
2013
2014 \begin_inset Index
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018 Befehle ! C ! 
2019 \backslash
2020 cfrac
2021 \end_layout
2022
2023 \end_inset
2024
2025 .
2026  Dazu ein Beispiel:
2027 \begin_inset VSpace -3mm
2028 \end_inset
2029
2030
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset Formula \begin{align*}
2035 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2036 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2037
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 Der Befehl für obiges Beispiel lautet:
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \series bold
2050
2051 \backslash
2052 cfrac{A
2053 \begin_inset Formula $\to$
2054 \end_inset
2055
2056
2057 \backslash
2058 {B+
2059 \backslash
2060 cfrac{C+
2061 \backslash
2062 cfrac{E
2063 \begin_inset Formula $\to$
2064 \end_inset
2065
2066
2067 \backslash
2068 {F
2069 \begin_inset Formula $\to\to$
2070 \end_inset
2071
2072
2073 \backslash
2074 {D
2075 \end_layout
2076
2077 \begin_layout Standard
2078 \begin_inset VSpace medskip
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085
2086 \series bold
2087
2088 \backslash
2089 cfrac
2090 \series default
2091  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2092  auch wenn er selbst Teil eines Bruches ist.
2093  
2094 \series bold
2095
2096 \backslash
2097 cfrac
2098 \series default
2099  besitzt folgendes Befehlsschema:
2100 \end_layout
2101
2102 \begin_layout Standard
2103
2104 \series bold
2105
2106 \backslash
2107 cfrac[Zählerposition]{Zähler}{Nenner}
2108 \end_layout
2109
2110 \begin_layout Standard
2111 Zählerposition kann 
2112 \emph on
2113 l
2114 \emph default
2115  , 
2116 \emph on
2117 c
2118 \emph default
2119  oder 
2120 \emph on
2121 r
2122 \emph default
2123  sein.
2124  Bei 
2125 \emph on
2126 l
2127 \emph default
2128  oder 
2129 \emph on
2130 r
2131 \emph default
2132  wird der Zähler links- bzw.
2133 \begin_inset space ~
2134 \end_inset
2135
2136 rechtsbündig am Bruchstrich ausgerichtet.
2137  Wird 
2138 \emph on
2139 c
2140 \emph default
2141  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2142  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2143 \begin_inset Newline newline
2144 \end_inset
2145
2146
2147 \series bold
2148
2149 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2150 \end_inset
2151
2152
2153 \begin_inset Formula $\cfrac{A}{B+C}$
2154 \end_inset
2155
2156
2157 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2158 \end_inset
2159
2160
2161 \end_layout
2162
2163 \begin_layout Standard
2164 \begin_inset VSpace medskip
2165 \end_inset
2166
2167 Oftmals ist es am günstigsten 
2168 \series bold
2169
2170 \backslash
2171 cfrac
2172 \series default
2173  und 
2174 \series bold
2175
2176 \backslash
2177 frac
2178 \series default
2179  zu kombinieren:
2180 \begin_inset Formula \[
2181 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2182
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2190 \series bold
2191
2192 \backslash
2193 nicefrac
2194 \begin_inset Index
2195 status collapsed
2196
2197 \begin_layout Plain Layout
2198 Befehle ! N ! 
2199 \backslash
2200 nicefrac
2201 \end_layout
2202
2203 \end_inset
2204
2205
2206 \series default
2207  benutzt werden: 
2208 \begin_inset Formula $\nicefrac{5}{31}$
2209 \end_inset
2210
2211
2212 \end_layout
2213
2214 \begin_layout Standard
2215 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2216  in 
2217 \begin_inset CommandInset ref
2218 LatexCommand ref
2219 reference "sub:Selbstdefinierte-Brüche"
2220
2221 \end_inset
2222
2223  erklärt.
2224 \end_layout
2225
2226 \begin_layout Subsection
2227 Wurzeln
2228 \begin_inset Index
2229 status collapsed
2230
2231 \begin_layout Plain Layout
2232 Wurzeln
2233 \end_layout
2234
2235 \end_inset
2236
2237
2238 \end_layout
2239
2240 \begin_layout Standard
2241 Quadratwurzeln werden mit 
2242 \series bold
2243
2244 \backslash
2245 sqrt
2246 \series default
2247
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Befehle ! S ! 
2253 \backslash
2254 sqrt
2255 \end_layout
2256
2257 \end_inset
2258
2259  oder dem Mathe-Werkzeugleistenknopf 
2260 \begin_inset Graphics
2261         filename ../../images/math/sqrt.png
2262         scale 85
2263
2264 \end_inset
2265
2266  gesetzt, alle anderen Wurzeln mit dem Befehl 
2267 \series bold
2268
2269 \backslash
2270 root
2271 \series default
2272
2273 \begin_inset Index
2274 status collapsed
2275
2276 \begin_layout Plain Layout
2277 Befehle ! R ! 
2278 \backslash
2279 root
2280 \end_layout
2281
2282 \end_inset
2283
2284  oder dem Mathe-Werkzeugleistenknopf 
2285 \begin_inset Graphics
2286         filename ../../images/math/root.png
2287         scale 85
2288
2289 \end_inset
2290
2291 .
2292 \end_layout
2293
2294 \begin_layout Standard
2295 \align center
2296 \begin_inset Tabular
2297 <lyxtabular version="3" rows="3" columns="2">
2298 <features>
2299 <column alignment="center" valignment="top" width="0pt">
2300 <column alignment="center" valignment="top" width="0pt">
2301 <row>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306 Befehl
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315 Ergebnis
2316 \begin_inset Note Note
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320
2321 \series bold
2322
2323 \backslash
2324 raisebox
2325 \series default
2326  dient nur als Abstandhalter.
2327 \end_layout
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 </row>
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342
2343 \backslash
2344 sqrt
2345 \begin_inset ERT
2346 status collapsed
2347
2348 \begin_layout Plain Layout
2349
2350
2351 \backslash
2352 leer 
2353 \end_layout
2354
2355 \end_inset
2356
2357 A-B
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2367 \end_inset
2368
2369
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 </row>
2375 <row>
2376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380
2381 \backslash
2382 root
2383 \begin_inset ERT
2384 status collapsed
2385
2386 \begin_layout Plain Layout
2387
2388
2389 \backslash
2390 leer 
2391 \end_layout
2392
2393 \end_inset
2394
2395 3
2396 \begin_inset Formula $\downarrow$
2397 \end_inset
2398
2399 A-B
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2409 \end_inset
2410
2411
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 </row>
2417 </lyxtabular>
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \begin_layout Standard
2425 Eine Quadratwurzel kann man auch mit 
2426 \series bold
2427
2428 \backslash
2429 root
2430 \series default
2431  erstellen, indem man das Feld über der Wurzel frei lässt.
2432 \end_layout
2433
2434 \begin_layout Standard
2435 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2436  Formel: 
2437 \begin_inset Formula $\sqrt[\beta]{B}$
2438 \end_inset
2439
2440
2441 \begin_inset Newline newline
2442 \end_inset
2443
2444 Das 
2445 \begin_inset Formula $\beta$
2446 \end_inset
2447
2448  berührt die Wurzel.
2449  Um dies zu verhindern, verwendet man die Befehle 
2450 \series bold
2451
2452 \backslash
2453 leftroot
2454 \series default
2455
2456 \begin_inset Index
2457 status collapsed
2458
2459 \begin_layout Plain Layout
2460 Befehle ! L ! 
2461 \backslash
2462 leftroot
2463 \end_layout
2464
2465 \end_inset
2466
2467  und 
2468 \series bold
2469
2470 \backslash
2471 uproot
2472 \series default
2473
2474 \begin_inset Index
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Befehle ! U ! 
2479 \backslash
2480 uproot
2481 \end_layout
2482
2483 \end_inset
2484
2485 , die folgendes Schema besitzen:
2486 \end_layout
2487
2488 \begin_layout Standard
2489
2490 \series bold
2491
2492 \backslash
2493 leftroot{Abstand}
2494 \series default
2495  bzw.
2496  
2497 \series bold
2498
2499 \backslash
2500 uproot{Abstand}
2501 \end_layout
2502
2503 \begin_layout Standard
2504 Abstand ist die Anzahl der Big Points (Einheit bp; 
2505 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2506 \end_inset
2507
2508 ), um die der Index nach links bzw.
2509  nach oben verschoben werden soll.
2510  Die Befehle werden in den Index geschrieben.
2511  So ergibt der Befehl
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515
2516 \series bold
2517
2518 \backslash
2519 root
2520 \backslash
2521 leftroot{-1
2522 \begin_inset Formula $\to$
2523 \end_inset
2524
2525
2526 \backslash
2527 uproot{2
2528 \begin_inset Formula $\to$
2529 \end_inset
2530
2531
2532 \backslash
2533 beta
2534 \begin_inset ERT
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538
2539
2540 \backslash
2541 leer 
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \begin_inset Formula $\to$
2548 \end_inset
2549
2550 B
2551 \begin_inset Newline newline
2552 \end_inset
2553
2554
2555 \series default
2556 eine korrekt gesetzte Formel: 
2557 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Subsection
2564 Binomialkoeffizienten
2565 \begin_inset Index
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Binomialkoeffizienten
2570 \end_layout
2571
2572 \end_inset
2573
2574
2575 \end_layout
2576
2577 \begin_layout Standard
2578 Binomialkoeffizienten können mit dem Befehl 
2579 \series bold
2580
2581 \backslash
2582 binom
2583 \series default
2584
2585 \begin_inset Index
2586 status collapsed
2587
2588 \begin_layout Plain Layout
2589 Befehle ! B ! 
2590 \backslash
2591 binom
2592 \end_layout
2593
2594 \end_inset
2595
2596  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2597 \begin_inset Graphics
2598         filename ../../images/math/frac-square.png
2599         scale 85
2600
2601 \end_inset
2602
2603 eingefügt werden.
2604  Analog zu Brüchen (
2605 \series bold
2606
2607 \backslash
2608 frac
2609 \series default
2610 ) gibt es außer 
2611 \series bold
2612
2613 \backslash
2614 binom
2615 \series default
2616  noch die Befehle 
2617 \series bold
2618
2619 \backslash
2620 dbinom
2621 \begin_inset Index
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Befehle ! D ! 
2626 \backslash
2627 dbinom
2628 \end_layout
2629
2630 \end_inset
2631
2632
2633 \series default
2634  und 
2635 \series bold
2636
2637 \backslash
2638 tbinom
2639 \series default
2640
2641 \begin_inset Index
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Befehle ! T ! 
2646 \backslash
2647 tbinom
2648 \end_layout
2649
2650 \end_inset
2651
2652 .
2653  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2654 \series bold
2655
2656 \backslash
2657 brace
2658 \series default
2659
2660 \begin_inset Index
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Befehle ! B ! 
2665 \backslash
2666 brace
2667 \end_layout
2668
2669 \end_inset
2670
2671  und 
2672 \series bold
2673
2674 \backslash
2675 brack
2676 \series default
2677
2678 \begin_inset Index
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Befehle ! B ! 
2683 \backslash
2684 brack
2685 \end_layout
2686
2687 \end_inset
2688
2689 .
2690 \end_layout
2691
2692 \begin_layout Standard
2693 \align center
2694 \begin_inset Tabular
2695 <lyxtabular version="3" rows="6" columns="2">
2696 <features>
2697 <column alignment="center" valignment="top" width="0pt">
2698 <column alignment="center" valignment="top" width="0pt">
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704 Befehl
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713 Ergebnis
2714 \begin_inset Note Note
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718
2719 \series bold
2720
2721 \backslash
2722 raisebox
2723 \series default
2724  dient nur als Abstandhalter.
2725 \end_layout
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \backslash
2742 binom
2743 \begin_inset ERT
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747
2748
2749 \backslash
2750 leer 
2751 \end_layout
2752
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 dbinom
2785 \begin_inset ERT
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789
2790
2791 \backslash
2792 leer 
2793 \end_layout
2794
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 tbinom
2827 \begin_inset ERT
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831
2832
2833 \backslash
2834 leer 
2835 \end_layout
2836
2837 \end_inset
2838
2839 A
2840 \begin_inset Formula $\downarrow$
2841 \end_inset
2842
2843 B
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 brack
2869 \begin_inset ERT
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873
2874
2875 \backslash
2876 leer 
2877 \end_layout
2878
2879 \end_inset
2880
2881 A
2882 \begin_inset Formula $\downarrow$
2883 \end_inset
2884
2885 B
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 </row>
2903 <row>
2904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908
2909 \backslash
2910 brace
2911 \begin_inset ERT
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915
2916
2917 \backslash
2918 leer 
2919 \end_layout
2920
2921 \end_inset
2922
2923 A
2924 \begin_inset Formula $\downarrow$
2925 \end_inset
2926
2927 B
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 </row>
2945 </lyxtabular>
2946
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Subsection
2953 Fallunterscheidungen
2954 \begin_inset Index
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 Fallunterscheidungen
2959 \end_layout
2960
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \begin_layout Standard
2967 \align center
2968 \begin_inset Tabular
2969 <lyxtabular version="3" rows="3" columns="2">
2970 <features>
2971 <column alignment="center" valignment="top" width="0pt">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 Befehl
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 Ergebnis
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 cases
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 leer 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\to$
3015 \end_inset
3016
3017 B>0
3018 \begin_inset Index
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022 Befehle ! C ! 
3023 \backslash
3024 cases
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\begin{cases}
3039 A & B>0\end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \backslash
3055 cases
3056 \begin_inset ERT
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060
3061
3062 \backslash
3063 leer 
3064 \end_layout
3065
3066 \end_inset
3067
3068 Strg-Enter
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 \begin_inset Formula $\begin{cases}
3078 A & \textrm{für }x>0\\
3079 B & \textrm{für }x=0\end{cases}$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 </lyxtabular>
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Nach der Eingabe von 
3097 \series bold
3098
3099 \backslash
3100 cases
3101 \series default
3102  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3103 \begin_inset Graphics
3104         filename ../../images/math/cases.png
3105         scale 85
3106
3107 \end_inset
3108
3109  können mit 
3110 \family sans
3111 Strg-Enter
3112 \family default
3113  oder dem Tabellen-Werkzeugleistenknopf 
3114 \begin_inset Graphics
3115         filename ../../images/tabular-feature_append-row.png
3116         scale 85
3117
3118 \end_inset
3119
3120  neue Zeilen erstellt werden.
3121 \begin_inset Foot
3122 status collapsed
3123
3124 \begin_layout Plain Layout
3125 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3126 \begin_inset CommandInset ref
3127 LatexCommand ref
3128 reference "sub:Akzente-für-ein"
3129
3130 \end_inset
3131
3132  beschrieben.
3133 \end_layout
3134
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \begin_layout Standard
3141 Der Befehl 
3142 \series bold
3143
3144 \backslash
3145 cases
3146 \series default
3147  ist auch über das Menü 
3148 \family sans
3149 Einfügen\SpecialChar \menuseparator
3150 Mathe\SpecialChar \menuseparator
3151 Cases-Umgebung
3152 \family default
3153  verfügbar.
3154 \end_layout
3155
3156 \begin_layout Subsection
3157 Verneinungen
3158 \begin_inset Index
3159 status collapsed
3160
3161 \begin_layout Plain Layout
3162 Verneinungen
3163 \end_layout
3164
3165 \end_inset
3166
3167
3168 \end_layout
3169
3170 \begin_layout Standard
3171 Durch die Eingabe von 
3172 \series bold
3173
3174 \backslash
3175 not
3176 \series default
3177
3178 \begin_inset Index
3179 status collapsed
3180
3181 \begin_layout Plain Layout
3182 Befehle ! N ! 
3183 \backslash
3184 not
3185 \end_layout
3186
3187 \end_inset
3188
3189  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3190  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3191 \end_layout
3192
3193 \begin_layout Standard
3194 \align center
3195 \begin_inset Tabular
3196 <lyxtabular version="3" rows="4" columns="2">
3197 <features>
3198 <column alignment="center" valignment="top" width="0pt">
3199 <column alignment="center" valignment="top" width="0pt">
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 Befehl
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 Ergebnis
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \backslash
3227 not=
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 \begin_inset Formula $\not=$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \backslash
3252 not 
3253 \backslash
3254 le
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263 \begin_inset Formula $\not\le$
3264 \end_inset
3265
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \backslash
3279 not 
3280 \backslash
3281 parallel
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 \begin_inset Formula $\not\parallel$
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 </lyxtabular>
3300
3301 \end_inset
3302
3303
3304 \end_layout
3305
3306 \begin_layout Standard
3307 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3308  Deswegen gibt es für Einige spezielle Befehle (siehe 
3309 \begin_inset CommandInset ref
3310 LatexCommand ref
3311 reference "sub:Mathematische-Symbole"
3312
3313 \end_inset
3314
3315  und 
3316 \begin_inset CommandInset ref
3317 LatexCommand ref
3318 reference "sec:Relationen"
3319
3320 \end_inset
3321
3322 ).
3323 \end_layout
3324
3325 \begin_layout Subsection
3326 Platzhalter
3327 \begin_inset CommandInset label
3328 LatexCommand label
3329 name "sub:Platzhalter"
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Platzhalter
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 chemische Zeichen ! Isotope
3349 \end_layout
3350
3351 \end_inset
3352
3353
3354 \begin_inset Index
3355 status collapsed
3356
3357 \begin_layout Plain Layout
3358 Isotope|see
3359 \begin_inset ERT
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 {
3365 \end_layout
3366
3367 \end_inset
3368
3369 chemische Zeichen
3370 \begin_inset ERT
3371 status collapsed
3372
3373 \begin_layout Plain Layout
3374
3375 }
3376 \end_layout
3377
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \begin_layout Standard
3389 Möchte man z.
3390 \begin_inset space \thinspace{}
3391 \end_inset
3392
3393 B.
3394  Isotope
3395 \begin_inset Foot
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 Weiteres zu chemischen Symbolen steht in 
3400 \begin_inset CommandInset ref
3401 LatexCommand ref
3402 reference "sub:Chemische-Symbole-und"
3403
3404 \end_inset
3405
3406 .
3407 \end_layout
3408
3409 \end_inset
3410
3411  darstellen, tritt folgendes Problem auf:
3412 \end_layout
3413
3414 \begin_layout Standard
3415 \align center
3416 \begin_inset Tabular
3417 <lyxtabular version="3" rows="2" columns="2">
3418 <features>
3419 <column alignment="center" valignment="top" width="0pt">
3420 <column alignment="center" valignment="top" width="0pt">
3421 <row>
3422 <cell alignment="center" valignment="top" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 durch Hoch- und Tiefstellen erzeugte Indizes:
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3436 \end_inset
3437
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449 korrekte Indizes:
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell alignment="center" valignment="top" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3459 \end_inset
3460
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 </lyxtabular>
3468
3469 \end_inset
3470
3471
3472 \begin_inset Note Note
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478
3479 \backslash
3480 raisebox
3481 \series default
3482  dient nur
3483 \end_layout
3484
3485 \begin_layout Plain Layout
3486 als Abstandhalter.
3487 \end_layout
3488
3489 \end_inset
3490
3491
3492 \end_layout
3493
3494 \begin_layout Standard
3495 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3496  längeren Index gesetzt.
3497  Um das zu verhindern gibt es den Befehl 
3498 \series bold
3499
3500 \backslash
3501 phantom
3502 \series default
3503
3504 \begin_inset Index
3505 status collapsed
3506
3507 \begin_layout Plain Layout
3508 Befehle ! P ! 
3509 \backslash
3510 phantom
3511 \end_layout
3512
3513 \end_inset
3514
3515  oder den Mathe-Werkzeugleistenknopf
3516 \begin_inset space \thinspace{}
3517 \end_inset
3518
3519
3520 \begin_inset Foot
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3525 \begin_inset Graphics
3526         filename ../../images/math/space.png
3527         scale 85
3528
3529 \end_inset
3530
3531
3532 \end_layout
3533
3534 \end_inset
3535
3536  
3537 \begin_inset Graphics
3538         filename ../../images/math/phantom.png
3539         scale 85
3540
3541 \end_inset
3542
3543 , der ein oder mehrere Phantomzeichen erstellt.
3544  Wenn 
3545 \series bold
3546
3547 \backslash
3548 phantom
3549 \series default
3550  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3551  Pfeilen überlagert wird.
3552  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3553  als Leerraum erstellt wird.
3554  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3555  Zeichen.
3556 \end_layout
3557
3558 \begin_layout Standard
3559 \align center
3560 \begin_inset Tabular
3561 <lyxtabular version="3" rows="4" columns="2">
3562 <features>
3563 <column alignment="center" valignment="top" width="0">
3564 <column alignment="center" valignment="top" width="0">
3565 <row>
3566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Befehl
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Ergebnis
3580 \begin_inset Note Note
3581 status collapsed
3582
3583 \begin_layout Plain Layout
3584
3585 \series bold
3586
3587 \backslash
3588 raisebox
3589 \series default
3590  dient nur als Abstandhalter.
3591 \end_layout
3592
3593 \end_inset
3594
3595
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 ^19
3607 \begin_inset ERT
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611
3612
3613 \backslash
3614 leer 
3615 \end_layout
3616
3617 \end_inset
3618
3619 _
3620 \backslash
3621 phantom
3622 \begin_inset ERT
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626
3627
3628 \backslash
3629 leer 
3630 \end_layout
3631
3632 \end_inset
3633
3634 1
3635 \begin_inset Formula $\to$
3636 \end_inset
3637
3638 9
3639 \begin_inset ERT
3640 status collapsed
3641
3642 \begin_layout Plain Layout
3643
3644
3645 \backslash
3646 leer 
3647 \end_layout
3648
3649 \end_inset
3650
3651 F
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3661 \end_inset
3662
3663
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 ^235
3675 \begin_inset ERT
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679
3680
3681 \backslash
3682 leer 
3683 \end_layout
3684
3685 \end_inset
3686
3687 _
3688 \backslash
3689 phantom
3690 \begin_inset ERT
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694
3695
3696 \backslash
3697 leer 
3698 \end_layout
3699
3700 \end_inset
3701
3702 23
3703 \begin_inset Formula $\to$
3704 \end_inset
3705
3706 9
3707 \begin_inset ERT
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711
3712
3713 \backslash
3714 leer 
3715 \end_layout
3716
3717 \end_inset
3718
3719 F
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3729 \end_inset
3730
3731
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \backslash
3744 Lambda^
3745 \begin_inset ERT
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750
3751 \backslash
3752 leer 
3753 \end_layout
3754
3755 \end_inset
3756
3757
3758 \backslash
3759 phantom
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 leer 
3768 \end_layout
3769
3770 \end_inset
3771
3772 ii
3773 \begin_inset Formula $\to$
3774 \end_inset
3775
3776 t
3777 \begin_inset ERT
3778 status collapsed
3779
3780 \begin_layout Plain Layout
3781
3782
3783 \backslash
3784 leer 
3785 \end_layout
3786
3787 \end_inset
3788
3789 _MMt
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3799 \end_inset
3800
3801
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 </lyxtabular>
3808
3809 \end_inset
3810
3811
3812 \end_layout
3813
3814 \begin_layout Standard
3815 Des Weiteren gibt es noch die Befehle 
3816 \series bold
3817
3818 \backslash
3819 vphantom
3820 \series default
3821
3822 \begin_inset Index
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826 Befehle ! V ! 
3827 \backslash
3828 vphantom
3829 \end_layout
3830
3831 \end_inset
3832
3833  (Werkzeugleistenknopf 
3834 \begin_inset space ~
3835 \end_inset
3836
3837
3838 \begin_inset Graphics
3839         filename ../../images/math/vphantom.png
3840         scale 85
3841
3842 \end_inset
3843
3844 ) und 
3845 \series bold
3846
3847 \backslash
3848 hphantom
3849 \series default
3850
3851 \begin_inset Index
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Befehle ! H ! 
3856 \backslash
3857 hphantom
3858 \end_layout
3859
3860 \end_inset
3861
3862  (Werkzeugleistenknopf 
3863 \begin_inset space ~
3864 \end_inset
3865
3866
3867 \begin_inset Graphics
3868         filename ../../images/math/hphantom.png
3869         scale 85
3870
3871 \end_inset
3872
3873 ).
3874  
3875 \series bold
3876
3877 \backslash
3878 hphantom
3879 \series default
3880  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3881  nicht jedoch für deren Breite.
3882  Bei 
3883 \series bold
3884
3885 \backslash
3886 vphantom
3887 \series default
3888  wird nur Platz mit der Breite des Kästchens erstellt.
3889  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3890 \end_layout
3891
3892 \begin_layout Standard
3893 Zum Beispiel erzeugt 
3894 \series bold
3895
3896 \backslash
3897 vphantom
3898 \series default
3899
3900 \begin_inset ERT
3901 status collapsed
3902
3903 \begin_layout Plain Layout
3904
3905
3906 \backslash
3907 leer 
3908 \end_layout
3909
3910 \end_inset
3911
3912
3913 \series bold
3914 a
3915 \backslash
3916 int
3917 \series default
3918  Platz der Höhe des Integralzeichens,
3919 \begin_inset Foot
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Der Befehl 
3924 \series bold
3925
3926 \backslash
3927 int
3928 \series default
3929  erzeugt ein Integralzeichen, siehe 
3930 \begin_inset CommandInset ref
3931 LatexCommand ref
3932 reference "sub:Große-Operatoren"
3933
3934 \end_inset
3935
3936 .
3937 \end_layout
3938
3939 \end_inset
3940
3941  da dieses das größere Zeichen ist.
3942  Eine Beispielanwendung ist in 
3943 \begin_inset CommandInset ref
3944 LatexCommand ref
3945 reference "sub:Mehrzeilige-Klammern"
3946
3947 \end_inset
3948
3949  zu finden.
3950 \end_layout
3951
3952 \begin_layout Subsection
3953 Linien
3954 \begin_inset Index
3955 status collapsed
3956
3957 \begin_layout Plain Layout
3958 Linien
3959 \end_layout
3960
3961 \end_inset
3962
3963
3964 \begin_inset Index
3965 status collapsed
3966
3967 \begin_layout Plain Layout
3968 Formel ! unterstrichene
3969 \end_layout
3970
3971 \end_inset
3972
3973
3974 \end_layout
3975
3976 \begin_layout Standard
3977 \align center
3978 \begin_inset Tabular
3979 <lyxtabular version="3" rows="4" columns="2">
3980 <features>
3981 <column alignment="center" valignment="top" width="0pt">
3982 <column alignment="center" valignment="top" width="0pt">
3983 <row>
3984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Befehl
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 Ergebnis
3998 \begin_inset Note Note
3999 status collapsed
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004
4005 \backslash
4006 raisebox
4007 \series default
4008  dient nur als Abstandhalter.
4009 \end_layout
4010
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \backslash
4026 overline
4027 \begin_inset ERT
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031
4032
4033 \backslash
4034 leer 
4035 \end_layout
4036
4037 \end_inset
4038
4039 A+B
4040 \begin_inset Index
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044 Befehle ! O ! 
4045 \backslash
4046 overline
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4061 \end_inset
4062
4063
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 </row>
4069 <row>
4070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074
4075 \backslash
4076 underline
4077 \begin_inset ERT
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081
4082
4083 \backslash
4084 leer 
4085 \end_layout
4086
4087 \end_inset
4088
4089 A+B
4090 \begin_inset Index
4091 status collapsed
4092
4093 \begin_layout Plain Layout
4094 Befehle ! U ! 
4095 \backslash
4096 underline
4097 \end_layout
4098
4099 \end_inset
4100
4101
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4111 \end_inset
4112
4113
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \backslash
4126 overline
4127 \begin_inset ERT
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131
4132
4133 \backslash
4134 leer 
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \backslash
4141 underline
4142 \begin_inset ERT
4143 status collapsed
4144
4145 \begin_layout Plain Layout
4146
4147
4148 \backslash
4149 leer 
4150 \end_layout
4151
4152 \end_inset
4153
4154 A+B
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4164 \end_inset
4165
4166
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 </lyxtabular>
4173
4174 \end_inset
4175
4176
4177 \end_layout
4178
4179 \begin_layout Standard
4180 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4181 \series bold
4182
4183 \backslash
4184 overline
4185 \series default
4186  oder 
4187 \series bold
4188
4189 \backslash
4190 underline
4191 \series default
4192  eingibt.
4193 \end_layout
4194
4195 \begin_layout Standard
4196 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4197 \begin_inset Newline linebreak
4198 \end_inset
4199
4200
4201 \series bold
4202
4203 \backslash
4204 underline
4205 \series default
4206 .
4207 \end_layout
4208
4209 \begin_layout Standard
4210 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4211 \end_layout
4212
4213 \begin_layout Subsection
4214 Fortsetzungspunkte
4215 \begin_inset Index
4216 status collapsed
4217
4218 \begin_layout Plain Layout
4219 Fortsetzungspunkte
4220 \end_layout
4221
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \begin_layout Standard
4228 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4229 \begin_inset Foot
4230 status collapsed
4231
4232 \begin_layout Plain Layout
4233 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4234 \begin_inset Graphics
4235         filename ../../images/math/ldots.png
4236         scale 85
4237
4238 \end_inset
4239
4240
4241 \end_layout
4242
4243 \end_inset
4244
4245  Für Aufzählungen verwendet man unten sitzende Punkte (
4246 \series bold
4247
4248 \backslash
4249 ldots
4250 \series default
4251
4252 \begin_inset Index
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256 Befehle ! L ! 
4257 \backslash
4258 ldots
4259 \end_layout
4260
4261 \end_inset
4262
4263 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4264  die Operatoren sind (
4265 \series bold
4266
4267 \backslash
4268 cdots
4269 \series default
4270
4271 \begin_inset Index
4272 status collapsed
4273
4274 \begin_layout Plain Layout
4275 Befehle ! C ! 
4276 \backslash
4277 cdots
4278 \end_layout
4279
4280 \end_inset
4281
4282 ).
4283  Verwendet man den Befehl 
4284 \series bold
4285
4286 \backslash
4287 dots
4288 \series default
4289
4290 \begin_inset Index
4291 status collapsed
4292
4293 \begin_layout Plain Layout
4294 Befehle ! D ! 
4295 \backslash
4296 dots
4297 \end_layout
4298
4299 \end_inset
4300
4301 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4302  wird.
4303 \begin_inset Newpage newpage
4304 \end_inset
4305
4306
4307 \end_layout
4308
4309 \begin_layout Standard
4310 \align center
4311 \begin_inset Tabular
4312 <lyxtabular version="3" rows="8" columns="2">
4313 <features>
4314 <column alignment="center" valignment="top" width="0pt">
4315 <column alignment="center" valignment="top" width="0pt">
4316 <row>
4317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Befehl
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Ergebnis
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 A_1
4342 \begin_inset ERT
4343 status collapsed
4344
4345 \begin_layout Plain Layout
4346
4347
4348 \backslash
4349 leer 
4350 \end_layout
4351
4352 \end_inset
4353
4354 ,
4355 \backslash
4356 dots
4357 \begin_inset ERT
4358 status collapsed
4359
4360 \begin_layout Plain Layout
4361
4362
4363 \backslash
4364 leer 
4365 \end_layout
4366
4367 \end_inset
4368
4369 ,A_n
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 \begin_inset Formula $A_{1},\dots,A_{n}$
4379 \end_inset
4380
4381
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 A_1
4393 \begin_inset ERT
4394 status collapsed
4395
4396 \begin_layout Plain Layout
4397
4398
4399 \backslash
4400 leer 
4401 \end_layout
4402
4403 \end_inset
4404
4405 +
4406 \backslash
4407 dots
4408 \begin_inset ERT
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412
4413
4414 \backslash
4415 leer 
4416 \end_layout
4417
4418 \end_inset
4419
4420 +A_n
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 \begin_inset Formula $A_{1}+\dots+A_{n}$
4430 \end_inset
4431
4432
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 A_1
4444 \begin_inset ERT
4445 status collapsed
4446
4447 \begin_layout Plain Layout
4448
4449
4450 \backslash
4451 leer 
4452 \end_layout
4453
4454 \end_inset
4455
4456 ,
4457 \backslash
4458 ldots
4459 \begin_inset ERT
4460 status collapsed
4461
4462 \begin_layout Plain Layout
4463
4464
4465 \backslash
4466 leer 
4467 \end_layout
4468
4469 \end_inset
4470
4471 ,A_n
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 \begin_inset Formula $A_{1},\ldots,A_{n}$
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 A_1
4495 \begin_inset ERT
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499
4500
4501 \backslash
4502 leer 
4503 \end_layout
4504
4505 \end_inset
4506
4507 +
4508 \backslash
4509 cdots
4510 \begin_inset ERT
4511 status collapsed
4512
4513 \begin_layout Plain Layout
4514
4515
4516 \backslash
4517 leer 
4518 \end_layout
4519
4520 \end_inset
4521
4522 +A_n
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4532 \end_inset
4533
4534
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \backslash
4547 vdots
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 \begin_inset Formula $\vdots$
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \backslash
4572 ddots
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 \begin_inset Formula $\ddots$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 3
4596 \series bold
4597 ×
4598 \series default
4599 3
4600 \begin_inset space \thinspace{}
4601 \end_inset
4602
4603 Matrix mit obigen Befehlen
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 \begin_inset Formula $\begin{array}{ccc}
4613 A_{11} & \cdots & A_{1m}\\
4614 \vdots & \ddots & \vdots\\
4615 A_{n1} & \cdots & A_{nm}\end{array}$
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 </lyxtabular>
4625
4626 \end_inset
4627
4628
4629 \end_layout
4630
4631 \begin_layout Standard
4632 Die im Menü 
4633 \family sans
4634 Einfügen\SpecialChar \menuseparator
4635 Sonderzeichen
4636 \family default
4637  verfügbaren Fortsetzungspunkte sind 
4638 \series bold
4639
4640 \backslash
4641 ldots
4642 \series default
4643 .
4644 \end_layout
4645
4646 \begin_layout Standard
4647 \begin_inset VSpace medskip
4648 \end_inset
4649
4650 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4651  Spalten erstrecken.
4652  Man erhält sie mit dem Befehl 
4653 \series bold
4654
4655 \backslash
4656 hdotsfor
4657 \series default
4658
4659 \begin_inset Index
4660 status collapsed
4661
4662 \begin_layout Plain Layout
4663 Befehle ! H ! 
4664 \backslash
4665 hdotsfor
4666 \end_layout
4667
4668 \end_inset
4669
4670 , der folgendes Schema besitzt:
4671 \end_layout
4672
4673 \begin_layout Standard
4674
4675 \series bold
4676
4677 \backslash
4678 hdotsfor[Abstand]{Anzahl der Spalten}
4679 \end_layout
4680
4681 \begin_layout Standard
4682 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4683  sollen.
4684  Abstand ist ein Faktor, der den Punktabstand festlegt.
4685 \end_layout
4686
4687 \begin_layout Standard
4688 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4689  
4690 \series bold
4691
4692 \backslash
4693 hdotsfor[2]{4}
4694 \series default
4695  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4696  beim Befehl 
4697 \series bold
4698
4699 \backslash
4700 dots
4701 \series default
4702  zu erhalten:
4703 \begin_inset Formula \[
4704 \left(\begin{array}{cccc}
4705 A & B & C & D\\
4706 \hdotsfor[2]{4}\\
4707 q & w & e & r\end{array}\right)\]
4708
4709 \end_inset
4710
4711 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4712  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4713 \end_layout
4714
4715 \begin_layout Standard
4716 \begin_inset VSpace bigskip
4717 \end_inset
4718
4719 Des Weiteren kann man mit dem Befehl 
4720 \series bold
4721
4722 \backslash
4723 dotfill
4724 \series default
4725
4726 \begin_inset Index
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730 Befehle ! D ! 
4731 \backslash
4732 dotfill
4733 \end_layout
4734
4735 \end_inset
4736
4737  den Rest einer Zeile mit Punkten füllen.
4738  Die Wirkungsweise des Befehls entspricht der von 
4739 \series bold
4740
4741 \backslash
4742 hfill
4743 \series default
4744 , siehe 
4745 \begin_inset CommandInset ref
4746 LatexCommand ref
4747 reference "sub:Variabler-Leerraum"
4748
4749 \end_inset
4750
4751 .
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Z.
4756 \begin_inset space \thinspace{}
4757 \end_inset
4758
4759 B.
4760  ergibt der Befehl 
4761 \series bold
4762 A
4763 \backslash
4764 dotfill
4765 \begin_inset ERT
4766 status collapsed
4767
4768 \begin_layout Plain Layout
4769
4770
4771 \backslash
4772 leer 
4773 \end_layout
4774
4775 \end_inset
4776
4777 B
4778 \end_layout
4779
4780 \begin_layout Standard
4781 \begin_inset Formula $A\dotfill B$
4782 \end_inset
4783
4784
4785 \end_layout
4786
4787 \begin_layout Standard
4788 Analog dazu gibt es für eine Linie den Befehl 
4789 \series bold
4790
4791 \backslash
4792 hrulefill
4793 \series default
4794
4795 \begin_inset Index
4796 status collapsed
4797
4798 \begin_layout Plain Layout
4799 Befehle ! H ! 
4800 \backslash
4801 hrulefill
4802 \end_layout
4803
4804 \end_inset
4805
4806 :
4807 \end_layout
4808
4809 \begin_layout Standard
4810 \begin_inset Formula $A\hrulefill B$
4811 \end_inset
4812
4813
4814 \end_layout
4815
4816 \begin_layout Standard
4817 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4818  werden.
4819 \end_layout
4820
4821 \begin_layout Section
4822 Matrizen
4823 \begin_inset CommandInset label
4824 LatexCommand label
4825 name "sec:Matrizen"
4826
4827 \end_inset
4828
4829
4830 \begin_inset Index
4831 status collapsed
4832
4833 \begin_layout Plain Layout
4834 Matrizen
4835 \end_layout
4836
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \begin_layout Standard
4843 Matrizen können über den Mathe-Werkzeugleistenknopf
4844 \family sans
4845  
4846 \family default
4847
4848 \begin_inset Graphics
4849         filename ../../images/dialog-show_mathmatrix.png
4850         scale 85
4851
4852 \end_inset
4853
4854  oder das Menü 
4855 \family sans
4856 Einfügen\SpecialChar \menuseparator
4857 Mathe\SpecialChar \menuseparator
4858 Matrix
4859 \family default
4860  eingefügt werden.
4861  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4862  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4863  von Bedeutung:
4864 \end_layout
4865
4866 \begin_layout Standard
4867 Die erste Matrix ist oben 
4868 \begin_inset Formula $\begin{array}[t]{cccc}
4869 A & D & G & J\\
4870 B & E & H & K\\
4871 C & F & I & L\end{array}$
4872 \end_inset
4873
4874 , die zweite mittig 
4875 \begin_inset Formula $\begin{array}{cccc}
4876 A & D & G & J\\
4877 B & E & H & K\\
4878 C & F & I & L\end{array}$
4879 \end_inset
4880
4881  und die dritte unten 
4882 \begin_inset Formula $\begin{array}[b]{cccc}
4883 A & D & G & J\\
4884 B & E & H & K\\
4885 C & F & I & L\end{array}$
4886 \end_inset
4887
4888  ausgerichtet.
4889 \end_layout
4890
4891 \begin_layout Standard
4892 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4893  werden sollen.
4894  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4895  
4896 \emph on
4897 l
4898 \emph default
4899  steht für linksbündig, 
4900 \emph on
4901 c
4902 \emph default
4903  für mittig und 
4904 \emph on
4905 r
4906 \emph default
4907  für rechtsbündig.
4908  Möchte man z.
4909 \begin_inset space \thinspace{}
4910 \end_inset
4911
4912 B.
4913  eine 4
4914 \series bold
4915 ×
4916 \series default
4917 4
4918 \begin_inset space ~
4919 \end_inset
4920
4921 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4922  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4923  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4924 \series bold
4925 lccr
4926 \series default
4927  an.
4928  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4929  die Voreinstellung für jede Spalte ein 
4930 \series bold
4931 c
4932 \series default
4933  ist.
4934 \end_layout
4935
4936 \begin_layout Standard
4937 Horizontale Ausrichtung:
4938 \end_layout
4939
4940 \begin_layout Standard
4941
4942 \series bold
4943 lll
4944 \series default
4945  : 
4946 \begin_inset Formula $\begin{array}{lll}
4947 10000 & D & G\\
4948 B & 10000 & H\\
4949 C & F & 10000\end{array}$
4950 \end_inset
4951
4952  , 
4953 \series bold
4954 ccc
4955 \series default
4956  : 
4957 \begin_inset Formula $\begin{array}{ccc}
4958 10000 & D & G\\
4959 B & 10000 & H\\
4960 C & F & 10000\end{array}$
4961 \end_inset
4962
4963  , 
4964 \series bold
4965 rrr
4966 \series default
4967  : 
4968 \begin_inset Formula $\begin{array}{rrr}
4969 10000 & D & G\\
4970 B & 10000 & H\\
4971 C & F & 10000\end{array}$
4972 \end_inset
4973
4974
4975 \end_layout
4976
4977 \begin_layout Standard
4978 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4979  man die Mathe-Werkzeugleistenknöpfe 
4980 \begin_inset Graphics
4981         filename ../../images/tabular-feature_append-row.png
4982         scale 85
4983
4984 \end_inset
4985
4986
4987 \begin_inset Graphics
4988         filename ../../images/tabular-feature_delete-row.png
4989         scale 85
4990
4991 \end_inset
4992
4993 , usw.
4994 \begin_inset space ~
4995 \end_inset
4996
4997 oder das Menü 
4998 \family sans
4999 Bearbeiten\SpecialChar \menuseparator
5000 Zeilen & Spalten
5001 \family default
5002  verwenden.
5003  Neue Zeilen können auch mit 
5004 \family sans
5005 Strg-Enter
5006 \family default
5007  erstellt werden.
5008 \end_layout
5009
5010 \begin_layout Standard
5011 \begin_inset VSpace bigskip
5012 \end_inset
5013
5014 Klammern um eine Matrix können entweder mit den Befehlen 
5015 \series bold
5016
5017 \backslash
5018 left
5019 \series default
5020
5021 \begin_inset Index
5022 status collapsed
5023
5024 \begin_layout Plain Layout
5025 Befehle ! L ! 
5026 \backslash
5027 left
5028 \end_layout
5029
5030 \end_inset
5031
5032  und 
5033 \series bold
5034
5035 \backslash
5036 right
5037 \series default
5038
5039 \begin_inset Index
5040 status collapsed
5041
5042 \begin_layout Plain Layout
5043 Befehle ! R ! 
5044 \backslash
5045 right
5046 \end_layout
5047
5048 \end_inset
5049
5050  erstellt werden (Tastenkürzel 
5051 \family sans
5052 Alt-m
5053 \begin_inset space ~
5054 \end_inset
5055
5056 Klammer
5057 \family default
5058 ), siehe 
5059 \begin_inset CommandInset ref
5060 LatexCommand ref
5061 reference "sub:Automatische-Klammergrößen"
5062
5063 \end_inset
5064
5065 , oder man verwendet folgende Befehle:
5066 \begin_inset VSpace bigskip
5067 \end_inset
5068
5069
5070 \end_layout
5071
5072 \begin_layout Standard
5073 \begin_inset space \hfill{}
5074 \end_inset
5075
5076
5077 \begin_inset Tabular
5078 <lyxtabular version="3" rows="4" columns="2">
5079 <features>
5080 <column alignment="center" valignment="top" width="0">
5081 <column alignment="center" valignment="top" width="0">
5082 <row>
5083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Befehl
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Ergebnis
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \backslash
5109 bmatrix
5110 \begin_inset ERT
5111 status collapsed
5112
5113 \begin_layout Plain Layout
5114
5115
5116 \backslash
5117 leer 
5118 \end_layout
5119
5120 \end_inset
5121
5122 2
5123 \series bold
5124 ×
5125 \series default
5126 2
5127 \begin_inset space \thinspace{}
5128 \end_inset
5129
5130 Matrix
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5140 0 & \textrm{-}\mathrm{i}\\
5141 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \backslash
5157 Bmatrix
5158 \begin_inset ERT
5159 status collapsed
5160
5161 \begin_layout Plain Layout
5162
5163
5164 \backslash
5165 leer 
5166 \end_layout
5167
5168 \end_inset
5169
5170 2
5171 \series bold
5172 ×
5173 \series default
5174 2
5175 \begin_inset space \thinspace{}
5176 \end_inset
5177
5178 Matrix
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5188 0 & \textrm{-}\mathrm{i}\\
5189 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 </row>
5198 <row>
5199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203
5204 \backslash
5205 pmatrix
5206 \begin_inset ERT
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210
5211
5212 \backslash
5213 leer 
5214 \end_layout
5215
5216 \end_inset
5217
5218 2
5219 \series bold
5220 ×
5221 \series default
5222 2
5223 \begin_inset space \thinspace{}
5224 \end_inset
5225
5226 Matrix
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5236 0 & \textrm{-}\mathrm{i}\\
5237 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 </lyxtabular>
5247
5248 \end_inset
5249
5250
5251 \begin_inset space \hfill{}
5252 \end_inset
5253
5254
5255 \begin_inset Tabular
5256 <lyxtabular version="3" rows="4" columns="2">
5257 <features>
5258 <column alignment="center" valignment="top" width="0">
5259 <column alignment="center" valignment="top" width="0">
5260 <row>
5261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 Befehl
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 Ergebnis
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 </row>
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285
5286 \backslash
5287 vmatrix
5288 \begin_inset ERT
5289 status collapsed
5290
5291 \begin_layout Plain Layout
5292
5293
5294 \backslash
5295 leer 
5296 \end_layout
5297
5298 \end_inset
5299
5300 2
5301 \series bold
5302 ×
5303 \series default
5304 2
5305 \begin_inset space \thinspace{}
5306 \end_inset
5307
5308 Matrix
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5318 0 & \textrm{-}\mathrm{i}\\
5319 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5320 \end_inset
5321
5322
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333
5334 \backslash
5335 Vmatrix
5336 \begin_inset ERT
5337 status collapsed
5338
5339 \begin_layout Plain Layout
5340
5341
5342 \backslash
5343 leer 
5344 \end_layout
5345
5346 \end_inset
5347
5348 2
5349 \series bold
5350 ×
5351 \series default
5352 2
5353 \begin_inset space \thinspace{}
5354 \end_inset
5355
5356 Matrix
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5366 0 & \textrm{-}\mathrm{i}\\
5367 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5368 \end_inset
5369
5370
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \backslash
5383 matrix
5384 \begin_inset ERT
5385 status collapsed
5386
5387 \begin_layout Plain Layout
5388
5389
5390 \backslash
5391 leer 
5392 \end_layout
5393
5394 \end_inset
5395
5396 2
5397 \series bold
5398 ×
5399 \series default
5400 2
5401 \begin_inset space \thinspace{}
5402 \end_inset
5403
5404 Matrix
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5414 0 & \textrm{-}\mathrm{i}\\
5415 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 </lyxtabular>
5425
5426 \end_inset
5427
5428
5429 \begin_inset space \hfill{}
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \begin_layout Standard
5436 \begin_inset VSpace medskip
5437 \end_inset
5438
5439 Wurde z.
5440 \begin_inset space \thinspace{}
5441 \end_inset
5442
5443 B.
5444  
5445 \series bold
5446
5447 \backslash
5448 vmatrix
5449 \series default
5450  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5451  in das die Matrix eingefügt wird.
5452 \end_layout
5453
5454 \begin_layout Standard
5455 \begin_inset VSpace bigskip
5456 \end_inset
5457
5458 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5459 \begin_inset CommandInset ref
5460 LatexCommand ref
5461 reference "sub:Spaltenabstand"
5462
5463 \end_inset
5464
5465  beschriebene Länge 
5466 \series bold
5467
5468 \backslash
5469 arraycolsep
5470 \series default
5471
5472 \begin_inset Index
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476 Befehle ! A ! 
5477 \backslash
5478 arraycolsep
5479 \end_layout
5480
5481 \end_inset
5482
5483  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5488 \series bold
5489
5490 \backslash
5491 arraystretch
5492 \series default
5493
5494 \begin_inset Index
5495 status collapsed
5496
5497 \begin_layout Plain Layout
5498 Befehle ! A ! 
5499 \backslash
5500 arraystretch
5501 \end_layout
5502
5503 \end_inset
5504
5505 .
5506  Dieser wird folgendermaßen benutzt:
5507 \end_layout
5508
5509 \begin_layout Standard
5510
5511 \series bold
5512
5513 \backslash
5514 renewcommand{
5515 \backslash
5516 arraystretch}{Dehnungsfaktor}
5517 \begin_inset Index
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521 Befehle ! R ! 
5522 \backslash
5523 renewcommand
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Der Befehl 
5533 \series bold
5534
5535 \backslash
5536 renewcommand
5537 \series default
5538  weist dabei dem vordefinierten Befehl 
5539 \series bold
5540
5541 \backslash
5542 arraystretch
5543 \series default
5544  den Dehnungsfaktor zu.
5545  Möchte man z.
5546 \begin_inset space \thinspace{}
5547 \end_inset
5548
5549 B.
5550  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5551  Dieser wird dann für alle folgenden Matrizen verwendet.
5552  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5553 \series bold
5554
5555 \backslash
5556 arraystretch
5557 \series default
5558  den Faktor 1 zu.
5559 \end_layout
5560
5561 \begin_layout Standard
5562 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5563 \series bold
5564
5565 \backslash
5566 smallmatrix
5567 \series default
5568
5569 \begin_inset Index
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573 Befehle ! S ! 
5574 \backslash
5575 smallmatrix
5576 \end_layout
5577
5578 \end_inset
5579
5580 .
5581  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5582  gestrichelten Linien.
5583  In dieses Kästchen wird die Matrix eingegeben.
5584  Man verwendet stattdessen das Menü 
5585 \family sans
5586 Bearbeiten\SpecialChar \menuseparator
5587 Zeilen
5588 \begin_inset space ~
5589 \end_inset
5590
5591 &
5592 \begin_inset space ~
5593 \end_inset
5594
5595 Spalten
5596 \family default
5597  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5598  Neue Zeilen können auch mit 
5599 \family sans
5600 Strg-Enter
5601 \family default
5602  erstellt werden.
5603 \end_layout
5604
5605 \begin_layout Standard
5606 Dies ist eine Matrix 
5607 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5608 C & D\end{smallmatrix}\right)$
5609 \end_inset
5610
5611  in einer Textzeile.
5612 \end_layout
5613
5614 \begin_layout Section
5615 Klammern und Begrenzungszeichen
5616 \begin_inset Index
5617 status collapsed
5618
5619 \begin_layout Plain Layout
5620 Klammern
5621 \end_layout
5622
5623 \end_inset
5624
5625
5626 \begin_inset Index
5627 status collapsed
5628
5629 \begin_layout Plain Layout
5630 Begrenzungszeichen
5631 \end_layout
5632
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Subsection
5639 Vertikale Klammern und Begrenzungszeichen
5640 \begin_inset Index
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Klammern ! vertikale
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset space \hfill{}
5654 \end_inset
5655
5656
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="9" columns="2">
5659 <features>
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top" width="0pt">
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 Befehl
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 Ergebnis
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 (
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $($
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 {
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\{$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 [
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $[$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \backslash
5758 langle
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $\langle$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 lceil
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\lceil$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 lfloor
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\lfloor$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 /
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 \begin_inset Formula $/$
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 |
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 \begin_inset Formula $|$
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 </lyxtabular>
5873
5874 \end_inset
5875
5876
5877 \begin_inset space \hfill{}
5878 \end_inset
5879
5880
5881 \begin_inset Tabular
5882 <lyxtabular version="3" rows="9" columns="2">
5883 <features>
5884 <column alignment="center" valignment="top" width="0pt">
5885 <column alignment="center" valignment="top" width="0pt">
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 Befehl
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 Ergebnis
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 )
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 \begin_inset Formula $)$
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 }
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 \begin_inset Formula $\}$
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 ]
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $]$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 rangle
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\rangle$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005
6006 \backslash
6007 rceil
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\rceil$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \backslash
6032 rfloor
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Formula $\rfloor$
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \backslash
6057
6058 \backslash
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 \begin_inset Formula $\backslash$
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082
6083 \backslash
6084 |
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 \begin_inset Formula $\|$
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 </lyxtabular>
6103
6104 \end_inset
6105
6106
6107 \begin_inset space \hfill{}
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \begin_layout Standard
6114
6115 \series medium
6116 \begin_inset Note Greyedout
6117 status open
6118
6119 \begin_layout Plain Layout
6120
6121 \series bold
6122 Achtung:
6123 \series default
6124  Im TeX-Modus muss für den Backslash der Befehl 
6125 \series bold
6126
6127 \backslash
6128 textbackslash
6129 \series default
6130
6131 \begin_inset Index
6132 status collapsed
6133
6134 \begin_layout Plain Layout
6135 Befehle ! T ! 
6136 \backslash
6137 textbackslash
6138 \end_layout
6139
6140 \end_inset
6141
6142  verwendet werden, denn der Befehl 
6143 \series bold
6144
6145 \backslash
6146
6147 \backslash
6148
6149 \series default
6150  steht dort für einen Zeilenumbruch.
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \begin_layout Standard
6159 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6160  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6161  Dabei können dann statt den Befehlen 
6162 \series bold
6163
6164 \backslash
6165 langle
6166 \series default
6167  und 
6168 \series bold
6169
6170 \backslash
6171 rangle
6172 \series default
6173  direkt die Zeichen < und > verwendet werden.
6174 \end_layout
6175
6176 \begin_layout Subsubsection
6177 Manuelle Klammergrößen
6178 \begin_inset CommandInset label
6179 LatexCommand label
6180 name "sub:Manuelle-Klammergrößen"
6181
6182 \end_inset
6183
6184
6185 \begin_inset Index
6186 status collapsed
6187
6188 \begin_layout Plain Layout
6189 Klammergrößen ! manuelle
6190 \end_layout
6191
6192 \end_inset
6193
6194
6195 \end_layout
6196
6197 \begin_layout Standard
6198 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6199  LaTeX-Befehle 
6200 \series bold
6201
6202 \backslash
6203 big
6204 \series default
6205
6206 \begin_inset Index
6207 status collapsed
6208
6209 \begin_layout Plain Layout
6210 Befehle ! B ! 
6211 \backslash
6212 big
6213 \end_layout
6214
6215 \end_inset
6216
6217
6218 \series bold
6219
6220 \backslash
6221 Big
6222 \series default
6223
6224 \series bold
6225
6226 \backslash
6227 bigg
6228 \series default
6229  und 
6230 \series bold
6231
6232 \backslash
6233 Bigg
6234 \series default
6235  tun.
6236  
6237 \series bold
6238
6239 \backslash
6240 big
6241 \series default
6242  steht hierbei für die kleinste und 
6243 \series bold
6244
6245 \backslash
6246 Bigg
6247 \series default
6248  für die größte Klammergröße.
6249 \end_layout
6250
6251 \begin_layout Standard
6252 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6253 \end_layout
6254
6255 \begin_layout Standard
6256 \align center
6257 \begin_inset Tabular
6258 <lyxtabular version="3" rows="2" columns="2">
6259 <features>
6260 <column alignment="center" valignment="top" width="0pt">
6261 <column alignment="center" valignment="top" width="0pt">
6262 <row>
6263 <cell alignment="center" valignment="top" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 einheitliche Klammergröße:
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 besser sieht das so aus:
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 </lyxtabular>
6309
6310 \end_inset
6311
6312
6313 \begin_inset Note Note
6314 status collapsed
6315
6316 \begin_layout Plain Layout
6317
6318 \series bold
6319
6320 \backslash
6321 raisebox
6322 \series default
6323  dient nur
6324 \end_layout
6325
6326 \begin_layout Plain Layout
6327 als Abstandhalter.
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 Für die zweite Formel wurde der Befehl 
6337 \series bold
6338
6339 \backslash
6340 Big((A+B)(A-B)
6341 \backslash
6342 Big)^
6343 \begin_inset ERT
6344 status collapsed
6345
6346 \begin_layout Plain Layout
6347
6348
6349 \backslash
6350 leer 
6351 \end_layout
6352
6353 \end_inset
6354
6355 C
6356 \series default
6357  verwendet.
6358 \end_layout
6359
6360 \begin_layout Standard
6361 Hier alle Klammergrößen in der Übersicht:
6362 \end_layout
6363
6364 \begin_layout Standard
6365 \align center
6366
6367 \backslash
6368 Bigg(
6369 \backslash
6370 exp
6371 \backslash
6372 bigg<
6373 \backslash
6374 Big[
6375 \backslash
6376 big{
6377 \backslash
6378 ln(3x)
6379 \backslash
6380 big}^2
6381 \begin_inset ERT
6382 status collapsed
6383
6384 \begin_layout Plain Layout
6385
6386
6387 \backslash
6388 leer 
6389 \end_layout
6390
6391 \end_inset
6392
6393
6394 \backslash
6395 sin(x)
6396 \backslash
6397 Big]^
6398 \begin_inset ERT
6399 status collapsed
6400
6401 \begin_layout Plain Layout
6402
6403
6404 \backslash
6405 leer 
6406 \end_layout
6407
6408 \end_inset
6409
6410 A
6411 \begin_inset ERT
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415
6416
6417 \backslash
6418 leer 
6419 \end_layout
6420
6421 \end_inset
6422
6423
6424 \backslash
6425 bigg>
6426 \backslash
6427 Bigg)^0,5
6428 \end_layout
6429
6430 \begin_layout Standard
6431 \align center
6432 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \begin_layout Standard
6439 Es gibt außer den 
6440 \series bold
6441
6442 \backslash
6443 big
6444 \series default
6445 -Befehlen noch die Variante 
6446 \series bold
6447
6448 \backslash
6449 bigm
6450 \series default
6451
6452 \begin_inset Index
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Befehle ! B ! 
6457 \backslash
6458 bigm
6459 \end_layout
6460
6461 \end_inset
6462
6463 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6464  die Variante 
6465 \series bold
6466
6467 \backslash
6468 bigl
6469 \series default
6470 -
6471 \series bold
6472
6473 \backslash
6474 bigr
6475 \series default
6476
6477 \begin_inset Index
6478 status collapsed
6479
6480 \begin_layout Plain Layout
6481 Befehle ! B ! 
6482 \backslash
6483 bigl - 
6484 \backslash
6485 bigr
6486 \end_layout
6487
6488 \end_inset
6489
6490 , die keinen zusätzlichen Leerraum erzeugt.
6491  Das 
6492 \emph on
6493 l
6494 \emph default
6495  am Ende des Befehls 
6496 \series bold
6497
6498 \backslash
6499 bigl
6500 \series default
6501  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6502  ein 
6503 \emph on
6504 r
6505 \emph default
6506  ersetzt.
6507  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6508  sein.
6509 \end_layout
6510
6511 \begin_layout Standard
6512 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6513 \end_layout
6514
6515 \begin_layout Standard
6516 \align center
6517 \begin_inset Tabular
6518 <lyxtabular version="3" rows="5" columns="2">
6519 <features>
6520 <column alignment="center" valignment="middle" width="0">
6521 <column alignment="center" valignment="middle" width="0">
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 Befehl
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 Ergebnis
6537 \begin_inset Note Note
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541
6542 \series bold
6543
6544 \backslash
6545 raisebox
6546 \series default
6547  dient nur als Abstandhalter.
6548 \end_layout
6549
6550 \end_inset
6551
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 </row>
6558 <row>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \backslash
6565 Bigm(
6566 \backslash
6567 bigm(
6568 \backslash
6569 ln(3x)
6570 \backslash
6571 bigm)^2
6572 \begin_inset ERT
6573 status collapsed
6574
6575 \begin_layout Plain Layout
6576
6577
6578 \backslash
6579 leer 
6580 \end_layout
6581
6582 \end_inset
6583
6584
6585 \backslash
6586 Bigm)
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6596 \end_inset
6597
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609
6610 \backslash
6611 Big(
6612 \backslash
6613 big(
6614 \backslash
6615 ln(3x)
6616 \backslash
6617 big)^2
6618 \begin_inset ERT
6619 status collapsed
6620
6621 \begin_layout Plain Layout
6622
6623
6624 \backslash
6625 leer 
6626 \end_layout
6627
6628 \end_inset
6629
6630
6631 \backslash
6632 Big)
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6642 \end_inset
6643
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 <row>
6651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655
6656 \backslash
6657 Bigl(
6658 \backslash
6659 bigl(
6660 \backslash
6661 ln(3x)
6662 \backslash
6663 bigr)^2
6664 \begin_inset ERT
6665 status collapsed
6666
6667 \begin_layout Plain Layout
6668
6669
6670 \backslash
6671 leer 
6672 \end_layout
6673
6674 \end_inset
6675
6676
6677 \backslash
6678 Bigr)
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \backslash
6703 bigl)
6704 \backslash
6705 ln(3x)
6706 \backslash
6707 bigr(
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6717 \end_inset
6718
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 </lyxtabular>
6726
6727 \end_inset
6728
6729
6730 \end_layout
6731
6732 \begin_layout Subsubsection
6733 Automatische Klammergrößen
6734 \begin_inset CommandInset label
6735 LatexCommand label
6736 name "sub:Automatische-Klammergrößen"
6737
6738 \end_inset
6739
6740
6741 \begin_inset Index
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745 Klammergrößen ! automatische
6746 \end_layout
6747
6748 \end_inset
6749
6750
6751 \end_layout
6752
6753 \begin_layout Standard
6754 Klammern variabler Größe können mit den Befehlen 
6755 \series bold
6756
6757 \backslash
6758 left
6759 \series default
6760
6761 \begin_inset Index
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 Befehle ! L ! 
6766 \backslash
6767 left
6768 \end_layout
6769
6770 \end_inset
6771
6772  und 
6773 \series bold
6774
6775 \backslash
6776 right
6777 \series default
6778
6779 \begin_inset Index
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783 Befehle ! R ! 
6784 \backslash
6785 right
6786 \end_layout
6787
6788 \end_inset
6789
6790  oder über den Mathe-Werkzeugleistenknopf
6791 \family sans
6792  
6793 \family default
6794
6795 \begin_inset Graphics
6796         filename ../../images/dialog-show_mathdelimiter.png
6797         scale 85
6798
6799 \end_inset
6800
6801  eingefügt werden.
6802  Auf 
6803 \series bold
6804
6805 \backslash
6806 left
6807 \series default
6808  und 
6809 \series bold
6810
6811 \backslash
6812 right
6813 \series default
6814  muss unmittelbar die gewünschte Klammer folgen.
6815  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6816 \end_layout
6817
6818 \begin_layout Standard
6819 \align center
6820 normale Klammer: Der Befehl 
6821 \series bold
6822
6823 \backslash
6824 ln(
6825 \backslash
6826 frac
6827 \begin_inset ERT
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831
6832
6833 \backslash
6834 leer 
6835 \end_layout
6836
6837 \end_inset
6838
6839 A
6840 \begin_inset Formula $\downarrow$
6841 \end_inset
6842
6843 C
6844 \begin_inset ERT
6845 status collapsed
6846
6847 \begin_layout Plain Layout
6848
6849
6850 \backslash
6851 leer 
6852 \end_layout
6853
6854 \end_inset
6855
6856 )
6857 \series default
6858  ergibt
6859 \begin_inset Formula \[
6860 \ln(\frac{A}{C})\]
6861
6862 \end_inset
6863
6864
6865 \end_layout
6866
6867 \begin_layout Standard
6868 \align center
6869 mehrzeilige Klammer: Der Befehl 
6870 \series bold
6871
6872 \backslash
6873 ln
6874 \backslash
6875 left(
6876 \backslash
6877 frac
6878 \begin_inset ERT
6879 status collapsed
6880
6881 \begin_layout Plain Layout
6882
6883
6884 \backslash
6885 leer 
6886 \end_layout
6887
6888 \end_inset
6889
6890 A
6891 \begin_inset Formula $\downarrow$
6892 \end_inset
6893
6894 C
6895 \begin_inset ERT
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900
6901 \backslash
6902 leer 
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \backslash
6909 right)
6910 \series default
6911  ergibt
6912 \begin_inset Formula \[
6913 \ln\left(\frac{A}{C}\right)\]
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 An Stelle von 
6922 \series bold
6923
6924 \backslash
6925 left
6926 \series default
6927  und 
6928 \series bold
6929
6930 \backslash
6931 right
6932 \series default
6933  kann man die Tastenkürzel 
6934 \family sans
6935 Alt-m
6936 \begin_inset space ~
6937 \end_inset
6938
6939 Klammer
6940 \family default
6941  verwenden.
6942  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6943  und dass die rechte Klammer gleich mit erstellt wird.
6944 \begin_inset Newline newline
6945 \end_inset
6946
6947 Der Befehl für das letzte Beispiel würde dann lauten: 
6948 \series bold
6949
6950 \backslash
6951 ln Alt-m
6952 \series default
6953  
6954 \series bold
6955 (
6956 \backslash
6957 frac
6958 \begin_inset ERT
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962
6963
6964 \backslash
6965 leer 
6966 \end_layout
6967
6968 \end_inset
6969
6970 A
6971 \begin_inset Formula $\downarrow$
6972 \end_inset
6973
6974 C
6975 \end_layout
6976
6977 \begin_layout Standard
6978 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6979  Klammer einen Punkt.
6980  So ergibt z.
6981 \begin_inset space \thinspace{}
6982 \end_inset
6983
6984 B.
6985  der Befehl 
6986 \series bold
6987
6988 \backslash
6989 left.
6990 \backslash
6991 frac
6992 \begin_inset ERT
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996
6997
6998 \backslash
6999 leer 
7000 \end_layout
7001
7002 \end_inset
7003
7004 A
7005 \begin_inset Formula $\downarrow$
7006 \end_inset
7007
7008 B
7009 \begin_inset ERT
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013
7014
7015 \backslash
7016 leer 
7017 \end_layout
7018
7019 \end_inset
7020
7021
7022 \backslash
7023 right}
7024 \series default
7025
7026 \begin_inset space \thinspace{}
7027 \end_inset
7028
7029 :
7030 \series bold
7031
7032 \begin_inset Formula \[
7033 \left.\frac{A}{B}\right\} \]
7034
7035 \end_inset
7036
7037
7038 \series default
7039 Die Befehle 
7040 \series bold
7041
7042 \backslash
7043 left
7044 \series default
7045  und 
7046 \series bold
7047
7048 \backslash
7049 right
7050 \series default
7051  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7052  umgewandelt.
7053  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7054 \end_layout
7055
7056 \begin_layout Standard
7057 \begin_inset VSpace bigskip
7058 \end_inset
7059
7060 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7061  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7062  Befehl 
7063 \series bold
7064
7065 \backslash
7066 middle
7067 \series default
7068
7069 \begin_inset Index
7070 status collapsed
7071
7072 \begin_layout Plain Layout
7073 Befehle ! M ! 
7074 \backslash
7075 middle
7076 \end_layout
7077
7078 \end_inset
7079
7080  zur Verfügung.
7081  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7082  angepasst, was z.
7083 \begin_inset space \thinspace{}
7084 \end_inset
7085
7086 B.
7087  für physikalische Vektoren von Nutzen ist:
7088 \begin_inset Formula \[
7089 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7090
7091 \end_inset
7092
7093 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7094 \begin_inset CommandInset ref
7095 LatexCommand ref
7096 reference "sub:Physikalische-Vektoren"
7097
7098 \end_inset
7099
7100  beschrieben ist.
7101 \end_layout
7102
7103 \begin_layout Subsection
7104 Horizontale Klammern
7105 \begin_inset Index
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109 Klammern ! horizontale
7110 \end_layout
7111
7112 \end_inset
7113
7114
7115 \end_layout
7116
7117 \begin_layout Standard
7118 \align center
7119 \begin_inset Tabular
7120 <lyxtabular version="3" rows="4" columns="2">
7121 <features>
7122 <column alignment="center" valignment="top" width="0pt">
7123 <column alignment="center" valignment="top" width="0pt">
7124 <row>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 Befehl
7130 \begin_inset Note Note
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134
7135 \series bold
7136
7137 \backslash
7138 raisebox
7139 \series default
7140  dient nur als Abstandhalter.
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 Ergebnis
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 <row>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 \begin_inset ERT
7166 status collapsed
7167
7168 \begin_layout Plain Layout
7169
7170
7171 \backslash
7172 raisebox{2.3mm}{
7173 \end_layout
7174
7175 \end_inset
7176
7177
7178 \backslash
7179 overbrace
7180 \begin_inset ERT
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184
7185
7186 \backslash
7187 leer 
7188 \end_layout
7189
7190 \end_inset
7191
7192 A+B
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 leer 
7201 \end_layout
7202
7203 \end_inset
7204
7205 ^
7206 \begin_inset ERT
7207 status collapsed
7208
7209 \begin_layout Plain Layout
7210
7211
7212 \backslash
7213 leer 
7214 \end_layout
7215
7216 \end_inset
7217
7218 3
7219 \begin_inset ERT
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223
7224 }
7225 \end_layout
7226
7227 \end_inset
7228
7229
7230 \begin_inset Index
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 Befehle ! O ! 
7235 \backslash
7236 overbrace
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 \begin_inset Formula $\overbrace{A+B}^{3}$
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 raisebox{-2.2mm}{
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \backslash
7278 underbrace
7279 \begin_inset ERT
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283
7284
7285 \backslash
7286 leer 
7287 \end_layout
7288
7289 \end_inset
7290
7291 A+B
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 leer 
7300 \end_layout
7301
7302 \end_inset
7303
7304 _5
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310 }
7311 \end_layout
7312
7313 \end_inset
7314
7315
7316 \begin_inset Index
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320 Befehle ! U ! 
7321 \backslash
7322 underbrace
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 \begin_inset Formula $\underbrace{A+B}_{5}$
7337 \end_inset
7338
7339
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \backslash
7352 overbrace
7353 \begin_inset ERT
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357
7358
7359 \backslash
7360 leer 
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \backslash
7367 underbrace
7368 \begin_inset ERT
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372
7373
7374 \backslash
7375 leer 
7376 \end_layout
7377
7378 \end_inset
7379
7380 A+B_w
7381 \begin_inset ERT
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385
7386
7387 \backslash
7388 leer 
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \begin_inset ERT
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398
7399
7400 \backslash
7401 leer 
7402 \end_layout
7403
7404 \end_inset
7405
7406 _7
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412
7413 \backslash
7414 leer 
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \begin_inset ERT
7421 status collapsed
7422
7423 \begin_layout Plain Layout
7424
7425
7426 \backslash
7427 leer 
7428 \end_layout
7429
7430 \end_inset
7431
7432 ^
7433 \begin_inset ERT
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437
7438
7439 \backslash
7440 leer 
7441 \end_layout
7442
7443 \end_inset
7444
7445 C
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 </row>
7463 </lyxtabular>
7464
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \begin_layout Standard
7471 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7472 \series bold
7473
7474 \backslash
7475 overbrace
7476 \series default
7477  oder 
7478 \series bold
7479
7480 \backslash
7481 underbrace
7482 \series default
7483  eingibt.
7484 \end_layout
7485
7486 \begin_layout Standard
7487 \begin_inset VSpace bigskip
7488 \end_inset
7489
7490 Benötigt man Klammern, die sich überschneiden, muss man die in 
7491 \begin_inset CommandInset ref
7492 LatexCommand ref
7493 reference "sec:Mehrzeilige-Formeln"
7494
7495 \end_inset
7496
7497  beschriebenen mehrzeiligen Formeln verwenden:
7498 \begin_inset Formula \begin{eqnarray*}
7499 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7500  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7501
7502 \end_inset
7503
7504 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7505  Dabei ist es wichtig, dass vor dem ersten 
7506 \begin_inset Formula $d$
7507 \end_inset
7508
7509  der Abstandsbefehl
7510 \begin_inset Foot
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514 Abstandsbefehle sind in 
7515 \begin_inset CommandInset ref
7516 LatexCommand ref
7517 reference "sub:Vordefinierter-Leerraum"
7518
7519 \end_inset
7520
7521  erklärt.
7522 \end_layout
7523
7524 \end_inset
7525
7526  
7527 \series bold
7528
7529 \backslash
7530 :
7531 \series default
7532  eingegeben wird, denn die nach dem 
7533 \begin_inset Formula $q$
7534 \end_inset
7535
7536  endende Klammer verhindert, dass das nachfolgende 
7537 \begin_inset Quotes gld
7538 \end_inset
7539
7540 +
7541 \begin_inset Quotes grd
7542 \end_inset
7543
7544  von Leerraum umgeben ist.
7545 \begin_inset Foot
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549 weil eine Klammer nicht als Zeichen gilt, siehe 
7550 \begin_inset CommandInset ref
7551 LatexCommand ref
7552 reference "sub:Binäre-Operatoren"
7553
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \end_inset
7560
7561  In die zweite Zeile wird die zweite Klammer eingegeben.
7562  Da sie vor dem 
7563 \begin_inset Formula $b$
7564 \end_inset
7565
7566  beginnen soll, gibt man zuerst 
7567 \series bold
7568
7569 \backslash
7570 hphantom{gggg+
7571 \backslash
7572 :}
7573 \series default
7574  ein.
7575 \begin_inset Foot
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579 mehr zu 
7580 \series bold
7581
7582 \backslash
7583 hphantom
7584 \series default
7585  siehe 
7586 \begin_inset CommandInset ref
7587 LatexCommand ref
7588 reference "sub:Platzhalter"
7589
7590 \end_inset
7591
7592 .
7593 \end_layout
7594
7595 \end_inset
7596
7597  Dieser Leerraum wird benötigt, weil das 
7598 \begin_inset Quotes gld
7599 \end_inset
7600
7601 +
7602 \begin_inset Quotes grd
7603 \end_inset
7604
7605  in der Formel auch von Leerraum umgeben ist.
7606  Die Klammer wird unter den Befehl 
7607 \series bold
7608
7609 \backslash
7610 hphantom{bbqq+dddd}
7611 \series default
7612  gesetzt.
7613 \end_layout
7614
7615 \begin_layout Standard
7616 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7617 n, wie in folgendem Beispiel:
7618 \begin_inset ERT
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622
7623
7624 \backslash
7625 setlength{
7626 \backslash
7627 jot}{-6pt}
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \begin_inset Formula \begin{eqnarray*}
7634  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7635 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7636
7637 \end_inset
7638
7639
7640 \begin_inset ERT
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644
7645
7646 \backslash
7647 setlength{
7648 \backslash
7649 jot}{3pt}
7650 \end_layout
7651
7652 \end_inset
7653
7654 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7655  mit dem Unterschied, dass sich die Klammer oben befindet.
7656  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7657  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7658  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7659  werden.
7660  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7661 \begin_inset Foot
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665 \begin_inset CommandInset href
7666 LatexCommand href
7667 name "LyX-Fehler #1505"
7668 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7669
7670 \end_inset
7671
7672
7673 \end_layout
7674
7675 \end_inset
7676
7677 .
7678  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7679 \series bold
7680
7681 \backslash
7682 jot
7683 \series default
7684
7685 \begin_inset Index
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Befehle ! J ! 
7690 \backslash
7691 jot
7692 \end_layout
7693
7694 \end_inset
7695
7696  vor der Formel mit dem Befehl 
7697 \series bold
7698
7699 \backslash
7700 setlength{
7701 \backslash
7702 jot}{-6pt}
7703 \series default
7704  im TeX-Modus auf den Wert -6
7705 \begin_inset space \thinspace{}
7706 \end_inset
7707
7708 pt geändert.
7709  Nach der Formel wird 
7710 \series bold
7711
7712 \backslash
7713 jot
7714 \series default
7715  mit demselben Befehl wieder auf den Standardwert 3
7716 \begin_inset space \thinspace{}
7717 \end_inset
7718
7719 pt zurückgesetzt.
7720  Genaueres zum Zeilenabstand in Formeln ist in 
7721 \begin_inset CommandInset ref
7722 LatexCommand ref
7723 reference "sub:Zeilenabstand"
7724
7725 \end_inset
7726
7727  erklärt.
7728 \end_layout
7729
7730 \begin_layout Section
7731 Pfeile
7732 \begin_inset Index
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 Pfeile
7737 \end_layout
7738
7739 \end_inset
7740
7741
7742 \end_layout
7743
7744 \begin_layout Standard
7745 Pfeile können über den Mathe-Werkzeugleistenknopf 
7746 \begin_inset Graphics
7747         filename ../../images/math/leftarrow.png
7748         scale 85
7749
7750 \end_inset
7751
7752  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7753  aufgelistet sind.
7754 \end_layout
7755
7756 \begin_layout Subsection
7757 Horizontale Pfeile
7758 \begin_inset Index
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762 Pfeile ! horizontale
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \begin_layout Standard
7771 \begin_inset space \hfill{}
7772 \end_inset
7773
7774
7775 \begin_inset Tabular
7776 <lyxtabular version="3" rows="8" columns="2">
7777 <features>
7778 <column alignment="center" valignment="top" width="0pt">
7779 <column alignment="center" valignment="top" width="0pt">
7780 <row>
7781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 Befehl
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 Ergebnis
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \backslash
7807 gets
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 \begin_inset Formula $\gets$
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \backslash
7832 Leftarrow
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Formula $\Leftarrow$
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \backslash
7857 longleftarrow
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\longleftarrow$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \backslash
7882 Longleftarrow
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 \begin_inset Formula $\Longleftarrow$
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \backslash
7907 leftharpoonup
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 \begin_inset Formula $\leftharpoonup$
7917 \end_inset
7918
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \backslash
7932 leftharpoondown
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset Formula $\leftharpoondown$
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \backslash
7957 hookleftarrow
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset Formula $\hookleftarrow$
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 </lyxtabular>
7976
7977 \end_inset
7978
7979
7980 \begin_inset space \hfill{}
7981 \end_inset
7982
7983
7984 \begin_inset Tabular
7985 <lyxtabular version="3" rows="8" columns="2">
7986 <features>
7987 <column alignment="center" valignment="top" width="0pt">
7988 <column alignment="center" valignment="top" width="0pt">
7989 <row>
7990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Befehl
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Ergebnis
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \backslash
8016 to
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 \begin_inset Formula $\to$
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \backslash
8041 Rightarrow
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 \begin_inset Formula $\Rightarrow$
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \backslash
8066 longrightarrow
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 \begin_inset Formula $\longrightarrow$
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \backslash
8091 Longrightarrow
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 \begin_inset Formula $\Longrightarrow$
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \backslash
8116 rightharpoonup
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 \begin_inset Formula $\rightharpoonup$
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \backslash
8141 rightharpoondown
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 \begin_inset Formula $\rightharpoondown$
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 hookrightarrow
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\hookrightarrow$
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 </lyxtabular>
8185
8186 \end_inset
8187
8188
8189 \begin_inset space \hfill{}
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \begin_layout Standard
8196 \begin_inset space \hfill{}
8197 \end_inset
8198
8199
8200 \begin_inset Tabular
8201 <lyxtabular version="3" rows="6" columns="2">
8202 <features>
8203 <column alignment="center" valignment="top" width="0pt">
8204 <column alignment="center" valignment="top" width="0pt">
8205 <row>
8206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Befehl
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Ergebnis
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \backslash
8232 leftrightarrow
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 \begin_inset Formula $\leftrightarrow$
8242 \end_inset
8243
8244
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \backslash
8257 Leftrightarrow
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 \begin_inset Formula $\Leftrightarrow$
8267 \end_inset
8268
8269
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \backslash
8282 longleftrightarrow
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 \begin_inset Formula $\longleftrightarrow$
8292 \end_inset
8293
8294
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 Longleftrightarrow
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\Longleftrightarrow$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 rightleftharpoons
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\rightleftharpoons$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 </lyxtabular>
8351
8352 \end_inset
8353
8354
8355 \begin_inset space \hspace{}
8356 \length 25pt
8357 \end_inset
8358
8359
8360 \begin_inset space \hfill{}
8361 \end_inset
8362
8363
8364 \begin_inset Tabular
8365 <lyxtabular version="3" rows="5" columns="2">
8366 <features>
8367 <column alignment="center" valignment="top" width="0pt">
8368 <column alignment="center" valignment="top" width="0pt">
8369 <row>
8370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Befehl
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Ergebnis
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \backslash
8396 mapsto
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 \begin_inset Formula $\mapsto$
8406 \end_inset
8407
8408
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \backslash
8421 longmapsto
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 \begin_inset Formula $\longmapsto$
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \backslash
8446 leadsto
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 \begin_inset Formula $\leadsto$
8456 \end_inset
8457
8458
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \backslash
8471 dasharrow
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 \begin_inset Formula $\dasharrow$
8481 \end_inset
8482
8483
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 </lyxtabular>
8490
8491 \end_inset
8492
8493
8494 \begin_inset space \hfill{}
8495 \end_inset
8496
8497
8498 \end_layout
8499
8500 \begin_layout Standard
8501 \begin_inset VSpace medskip
8502 \end_inset
8503
8504 Als Akzent verwendete Pfeile, wie z.
8505 \begin_inset space \thinspace{}
8506 \end_inset
8507
8508 B.
8509  Vektorpfeile, sind in 
8510 \begin_inset CommandInset ref
8511 LatexCommand ref
8512 reference "sec:Akzente"
8513
8514 \end_inset
8515
8516  aufgelistet.
8517 \end_layout
8518
8519 \begin_layout Standard
8520 \begin_inset VSpace bigskip
8521 \end_inset
8522
8523 Des Weiteren gibt es die beschriftbaren Pfeile
8524 \begin_inset Index
8525 status collapsed
8526
8527 \begin_layout Plain Layout
8528 Pfeile ! beschriftbare
8529 \end_layout
8530
8531 \end_inset
8532
8533  
8534 \series bold
8535
8536 \backslash
8537 xleftarrow
8538 \series default
8539
8540 \begin_inset Index
8541 status collapsed
8542
8543 \begin_layout Plain Layout
8544 Befehle ! X ! 
8545 \backslash
8546 xleftarrow
8547 \end_layout
8548
8549 \end_inset
8550
8551  und 
8552 \series bold
8553
8554 \backslash
8555 xrightarrow
8556 \series default
8557
8558 \begin_inset Index
8559 status collapsed
8560
8561 \begin_layout Plain Layout
8562 Befehle ! X ! 
8563 \backslash
8564 xrightarrow
8565 \begin_inset ERT
8566 status collapsed
8567
8568 \begin_layout Plain Layout
8569
8570
8571 \backslash
8572 vspace{4mm}
8573 \end_layout
8574
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581
8582 .
8583  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8584  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8585  Die Pfeillänge passt sich der Breite der Beschriftung an.
8586 \end_layout
8587
8588 \begin_layout Standard
8589 \align center
8590 \begin_inset Tabular
8591 <lyxtabular version="3" rows="3" columns="2">
8592 <features>
8593 <column alignment="center" valignment="top" width="0pt">
8594 <column alignment="center" valignment="top" width="0pt">
8595 <row>
8596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Befehl
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Ergebnis
8610 \begin_inset Note Note
8611 status collapsed
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616
8617 \backslash
8618 raisebox
8619 \series default
8620  dient nur als Abstandhalter.
8621 \end_layout
8622
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 F(a)
8637 \backslash
8638 xleftarrow
8639 \begin_inset ERT
8640 status collapsed
8641
8642 \begin_layout Plain Layout
8643
8644
8645 \backslash
8646 leer 
8647 \end_layout
8648
8649 \end_inset
8650
8651 x=a
8652 \begin_inset Formula $\downarrow$
8653 \end_inset
8654
8655 x>0
8656 \begin_inset Formula $\to$
8657 \end_inset
8658
8659 F(x)
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8669 \end_inset
8670
8671
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 F(x)
8683 \backslash
8684 xrightarrow
8685 \begin_inset ERT
8686 status collapsed
8687
8688 \begin_layout Plain Layout
8689
8690
8691 \backslash
8692 leer 
8693 \end_layout
8694
8695 \end_inset
8696
8697 x=a
8698 \begin_inset Formula $\downarrow$
8699 \end_inset
8700
8701 x>0
8702 \begin_inset Formula $\to$
8703 \end_inset
8704
8705 F(a)
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 </lyxtabular>
8724
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \begin_layout Subsection
8731 Vertikale und diagonale Pfeile
8732 \begin_inset Index
8733 status collapsed
8734
8735 \begin_layout Plain Layout
8736 Pfeile ! diagonale
8737 \end_layout
8738
8739 \end_inset
8740
8741
8742 \begin_inset Index
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746 Pfeile ! vertikale
8747 \end_layout
8748
8749 \end_inset
8750
8751
8752 \end_layout
8753
8754 \begin_layout Standard
8755 \begin_inset space \hfill{}
8756 \end_inset
8757
8758
8759 \begin_inset Tabular
8760 <lyxtabular version="3" rows="7" columns="2">
8761 <features>
8762 <column alignment="center" valignment="top" width="0pt">
8763 <column alignment="center" valignment="top" width="0pt">
8764 <row>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Befehl
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Ergebnis
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \backslash
8791 uparrow
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 \begin_inset Formula $\uparrow$
8801 \end_inset
8802
8803
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \backslash
8816 Uparrow
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 \begin_inset Formula $\Uparrow$
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \backslash
8841 updownarrow
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 \begin_inset Formula $\updownarrow$
8851 \end_inset
8852
8853
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \backslash
8866 Updownarrow
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 \begin_inset Formula $\Updownarrow$
8876 \end_inset
8877
8878
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \backslash
8891 Downarrow
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 \begin_inset Formula $\Downarrow$
8901 \end_inset
8902
8903
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \backslash
8916 downarrow
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 \begin_inset Formula $\downarrow$
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 </lyxtabular>
8935
8936 \end_inset
8937
8938
8939 \begin_inset space \hfill{}
8940 \end_inset
8941
8942
8943 \begin_inset Tabular
8944 <lyxtabular version="3" rows="5" columns="2">
8945 <features>
8946 <column alignment="center" valignment="top" width="0pt">
8947 <column alignment="center" valignment="top" width="0pt">
8948 <row>
8949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Befehl
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Ergebnis
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \backslash
8975 nearrow
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 \begin_inset Formula $\nearrow$
8985 \end_inset
8986
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \backslash
9000 searrow
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 \begin_inset Formula $\searrow$
9010 \end_inset
9011
9012
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \backslash
9025 swarrow
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 \begin_inset Formula $\swarrow$
9035 \end_inset
9036
9037
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \backslash
9050 nwarrow
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 \begin_inset Formula $\nwarrow$
9060 \end_inset
9061
9062
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 </lyxtabular>
9069
9070 \end_inset
9071
9072
9073 \begin_inset space \hfill{}
9074 \end_inset
9075
9076
9077 \end_layout
9078
9079 \begin_layout Standard
9080 \begin_inset VSpace medskip
9081 \end_inset
9082
9083 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9084  
9085 \begin_inset CommandInset ref
9086 LatexCommand ref
9087 reference "sub:Manuelle-Klammergrößen"
9088
9089 \end_inset
9090
9091  und 
9092 \begin_inset CommandInset ref
9093 LatexCommand ref
9094 reference "sub:Automatische-Klammergrößen"
9095
9096 \end_inset
9097
9098  beschriebenen Befehlen verwendet werden.
9099 \end_layout
9100
9101 \begin_layout Section
9102 Akzente
9103 \begin_inset CommandInset label
9104 LatexCommand label
9105 name "sec:Akzente"
9106
9107 \end_inset
9108
9109
9110 \begin_inset Index
9111 status collapsed
9112
9113 \begin_layout Plain Layout
9114 Akzente
9115 \end_layout
9116
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \begin_layout Standard
9123 Akzente können über den Mathe-Werkzeugleistenknopf 
9124 \begin_inset Graphics
9125         filename ../../images/math/hat.png
9126         scale 85
9127
9128 \end_inset
9129
9130  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9131  aufgelistet sind.
9132 \end_layout
9133
9134 \begin_layout Subsection
9135 Akzente für ein Zeichen
9136 \begin_inset ERT
9137 status collapsed
9138
9139 \begin_layout Plain Layout
9140
9141
9142 \backslash
9143 texorpdfstring{
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \begin_inset Foot
9150 status collapsed
9151
9152 \begin_layout Plain Layout
9153 Akzente im Text siehe 
9154 \begin_inset CommandInset ref
9155 LatexCommand ref
9156 reference "sub:Sonderzeichen-Akzente"
9157
9158 \end_inset
9159
9160
9161 \end_layout
9162
9163 \end_inset
9164
9165
9166 \begin_inset ERT
9167 status collapsed
9168
9169 \begin_layout Plain Layout
9170
9171 }{}
9172 \end_layout
9173
9174 \end_inset
9175
9176
9177 \begin_inset Note Note
9178 status collapsed
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183
9184 \backslash
9185 texorpdfstring
9186 \series default
9187  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9188 \end_layout
9189
9190 \begin_layout Plain Layout
9191 Näheres zu 
9192 \series bold
9193
9194 \backslash
9195 texorpdfstring
9196 \series default
9197  steht in Kapitel 
9198 \begin_inset CommandInset ref
9199 LatexCommand ref
9200 reference "sub:Formeln-in-Überschriften"
9201
9202 \end_inset
9203
9204 .
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \begin_inset CommandInset label
9211 LatexCommand label
9212 name "sub:Akzente-für-ein"
9213
9214 \end_inset
9215
9216
9217 \begin_inset Index
9218 status collapsed
9219
9220 \begin_layout Plain Layout
9221 Akzente ! für ein Zeichen
9222 \end_layout
9223
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \begin_layout Standard
9230 \begin_inset space \hfill{}
9231 \end_inset
9232
9233
9234 \begin_inset Tabular
9235 <lyxtabular version="3" rows="8" columns="2">
9236 <features>
9237 <column alignment="center" valignment="top" width="0pt">
9238 <column alignment="center" valignment="top" width="0pt">
9239 <row>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Befehl
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Ergebnis
9254 \begin_inset Note Note
9255 status collapsed
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260
9261 \backslash
9262 raisebox
9263 \series default
9264  dient nur als Abstandhalter.
9265 \end_layout
9266
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 dot
9283 \begin_inset ERT
9284 status collapsed
9285
9286 \begin_layout Plain Layout
9287
9288
9289 \backslash
9290 leer 
9291 \end_layout
9292
9293 \end_inset
9294
9295 A
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9305 \end_inset
9306
9307
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \backslash
9320 ddot
9321 \begin_inset ERT
9322 status collapsed
9323
9324 \begin_layout Plain Layout
9325
9326
9327 \backslash
9328 leer 
9329 \end_layout
9330
9331 \end_inset
9332
9333 A
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \backslash
9358 dddot
9359 \begin_inset ERT
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363
9364
9365 \backslash
9366 leer 
9367 \end_layout
9368
9369 \end_inset
9370
9371 A
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \backslash
9396 ddddot{A
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \backslash
9421 vec
9422 \begin_inset ERT
9423 status collapsed
9424
9425 \begin_layout Plain Layout
9426
9427
9428 \backslash
9429 leer 
9430 \end_layout
9431
9432 \end_inset
9433
9434 A
9435 \begin_inset Index
9436 status collapsed
9437
9438 \begin_layout Plain Layout
9439 Vektoren
9440 \end_layout
9441
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \backslash
9469 bar
9470 \begin_inset ERT
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474
9475
9476 \backslash
9477 leer 
9478 \end_layout
9479
9480 \end_inset
9481
9482 A
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 mathring
9508 \begin_inset ERT
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512
9513
9514 \backslash
9515 leer 
9516 \end_layout
9517
9518 \end_inset
9519
9520 A
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 </lyxtabular>
9539
9540 \end_inset
9541
9542
9543 \begin_inset space \hfill{}
9544 \end_inset
9545
9546
9547 \begin_inset Tabular
9548 <lyxtabular version="3" rows="7" columns="2">
9549 <features>
9550 <column alignment="center" valignment="top" width="0pt">
9551 <column alignment="center" valignment="top" width="0pt">
9552 <row>
9553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Befehl
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 Ergebnis
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row>
9573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \backslash
9579 tilde
9580 \begin_inset ERT
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584
9585
9586 \backslash
9587 leer 
9588 \end_layout
9589
9590 \end_inset
9591
9592 A
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \backslash
9617 hat
9618 \begin_inset ERT
9619 status collapsed
9620
9621 \begin_layout Plain Layout
9622
9623
9624 \backslash
9625 leer 
9626 \end_layout
9627
9628 \end_inset
9629
9630 A
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9640 \end_inset
9641
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \backslash
9655 check
9656 \begin_inset ERT
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660
9661
9662 \backslash
9663 leer 
9664 \end_layout
9665
9666 \end_inset
9667
9668 A
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \backslash
9693 acute
9694 \begin_inset ERT
9695 status collapsed
9696
9697 \begin_layout Plain Layout
9698
9699
9700 \backslash
9701 leer 
9702 \end_layout
9703
9704 \end_inset
9705
9706 A
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \backslash
9731 grave
9732 \begin_inset ERT
9733 status collapsed
9734
9735 \begin_layout Plain Layout
9736
9737
9738 \backslash
9739 leer 
9740 \end_layout
9741
9742 \end_inset
9743
9744 A
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9754 \end_inset
9755
9756
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \backslash
9769 breve
9770 \begin_inset ERT
9771 status collapsed
9772
9773 \begin_layout Plain Layout
9774
9775
9776 \backslash
9777 leer 
9778 \end_layout
9779
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 </lyxtabular>
9801
9802 \end_inset
9803
9804
9805 \begin_inset space \hfill{}
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \begin_layout Standard
9812 \begin_inset VSpace bigskip
9813 \end_inset
9814
9815 Wenn man in einer Formel Umlaute
9816 \begin_inset Index
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820 Umlaute
9821 \end_layout
9822
9823 \end_inset
9824
9825  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9826  Diese beiden Zeichen bilden dann für LaTeX 
9827 \emph on
9828 ein
9829 \emph default
9830  Zeichen.
9831  Im Gegensatz zu 
9832 \series bold
9833
9834 \backslash
9835 ddot
9836 \series default
9837  entstehen damit 
9838 \begin_inset Quotes gld
9839 \end_inset
9840
9841 echte
9842 \begin_inset Quotes grd
9843 \end_inset
9844
9845  Umlaute, was folgendes Beispiel zeigt:
9846 \end_layout
9847
9848 \begin_layout Standard
9849 \begin_inset VSpace -2mm
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \begin_layout Standard
9856 \align center
9857 \begin_inset Tabular
9858 <lyxtabular version="3" rows="3" columns="2">
9859 <features>
9860 <column alignment="center" valignment="top" width="0">
9861 <column alignment="center" valignment="top" width="0">
9862 <row>
9863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 Befehl
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Ergebnis
9877 \begin_inset Note Note
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883
9884 \backslash
9885 raisebox
9886 \series default
9887  dient nur als Abstandhalter.
9888 \end_layout
9889
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Quotes grd
9904 \end_inset
9905
9906 i
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $"i$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 ddot
9932 \begin_inset ERT
9933 status collapsed
9934
9935 \begin_layout Plain Layout
9936
9937
9938 \backslash
9939 leer 
9940 \end_layout
9941
9942 \end_inset
9943
9944 i
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 </lyxtabular>
9963
9964 \end_inset
9965
9966
9967 \end_layout
9968
9969 \begin_layout Standard
9970 Ein weiterer Vorteil gegenüber 
9971 \series bold
9972
9973 \backslash
9974 ddot
9975 \series default
9976  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9977  denn die obigen Akzentbefehle sind 
9978 \emph on
9979 im mathematischen Text\SpecialChar \-
9980 modus nicht erlaubt
9981 \emph default
9982 .
9983  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9984  nur das Zeichen unter dem Akzent umgewandelt werden.
9985  Das gilt auch für alle anderen Umwandlungen wie z.
9986 \begin_inset space \thinspace{}
9987 \end_inset
9988
9989 B.
9990  in kursiv oder fett.
9991 \end_layout
9992
9993 \begin_layout Standard
9994 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9995  direkt eingegeben werden.
9996 \end_layout
9997
9998 \begin_layout Subsection
9999 Akzente für Operatoren
10000 \begin_inset Index
10001 status collapsed
10002
10003 \begin_layout Plain Layout
10004 Akzente ! für Operatoren
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \begin_layout Standard
10013 Zum Akzentuieren von Operatoren gibt es die Befehle 
10014 \series bold
10015
10016 \backslash
10017 overset
10018 \series default
10019
10020 \begin_inset Index
10021 status collapsed
10022
10023 \begin_layout Plain Layout
10024 Befehle ! O ! 
10025 \backslash
10026 overset
10027 \end_layout
10028
10029 \end_inset
10030
10031  und 
10032 \series bold
10033
10034 \backslash
10035 underset
10036 \series default
10037
10038 \begin_inset Index
10039 status collapsed
10040
10041 \begin_layout Plain Layout
10042 Befehle ! U ! 
10043 \backslash
10044 underset
10045 \end_layout
10046
10047 \end_inset
10048
10049 , mit denen man Zeichen über bzw.
10050  unter einen Operator setzen kann.
10051  Mit dem Befehl 
10052 \series bold
10053
10054 \backslash
10055 sideset
10056 \series default
10057
10058 \begin_inset Index
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 Befehle ! S ! 
10063 \backslash
10064 sideset
10065 \end_layout
10066
10067 \end_inset
10068
10069  können Zeichen vor und nach einen Operator gesetzt werden.
10070  Das Befehlsschema lautet:
10071 \end_layout
10072
10073 \begin_layout Standard
10074
10075 \series bold
10076
10077 \backslash
10078 sideset{Zeichen
10079 \series default
10080  
10081 \series bold
10082 davor}{Zeichen
10083 \series default
10084  
10085 \series bold
10086 dahinter}
10087 \end_layout
10088
10089 \begin_layout Standard
10090
10091 \series bold
10092
10093 \backslash
10094 sideset
10095 \series default
10096  mussen immer vor dem zu akzentuierenden Operator stehen.
10097  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10098  Symbolen akzentuiert werden.
10099  Will man mit 
10100 \series bold
10101
10102 \backslash
10103 sideset
10104 \series default
10105  z.
10106 \begin_inset space \thinspace{}
10107 \end_inset
10108
10109 B.
10110  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10111  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10112 \end_layout
10113
10114 \begin_layout Standard
10115 Z.
10116 \begin_inset space \thinspace{}
10117 \end_inset
10118
10119 B.
10120  ergibt der Befehl 
10121 \series bold
10122
10123 \backslash
10124 sideset{
10125 \begin_inset Formula $\to$
10126 \end_inset
10127
10128
10129 \backslash
10130 {
10131 \series default
10132 '
10133 \series bold
10134
10135 \begin_inset Formula $\to$
10136 \end_inset
10137
10138
10139 \backslash
10140 sum_k=1
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 leer 
10149 \end_layout
10150
10151 \end_inset
10152
10153
10154 \series default
10155 ^
10156 \series bold
10157 n
10158 \series default
10159  :
10160 \begin_inset Formula \[
10161 \sideset{}{'}\sum_{k=1}^{n}\]
10162
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \begin_layout Standard
10169 Der Befehl 
10170 \series bold
10171
10172 \backslash
10173 overset
10174 \begin_inset ERT
10175 status collapsed
10176
10177 \begin_layout Plain Layout
10178
10179
10180 \backslash
10181 leer 
10182 \end_layout
10183
10184 \end_inset
10185
10186
10187 \backslash
10188 maltese
10189 \begin_inset ERT
10190 status collapsed
10191
10192 \begin_layout Plain Layout
10193
10194
10195 \backslash
10196 leer 
10197 \end_layout
10198
10199 \end_inset
10200
10201
10202 \series default
10203
10204 \begin_inset Formula $\uparrow$
10205 \end_inset
10206
10207
10208 \series bold
10209 a
10210 \series default
10211  ergibt:
10212 \begin_inset Formula \[
10213 \overset{a}{\maltese}\]
10214
10215 \end_inset
10216
10217 Wie man am letzten Beispiel sieht, kann man mit 
10218 \series bold
10219
10220 \backslash
10221 overset
10222 \series default
10223  bzw.
10224  
10225 \series bold
10226
10227 \backslash
10228 underset
10229 \series default
10230  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10231 \series bold
10232
10233 \backslash
10234 sideset
10235 \series default
10236  ist dies nicht möglich.
10237 \end_layout
10238
10239 \begin_layout Subsection
10240 Akzente für mehrere Zeichen
10241 \begin_inset CommandInset label
10242 LatexCommand label
10243 name "sub:Akzente-für-mehrere"
10244
10245 \end_inset
10246
10247
10248 \begin_inset Index
10249 status collapsed
10250
10251 \begin_layout Plain Layout
10252 Akzente ! für mehrere Zeichen
10253 \end_layout
10254
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \begin_layout Standard
10261 \begin_inset space \hfill{}
10262 \end_inset
10263
10264
10265 \begin_inset Tabular
10266 <lyxtabular version="3" rows="5" columns="2">
10267 <features>
10268 <column alignment="center" valignment="top" width="0pt">
10269 <column alignment="center" valignment="top" width="0pt">
10270 <row>
10271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Befehl
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Ergebnis
10285 \begin_inset Note Note
10286 status collapsed
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291
10292 \backslash
10293 raisebox
10294 \series default
10295  dient nur als Abstandhalter.
10296 \end_layout
10297
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \backslash
10313 overleftarrow
10314 \begin_inset ERT
10315 status collapsed
10316
10317 \begin_layout Plain Layout
10318
10319
10320 \backslash
10321 leer 
10322 \end_layout
10323
10324 \end_inset
10325
10326 A=B
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \backslash
10351 underleftarrow
10352 \begin_inset ERT
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356
10357
10358 \backslash
10359 leer 
10360 \end_layout
10361
10362 \end_inset
10363
10364 A=B
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \backslash
10389 overleftrightarrow
10390 \begin_inset ERT
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394
10395
10396 \backslash
10397 leer 
10398 \end_layout
10399
10400 \end_inset
10401
10402 A=B
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \backslash
10427 underleftrightarrow
10428 \begin_inset ERT
10429 status collapsed
10430
10431 \begin_layout Plain Layout
10432
10433
10434 \backslash
10435 leer 
10436 \end_layout
10437
10438 \end_inset
10439
10440 A=B
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 </lyxtabular>
10459
10460 \end_inset
10461
10462
10463 \begin_inset space \hfill{}
10464 \end_inset
10465
10466
10467 \begin_inset Tabular
10468 <lyxtabular version="3" rows="5" columns="2">
10469 <features>
10470 <column alignment="center" valignment="top" width="0pt">
10471 <column alignment="center" valignment="top" width="0pt">
10472 <row>
10473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Befehl
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Ergebnis
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \backslash
10499 overrightarrow
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504
10505
10506 \backslash
10507 leer 
10508 \end_layout
10509
10510 \end_inset
10511
10512 A=B
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 underrightarrow
10538 \begin_inset ERT
10539 status collapsed
10540
10541 \begin_layout Plain Layout
10542
10543
10544 \backslash
10545 leer 
10546 \end_layout
10547
10548 \end_inset
10549
10550 A=B
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \backslash
10575 widetilde
10576 \begin_inset ERT
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580
10581
10582 \backslash
10583 leer 
10584 \end_layout
10585
10586 \end_inset
10587
10588 A=B
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 widehat
10614 \begin_inset ERT
10615 status collapsed
10616
10617 \begin_layout Plain Layout
10618
10619
10620 \backslash
10621 leer 
10622 \end_layout
10623
10624 \end_inset
10625
10626 A=B
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 </lyxtabular>
10645
10646 \end_inset
10647
10648
10649 \begin_inset space \hfill{}
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Standard
10656 \begin_inset VSpace medskip
10657 \end_inset
10658
10659 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10660  Die Akzente
10661 \begin_inset Newline linebreak
10662 \end_inset
10663
10664
10665 \series bold
10666
10667 \backslash
10668 widetilde
10669 \series default
10670  und 
10671 \series bold
10672
10673 \backslash
10674 widehat
10675 \series default
10676  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10677  was folgendes Beispiel verdeutlicht:
10678 \begin_inset Formula \[
10679 \widetilde{A+B=C-D}\]
10680
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \begin_layout Standard
10687 Mit den im vorigen Kapitel beschriebenen Befehlen 
10688 \series bold
10689
10690 \backslash
10691 overset
10692 \series default
10693
10694 \begin_inset Index
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698 Befehle ! O ! 
10699 \backslash
10700 overset
10701 \end_layout
10702
10703 \end_inset
10704
10705  und 
10706 \series bold
10707
10708 \backslash
10709 underset
10710 \series default
10711
10712 \begin_inset Index
10713 status collapsed
10714
10715 \begin_layout Plain Layout
10716 Befehle ! U ! 
10717 \backslash
10718 underset
10719 \end_layout
10720
10721 \end_inset
10722
10723  ist es auch möglich mehrere Zeichen zu akzentuieren.
10724  Der Befehl 
10725 \series bold
10726
10727 \backslash
10728 underset
10729 \begin_inset ERT
10730 status collapsed
10731
10732 \begin_layout Plain Layout
10733
10734
10735 \backslash
10736 leer 
10737 \end_layout
10738
10739 \end_inset
10740
10741 A=B
10742 \begin_inset Formula $\downarrow$
10743 \end_inset
10744
10745 ***
10746 \series default
10747  ergibt:
10748 \begin_inset Formula \[
10749 \underset{***}{A=B}\]
10750
10751 \end_inset
10752
10753
10754 \end_layout
10755
10756 \begin_layout Section
10757 Leerraum
10758 \begin_inset CommandInset label
10759 LatexCommand label
10760 name "sub:Leerraum"
10761
10762 \end_inset
10763
10764
10765 \begin_inset Index
10766 status collapsed
10767
10768 \begin_layout Plain Layout
10769 Leerraum ! horizontaler
10770 \end_layout
10771
10772 \end_inset
10773
10774
10775 \end_layout
10776
10777 \begin_layout Subsection
10778 Vordefinierter Leerraum
10779 \begin_inset CommandInset label
10780 LatexCommand label
10781 name "sub:Vordefinierter-Leerraum"
10782
10783 \end_inset
10784
10785
10786 \begin_inset Index
10787 status collapsed
10788
10789 \begin_layout Plain Layout
10790 Leerraum ! horizontaler ! vordefiniert
10791 \end_layout
10792
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \begin_layout Standard
10799 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10800  Dazu gibt man ein geschütztes Leerzeichen ein.
10801  Es erscheint ein blaues 
10802 \begin_inset Quotes gld
10803 \end_inset
10804
10805
10806 \series bold
10807 \color blue
10808
10809 \begin_inset ERT
10810 status collapsed
10811
10812 \begin_layout Plain Layout
10813
10814
10815 \backslash
10816 leer 
10817 \end_layout
10818
10819 \end_inset
10820
10821
10822 \series default
10823 \color inherit
10824
10825 \begin_inset Quotes grd
10826 \end_inset
10827
10828  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10829  Leerraum-Größen wählen.
10830  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10831 \begin_inset Graphics
10832         filename ../../images/math/space.png
10833         scale 85
10834
10835 \end_inset
10836
10837  oder mit einzelnen Befehlen aufrufen.
10838  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10839  danach wieder aus allen Größen wählen.
10840 \end_layout
10841
10842 \begin_layout Standard
10843 \align center
10844 \begin_inset VSpace -5mm
10845 \end_inset
10846
10847
10848 \begin_inset Tabular
10849 <lyxtabular version="3" rows="3" columns="7">
10850 <features>
10851 <column alignment="center" valignment="middle" width="6.8cm">
10852 <column alignment="center" valignment="top" width="0pt">
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 <row>
10859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Befehl
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \backslash
10874 ,
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 :
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \backslash
10896 ;
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \backslash
10907 quad
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 qquad
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \backslash
10929 !
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 0
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 1
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 2
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 3
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 4
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 5
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Ergebnis
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset Formula $A\, B$
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $A\: B$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 \begin_inset Formula $A\; B$
11039 \end_inset
11040
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 \begin_inset Formula $A\quad B$
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 \begin_inset Formula $A\qquad B$
11063 \end_inset
11064
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 \begin_inset Formula $A\! B$
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 </lyxtabular>
11084
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \begin_layout Standard
11091 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11092  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11093  denn sie erstellt negativen Leerraum.
11094  Es gibt noch zwei weitere negative Leerräume:
11095 \end_layout
11096
11097 \begin_layout Standard
11098 \align center
11099 \begin_inset Tabular
11100 <lyxtabular version="3" rows="3" columns="3">
11101 <features>
11102 <column alignment="center" valignment="middle" width="6.8cm">
11103 <column alignment="center" valignment="top" width="0pt">
11104 <column alignment="center" valignment="top" width="0pt">
11105 <row>
11106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Befehl
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \backslash
11121 negmedspace
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \backslash
11132 negthickspace
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row>
11139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 6
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 7
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 </row>
11167 <row>
11168 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 Ergebnis
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 \begin_inset Formula $A\negmedspace B$
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\negthickspace B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 </lyxtabular>
11203
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \begin_layout Standard
11210 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11211  Man kann auf diese Weise Ligaturen erzwingen, was z.
11212 \begin_inset space \thinspace{}
11213 \end_inset
11214
11215 B.
11216  für Summenzeichen von Nutzen ist: 
11217 \end_layout
11218
11219 \begin_layout Standard
11220 \align center
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="2">
11223 <features>
11224 <column alignment="center" valignment="top" width="0">
11225 <column alignment="center" valignment="top" width="0">
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 Befehl
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 Ergebnis
11241 \begin_inset Note Note
11242 status collapsed
11243
11244 \begin_layout Plain Layout
11245
11246 \series bold
11247
11248 \backslash
11249 raisebox
11250 \series default
11251  dient nur als Abstandhalter.
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \backslash
11269 sum
11270 \backslash
11271 sum
11272 \begin_inset ERT
11273 status collapsed
11274
11275 \begin_layout Plain Layout
11276
11277
11278 \backslash
11279 leer 
11280 \end_layout
11281
11282 \end_inset
11283
11284 f_kl
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 <row>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \backslash
11309 sum
11310 \backslash
11311 negmedspace
11312 \backslash
11313 sum
11314 \begin_inset ERT
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318
11319
11320 \backslash
11321 leer 
11322 \end_layout
11323
11324 \end_inset
11325
11326 f_kl
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 </row>
11344 </lyxtabular>
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \begin_layout Standard
11352 Relationen, wie z.
11353 \begin_inset space \thinspace{}
11354 \end_inset
11355
11356 B.
11357  Gleichheitszeichen, sind immer von Leerraum umgeben.
11358  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11359  TeX-Klammer.
11360  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \align center
11365 \begin_inset Tabular
11366 <lyxtabular version="3" rows="2" columns="2">
11367 <features>
11368 <column alignment="center" valignment="top" width="0pt">
11369 <column alignment="center" valignment="top" width="0pt">
11370 <row>
11371 <cell alignment="center" valignment="top" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 normale Gleichung
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 \begin_inset Formula $A=B$
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 \begin_inset Note Note
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402
11403 \series bold
11404
11405 \backslash
11406 raisebox
11407 \series default
11408  dient nur als Abstandhalter.
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \begin_inset Formula $\raisebox{5mm}{}$
11415 \end_inset
11416
11417 Gleichung ohne Leerraum
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Formula $A{=}B$
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \begin_layout Standard
11443 Der Befehl für die letzte Formel lautet: 
11444 \series bold
11445 A
11446 \backslash
11447 {=
11448 \begin_inset Formula $\to$
11449 \end_inset
11450
11451 B
11452 \end_layout
11453
11454 \begin_layout Standard
11455 \begin_inset VSpace bigskip
11456 \end_inset
11457
11458 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11459  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11460  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11461 \family sans
11462 Einfügen\SpecialChar \menuseparator
11463 Formatierung\SpecialChar \menuseparator
11464 Kleiner
11465 \begin_inset space ~
11466 \end_inset
11467
11468 Abstand
11469 \family default
11470  (Tastenkürzel 
11471 \family sans
11472 Strg-Shift-Leertaste
11473 \family default
11474 ) ein.
11475 \end_layout
11476
11477 \begin_layout Standard
11478 Ein Beispiel zur Veranschaulichung:
11479 \end_layout
11480
11481 \begin_layout Standard
11482 \begin_inset Tabular
11483 <lyxtabular version="3" rows="2" columns="2">
11484 <features>
11485 <column alignment="left" valignment="top" width="0">
11486 <column alignment="left" valignment="top" width="0">
11487 <row>
11488 <cell alignment="center" valignment="top" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 24 kW
11493 \begin_inset Formula $\cdot$
11494 \end_inset
11495
11496 h
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 Leerzeichen zwischen Wert und Einheit
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 <row>
11512 <cell alignment="center" valignment="top" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 24
11517 \begin_inset space \thinspace{}
11518 \end_inset
11519
11520 kW
11521 \begin_inset Formula $\cdot$
11522 \end_inset
11523
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 kleinster Leerraum zwischen Wert und Einheit
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \begin_layout Subsection
11547 Variabler Leerraum
11548 \begin_inset ERT
11549 status collapsed
11550
11551 \begin_layout Plain Layout
11552
11553
11554 \backslash
11555 texorpdfstring{
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \begin_inset Foot
11562 status collapsed
11563
11564 \begin_layout Plain Layout
11565 für vertikalen Leerraum in Formeln siehe 
11566 \begin_inset CommandInset ref
11567 LatexCommand ref
11568 reference "sub:Zeilenabstand"
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \begin_inset ERT
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582
11583 }{}
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \begin_inset Note Note
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593
11594 \series bold
11595
11596 \backslash
11597 texorpdfstring
11598 \series default
11599  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11600 \end_layout
11601
11602 \begin_layout Plain Layout
11603 Näheres zu 
11604 \series bold
11605
11606 \backslash
11607 texorpdfstring
11608 \series default
11609  steht in Kapitel 
11610 \begin_inset CommandInset ref
11611 LatexCommand ref
11612 reference "sub:Formeln-in-Überschriften"
11613
11614 \end_inset
11615
11616 .
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \begin_inset CommandInset label
11623 LatexCommand label
11624 name "sub:Variabler-Leerraum"
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Leerraum ! horizontaler ! variabel
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \begin_layout Standard
11642 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11643 \series bold
11644
11645 \backslash
11646 hspace{Länge}
11647 \series default
11648
11649 \begin_inset Index
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Befehle ! H ! 
11654 \backslash
11655 hspace
11656 \end_layout
11657
11658 \end_inset
11659
11660  einfügen.
11661  Dabei können alle Längeneinheiten verwendet werden, die in 
11662 \begin_inset CommandInset ref
11663 LatexCommand ref
11664 reference "tab:Verwendete-Einheiten"
11665
11666 \end_inset
11667
11668  aufgelistet sind, mit Ausnahme der Einheit 
11669 \begin_inset Quotes gld
11670 \end_inset
11671
11672 mu
11673 \begin_inset Quotes grd
11674 \end_inset
11675
11676 .
11677  Die Länge darf auch negativ sein.
11678  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11679  einnimmt, benutzt man den Befehl 
11680 \series bold
11681
11682 \backslash
11683 hfill
11684 \series default
11685
11686 \begin_inset Index
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 Befehle ! H ! 
11691 \backslash
11692 hfill
11693 \end_layout
11694
11695 \end_inset
11696
11697 .
11698 \end_layout
11699
11700 \begin_layout Standard
11701 \begin_inset VSpace -1mm
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Standard
11708 \align center
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="4" columns="2">
11711 <features>
11712 <column alignment="center" valignment="top" width="0">
11713 <column alignment="center" valignment="top" width="0">
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 Befehl
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 Ergebnis
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 </row>
11734 <row>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 A=B
11740 \backslash
11741 hspace{3cm
11742 \begin_inset Formula $\to$
11743 \end_inset
11744
11745 A
11746 \backslash
11747 not=C
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 </row>
11765 <row>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 A
11771 \backslash
11772 hspace{-1mm
11773 \begin_inset Formula $\to$
11774 \end_inset
11775
11776 A
11777 \backslash
11778 not=A
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 </row>
11796 <row>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 A=A
11802 \backslash
11803 hfill
11804 \begin_inset ERT
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808
11809
11810 \backslash
11811 leer 
11812 \end_layout
11813
11814 \end_inset
11815
11816 B=B
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 \begin_inset Formula $A=A\hfill B=B$
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 </lyxtabular>
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Standard
11842 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11843  Spalteneintrags der Tabelle vorgegeben.
11844  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11845  in die 
11846 \series bold
11847
11848 \backslash
11849 hfill
11850 \series default
11851  eingegeben wird.
11852  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11853  
11854 \series bold
11855
11856 \backslash
11857 hfill
11858 \series default
11859  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11860 \series bold
11861 Eingerückt
11862 \series default
11863  eingestellt ist.
11864  (Formelstile sind in 
11865 \begin_inset CommandInset ref
11866 LatexCommand ref
11867 reference "sec:Formelstile"
11868
11869 \end_inset
11870
11871  erklärt.)
11872 \end_layout
11873
11874 \begin_layout Standard
11875 Variabler Leerraum kann für Text über das Menü 
11876 \family sans
11877 Einfügen\SpecialChar \menuseparator
11878 Formatierung\SpecialChar \menuseparator
11879 Horizontaler
11880 \begin_inset space ~
11881 \end_inset
11882
11883 Abstand
11884 \family default
11885  eingefügt werden, was in Formeln nicht möglich ist:
11886 \end_layout
11887
11888 \begin_layout Standard
11889 Dies ist eine Zeile mit
11890 \begin_inset space \hspace{}
11891 \length 2cm
11892 \end_inset
11893
11894 2
11895 \begin_inset space \thinspace{}
11896 \end_inset
11897
11898 cm Leerraum.
11899 \end_layout
11900
11901 \begin_layout Standard
11902 Dies ist eine Zeile mit
11903 \begin_inset space \hfill{}
11904 \end_inset
11905
11906 maximalem Leerraum.
11907 \end_layout
11908
11909 \begin_layout Subsection
11910 Leerraum neben eingebetteten Formeln
11911 \begin_inset Index
11912 status collapsed
11913
11914 \begin_layout Plain Layout
11915 Leerraum ! neben eingebetteten Formeln
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 Über die Länge 
11925 \series bold
11926
11927 \backslash
11928 mathsurround
11929 \begin_inset Index
11930 status collapsed
11931
11932 \begin_layout Plain Layout
11933 Befehle ! M ! 
11934 \backslash
11935 mathsurround
11936 \end_layout
11937
11938 \end_inset
11939
11940
11941 \series default
11942  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11943  wird.
11944  Der Wert einer Länge wird mit dem Befehl 
11945 \series bold
11946
11947 \backslash
11948 setlength
11949 \begin_inset Index
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953 Befehle ! S ! 
11954 \backslash
11955 setlength
11956 \end_layout
11957
11958 \end_inset
11959
11960
11961 \series default
11962  gesetzt.
11963  Dieser besitzt folgendes Befehlsschema:
11964 \end_layout
11965
11966 \begin_layout Standard
11967
11968 \series bold
11969
11970 \backslash
11971 setlength{Längenname}{Wert}
11972 \end_layout
11973
11974 \begin_layout Standard
11975 Um 
11976 \series bold
11977
11978 \backslash
11979 mathsurround
11980 \series default
11981  den Wert 5
11982 \begin_inset space \thinspace{}
11983 \end_inset
11984
11985 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11986 \end_layout
11987
11988 \begin_layout Standard
11989
11990 \series bold
11991
11992 \backslash
11993 setlength{
11994 \backslash
11995 mathsurround}{5mm}
11996 \end_layout
11997
11998 \begin_layout Standard
11999 ein.
12000  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 mm Leerraum gesetzt:
12005 \begin_inset ERT
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010
12011 \backslash
12012 setlength{
12013 \backslash
12014 mathsurround}{5mm}
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \begin_layout Standard
12023 Dies ist eine Zeile in der sich 
12024 \begin_inset Formula $A=B$
12025 \end_inset
12026
12027  eine Formel mit 5
12028 \begin_inset space \thinspace{}
12029 \end_inset
12030
12031 mm umgebendem Leerraum befindet.
12032 \begin_inset ERT
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036
12037
12038 \backslash
12039 setlength{
12040 \backslash
12041 mathsurround}{0pt}
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12051 \series bold
12052
12053 \backslash
12054 mathsurround
12055 \series default
12056  auf den Wert 0
12057 \begin_inset space \thinspace{}
12058 \end_inset
12059
12060 pt.
12061 \end_layout
12062
12063 \begin_layout Section
12064 Boxen und Rahmen
12065 \begin_inset Index
12066 status collapsed
12067
12068 \begin_layout Plain Layout
12069 Boxen
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \begin_inset Index
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079 Rahmen | see
12080 \begin_inset ERT
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084
12085 {
12086 \end_layout
12087
12088 \end_inset
12089
12090 Boxen
12091 \begin_inset ERT
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095
12096 }
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 Boxen für Text sind im Kapitel 
12111 \family typewriter
12112 Boxen
12113 \family default
12114  im Handbuch 
12115 \family typewriter
12116 Eingebettete
12117 \begin_inset space ~
12118 \end_inset
12119
12120 Objekte
12121 \family default
12122  beschrieben.
12123 \end_layout
12124
12125 \begin_layout Subsection
12126 Boxen mit Rahmen
12127 \begin_inset CommandInset label
12128 LatexCommand label
12129 name "sub:Boxen-mit-Rahmen"
12130
12131 \end_inset
12132
12133
12134 \begin_inset Index
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138 Boxen ! mit Rahmen
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \begin_layout Standard
12147 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12148 \series bold
12149
12150 \backslash
12151 fbox
12152 \series default
12153
12154 \begin_inset Index
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 Befehle ! F ! 
12159 \backslash
12160 fbox
12161 \end_layout
12162
12163 \end_inset
12164
12165  und 
12166 \series bold
12167
12168 \backslash
12169 boxed
12170 \series default
12171
12172 \begin_inset Index
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176 Befehle ! B ! 
12177 \backslash
12178 boxed
12179 \end_layout
12180
12181 \end_inset
12182
12183  zu umranden.
12184 \end_layout
12185
12186 \begin_layout Standard
12187 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12188  in einem Rahmen.
12189  Bei 
12190 \series bold
12191
12192 \backslash
12193 fbox
12194 \series default
12195  muss in diesem Eingabefeld mit 
12196 \family sans
12197 Strg-m
12198 \family default
12199  noch eine Formel erstellt werden
12200 \begin_inset Foot
12201 status collapsed
12202
12203 \begin_layout Plain Layout
12204 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12205 \family sans
12206 Strg-m
12207 \family default
12208  eine neue Formel zu erzeugen, siehe 
12209 \begin_inset CommandInset href
12210 LatexCommand href
12211 name "LyX-Fehler #1435"
12212 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12213
12214 \end_inset
12215
12216 .
12217 \end_layout
12218
12219 \end_inset
12220
12221 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12222  Verwendet man 
12223 \series bold
12224
12225 \backslash
12226 boxed
12227 \series default
12228 , wird automatisch im Rahmen eine neue Formel erzeugt.
12229 \end_layout
12230
12231 \begin_layout Standard
12232 Der Befehl 
12233 \series bold
12234
12235 \backslash
12236 fbox
12237 \series default
12238  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12239  wird dann immer in Textzeilengröße gesetzt.
12240  Im Gegensatz dazu ist 
12241 \series bold
12242
12243 \backslash
12244 boxed
12245 \series default
12246  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12247  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12248 \end_layout
12249
12250 \begin_layout Standard
12251 Als Erweiterung zu 
12252 \series bold
12253
12254 \backslash
12255 fbox
12256 \series default
12257  gibt es den Befehl 
12258 \series bold
12259
12260 \backslash
12261 framebox
12262 \series default
12263
12264 \begin_inset Index
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268 Befehle ! F ! 
12269 \backslash
12270 framebox
12271 \end_layout
12272
12273 \end_inset
12274
12275 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12276  kann.
12277  
12278 \series bold
12279
12280 \backslash
12281 framebox
12282 \series default
12283  wird nach folgendem Schema verwendet:
12284 \end_layout
12285
12286 \begin_layout Standard
12287
12288 \series bold
12289
12290 \backslash
12291 framebox[Rahmenbreite][Position]{Boxinhalt}
12292 \end_layout
12293
12294 \begin_layout Standard
12295 Die Position kann entweder 
12296 \emph on
12297 l
12298 \emph default
12299  oder 
12300 \emph on
12301 r
12302 \emph default
12303  sein.
12304  
12305 \emph on
12306 l
12307 \emph default
12308  bewirkt linksbündige, 
12309 \emph on
12310 r
12311 \emph default
12312  rechtsbündige Ausrichtung der Formel in der Box.
12313  Gibt man keine Position an, wird die Formel zentriert.
12314 \begin_inset Newline newline
12315 \end_inset
12316
12317 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12318  In diesem Falle wird die Rahmenbreite wie bei 
12319 \series bold
12320
12321 \backslash
12322 fbox
12323 \series default
12324  an den Boxinhalt angepasst.
12325 \end_layout
12326
12327 \begin_layout Standard
12328 Wenn man den Befehl 
12329 \series bold
12330
12331 \backslash
12332 framebox
12333 \series default
12334  eingibt, erscheint eine Box mit drei Eingabefeldern.
12335  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12336  beiden optionalen Argumente.
12337  In das dritte Feld wird wie bei 
12338 \series bold
12339
12340 \backslash
12341 fbox
12342 \series default
12343  die Formel eingegeben.
12344 \end_layout
12345
12346 \begin_layout Standard
12347 \align center
12348 \begin_inset Note Note
12349 status open
12350
12351 \begin_layout Plain Layout
12352 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12353  auch erscheint.
12354  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \begin_inset Box Frameless
12361 position "c"
12362 hor_pos "c"
12363 has_inner_box 1
12364 inner_pos "c"
12365 use_parbox 0
12366 width "100col%"
12367 special "none"
12368 height "1in"
12369 height_special "totalheight"
12370 status open
12371
12372 \begin_layout Plain Layout
12373 \align center
12374 \begin_inset Tabular
12375 <lyxtabular version="3" rows="5" columns="2">
12376 <features>
12377 <column alignment="center" valignment="top" width="0">
12378 <column alignment="center" valignment="top" width="0">
12379 <row>
12380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 Befehl
12385 \begin_inset Foot
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12390 \family sans
12391 Strg-m
12392 \family default
12393  eine neue Formel zu erzeugen, siehe 
12394 \begin_inset CommandInset href
12395 LatexCommand href
12396 name "LyX-Fehler #1435"
12397 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12398
12399 \end_inset
12400
12401 .
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415 Ergebnis
12416 \begin_inset Note Note
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421 \series bold
12422
12423 \backslash
12424 raisebox
12425 \series default
12426  dient nur als Abstandhalter.
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 </row>
12437 <row>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442
12443 \backslash
12444 fbox
12445 \begin_inset ERT
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449
12450
12451 \backslash
12452 leer 
12453 \end_layout
12454
12455 \end_inset
12456
12457
12458 \family sans
12459 Strg-m
12460 \family default
12461  
12462 \backslash
12463 int
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469
12470 \backslash
12471 leer 
12472 \end_layout
12473
12474 \end_inset
12475
12476 A=B
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12486
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 </row>
12495 <row>
12496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500
12501 \backslash
12502 boxed
12503 \begin_inset ERT
12504 status collapsed
12505
12506 \begin_layout Plain Layout
12507
12508
12509 \backslash
12510 leer 
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \backslash
12517 int
12518 \begin_inset ERT
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523
12524 \backslash
12525 leer 
12526 \end_layout
12527
12528 \end_inset
12529
12530 A=B
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 <row>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 A+
12554 \backslash
12555 fbox
12556 \begin_inset ERT
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560
12561
12562 \backslash
12563 leer 
12564 \end_layout
12565
12566 \end_inset
12567
12568 B
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 </row>
12586 <row>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591
12592 \backslash
12593 framebox
12594 \begin_inset ERT
12595 status collapsed
12596
12597 \begin_layout Plain Layout
12598
12599
12600 \backslash
12601 leer 
12602 \end_layout
12603
12604 \end_inset
12605
12606 20mm
12607 \begin_inset Formula $\to$
12608 \end_inset
12609
12610
12611 \begin_inset Formula $\to$
12612 \end_inset
12613
12614
12615 \family sans
12616 Strg-m
12617 \family default
12618  
12619 \backslash
12620 frac
12621 \begin_inset ERT
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625
12626
12627 \backslash
12628 leer 
12629 \end_layout
12630
12631 \end_inset
12632
12633 A
12634 \begin_inset Formula $\downarrow$
12635 \end_inset
12636
12637 B
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 \begin_inset Formula $\raisebox{6mm}{}$
12647 \end_inset
12648
12649
12650 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12651 \end_inset
12652
12653
12654 \begin_inset Formula $\raisebox{-4mm}{}$
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 </lyxtabular>
12664
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \begin_layout Standard
12676 Die Rahmendicke kann ebenfalls eingestellt werden.
12677  Dazu müssen vor der Formel im TeX-Modus die Befehle
12678 \end_layout
12679
12680 \begin_layout Standard
12681
12682 \series bold
12683
12684 \backslash
12685 fboxrule
12686 \series default
12687  
12688 \series bold
12689
12690 \begin_inset Quotes gld
12691 \end_inset
12692
12693 Dicke
12694 \begin_inset Quotes grd
12695 \end_inset
12696
12697
12698 \series default
12699  
12700 \series bold
12701
12702 \backslash
12703 fboxsep
12704 \series default
12705  
12706 \series bold
12707
12708 \begin_inset Quotes gld
12709 \end_inset
12710
12711 Abstand
12712 \begin_inset Quotes grd
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 eingegeben werden.
12720  
12721 \begin_inset Quotes gld
12722 \end_inset
12723
12724 Abstand
12725 \begin_inset Quotes grd
12726 \end_inset
12727
12728  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12729  in der Box fest.
12730  Ein Beispiel dafür ist folgende umrandete Formel:
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736
12737 \backslash
12738 fboxrule 2mm 
12739 \backslash
12740 fboxsep 3mm
12741 \end_layout
12742
12743 \end_inset
12744
12745
12746 \begin_inset Formula \[
12747 \boxed{A+B=C}\]
12748
12749 \end_inset
12750
12751 Vor dieser Formel wurde im TeX-Modus
12752 \end_layout
12753
12754 \begin_layout Standard
12755
12756 \series bold
12757
12758 \backslash
12759 fboxrule
12760 \series default
12761  
12762 \series bold
12763 2mm
12764 \series default
12765  
12766 \series bold
12767
12768 \backslash
12769 fboxsep
12770 \series default
12771  
12772 \series bold
12773 3mm
12774 \end_layout
12775
12776 \begin_layout Standard
12777 eingegeben.
12778  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12779 \end_layout
12780
12781 \begin_layout Standard
12782 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12783  nächsten Formel im TeX-Modus folgende Befehle ein:
12784 \end_layout
12785
12786 \begin_layout Standard
12787
12788 \series bold
12789
12790 \backslash
12791 fboxrule
12792 \series default
12793  
12794 \series bold
12795 0.4pt
12796 \series default
12797  
12798 \series bold
12799
12800 \backslash
12801 fboxsep
12802 \series default
12803  
12804 \series bold
12805 3pt
12806 \series default
12807
12808 \begin_inset ERT
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812
12813
12814 \backslash
12815 fboxrule 0.4pt 
12816 \backslash
12817 fboxsep 3pt
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \end_layout
12824
12825 \begin_layout Subsection
12826 Boxen ohne Rahmen
12827 \begin_inset CommandInset label
12828 LatexCommand label
12829 name "sub:Boxen-ohne-Rahmen"
12830
12831 \end_inset
12832
12833
12834 \begin_inset Index
12835 status collapsed
12836
12837 \begin_layout Plain Layout
12838 Boxen ! ohne Rahmen
12839 \end_layout
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \begin_layout Standard
12847 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12848 \series bold
12849
12850 \backslash
12851 mbox
12852 \series default
12853
12854 \begin_inset Index
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858 Befehle ! M ! 
12859 \backslash
12860 mbox
12861 \end_layout
12862
12863 \end_inset
12864
12865
12866 \series bold
12867
12868 \backslash
12869 makebox
12870 \series default
12871
12872 \begin_inset Index
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876 Befehle ! M ! 
12877 \backslash
12878 makebox
12879 \end_layout
12880
12881 \end_inset
12882
12883  und
12884 \begin_inset Newline linebreak
12885 \end_inset
12886
12887
12888 \series bold
12889
12890 \backslash
12891 raisebox
12892 \series default
12893
12894 \begin_inset Index
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898 Befehle ! R ! 
12899 \backslash
12900 raisebox
12901 \end_layout
12902
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \begin_layout Standard
12909 Mit 
12910 \series bold
12911
12912 \backslash
12913 raisebox
12914 \series default
12915  kann man eine Box hoch- oder tiefstellen.
12916  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12917 n die Schriftgröße bei.
12918  
12919 \series bold
12920
12921 \backslash
12922 raisebox
12923 \series default
12924  wird dabei mit folgendem Schema benutzt:
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 raisebox{Höhe}{Boxinhalt}
12933 \end_layout
12934
12935 \begin_layout Standard
12936 Soll in der Box eine Formel stehen, muss man wie bei 
12937 \series bold
12938
12939 \backslash
12940 fbox
12941 \series default
12942  eine weitere Formel erstellen.
12943 \end_layout
12944
12945 \begin_layout Standard
12946 \align center
12947 \begin_inset Tabular
12948 <lyxtabular version="3" rows="4" columns="2">
12949 <features>
12950 <column alignment="center" valignment="top" width="0">
12951 <column alignment="center" valignment="top" width="0">
12952 <row>
12953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 Befehl
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 Ergebnis
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 <row>
12973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 H
12978 \backslash
12979 raisebox{2mm
12980 \begin_inset Formula $\to$
12981 \end_inset
12982
12983
12984 \backslash
12985 {al
12986 \begin_inset Formula $\to$
12987 \end_inset
12988
12989  lo
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12999 \end_inset
13000
13001
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 H
13013 \backslash
13014 raisebox{-2mm
13015 \begin_inset Formula $\to$
13016 \end_inset
13017
13018
13019 \backslash
13020 {al
13021 \begin_inset Formula $\to$
13022 \end_inset
13023
13024 lo
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 </row>
13042 <row>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 A=
13048 \backslash
13049 raisebox{-2mm
13050 \begin_inset Formula $\to$
13051 \end_inset
13052
13053
13054 \backslash
13055 {
13056 \family sans
13057 Strg-m
13058 \family default
13059  
13060 \backslash
13061 sqrt
13062 \begin_inset ERT
13063 status collapsed
13064
13065 \begin_layout Plain Layout
13066
13067
13068 \backslash
13069 leer 
13070 \end_layout
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 \begin_inset ERT
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087
13088 $A=
13089 \backslash
13090 raisebox{-2mm}{$
13091 \backslash
13092 sqrt{B}$}$
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 </row>
13103 </lyxtabular>
13104
13105 \end_inset
13106
13107
13108 \end_layout
13109
13110 \begin_layout Standard
13111 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13112  statt der benötigten weiteren Formel eine Box einfügt.
13113 \begin_inset Foot
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117 siehe 
13118 \begin_inset CommandInset href
13119 LatexCommand href
13120 name "LyX-Fehler #1435"
13121 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13122
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134 Der Befehl 
13135 \series bold
13136
13137 \backslash
13138 mbox
13139 \series default
13140  ist äquivalent zu 
13141 \series bold
13142
13143 \backslash
13144 fbox
13145 \series default
13146  und 
13147 \series bold
13148
13149 \backslash
13150 makebox
13151 \series default
13152  ist äquivalent zu 
13153 \series bold
13154
13155 \backslash
13156 framebox
13157 \series default
13158 , nur dass es keinen Rahmen gibt.
13159 \end_layout
13160
13161 \begin_layout Subsection
13162 Farbige Boxen
13163 \begin_inset CommandInset label
13164 LatexCommand label
13165 name "sub:Farbige-Boxen"
13166
13167 \end_inset
13168
13169
13170 \begin_inset Index
13171 status collapsed
13172
13173 \begin_layout Plain Layout
13174 Boxen ! farbige
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13184  im LaTeX-Vorspann das LaTeX-Paket 
13185 \series bold
13186 color
13187 \series default
13188
13189 \begin_inset Foot
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193 Das Paket 
13194 \series bold
13195 color
13196 \series default
13197  ist Teil jeder LaTeX-Standardinstallation.
13198 \end_layout
13199
13200 \end_inset
13201
13202
13203 \begin_inset Index
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 Pakete ! color
13208 \end_layout
13209
13210 \end_inset
13211
13212  mit der Zeile
13213 \end_layout
13214
13215 \begin_layout Standard
13216
13217 \series bold
13218
13219 \backslash
13220 usepackage{color}
13221 \end_layout
13222
13223 \begin_layout Standard
13224 geladen werden
13225 \begin_inset Foot
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13230  LyX das LaTeX-Paket 
13231 \series bold
13232 color
13233 \series default
13234  automatisch.
13235  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13236  keine Probleme hervorruft.
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \begin_inset Note Note
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13247  ein Makro eingefügt.
13248 \end_layout
13249
13250 \end_inset
13251
13252 .
13253 \end_layout
13254
13255 \begin_layout Standard
13256 \begin_inset VSpace medskip
13257 \end_inset
13258
13259 Um Boxen einzufärben, verwendet man den Befehl 
13260 \series bold
13261
13262 \backslash
13263 colorbox
13264 \series default
13265
13266 \begin_inset Index
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270 Befehle ! C ! 
13271 \backslash
13272 colorbox
13273 \end_layout
13274
13275 \end_inset
13276
13277  nach folgendem Schema:
13278 \end_layout
13279
13280 \begin_layout Standard
13281
13282 \series bold
13283
13284 \backslash
13285 colorbox{Farbe}{Boxinhalt}
13286 \end_layout
13287
13288 \begin_layout Standard
13289 Der Boxinhalt kann auch wieder eine Box sein und eine 
13290 \series bold
13291
13292 \backslash
13293 colorbox
13294 \series default
13295  kann auch ein Teil einer anderen Box sein (siehe 2.
13296  und 3.
13297  Beispiel).
13298  Soll in der Box eine Formel stehen, muss wie bei 
13299 \series bold
13300
13301 \backslash
13302 fbox
13303 \series default
13304  eine weitere Formel erstellt werden.
13305 \begin_inset Foot
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309 Das gilt auch für den Befehl 
13310 \series bold
13311
13312 \backslash
13313 fcolorbox
13314 \series default
13315 .
13316  Dabei ist 
13317 \begin_inset CommandInset href
13318 LatexCommand href
13319 name "LyX-Fehler #1435"
13320 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13321
13322 \end_inset
13323
13324  zu beachten.
13325 \end_layout
13326
13327 \end_inset
13328
13329
13330 \end_layout
13331
13332 \begin_layout Standard
13333 Aus folgenden vordefinierten Farben kann gewählt werden:
13334 \end_layout
13335
13336 \begin_layout Standard
13337
13338 \series bold
13339 black
13340 \series default
13341
13342 \series bold
13343 blue
13344 \series default
13345
13346 \series bold
13347 cyan
13348 \series default
13349
13350 \series bold
13351 green
13352 \series default
13353
13354 \series bold
13355 magenta
13356 \series default
13357
13358 \series bold
13359 red
13360 \series default
13361
13362 \series bold
13363 white
13364 \series default
13365  und 
13366 \series bold
13367 yellow
13368 \end_layout
13369
13370 \begin_layout Standard
13371 \align center
13372 \begin_inset Tabular
13373 <lyxtabular version="3" rows="4" columns="2">
13374 <features>
13375 <column alignment="center" valignment="top" width="0">
13376 <column alignment="center" valignment="top" width="0">
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Befehl
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 Ergebnis
13392 \begin_inset Note Note
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396
13397 \series bold
13398
13399 \backslash
13400 raisebox
13401 \series default
13402  dient nur als Abstandhalter.
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 <row>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418
13419 \backslash
13420 colorbox{yellow
13421 \begin_inset Formula $\to$
13422 \end_inset
13423
13424
13425 \backslash
13426 {A=B
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449
13450 \backslash
13451 colorbox{green
13452 \begin_inset Formula $\to$
13453 \end_inset
13454
13455
13456 \backslash
13457 {
13458 \backslash
13459 fbox
13460 \begin_inset ERT
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464
13465
13466 \backslash
13467 leer 
13468 \end_layout
13469
13470 \end_inset
13471
13472 A=B
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \backslash
13497 fbox
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 leer 
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \backslash
13512 colorbox{green
13513 \begin_inset Formula $\to$
13514 \end_inset
13515
13516
13517 \backslash
13518 {A=B
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 </row>
13536 </lyxtabular>
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 colorbox
13549 \series default
13550  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13551  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13552  
13553 \family sans
13554 Textstil
13555 \family default
13556  die gewünschte Farbe aus.
13557  Der Dialog kann mit dem Werkzeugleistenknopf 
13558 \begin_inset Graphics
13559         filename ../../images/dialog-show_character.png
13560         scale 85
13561
13562 \end_inset
13563
13564  oder dem Menü 
13565 \family sans
13566 Bearbeiten\SpecialChar \menuseparator
13567 Textstil\SpecialChar \menuseparator
13568 Benutzerdefiniert
13569 \family default
13570  aufgerufen werden.
13571  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13572  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13573  innerhalb der Formel die Farbe geändert werden.
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Ein Beispiel:
13578 \end_layout
13579
13580 \begin_layout Standard
13581
13582 \color red
13583 \begin_inset Formula \begin{equation}
13584 \int A=B\label{eq:rot}\end{equation}
13585
13586 \end_inset
13587
13588
13589 \color green
13590
13591 \begin_inset Formula \begin{equation}
13592 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 Formel 
13601 \begin_inset CommandInset ref
13602 LatexCommand eqref
13603 reference "eq:rot"
13604
13605 \end_inset
13606
13607  ist komplett rot gefärbt.
13608 \begin_inset Newline newline
13609 \end_inset
13610
13611 Formel 
13612 \begin_inset CommandInset ref
13613 LatexCommand eqref
13614 reference "eq:rotgruen"
13615
13616 \end_inset
13617
13618  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13619  Anschließend wurden die Formelzeichen rot gefärbt.
13620 \end_layout
13621
13622 \begin_layout Standard
13623 \begin_inset VSpace bigskip
13624 \end_inset
13625
13626 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13627  den Befehl 
13628 \series bold
13629
13630 \backslash
13631 fcolorbox
13632 \series default
13633
13634 \begin_inset Index
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 Befehle ! F ! 
13639 \backslash
13640 fcolorbox
13641 \end_layout
13642
13643 \end_inset
13644
13645  nach folgendem Schema:
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \series bold
13651
13652 \backslash
13653 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13654 \end_layout
13655
13656 \begin_layout Standard
13657
13658 \series bold
13659
13660 \backslash
13661 fcolorbox
13662 \series default
13663  stellt also eine Erweiterung des Befehls 
13664 \series bold
13665
13666 \backslash
13667 colorbox
13668 \series default
13669  dar.
13670  Die Rahmenbreite wird, wie bei 
13671 \series bold
13672
13673 \backslash
13674 framebox
13675 \series default
13676 , mit 
13677 \series bold
13678
13679 \backslash
13680 fboxrule
13681 \series default
13682  und 
13683 \series bold
13684
13685 \backslash
13686 fboxsep
13687 \series default
13688  festgelegt.
13689  Ein Beispiel:
13690 \begin_inset ERT
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694
13695
13696 \backslash
13697 fboxrule 1mm 
13698 \backslash
13699 fboxsep 1mm
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \begin_inset Formula \[
13706 \fcolorbox{cyan}{magenta}{A=B}\]
13707
13708 \end_inset
13709
13710
13711 \begin_inset ERT
13712 status collapsed
13713
13714 \begin_layout Plain Layout
13715
13716
13717 \backslash
13718 fboxrule 0.4pt 
13719 \backslash
13720 fboxsep 3pt
13721 \end_layout
13722
13723 \end_inset
13724
13725
13726 \end_layout
13727
13728 \begin_layout Standard
13729 Diese Formel wurde mit folgendem Befehl erstellt:
13730 \begin_inset Newline newline
13731 \end_inset
13732
13733
13734 \series bold
13735
13736 \backslash
13737 fcolorbox{cyan
13738 \begin_inset Formula $\to$
13739 \end_inset
13740
13741
13742 \backslash
13743 {magenta
13744 \begin_inset Formula $\to$
13745 \end_inset
13746
13747
13748 \backslash
13749 {A=B
13750 \end_layout
13751
13752 \begin_layout Standard
13753 \begin_inset VSpace bigskip
13754 \end_inset
13755
13756 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13757  selbst definieren.
13758 \end_layout
13759
13760 \begin_layout Standard
13761 Man kann z.
13762 \begin_inset space \thinspace{}
13763 \end_inset
13764
13765 B.
13766  mit folgender LaTeX-Vorspannzeile die Farbe 
13767 \begin_inset Quotes gld
13768 \end_inset
13769
13770
13771 \series bold
13772 dunkelgruen
13773 \series default
13774
13775 \begin_inset Quotes grd
13776 \end_inset
13777
13778
13779 \begin_inset Foot
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783 In Befehlen darf kein Umlaut stehen, siehe 
13784 \begin_inset CommandInset ref
13785 LatexCommand ref
13786 reference "sec:Benutzerdefinierte-Befehle"
13787
13788 \end_inset
13789
13790 .
13791 \end_layout
13792
13793 \end_inset
13794
13795  definieren:
13796 \end_layout
13797
13798 \begin_layout Standard
13799
13800 \series bold
13801
13802 \backslash
13803 definecolor{dunkelgruen}{cmyk}{0.5,
13804 \series default
13805  
13806 \series bold
13807 0,
13808 \series default
13809  
13810 \series bold
13811 1,
13812 \series default
13813  
13814 \series bold
13815 0.5}
13816 \series default
13817
13818 \begin_inset Index
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822 Befehle ! D ! 
13823 \backslash
13824 definecolor
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \begin_layout Standard
13833
13834 \series bold
13835 cmyk
13836 \series default
13837  ist der Farbraum und steht für die Farben 
13838 \series bold
13839 cyan
13840 \series default
13841
13842 \series bold
13843 magenta
13844 \series default
13845
13846 \series bold
13847 yellow
13848 \series default
13849  und 
13850 \series bold
13851 black
13852 \series default
13853 .
13854  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13855  Für den Anteil kann man Werte im Bereich 0
13856 \begin_inset space \thinspace{}
13857 \end_inset
13858
13859 -
13860 \begin_inset space \thinspace{}
13861 \end_inset
13862
13863 1 angeben.
13864  Anstelle von 
13865 \series bold
13866 cmyk
13867 \series default
13868  kann man zur Definition auch den Farbraum 
13869 \series bold
13870 rgb
13871 \series default
13872  verwenden.
13873  
13874 \series bold
13875 rgb
13876 \series default
13877  steht für 
13878 \series bold
13879 red
13880 \series default
13881
13882 \series bold
13883 green
13884 \series default
13885  und 
13886 \series bold
13887 blue
13888 \series default
13889 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13890  Des Weiteren gibt es noch den Farbraum 
13891 \series bold
13892 gray
13893 \series default
13894 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13895 \end_layout
13896
13897 \begin_layout Standard
13898 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13899 \series bold
13900 darkgreen
13901 \series default
13902 , bei der die Zeichenfarbe 
13903 \series bold
13904 yellow
13905 \series default
13906  gewählt wurde:
13907 \begin_inset Formula \begin{equation}
13908 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Standard
13916 Selbst definierte Farben können mit dem Befehl 
13917 \series bold
13918
13919 \backslash
13920 textcolor
13921 \series default
13922  auch für Text
13923 \begin_inset Index
13924 status collapsed
13925
13926 \begin_layout Plain Layout
13927 Text ! farbiger
13928 \end_layout
13929
13930 \end_inset
13931
13932  verwendet werden:
13933 \end_layout
13934
13935 \begin_layout Standard
13936 \begin_inset ERT
13937 status collapsed
13938
13939 \begin_layout Plain Layout
13940
13941
13942 \backslash
13943 textcolor{dunkelgruen}{
13944 \end_layout
13945
13946 \end_inset
13947
13948 Dieser Satz ist 
13949 \begin_inset Quotes gld
13950 \end_inset
13951
13952 dunkelgruen
13953 \begin_inset Quotes grd
13954 \end_inset
13955
13956 .
13957 \begin_inset ERT
13958 status collapsed
13959
13960 \begin_layout Plain Layout
13961
13962 }
13963 \end_layout
13964
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \begin_layout Standard
13971
13972 \series bold
13973
13974 \backslash
13975 textcolor
13976 \series default
13977
13978 \begin_inset Index
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982 Befehle ! T ! 
13983 \backslash
13984 textcolor
13985 \end_layout
13986
13987 \end_inset
13988
13989  wird nach dem Schema 
13990 \series bold
13991
13992 \backslash
13993 textcolor{Farbe}{zu
13994 \series default
13995  
13996 \series bold
13997 färbende
13998 \series default
13999  
14000 \series bold
14001 Zeichen}
14002 \series default
14003  verwendet.
14004 \end_layout
14005
14006 \begin_layout Subsection
14007 Absatzboxen
14008 \begin_inset CommandInset label
14009 LatexCommand label
14010 name "sub:Absatzboxen"
14011
14012 \end_inset
14013
14014
14015 \begin_inset Index
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019 Boxen ! Absatz-
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \begin_layout Standard
14028 Mit dem Menü 
14029 \family sans
14030 Einfügen\SpecialChar \menuseparator
14031 Box
14032 \family default
14033  oder dem Werkzeugleistenknopf 
14034 \begin_inset Graphics
14035         filename ../../images/box-insert.png
14036         scale 85
14037
14038 \end_inset
14039
14040  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14041  eine so genannte 
14042 \emph on
14043 Parbox
14044 \emph default
14045  (Absatzbox).
14046 \end_layout
14047
14048 \begin_layout Standard
14049 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14050 \end_layout
14051
14052 \begin_layout Standard
14053 \begin_inset VSpace medskip
14054 \end_inset
14055
14056 Dies ist eine Zeile 
14057 \begin_inset Box Boxed
14058 position "c"
14059 hor_pos "c"
14060 has_inner_box 1
14061 inner_pos "t"
14062 use_parbox 1
14063 width "5cm"
14064 special "none"
14065 height "1in"
14066 height_special "totalheight"
14067 status open
14068
14069 \begin_layout Plain Layout
14070 Dies ist die Absatzbox.
14071  Sie ist genau 5
14072 \begin_inset space \thinspace{}
14073 \end_inset
14074
14075 cm lang und kann auch Formeln enthalten: 
14076 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \end_inset
14083
14084  mit einer Absatzbox.
14085 \begin_inset VSpace medskip
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \begin_layout Standard
14092 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14093  graue Box mit dem Namen 
14094 \begin_inset Quotes gld
14095 \end_inset
14096
14097 Box(Gerahmt)
14098 \begin_inset Quotes grd
14099 \end_inset
14100
14101  klickt.
14102  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14103  In diesem Fall: 
14104 \emph on
14105 Verzierung
14106 \emph default
14107 : Rechteckige Box, 
14108 \emph on
14109 Innere Box
14110 \emph default
14111 : Parbox, 
14112 \emph on
14113 Breite
14114 \emph default
14115 : 5
14116 \begin_inset space \thinspace{}
14117 \end_inset
14118
14119 cm, 
14120 \emph on
14121 Vertikale Box Ausrichtung
14122 \emph default
14123 : Mitte
14124 \end_layout
14125
14126 \begin_layout Standard
14127 \begin_inset VSpace medskip
14128 \end_inset
14129
14130 In LaTeX wird eine Absatzbox mit dem Befehl 
14131 \series bold
14132
14133 \backslash
14134 parbox
14135 \series default
14136
14137 \begin_inset Index
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Befehle ! P ! 
14142 \backslash
14143 parbox
14144 \end_layout
14145
14146 \end_inset
14147
14148  erstellt, welcher folgendes Schema besitzt:
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154
14155 \backslash
14156 parbox[Position]{Breite}{Boxinhalt}
14157 \end_layout
14158
14159 \begin_layout Standard
14160 Die Positionen 
14161 \emph on
14162 b
14163 \emph default
14164  und 
14165 \emph on
14166 t
14167 \emph default
14168  sind möglich.
14169  
14170 \emph on
14171 b
14172 \emph default
14173  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14174  Text eingepasst wird.
14175  Bei 
14176 \emph on
14177 t
14178 \emph default
14179  wie top geschieht dies für die erste Zeile.
14180  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14181  siehe das Kapitel 
14182 \emph on
14183 Boxen
14184 \emph default
14185  des Handbuchs
14186 \emph on
14187  Eingebettete
14188 \begin_inset space ~
14189 \end_inset
14190
14191 Objekte
14192 \emph default
14193  für Beispiele.
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset VSpace bigskip
14198 \end_inset
14199
14200 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14201  in eine Absatzbox setzen.
14202  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14203 \series bold
14204
14205 \backslash
14206 fbox{
14207 \backslash
14208 parbox{
14209 \backslash
14210 linewidth-2
14211 \backslash
14212 fboxsep-2
14213 \backslash
14214 fboxrule}{
14215 \series default
14216 .
14217  Hierbei steht 
14218 \series bold
14219
14220 \backslash
14221 linewidth
14222 \begin_inset Index
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 Befehle ! L ! 
14227 \backslash
14228 linewidth
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \series default
14235  für die im Dokument eingestellte Zeilenbreite.
14236  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14237 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14238  Da dies LyX aufgrund eines Fehlers
14239 \begin_inset Foot
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243 \begin_inset CommandInset href
14244 LatexCommand href
14245 name "LyX-Fehler #4483"
14246 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14247
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \end_inset
14254
14255  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14256  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14257 spann das LaTeX-Paket 
14258 \series bold
14259 calc
14260 \series default
14261
14262 \begin_inset Foot
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266
14267 \series bold
14268 calc
14269 \series default
14270  ist Teil jeder LaTeX-Standardinstallation.
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \begin_inset Index
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 Pakete ! calc
14281 \end_layout
14282
14283 \end_inset
14284
14285  mit der Zeile
14286 \end_layout
14287
14288 \begin_layout Standard
14289
14290 \series bold
14291
14292 \backslash
14293 usepackage{calc}
14294 \end_layout
14295
14296 \begin_layout Standard
14297 geladen werden.
14298  Nach der Formel werden beide Boxen geschlossen, indem man 
14299 \series bold
14300 }}
14301 \series default
14302  im TeX-Modus eingibt.
14303  Dazu ein Beispiel:
14304 \begin_inset ERT
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308
14309
14310 \backslash
14311 fboxsep 5mm 
14312 \backslash
14313 fboxrule 5mm
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326
14327
14328 \backslash
14329 fbox{
14330 \backslash
14331 parbox{
14332 \backslash
14333 linewidth-2
14334 \backslash
14335 fboxsep-2
14336 \backslash
14337 fboxrule}{
14338 \end_layout
14339
14340 \end_inset
14341
14342
14343 \begin_inset Formula \begin{equation}
14344 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14345
14346 \end_inset
14347
14348
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354 }}
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \begin_inset ERT
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364
14365
14366 \backslash
14367 fboxrule 0.4pt 
14368 \backslash
14369 fboxsep 3pt
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset VSpace medskip
14379 \end_inset
14380
14381 Da im Argument von 
14382 \series bold
14383
14384 \backslash
14385 fbox
14386 \series default
14387  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14388  keinen Unterschied zwischen 
14389 \series bold
14390
14391 \backslash
14392 fbox
14393 \series default
14394  und 
14395 \series bold
14396
14397 \backslash
14398 boxed
14399 \series default
14400 .
14401 \end_layout
14402
14403 \begin_layout Standard
14404 \begin_inset VSpace bigskip
14405 \end_inset
14406
14407 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14408  Dazu verwendet man 
14409 \series bold
14410
14411 \backslash
14412 parbox
14413 \series default
14414  in Verbindung mit dem Befehl 
14415 \series bold
14416
14417 \backslash
14418 tag
14419 \series default
14420 .
14421  (mehr zu 
14422 \series bold
14423
14424 \backslash
14425 tag
14426 \series default
14427  siehe 
14428 \begin_inset CommandInset ref
14429 LatexCommand ref
14430 reference "sub:Benutzerdefinierte-Nummerierung"
14431
14432 \end_inset
14433
14434 )
14435 \end_layout
14436
14437 \begin_layout Standard
14438 Ein Beispiel einer mit Hilfe von 
14439 \series bold
14440
14441 \backslash
14442 parbox
14443 \series default
14444  kommentierten Formel:
14445 \end_layout
14446
14447 \begin_layout Standard
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453
14454 \backslash
14455 [5x-7b=3b
14456 \backslash
14457 tag*{
14458 \backslash
14459 parbox{5cm}{
14460 \end_layout
14461
14462 \end_inset
14463
14464 Dies ist eine Beschreibung.
14465  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471 }}
14472 \backslash
14473 ]
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14483  Befehl 
14484 \series bold
14485
14486 \backslash
14487 parbox
14488 \series default
14489  in Formeln noch nicht unterstützt.
14490  Die Formel wird mit folgender Befehlssequenz erstellt:
14491 \end_layout
14492
14493 \begin_layout Standard
14494 Der Befehl 
14495 \series bold
14496
14497 \backslash
14498 [5x-7b=3b
14499 \backslash
14500 tag*
14501 \backslash
14502 {
14503 \backslash
14504 parbox{5cm}{
14505 \series default
14506  wird im TeX-Modus eingegeben.
14507 \begin_inset Foot
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511 Ist der Formelstil 
14512 \series bold
14513 Eingerückt
14514 \series default
14515  aktiviert, kann 
14516 \series bold
14517
14518 \backslash
14519 tag*
14520 \backslash
14521 {
14522 \series default
14523  auch durch 
14524 \series bold
14525
14526 \backslash
14527 hfill
14528 \series default
14529  ersetzt werden.
14530  (Formelstile siehe 
14531 \begin_inset CommandInset ref
14532 LatexCommand ref
14533 reference "sec:Formelstile"
14534
14535 \end_inset
14536
14537 )
14538 \end_layout
14539
14540 \end_inset
14541
14542  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14543 \series bold
14544 }}
14545 \backslash
14546 ]
14547 \series default
14548  im TeX-Modus ein.
14549  Die Befehle 
14550 \series bold
14551
14552 \backslash
14553 [
14554 \series default
14555  und 
14556 \series bold
14557
14558 \backslash
14559 ]
14560 \series default
14561  erstellen hierbei eine abgesetzte Formel.
14562 \end_layout
14563
14564 \begin_layout Standard
14565 Die Vorteile von 
14566 \series bold
14567
14568 \backslash
14569 parbox
14570 \series default
14571  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14572  Textmodus 
14573 \begin_inset Quotes gld
14574 \end_inset
14575
14576 kommentiert
14577 \begin_inset Quotes grd
14578 \end_inset
14579
14580  wurde:
14581 \begin_inset Formula \[
14582 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Section
14590 Operatoren
14591 \begin_inset Index
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Operatoren
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Subsection
14604 Große Operatoren
14605 \begin_inset CommandInset label
14606 LatexCommand label
14607 name "sub:Große-Operatoren"
14608
14609 \end_inset
14610
14611
14612 \begin_inset Index
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616 Operatoren ! große
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \begin_inset Index
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626 Summen
14627 \end_layout
14628
14629 \end_inset
14630
14631
14632 \begin_inset Index
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636 Integrale
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14646  sind, muss die Option 
14647 \family sans
14648 esint-Paket automatisch verwenden
14649 \family default
14650  in den Dokumenteinstellungen unter 
14651 \family sans
14652 Mathe-Optionen
14653 \family default
14654  gewählt sein.
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset space \hfill{}
14659 \end_inset
14660
14661
14662 \begin_inset Tabular
14663 <lyxtabular version="3" rows="11" columns="2">
14664 <features>
14665 <column alignment="center" valignment="top" width="0pt">
14666 <column alignment="center" valignment="top" width="0pt">
14667 <row>
14668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 Befehl
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681 Ergebnis
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 </row>
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692
14693 \backslash
14694 sum
14695 \begin_inset Index
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 Befehle ! S ! 
14700 \backslash
14701 sum
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 \begin_inset Formula $\sum$
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729
14730 \backslash
14731 int
14732 \begin_inset Index
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736 Befehle ! I ! 
14737 \backslash
14738 int
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 \begin_inset Formula $\int$
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 </row>
14761 <row>
14762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766
14767 \backslash
14768 intop
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 \begin_inset Formula $\intop$
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row>
14787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791
14792 \backslash
14793 oint
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 \begin_inset Formula $\oint$
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 </row>
14811 <row>
14812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816
14817 \backslash
14818 ointop
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 \begin_inset Formula $\ointop$
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 </row>
14836 <row>
14837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841
14842 \backslash
14843 ointctrclockwise
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 \begin_inset Formula $\ointctrclockwise$
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 </row>
14861 <row>
14862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866
14867 \backslash
14868 ointclockwise
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877 \begin_inset Formula $\ointclockwise$
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \backslash
14893 sqint
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 \begin_inset Formula $\sqint$
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 </row>
14911 <row>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916
14917 \backslash
14918 bigcap
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 \begin_inset Formula $\bigcap$
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \backslash
14943 bigcup
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 \begin_inset Formula $\bigcup$
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 </lyxtabular>
14962
14963 \end_inset
14964
14965
14966 \begin_inset space \hfill{}
14967 \end_inset
14968
14969
14970 \begin_inset Tabular
14971 <lyxtabular version="3" rows="10" columns="2">
14972 <features>
14973 <column alignment="center" valignment="top" width="0pt">
14974 <column alignment="center" valignment="top" width="0pt">
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 Befehl
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 Ergebnis
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 prod
15003 \begin_inset Index
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Befehle ! P ! 
15008 \backslash
15009 prod
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\prod$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \backslash
15039 coprod
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 \begin_inset Formula $\coprod$
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \backslash
15064 bigodot
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 \begin_inset Formula $\bigodot$
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \backslash
15089 bigotimes
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset Formula $\bigotimes$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 bigoplus
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 \begin_inset Formula $\bigoplus$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 bigwedge
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148 \begin_inset Formula $\bigwedge$
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 <row>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162
15163 \backslash
15164 bigvee
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 \begin_inset Formula $\bigvee$
15174 \end_inset
15175
15176
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187
15188 \backslash
15189 bigsqcup
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 \begin_inset Formula $\bigsqcup$
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \backslash
15214 biguplus
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Formula $\biguplus$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 </lyxtabular>
15233
15234 \end_inset
15235
15236
15237 \begin_inset space \hfill{}
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15245 \begin_inset Graphics
15246         filename ../../images/math/intop.png
15247         scale 85
15248
15249 \end_inset
15250
15251  eingefügt werden.
15252 \end_layout
15253
15254 \begin_layout Standard
15255 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15256  Teil gleich aussehenden binären Operatoren.
15257  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15258  beschrieben.
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Die Operatoren 
15263 \series bold
15264
15265 \backslash
15266 intop
15267 \series default
15268  und 
15269 \series bold
15270
15271 \backslash
15272 ointop
15273 \series default
15274  unterscheiden sich von 
15275 \series bold
15276
15277 \backslash
15278 int
15279 \series default
15280  bzw.
15281  
15282 \series bold
15283
15284 \backslash
15285 oint
15286 \series default
15287  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15288 \begin_inset CommandInset ref
15289 LatexCommand ref
15290 reference "sub:Operatorgrenzen"
15291
15292 \end_inset
15293
15294 .
15295  
15296 \end_layout
15297
15298 \begin_layout Subsubsection*
15299 Hinweise zu Integralen
15300 \end_layout
15301
15302 \begin_layout Standard
15303 Der Buchstabe 
15304 \emph on
15305 d
15306 \emph default
15307  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15308  muss.
15309  Dazu markiert man das 
15310 \emph on
15311 d
15312 \emph default
15313  und wandelt es mit der Tastenkombination 
15314 \family sans
15315 Alt-z
15316 \begin_inset space ~
15317 \end_inset
15318
15319 r
15320 \family default
15321
15322 \begin_inset Foot
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326 Schriftstile siehe 
15327 \begin_inset CommandInset ref
15328 LatexCommand ref
15329 reference "sub:Schriftstile"
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337
15338  um.
15339  Anschließend fügt man vor dem 
15340 \emph on
15341 d
15342 \emph default
15343 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15344  Dazu ein Beispiel:
15345 \end_layout
15346
15347 \begin_layout Standard
15348 inkorrekt: 
15349 \begin_inset Formula $\int A(x)dx$
15350 \end_inset
15351
15352
15353 \begin_inset Newline newline
15354 \end_inset
15355
15356
15357 \begin_inset ERT
15358 status collapsed
15359
15360 \begin_layout Plain Layout
15361
15362
15363 \backslash
15364 hphantom{in}
15365 \end_layout
15366
15367 \end_inset
15368
15369 korrekt: 
15370 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \begin_layout Standard
15377 \begin_inset VSpace medskip
15378 \end_inset
15379
15380 Für Mehrfachintegrale gibt es folgende Befehle:
15381 \begin_inset VSpace medskip
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Standard
15388 \begin_inset space \hfill{}
15389 \end_inset
15390
15391
15392 \begin_inset Tabular
15393 <lyxtabular version="3" rows="4" columns="2">
15394 <features>
15395 <column alignment="center" valignment="top" width="0">
15396 <column alignment="center" valignment="top" width="0">
15397 <row>
15398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 Befehl
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 Ergebnis
15412 \begin_inset Note Note
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416
15417 \series bold
15418
15419 \backslash
15420 raisebox
15421 \series default
15422  dient nur als Abstandhalter.
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \backslash
15440 iint
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \backslash
15465 oiint
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 </row>
15483 <row>
15484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \backslash
15490 sqiint
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 </row>
15508 </lyxtabular>
15509
15510 \end_inset
15511
15512
15513 \begin_inset space \hfill{}
15514 \end_inset
15515
15516
15517 \begin_inset Tabular
15518 <lyxtabular version="3" rows="4" columns="2">
15519 <features>
15520 <column alignment="center" valignment="top" width="0">
15521 <column alignment="center" valignment="top" width="0">
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 Befehl
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 Ergebnis
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 iiint
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 iiiint
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 dotsint
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 </lyxtabular>
15618
15619 \end_inset
15620
15621
15622 \begin_inset space \hfill{}
15623 \end_inset
15624
15625
15626 \begin_inset Newpage newpage
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Subsection
15633 Operatorgrenzen
15634 \begin_inset CommandInset label
15635 LatexCommand label
15636 name "sub:Operatorgrenzen"
15637
15638 \end_inset
15639
15640
15641 \begin_inset Index
15642 status collapsed
15643
15644 \begin_layout Plain Layout
15645 Operatoren ! Grenzen
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Grenzen werden durch Hoch- bzw.
15655  Tiefstellen erzeugt:
15656 \end_layout
15657
15658 \begin_layout Standard
15659 \align center
15660 \begin_inset Tabular
15661 <lyxtabular version="3" rows="2" columns="2">
15662 <features>
15663 <column alignment="center" valignment="top" width="0pt">
15664 <column alignment="center" valignment="top" width="0pt">
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670 Befehl
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 Ergebnis
15680 \begin_inset Note Note
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685 \series bold
15686
15687 \backslash
15688 raisebox
15689 \series default
15690  dient nur als Abstandhalter.
15691 \end_layout
15692
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 prod^
15709 \backslash
15710 infty
15711 \begin_inset ERT
15712 status collapsed
15713
15714 \begin_layout Plain Layout
15715
15716
15717 \backslash
15718 leer 
15719 \end_layout
15720
15721 \end_inset
15722
15723
15724 \begin_inset Formula $\to$
15725 \end_inset
15726
15727 _0
15728 \begin_inset Formula $\to$
15729 \end_inset
15730
15731 A(x)
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 </lyxtabular>
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Standard
15757 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15758  Operator gesetzt.
15759  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15760  bzw.
15761  unter den Operator gesetzt.
15762 \end_layout
15763
15764 \begin_layout Standard
15765 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15766  man den Cursor direkt hinter den Operator und setzt über das Menü 
15767 \family sans
15768 Bearbeiten\SpecialChar \menuseparator
15769 Mathe\SpecialChar \menuseparator
15770 Art der Operatorgrenzen ändern
15771 \family default
15772  die Grenzen auf 
15773 \series bold
15774 Eingebettet
15775 \series default
15776  (Tastenkombination 
15777 \family sans
15778 Alt-m
15779 \begin_inset space ~
15780 \end_inset
15781
15782 l
15783 \family default
15784 ).
15785  Dazu folgendes Beispiel:
15786 \end_layout
15787
15788 \begin_layout Standard
15789 Die normalen Grenzen sehen so aus:
15790 \begin_inset Formula \[
15791 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15792
15793 \end_inset
15794
15795 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15796 \begin_inset Formula \[
15797 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15798
15799 \end_inset
15800
15801 Bei Integralen werden mit Ausnahme von 
15802 \series bold
15803
15804 \backslash
15805 intop
15806 \series default
15807  und 
15808 \series bold
15809
15810 \backslash
15811 ointop
15812 \series default
15813  die Grenzen standardmäßig neben den Operator gesetzt.
15814  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15815  gesetzt.
15816  Im folgenden Beispiel wurde die Grenze deswegen auf 
15817 \series bold
15818 Anzeige
15819 \series default
15820  gesetzt und damit unter die Integrale geschrieben:
15821 \begin_inset Formula \begin{equation}
15822 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset VSpace medskip
15831 \end_inset
15832
15833 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15834 \series bold
15835
15836 \backslash
15837 subarray
15838 \series default
15839
15840 \begin_inset Index
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844 Befehle ! S ! 
15845 \backslash
15846 subarray
15847 \end_layout
15848
15849 \end_inset
15850
15851  und 
15852 \series bold
15853
15854 \backslash
15855 substack
15856 \series default
15857
15858 \begin_inset Index
15859 status collapsed
15860
15861 \begin_layout Plain Layout
15862 Befehle ! S ! 
15863 \backslash
15864 substack
15865 \end_layout
15866
15867 \end_inset
15868
15869 .
15870  Um z.
15871 \begin_inset space \thinspace{}
15872 \end_inset
15873
15874 B.
15875  diesen Ausdruck 
15876 \begin_inset Formula \begin{equation}
15877 \sum_{\begin{subarray}{c}
15878 0<k<1000\\
15879 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15880
15881 \end_inset
15882
15883 zu erstellen, muss man Folgendes tun:
15884 \begin_inset Newline newline
15885 \end_inset
15886
15887 Zuerst gibt man den Befehl 
15888 \series bold
15889
15890 \backslash
15891 sum
15892 \series default
15893 ^
15894 \series bold
15895 n
15896 \begin_inset ERT
15897 status collapsed
15898
15899 \begin_layout Plain Layout
15900
15901
15902 \backslash
15903 leer 
15904 \end_layout
15905
15906 \end_inset
15907
15908 _
15909 \series default
15910  ein.
15911  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15912  In dieses gibt man den Befehl 
15913 \series bold
15914
15915 \backslash
15916 subarray
15917 \begin_inset ERT
15918 status collapsed
15919
15920 \begin_layout Plain Layout
15921
15922
15923 \backslash
15924 leer 
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \series default
15931  ein.
15932  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
15933  Zeilen untereinander schreiben.
15934  Mit Eingabe des Zeilenumbruchs (
15935 \family sans
15936 Strg-Enter
15937 \family default
15938 ) wird eine neue Zeile erstellt.
15939  Gibt man
15940 \begin_inset Newline newline
15941 \end_inset
15942
15943
15944 \series bold
15945 0<k<1000 Strg-Enter
15946 \begin_inset Newline newline
15947 \end_inset
15948
15949
15950 \series default
15951 ein, erscheint darunter ein Kästchen für die neue Zeile.
15952 \end_layout
15953
15954 \begin_layout Standard
15955 Die Ausrichtung der Zeilen kann mit der 
15956 \family sans
15957 Tabellen-Werkzeugleiste
15958 \family default
15959  oder dem Menü 
15960 \family sans
15961 Bearbeiten\SpecialChar \menuseparator
15962 Zeilen & Spalten
15963 \family default
15964  auf links geändert werden.
15965  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15966 \series bold
15967
15968 \backslash
15969 hfill
15970 \begin_inset ERT
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974
15975
15976 \backslash
15977 leer 
15978 \end_layout
15979
15980 \end_inset
15981
15982
15983 \series default
15984  eingegeben.
15985 \end_layout
15986
15987 \begin_layout Standard
15988 Der Befehl 
15989 \series bold
15990
15991 \backslash
15992 substack
15993 \series default
15994  ist äquivalent zu 
15995 \series bold
15996
15997 \backslash
15998 subarray
15999 \series default
16000 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 \begin_inset VSpace bigskip
16005 \end_inset
16006
16007 Wie bei Formel 
16008 \begin_inset CommandInset ref
16009 LatexCommand eqref
16010 reference "eq:substack"
16011
16012 \end_inset
16013
16014  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16015  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16016 \end_layout
16017
16018 \begin_layout Standard
16019 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16020 \end_layout
16021
16022 \begin_layout Standard
16023
16024 \series bold
16025
16026 \backslash
16027 def
16028 \backslash
16029 clap#1{
16030 \backslash
16031 hbox to 0pt{
16032 \backslash
16033 hss #1
16034 \backslash
16035 hss}}
16036 \begin_inset Newline newline
16037 \end_inset
16038
16039
16040 \backslash
16041 def
16042 \backslash
16043 mathclap {
16044 \backslash
16045 mathpalette 
16046 \backslash
16047 mathclapinternal}
16048 \begin_inset Newline newline
16049 \end_inset
16050
16051
16052 \backslash
16053 def
16054 \backslash
16055 mathclapinternal #1#2{
16056 \backslash
16057 clap{$
16058 \backslash
16059 mathsurround =0pt #1{#2}$}}
16060 \end_layout
16061
16062 \begin_layout Standard
16063 Dadurch wird der Befehl 
16064 \series bold
16065
16066 \backslash
16067 mathclap
16068 \series default
16069
16070 \begin_inset Index
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074 Befehle ! M ! 
16075 \backslash
16076 mathclap
16077 \end_layout
16078
16079 \end_inset
16080
16081  definiert, der die Breite der Grenze auf 0
16082 \begin_inset space \thinspace{}
16083 \end_inset
16084
16085 pt setzt.
16086  Das Befehlsschema lautet
16087 \end_layout
16088
16089 \begin_layout Standard
16090
16091 \series bold
16092
16093 \backslash
16094 mathclap{Grenze}
16095 \end_layout
16096
16097 \begin_layout Standard
16098 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16099 \end_layout
16100
16101 \begin_layout Standard
16102 Auf Formel 
16103 \begin_inset CommandInset ref
16104 LatexCommand eqref
16105 reference "eq:substack"
16106
16107 \end_inset
16108
16109  angewandt, gibt man also den Befehl
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 sum_
16118 \backslash
16119 mathclap{
16120 \backslash
16121 substack
16122 \begin_inset ERT
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127
16128 \backslash
16129 leer 
16130 \end_layout
16131
16132 \end_inset
16133
16134 0<k<1000 Strg-Enter
16135 \end_layout
16136
16137 \begin_layout Standard
16138 ein, um die untere Grenze zu erstellen.
16139  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16140 \begin_inset Formula \[
16141 \sum_{\mathclap{\substack{0<k<1000\\
16142 \\k\,\in\,\mathbb{N}}
16143 }}^{n}k^{-2}\]
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \begin_layout Standard
16151 \begin_inset VSpace bigskip
16152 \end_inset
16153
16154 In 
16155 \begin_inset CommandInset ref
16156 LatexCommand ref
16157 reference "sub:Selbstdefinierte-Operatoren"
16158
16159 \end_inset
16160
16161  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16162 \end_layout
16163
16164 \begin_layout Subsection
16165 Binäre Operatoren
16166 \begin_inset CommandInset label
16167 LatexCommand label
16168 name "sub:Binäre-Operatoren"
16169
16170 \end_inset
16171
16172
16173 \begin_inset Index
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177 Operatoren ! binäre
16178 \end_layout
16179
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \begin_layout Standard
16186 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16187  ein Zeichen befindet.
16188 \begin_inset VSpace medskip
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Standard
16195 \begin_inset space \hfill{}
16196 \end_inset
16197
16198
16199 \begin_inset Tabular
16200 <lyxtabular version="3" rows="13" columns="2">
16201 <features>
16202 <column alignment="center" valignment="top" width="0pt">
16203 <column alignment="center" valignment="top" width="0pt">
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 Befehl
16210 \begin_inset Note Note
16211 status collapsed
16212
16213 \begin_layout Plain Layout
16214
16215 \series bold
16216
16217 \backslash
16218 raisebox
16219 \series default
16220  dient nur als Abstandhalter.
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 Ergebnis
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245 +
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 \begin_inset Formula $+$
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 -
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 \begin_inset Formula $-$
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 </row>
16286 <row>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291
16292 \backslash
16293 pm
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 \begin_inset Formula $\pm$
16303 \end_inset
16304
16305
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \backslash
16318 mp
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 \begin_inset Formula $\mp$
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341
16342 \backslash
16343 cdot
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 \begin_inset Formula $\cdot$
16353 \end_inset
16354
16355
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 <row>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366
16367 \backslash
16368 times
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 \begin_inset Formula $\times$
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391
16392 \backslash
16393 div
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 \begin_inset Formula $\div$
16403 \end_inset
16404
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 \begin_inset ERT
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420
16421
16422 \backslash
16423 raisebox{-1.2mm}{
16424 \end_layout
16425
16426 \end_inset
16427
16428 *
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434 }
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 \begin_inset Formula $*$
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \backslash
16464 star
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 \begin_inset Formula $\star$
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487
16488 \backslash
16489 circ
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 \begin_inset Formula $\circ$
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512
16513 \backslash
16514 diamond
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 \begin_inset Formula $\diamond$
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537
16538 \backslash
16539 bullet
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 \begin_inset Formula $\bullet$
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 </lyxtabular>
16558
16559 \end_inset
16560
16561
16562 \begin_inset space \hfill{}
16563 \end_inset
16564
16565
16566 \begin_inset Tabular
16567 <lyxtabular version="3" rows="13" columns="2">
16568 <features>
16569 <column alignment="center" valignment="top" width="0pt">
16570 <column alignment="center" valignment="top" width="0pt">
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 Befehl
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 Ergebnis
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \backslash
16598 nabla
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 \begin_inset Formula $\nabla$
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621
16622 \backslash
16623 bigtriangledown
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $\bigtriangledown$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \backslash
16648 bigtriangleup
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Formula $\bigtriangleup$
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671
16672 \backslash
16673 Box
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Formula $\Box$
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696
16697 \backslash
16698 cap 
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $\cap$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 <row>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721
16722 \backslash
16723 cup
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 \begin_inset Formula $\cup$
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \backslash
16748 dagger
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 \begin_inset Formula $\dagger$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \backslash
16773 ddagger
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 \begin_inset Formula $\ddagger$
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \backslash
16798 wr
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Formula $\wr$
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \backslash
16823 bigcirc
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $\bigcirc$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row>
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846
16847 \backslash
16848 wedge
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Formula $\wedge$
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \backslash
16873 vee
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $\vee$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 </lyxtabular>
16892
16893 \end_inset
16894
16895
16896 \begin_inset space \hfill{}
16897 \end_inset
16898
16899
16900 \begin_inset Tabular
16901 <lyxtabular version="3" rows="13" columns="2">
16902 <features>
16903 <column alignment="center" valignment="top" width="0pt">
16904 <column alignment="center" valignment="top" width="0pt">
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 Befehl
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 Ergebnis
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 oplus
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\oplus$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 ominus
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\ominus$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 otimes
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\otimes$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \backslash
17007 oslash
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\oslash$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 </row>
17025 <row>
17026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030
17031 \backslash
17032 odot
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\odot$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 <row>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055
17056 \backslash
17057 amalg
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $\amalg$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \backslash
17082 uplus
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $\uplus$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 setminus
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\setminus$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 sqcap
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\sqcap$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 sqcup
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\sqcup$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \backslash
17182 triangleleft
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\triangleleft$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \backslash
17207 triangleright
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\triangleright$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 </lyxtabular>
17226
17227 \end_inset
17228
17229
17230 \begin_inset space \hfill{}
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \begin_layout Standard
17237 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17238  
17239 \begin_inset Graphics
17240         filename ../../images/math/pm.png
17241         scale 85
17242
17243 \end_inset
17244
17245  eingefügt werden.
17246 \end_layout
17247
17248 \begin_layout Standard
17249 Um den Laplace-Operator darzustellen, kann man statt 
17250 \series bold
17251
17252 \backslash
17253 bigtriangleup
17254 \series default
17255  auch 
17256 \series bold
17257
17258 \backslash
17259 Delta
17260 \series default
17261  verwenden oder man benutzt 
17262 \series bold
17263
17264 \backslash
17265 nabla
17266 \series default
17267 ^
17268 \series bold
17269 2
17270 \series default
17271  (
17272 \begin_inset Formula $\nabla^{2}$
17273 \end_inset
17274
17275 ).
17276 \end_layout
17277
17278 \begin_layout Standard
17279 Das Zeichen 
17280 \family sans
17281 Menütrenner
17282 \family default
17283  im Menü 
17284 \family sans
17285 Einfügen\SpecialChar \menuseparator
17286 Sonderzeichen
17287 \family default
17288  ist der Operator 
17289 \series bold
17290
17291 \backslash
17292 triangleright
17293 \series default
17294 .
17295 \end_layout
17296
17297 \begin_layout Subsection
17298 Selbst definierte Operatoren
17299 \begin_inset CommandInset label
17300 LatexCommand label
17301 name "sub:Selbstdefinierte-Operatoren"
17302
17303 \end_inset
17304
17305
17306 \begin_inset Index
17307 status collapsed
17308
17309 \begin_layout Plain Layout
17310 Operatoren ! selbstdefinierte
17311 \end_layout
17312
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Standard
17319 Mit Hilfe des Befehls 
17320 \series bold
17321
17322 \backslash
17323 DeclareMathOperator
17324 \series default
17325
17326 \begin_inset Index
17327 status collapsed
17328
17329 \begin_layout Plain Layout
17330 Befehle ! D ! 
17331 \backslash
17332 dbinom@
17333 \backslash
17334 DeclareMathOperator
17335 \end_layout
17336
17337 \end_inset
17338
17339  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17340  Das Befehlsschema dazu lautet:
17341 \end_layout
17342
17343 \begin_layout Standard
17344
17345 \series bold
17346
17347 \backslash
17348 DeclareMathOperator{neuer Befehl}{Anzeige}
17349 \end_layout
17350
17351 \begin_layout Standard
17352 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17353  im Ausdruck aussieht.
17354  Will man einen großen Operator definieren, setzt man hinter den Befehl
17355  ein 
17356 \series bold
17357 *
17358 \series default
17359 .
17360  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17361  wie in 
17362 \begin_inset CommandInset ref
17363 LatexCommand ref
17364 reference "sub:Operatorgrenzen"
17365
17366 \end_inset
17367
17368  beschrieben.
17369 \end_layout
17370
17371 \begin_layout Standard
17372 Beispielsweise definiert die LaTeX-Vorspannzeile
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 DeclareMathOperator*{
17381 \backslash
17382 Raute}{
17383 \backslash
17384 blacklozenge}
17385 \end_layout
17386
17387 \begin_layout Standard
17388 den Befehl 
17389 \series bold
17390
17391 \backslash
17392 Raute
17393 \series default
17394 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17395  aus 
17396 \begin_inset CommandInset ref
17397 LatexCommand ref
17398 reference "sub:Sonstige-Symbole"
17399
17400 \end_inset
17401
17402  besteht:
17403 \begin_inset Formula \[
17404 \Raute_{n=1}^{\infty}\]
17405
17406 \end_inset
17407
17408 Der Befehl für diese Formel lautet: 
17409 \series bold
17410
17411 \backslash
17412 Raute
17413 \series default
17414 ^
17415 \series bold
17416
17417 \backslash
17418 infty
17419 \begin_inset Formula $\to$
17420 \end_inset
17421
17422 _n=1
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset VSpace bigskip
17427 \end_inset
17428
17429 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17430  auch mit den Befehlen 
17431 \series bold
17432
17433 \backslash
17434 mathop
17435 \series default
17436
17437 \begin_inset Index
17438 status collapsed
17439
17440 \begin_layout Plain Layout
17441 Befehle ! M ! 
17442 \backslash
17443 mathop
17444 \end_layout
17445
17446 \end_inset
17447
17448  und 
17449 \series bold
17450
17451 \backslash
17452 mathbin
17453 \series default
17454
17455 \begin_inset Index
17456 status collapsed
17457
17458 \begin_layout Plain Layout
17459 Befehle ! M ! 
17460 \backslash
17461 mathbin
17462 \end_layout
17463
17464 \end_inset
17465
17466  definieren, die folgendes Schema besitzen:
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472
17473 \backslash
17474 mathop{Anzeige}
17475 \series default
17476  bzw.
17477  
17478 \series bold
17479
17480 \backslash
17481 mathbin{Anzeige}
17482 \end_layout
17483
17484 \begin_layout Standard
17485
17486 \series bold
17487
17488 \backslash
17489 mathop
17490 \series default
17491  definiert große, 
17492 \series bold
17493
17494 \backslash
17495 mathbin
17496 \series default
17497  binäre Operatoren.
17498 \end_layout
17499
17500 \begin_layout Standard
17501
17502 \series bold
17503
17504 \backslash
17505 mathop
17506 \series default
17507  lässt sich z.
17508 \begin_inset space \thinspace{}
17509 \end_inset
17510
17511 B.
17512  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17513 \begin_inset Formula \[
17514 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Der Befehl für obige Formel lautet:
17523 \begin_inset Newline newline
17524 \end_inset
17525
17526  
17527 \series bold
17528
17529 \backslash
17530 mathop{
17531 \backslash
17532 sum
17533 \backslash
17534 negmedspace
17535 \backslash
17536 sum
17537 \series default
17538
17539 \begin_inset ERT
17540 status collapsed
17541
17542 \begin_layout Plain Layout
17543
17544
17545 \backslash
17546 leer 
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \series bold
17553
17554 \begin_inset Formula $\to$
17555 \end_inset
17556
17557 ^N
17558 \series default
17559
17560 \begin_inset ERT
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564
17565
17566 \backslash
17567 leer 
17568 \end_layout
17569
17570 \end_inset
17571
17572
17573 \series bold
17574 _i,j=1
17575 \end_layout
17576
17577 \begin_layout Section
17578 Schriften
17579 \begin_inset Index
17580 status collapsed
17581
17582 \begin_layout Plain Layout
17583 Schriften
17584 \end_layout
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Subsection
17592 Schriftstile
17593 \begin_inset CommandInset label
17594 LatexCommand label
17595 name "sub:Schriftstile"
17596
17597 \end_inset
17598
17599
17600 \begin_inset Index
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604 Schriften ! Schriftstile
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17614  gesetzt werden:
17615 \begin_inset VSpace -2mm
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 \align center
17623 \begin_inset Tabular
17624 <lyxtabular version="3" rows="6" columns="3">
17625 <features>
17626 <column alignment="center" valignment="top" width="0">
17627 <column alignment="center" valignment="top" width="0">
17628 <column alignment="center" valignment="top" width="0">
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 Befehl
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 Ergebnis
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 Tastenkürzel
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 <row>
17659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \backslash
17665 mathbb
17666 \series bold
17667
17668 \begin_inset ERT
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672
17673
17674 \backslash
17675 leer 
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \series default
17682 ABC
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $\mathbb{ABC}$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 Alt-z k
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \backslash
17716 mathbf
17717 \series bold
17718
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 leer 
17727 \end_layout
17728
17729 \end_inset
17730
17731
17732 \series default
17733 AbC
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 \begin_inset Formula $\mathbf{AbC}$
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 -
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 </row>
17760 <row>
17761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765
17766 \backslash
17767 boldsymbol
17768 \series bold
17769
17770 \begin_inset ERT
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774
17775
17776 \backslash
17777 leer 
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \series default
17784 AbC
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Formula $\boldsymbol{AbC}$
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Alt-z f
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 mathcal
17819 \series bold
17820
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 leer 
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \series default
17835 ABC
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 \begin_inset Formula $\mathcal{ABC}$
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 Alt-z h
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 </row>
17862 <row>
17863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867
17868 \backslash
17869 mathfrak
17870 \series bold
17871
17872 \begin_inset ERT
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876
17877
17878 \backslash
17879 leer 
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \series default
17886 AbC
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 \begin_inset Formula $\mathfrak{AbC}$
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 -
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 </lyxtabular>
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \align center
17922 \begin_inset Tabular
17923 <lyxtabular version="3" rows="5" columns="3">
17924 <features>
17925 <column alignment="center" valignment="top" width="0">
17926 <column alignment="center" valignment="top" width="0">
17927 <column alignment="center" valignment="top" width="0">
17928 <row>
17929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933 Befehl
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 Ergebnis
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 Tastenkürzel
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 </row>
17957 <row>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \backslash
17964 mathit
17965 \series bold
17966
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 leer 
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \series default
17981 AbC
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 \begin_inset Formula $\mathit{AbC}$
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 -
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 </row>
18008 <row>
18009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013
18014 \backslash
18015 mathrm
18016 \series bold
18017
18018 \begin_inset ERT
18019 status collapsed
18020
18021 \begin_layout Plain Layout
18022
18023
18024 \backslash
18025 leer 
18026 \end_layout
18027
18028 \end_inset
18029
18030
18031 \series default
18032 AbC
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 \begin_inset Formula $\mathrm{AbC}$
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 Alt-z r
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 </row>
18059 <row>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \backslash
18066 mathsf
18067 \series bold
18068
18069 \begin_inset ERT
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073
18074
18075 \backslash
18076 leer 
18077 \end_layout
18078
18079 \end_inset
18080
18081
18082 \series default
18083 AbC
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Formula $\mathsf{AbC}$
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 Alt-z s
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 </row>
18110 <row>
18111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115
18116 \backslash
18117 mathtt
18118 \series bold
18119
18120 \begin_inset ERT
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124
18125
18126 \backslash
18127 leer 
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \series default
18134 AbC
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Formula $\mathtt{AbC}$
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 Alt-z c
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 </lyxtabular>
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Standard
18169 \begin_inset Note Greyedout
18170 status open
18171
18172 \begin_layout Plain Layout
18173
18174 \series bold
18175 Achtung:
18176 \series default
18177  Die Stile 
18178 \series bold
18179
18180 \backslash
18181 mathbb
18182 \series default
18183  und 
18184 \series bold
18185
18186 \backslash
18187 mathcal
18188 \series default
18189  können nur für Großbuchstaben verwendet werden.
18190 \end_layout
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \begin_layout Standard
18198 Voreingestellt ist der Stil 
18199 \series bold
18200
18201 \backslash
18202 mathnormal
18203 \series default
18204 .
18205 \end_layout
18206
18207 \begin_layout Standard
18208 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18209 \begin_inset Formula \[
18210 \mathfrak{A=\frac{b}{C}}\]
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18219 ile, sondern in dem Textschriftstil 
18220 \series bold
18221
18222 \backslash
18223 textrm
18224 \series default
18225 .
18226  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18227  Fehler in LyX .
18228 \begin_inset Foot
18229 status collapsed
18230
18231 \begin_layout Plain Layout
18232 \begin_inset CommandInset href
18233 LatexCommand href
18234 name "LyX-Fehler #4091"
18235 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Standard
18248 Anstelle der Stilbefehle kann man auch den Dialog 
18249 \family sans
18250 Bearbeiten\SpecialChar \menuseparator
18251 Mathe\SpecialChar \menuseparator
18252 Text-Stil
18253 \family default
18254  oder den Mathe-Werkzeugleistenknopf 
18255 \begin_inset Graphics
18256         filename ../../images/math/font.png
18257         scale 85
18258
18259 \end_inset
18260
18261  verwenden.
18262 \end_layout
18263
18264 \begin_layout Subsection
18265 Fett gedruckte Formeln
18266 \begin_inset CommandInset label
18267 LatexCommand label
18268 name "sub:Fett-gedruckte-Formeln"
18269
18270 \end_inset
18271
18272
18273 \begin_inset Index
18274 status collapsed
18275
18276 \begin_layout Plain Layout
18277 Formel ! fett gedruckte
18278 \end_layout
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Standard
18286 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18287  Kapitel angegebenen Befehl 
18288 \series bold
18289
18290 \backslash
18291 mathbf
18292 \series default
18293  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18294  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18295  Formel gut erkennt:
18296 \end_layout
18297
18298 \begin_layout Standard
18299 \begin_inset Formula \[
18300 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18309 \series bold
18310
18311 \backslash
18312 boldsymbol
18313 \series default
18314 :
18315 \begin_inset Formula \[
18316 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18317
18318 \end_inset
18319
18320 Es gibt auch die Möglichkeit die Formel in eine 
18321 \series bold
18322 boldmath-Umgebung
18323 \series default
18324  zu setzen.
18325  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18326 \series bold
18327
18328 \backslash
18329 boldmath
18330 \begin_inset Index
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334 Befehle ! B ! 
18335 \backslash
18336 boldmath
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \series default
18343  eingibt.
18344  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18345 \series bold
18346
18347 \backslash
18348 unboldmath
18349 \begin_inset Index
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353 Befehle ! U ! 
18354 \backslash
18355 unboldmath
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \series default
18362  ein.
18363 \begin_inset ERT
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367
18368
18369 \backslash
18370 boldmath 
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \begin_inset Formula \[
18377 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18378
18379 \end_inset
18380
18381
18382 \begin_inset ERT
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386
18387
18388 \backslash
18389 unboldmath 
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Subsection
18398 Schriftgrößen
18399 \begin_inset CommandInset label
18400 LatexCommand label
18401 name "sub:Schriftgrößen"
18402
18403 \end_inset
18404
18405
18406 \begin_inset Index
18407 status collapsed
18408
18409 \begin_layout Plain Layout
18410 Schriften ! Schriftgrößen
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18420 le:
18421 \end_layout
18422
18423 \begin_layout Standard
18424
18425 \series bold
18426
18427 \backslash
18428 Huge
18429 \series default
18430
18431 \series bold
18432
18433 \backslash
18434 huge
18435 \series default
18436
18437 \series bold
18438
18439 \backslash
18440 LARGE
18441 \series default
18442
18443 \series bold
18444
18445 \backslash
18446 Large
18447 \series default
18448
18449 \series bold
18450
18451 \backslash
18452 large
18453 \series default
18454
18455 \series bold
18456
18457 \backslash
18458 normalsize
18459 \series default
18460
18461 \series bold
18462
18463 \backslash
18464 small
18465 \series default
18466
18467 \series bold
18468
18469 \backslash
18470 footnotesize
18471 \series default
18472 ,
18473 \begin_inset Newline linebreak
18474 \end_inset
18475
18476
18477 \series bold
18478
18479 \backslash
18480 scriptsize
18481 \series default
18482  und 
18483 \series bold
18484
18485 \backslash
18486 tiny
18487 \end_layout
18488
18489 \begin_layout Standard
18490 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18491  ab, die dem Befehl 
18492 \series bold
18493
18494 \backslash
18495 normalsize
18496 \series default
18497  entspricht.
18498  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18499 \series bold
18500
18501 \backslash
18502 normalsize
18503 \series default
18504 .
18505  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18506  Beträgt z.
18507 \begin_inset space \thinspace{}
18508 \end_inset
18509
18510 B.
18511  die Dokumentschriftgröße 12
18512 \begin_inset space \thinspace{}
18513 \end_inset
18514
18515 pt, produziert der Befehl 
18516 \series bold
18517
18518 \backslash
18519 Huge
18520 \series default
18521  dasselbe wie 
18522 \series bold
18523
18524 \backslash
18525 huge
18526 \series default
18527 .
18528  
18529 \end_layout
18530
18531 \begin_layout Standard
18532 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18533  Größe aller nachfolgenden Formel- und Textzeichen fest.
18534  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18535  TeX-Modus den Befehl 
18536 \series bold
18537
18538 \backslash
18539 normalsize
18540 \series default
18541  ein.
18542 \end_layout
18543
18544 \begin_layout Standard
18545 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18546  mathematischen Text geändert werden.
18547  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18548  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18549  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18550  Dazu zwei Beispiele:
18551 \begin_inset VSpace -2mm
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 huge 
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \begin_inset Formula \[
18572 A=\frac{B}{c}\cdot\maltese\]
18573
18574 \end_inset
18575
18576
18577 \begin_inset Formula \[
18578 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18579
18580 \end_inset
18581
18582
18583 \begin_inset ERT
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 normalsize 
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \begin_layout Standard
18599 \begin_inset VSpace medskip
18600 \end_inset
18601
18602 Vor beiden Formeln wurde der Befehl 
18603 \series bold
18604
18605 \backslash
18606 huge
18607 \series default
18608  eingegeben.
18609  Der Befehl für die zweite Formel lautet:
18610 \begin_inset Newline newline
18611 \end_inset
18612
18613
18614 \series bold
18615
18616 \backslash
18617 maltese
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 leer 
18626 \end_layout
18627
18628 \end_inset
18629
18630 A M-m m 
18631 \backslash
18632 Large
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 leer 
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \backslash
18647 maltese
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 leer 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \backslash
18662 textit
18663 \begin_inset ERT
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667
18668
18669 \backslash
18670 leer 
18671 \end_layout
18672
18673 \end_inset
18674
18675 A
18676 \begin_inset Formula $\to$
18677 \end_inset
18678
18679
18680 \begin_inset Formula $\to$
18681 \end_inset
18682
18683
18684 \begin_inset Newline newline
18685 \end_inset
18686
18687
18688 \begin_inset space \hspace*{}
18689 \length 1cm
18690 \end_inset
18691
18692 M-m
18693 \series default
18694  
18695 \series bold
18696
18697 \backslash
18698 tiny
18699 \begin_inset ERT
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703
18704
18705 \backslash
18706 leer 
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \backslash
18713 maltese
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 leer 
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \backslash
18728 textit
18729 \begin_inset ERT
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733
18734
18735 \backslash
18736 leer 
18737 \end_layout
18738
18739 \end_inset
18740
18741 A
18742 \end_layout
18743
18744 \begin_layout Standard
18745 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18746  immer in der Standardgröße dargestellt.
18747 \end_layout
18748
18749 \begin_layout Section
18750 Griechische Buchstaben
18751 \begin_inset Index
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755 griechische Buchstaben
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18765  
18766 \begin_inset Graphics
18767         filename ../../images/math/alpha.png
18768         scale 85
18769
18770 \end_inset
18771
18772  eingefügt werden.
18773 \end_layout
18774
18775 \begin_layout Subsection
18776 Kleine Buchstaben
18777 \begin_inset CommandInset label
18778 LatexCommand label
18779 name "sub:Kleine-Buchstaben"
18780
18781 \end_inset
18782
18783
18784 \begin_inset Index
18785 status collapsed
18786
18787 \begin_layout Plain Layout
18788 griechische Buchstaben ! kleine
18789 \end_layout
18790
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \begin_layout Standard
18797 \begin_inset space \hfill{}
18798 \end_inset
18799
18800
18801 \begin_inset Tabular
18802 <lyxtabular version="3" rows="11" columns="2">
18803 <features>
18804 <column alignment="center" valignment="top" width="0pt">
18805 <column alignment="center" valignment="top" width="0pt">
18806 <row>
18807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 Befehl
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820 Ergebnis
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 </row>
18826 <row>
18827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \backslash
18833 alpha
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Formula $\alpha$
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 <row>
18852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \backslash
18858 beta
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867 \begin_inset Formula $\beta$
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \backslash
18883 gamma
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 \begin_inset Formula $\gamma$
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 </row>
18901 <row>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \backslash
18908 delta
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 \begin_inset Formula $\delta$
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 </row>
18926 <row>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931
18932 \backslash
18933 epsilon
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 \begin_inset Formula $\epsilon$
18943 \end_inset
18944
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \backslash
18958 varepsilon
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 \begin_inset Formula $\varepsilon$
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \backslash
18983 zeta
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992 \begin_inset Formula $\zeta$
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row>
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006
19007 \backslash
19008 eta
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 \begin_inset Formula $\eta$
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 <row>
19027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031
19032 \backslash
19033 theta
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 \begin_inset Formula $\theta$
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 </row>
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056
19057 \backslash
19058 vartheta
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 \begin_inset Formula $\vartheta$
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \begin_inset space \hfill{}
19082 \end_inset
19083
19084
19085 \begin_inset Tabular
19086 <lyxtabular version="3" rows="12" columns="2">
19087 <features>
19088 <column alignment="center" valignment="top" width="0pt">
19089 <column alignment="center" valignment="top" width="0pt">
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 Befehl
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 Ergebnis
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \backslash
19117 iota
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Formula $\iota$
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \backslash
19142 kappa
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Formula $\kappa$
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \backslash
19167 varkappa
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Formula $\varkappa$
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 <row>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \backslash
19192 lambda
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset Formula $\lambda$
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \backslash
19217 mu
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 \begin_inset Formula $\mu$
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \backslash
19242 nu
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Formula $\nu$
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \backslash
19267 xi
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset Formula $\xi$
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 o
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset Formula $o$
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 <row>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \backslash
19315 pi
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 \begin_inset Formula $\pi$
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \backslash
19340 varpi
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 \begin_inset Formula $\varpi$
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \backslash
19365 rho
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 \begin_inset Formula $\rho$
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 </lyxtabular>
19384
19385 \end_inset
19386
19387
19388 \begin_inset space \hfill{}
19389 \end_inset
19390
19391
19392 \begin_inset Tabular
19393 <lyxtabular version="3" rows="11" columns="2">
19394 <features>
19395 <column alignment="center" valignment="top" width="0pt">
19396 <column alignment="center" valignment="top" width="0pt">
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 Befehl
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 Ergebnis
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \backslash
19424 varrho
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset Formula $\varrho$
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \backslash
19449 sigma
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 \begin_inset Formula $\sigma$
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472
19473 \backslash
19474 varsigma
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 \begin_inset Formula $\varsigma$
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 <row>
19493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497
19498 \backslash
19499 tau
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 \begin_inset Formula $\tau$
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 </row>
19517 <row>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522
19523 \backslash
19524 upsilon
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 \begin_inset Formula $\upsilon$
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \backslash
19549 phi
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 \begin_inset Formula $\phi$
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 </row>
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \backslash
19574 varphi
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Formula $\varphi$
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \backslash
19599 chi
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset Formula $\chi$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \backslash
19624 psi
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\psi$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 <row>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \backslash
19649 omega
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset Formula $\omega$
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 </lyxtabular>
19668
19669 \end_inset
19670
19671
19672 \begin_inset space \hfill{}
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 \begin_inset VSpace medskip
19680 \end_inset
19681
19682 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19683 \begin_inset CommandInset ref
19684 LatexCommand ref
19685 reference "sub:Aufrechte-kleine-griechische"
19686
19687 \end_inset
19688
19689  beschrieben.
19690 \end_layout
19691
19692 \begin_layout Subsection
19693 Große Buchstaben
19694 \begin_inset Index
19695 status collapsed
19696
19697 \begin_layout Plain Layout
19698 griechische Buchstaben ! große
19699 \end_layout
19700
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \begin_layout Standard
19707 \begin_inset space \hfill{}
19708 \end_inset
19709
19710
19711 \begin_inset Tabular
19712 <lyxtabular version="3" rows="7" columns="2">
19713 <features>
19714 <column alignment="center" valignment="top" width="0pt">
19715 <column alignment="center" valignment="top" width="0pt">
19716 <row>
19717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 Befehl
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 Ergebnis
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741
19742 \backslash
19743 Gamma
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $\Gamma$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 Delta
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\Delta$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 Theta
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\Theta$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 Lambda
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\Lambda$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 Xi
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\Xi$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 Pi
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\Pi$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 </lyxtabular>
19887
19888 \end_inset
19889
19890
19891 \begin_inset space \hfill{}
19892 \end_inset
19893
19894
19895 \begin_inset Tabular
19896 <lyxtabular version="3" rows="6" columns="2">
19897 <features>
19898 <column alignment="center" valignment="top" width="0pt">
19899 <column alignment="center" valignment="top" width="0pt">
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 Befehl
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 Ergebnis
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 Sigma
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\Sigma$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 Upsilon
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\Upsilon$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 Phi
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\Phi$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 Psi
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\Psi$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 Omega
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\Omega$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 </lyxtabular>
20046
20047 \end_inset
20048
20049
20050 \begin_inset space \hfill{}
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Standard
20057 \begin_inset VSpace medskip
20058 \end_inset
20059
20060 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20061  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20062  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20063  mit 
20064 \series bold
20065 var
20066 \series default
20067 .
20068  So ergibt z.
20069 \begin_inset space \thinspace{}
20070 \end_inset
20071
20072 B.
20073  der Befehl 
20074 \series bold
20075
20076 \backslash
20077 varGamma
20078 \series default
20079
20080 \begin_inset Formula $\varGamma$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Subsection
20087 Fett gedruckte Buchstaben
20088 \begin_inset Index
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092 griechische Buchstaben ! fett gedruckte
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20102  Schriftstilen darstellen.
20103  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20104 \series bold
20105
20106 \backslash
20107 boldsymbol
20108 \series default
20109
20110 \begin_inset Index
20111 status collapsed
20112
20113 \begin_layout Plain Layout
20114 Befehle ! B ! 
20115 \backslash
20116 boldsymbol
20117 \end_layout
20118
20119 \end_inset
20120
20121  fett gedruckt auszugeben.
20122 \end_layout
20123
20124 \begin_layout Standard
20125 \align center
20126 \begin_inset Tabular
20127 <lyxtabular version="3" rows="3" columns="2">
20128 <features>
20129 <column alignment="center" valignment="top" width="0">
20130 <column alignment="center" valignment="top" width="0">
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 Befehl
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 Ergebnis
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 <row>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156
20157 \backslash
20158 Upsilon
20159 \backslash
20160 boldsymbol
20161 \backslash
20162 Upsilon
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 </row>
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185
20186 \backslash
20187 theta
20188 \backslash
20189 boldsymbol
20190 \backslash
20191 theta
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $\theta\boldsymbol{\theta}$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 </lyxtabular>
20210
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \begin_layout Section
20217 Symbole
20218 \begin_inset ERT
20219 status collapsed
20220
20221 \begin_layout Plain Layout
20222
20223
20224 \backslash
20225 texorpdfstring{
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \begin_inset Foot
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20236  
20237 \begin_inset CommandInset citation
20238 LatexCommand cite
20239 key "Symbole"
20240
20241 \end_inset
20242
20243 .
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \begin_inset ERT
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253
20254 }{}
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \begin_inset Note Note
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264
20265 \series bold
20266
20267 \backslash
20268 texorpdfstring
20269 \series default
20270  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20271 \end_layout
20272
20273 \begin_layout Plain Layout
20274 Näheres zu 
20275 \series bold
20276
20277 \backslash
20278 texorpdfstring
20279 \series default
20280  steht in Kapitel 
20281 \begin_inset CommandInset ref
20282 LatexCommand ref
20283 reference "sub:Formeln-in-Überschriften"
20284
20285 \end_inset
20286
20287 .
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \begin_inset Index
20294 status collapsed
20295
20296 \begin_layout Plain Layout
20297 Symbole
20298 \end_layout
20299
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \begin_layout Standard
20306 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20307
20308 leistenknöpfe 
20309 \begin_inset Graphics
20310         filename ../../images/math/nabla.png
20311         scale 85
20312
20313 \end_inset
20314
20315  und 
20316 \begin_inset Graphics
20317         filename ../../images/math/digamma.png
20318         scale 85
20319
20320 \end_inset
20321
20322  eingefügt werden.
20323 \end_layout
20324
20325 \begin_layout Standard
20326 \begin_inset Newpage newpage
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \begin_layout Subsection
20333 Mathematische Symbole
20334 \begin_inset CommandInset label
20335 LatexCommand label
20336 name "sub:Mathematische-Symbole"
20337
20338 \end_inset
20339
20340
20341 \begin_inset Index
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345 Symbole ! mathematische
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \begin_layout Standard
20354 \begin_inset space \hfill{}
20355 \end_inset
20356
20357
20358 \begin_inset Tabular
20359 <lyxtabular version="3" rows="10" columns="2">
20360 <features>
20361 <column alignment="center" valignment="top" width="0pt">
20362 <column alignment="center" valignment="top" width="0pt">
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 Befehl
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 Ergebnis
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 neg
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\neg$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 Im
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\Im$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 Re
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\Re$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 aleph
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\aleph$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 partial
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\partial$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 infty
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\infty$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \backslash
20540 wp
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Formula $\wp$
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \backslash
20565 imath
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $\imath$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \backslash
20590 jmath
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Formula $\jmath$
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 </lyxtabular>
20609
20610 \end_inset
20611
20612
20613 \begin_inset space \hfill{}
20614 \end_inset
20615
20616
20617 \begin_inset Tabular
20618 <lyxtabular version="3" rows="10" columns="2">
20619 <features>
20620 <column alignment="center" valignment="top" width="0pt">
20621 <column alignment="center" valignment="top" width="0pt">
20622 <row>
20623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 Befehl
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 Ergebnis
20637 \begin_inset Note Note
20638 status collapsed
20639
20640 \begin_layout Plain Layout
20641
20642 \series bold
20643
20644 \backslash
20645 raisebox
20646 \series default
20647  dient nur als Abstandhalter.
20648 \end_layout
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \backslash
20665 forall
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 \begin_inset Formula $\forall$
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \backslash
20690 exists
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 \begin_inset Formula $\exists$
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 <row>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \backslash
20715 nexists
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 \begin_inset Formula $\nexists$
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \backslash
20740 emptyset
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 \begin_inset Formula $\emptyset$
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 varnothing
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\varnothing$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 dag
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\dag$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813
20814 \backslash
20815 ddag
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Formula $\ddag$
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 complement
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset ERT
20850 status collapsed
20851
20852 \begin_layout Plain Layout
20853
20854
20855 \backslash
20856 raisebox{-0.8mm}{
20857 \end_layout
20858
20859 \end_inset
20860
20861
20862 \begin_inset Formula $\complement$
20863 \end_inset
20864
20865
20866 \begin_inset ERT
20867 status collapsed
20868
20869 \begin_layout Plain Layout
20870
20871 }
20872 \end_layout
20873
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 Bbbk
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Bbbk$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 </lyxtabular>
20908
20909 \end_inset
20910
20911
20912 \begin_inset space \hfill{}
20913 \end_inset
20914
20915
20916 \begin_inset Tabular
20917 <lyxtabular version="3" rows="10" columns="2">
20918 <features>
20919 <column alignment="center" valignment="top" width="0pt">
20920 <column alignment="center" valignment="top" width="0pt">
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 Befehl
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 Ergebnis
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 prime
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\prime$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 backprime
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\backprime$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 mho
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\mho$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021
21022 \backslash
21023 triangle
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 \begin_inset Formula $\triangle$
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \backslash
21048 angle
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 \begin_inset Formula $\angle$
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 <row>
21067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \backslash
21073 measuredangle
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Formula $\measuredangle$
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 <row>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096
21097 \backslash
21098 sphericalangle
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset Formula $\sphericalangle$
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 <row>
21117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121
21122 \backslash
21123 top
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $\top$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 </row>
21141 <row>
21142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146
21147 \backslash
21148 bot
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $\bot$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 </row>
21166 </lyxtabular>
21167
21168 \end_inset
21169
21170
21171 \begin_inset space \hfill{}
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Subsection
21178 Sonstige Symbole
21179 \begin_inset CommandInset label
21180 LatexCommand label
21181 name "sub:Sonstige-Symbole"
21182
21183 \end_inset
21184
21185
21186 \begin_inset Index
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190 Symbole ! sonstige
21191 \end_layout
21192
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Standard
21199 \noindent
21200 \align center
21201 \begin_inset Tabular
21202 <lyxtabular version="3" rows="10" columns="2">
21203 <features>
21204 <column alignment="center" valignment="top" width="0pt">
21205 <column alignment="center" valignment="top" width="0pt">
21206 <row>
21207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 Befehl
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220 Ergebnis
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 flat
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\flat$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \backslash
21258 natural
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $\natural$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \backslash
21283 sharp
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 \begin_inset Formula $\sharp$
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \backslash
21308 surd
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset Formula $\surd$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 checkmark
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\checkmark$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 yen
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\yen$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 pounds
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\pounds$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 $
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Formula $\$$
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 <row>
21425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 §
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $§$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 </lyxtabular>
21448
21449 \end_inset
21450
21451
21452 \begin_inset Tabular
21453 <lyxtabular version="3" rows="10" columns="2">
21454 <features>
21455 <column alignment="center" valignment="top" width="0">
21456 <column alignment="center" valignment="top" width="0">
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 Befehl
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 Ergebnis
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 hbar
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\hbar$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 hslash
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\hslash$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 clubsuit
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\clubsuit$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 spadesuit
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\spadesuit$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 bigstar
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\bigstar$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 blacklozenge
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\blacklozenge$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 blacktriangle
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\blacktriangle$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 blacktiangledown
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\blacktriangledown$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 bullet
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\bullet$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 </lyxtabular>
21703
21704 \end_inset
21705
21706
21707 \begin_inset Tabular
21708 <lyxtabular version="3" rows="10" columns="2">
21709 <features>
21710 <column alignment="center" valignment="top" width="0pt">
21711 <column alignment="center" valignment="top" width="0pt">
21712 <row>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 Befehl
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 Ergebnis
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 diamondsuit
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\diamondsuit$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 Diamond
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\Diamond$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 heartsuit
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\heartsuit$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 P
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\P$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 copyright
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\copyright$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \backslash
21864 circledR
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Formula $\circledR$
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 <row>
21883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \backslash
21889 maltese
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\maltese$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \backslash
21914 diagup
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Formula $\diagup$
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 </row>
21932 <row>
21933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \backslash
21939 diagdown
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 \begin_inset Formula $\diagdown$
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 </lyxtabular>
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 \begin_inset VSpace medskip
21966 \end_inset
21967
21968 Weitere Symbole sind in 
21969 \begin_inset CommandInset ref
21970 LatexCommand ref
21971 reference "sub:Sonstige-Sonderzeichen"
21972
21973 \end_inset
21974
21975  aufgelistet.
21976 \end_layout
21977
21978 \begin_layout Standard
21979 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
21980  
21981 \begin_inset CommandInset ref
21982 LatexCommand ref
21983 reference "sub:Schriftgrößen"
21984
21985 \end_inset
21986
21987 .
21988 \end_layout
21989
21990 \begin_layout Subsection
21991 Das Euro-Symbol €
21992 \begin_inset Index
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996 Symbole ! Euro-Symbol
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \begin_inset Index
22003 status collapsed
22004
22005 \begin_layout Plain Layout
22006 \begin_inset ERT
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010
22011
22012 \backslash
22013 officialeuro
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Standard
22027 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22028
22029 \series bold
22030 eurosym
22031 \series default
22032
22033 \begin_inset Index
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037 Pakete ! eurosym
22038 \end_layout
22039
22040 \end_inset
22041
22042  installieren und dieses mit der LaTeX-Vorspannzeile
22043 \end_layout
22044
22045 \begin_layout Standard
22046
22047 \series bold
22048
22049 \backslash
22050 usepackage[gennarrow]{eurosym}
22051 \end_layout
22052
22053 \begin_layout Standard
22054 aktivieren.
22055  Das Euro-Symbol kann man nun mit dem Befehl 
22056 \series bold
22057
22058 \backslash
22059 euro
22060 \series default
22061
22062 \begin_inset Index
22063 status collapsed
22064
22065 \begin_layout Plain Layout
22066 Befehle ! E ! 
22067 \backslash
22068 euro
22069 \end_layout
22070
22071 \end_inset
22072
22073  aufrufen.
22074 \end_layout
22075
22076 \begin_layout Standard
22077 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22078  eingeben, ohne 
22079 \series bold
22080 eurosym
22081 \series default
22082  installiert zu haben.
22083  Ist 
22084 \series bold
22085 eurosym
22086 \series default
22087  installiert, kann man 
22088 \series bold
22089
22090 \backslash
22091 euro
22092 \series default
22093  auch im TeX-Modus eingeben.
22094  Das offizielle Währungssymbol erhält man dann über den Befehl 
22095 \series bold
22096
22097 \backslash
22098 officialeuro
22099 \series default
22100
22101 \begin_inset Index
22102 status collapsed
22103
22104 \begin_layout Plain Layout
22105 Befehle ! O ! 
22106 \backslash
22107 officialeuro
22108 \end_layout
22109
22110 \end_inset
22111
22112 , der nur im TeX-Modus verfügbar ist.
22113 \end_layout
22114
22115 \begin_layout Standard
22116 \begin_inset ERT
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120
22121
22122 \backslash
22123 ifeurosym 
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \begin_inset Note Note
22130 status open
22131
22132 \begin_layout Plain Layout
22133 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22134 \series bold
22135 eurosym
22136 \series default
22137  installiert ist:
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 Eine Übersicht der verschiedenen Euro-Symbole:
22147 \end_layout
22148
22149 \begin_layout Standard
22150 \align center
22151 \begin_inset Tabular
22152 <lyxtabular version="3" rows="4" columns="3">
22153 <features>
22154 <column alignment="center" valignment="top" width="0pt">
22155 <column alignment="center" valignment="top" width="0pt">
22156 <column alignment="center" valignment="top" width="0pt">
22157 <row>
22158 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 Befehl 
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 Ergebnis
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 </row>
22186 <row>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 Formel
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 euro
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\euro$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 mathematischer Text
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\mbox{€}$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 TeX-Modus
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \backslash
22268 officialeuro
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset ERT
22278 status collapsed
22279
22280 \begin_layout Plain Layout
22281
22282
22283 \backslash
22284 officialeuro
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Standard
22303 \begin_inset ERT
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307
22308
22309 \backslash
22310 else 
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \begin_inset Note Note
22317 status open
22318
22319 \begin_layout Plain Layout
22320 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22321 \series bold
22322 eurosym
22323 \series default
22324  nicht installiert ist:
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 Das LaTeX-Paket 
22334 \series bold
22335 eurosym 
22336 \series default
22337 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346
22347 \backslash
22348 fi 
22349 \end_layout
22350
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \begin_layout Section
22357 Relationen
22358 \begin_inset CommandInset label
22359 LatexCommand label
22360 name "sec:Relationen"
22361
22362 \end_inset
22363
22364
22365 \begin_inset Index
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369 Relationen
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \begin_inset Index
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379 Vergleiche|see
22380 \begin_inset ERT
22381 status collapsed
22382
22383 \begin_layout Plain Layout
22384
22385 {
22386 \end_layout
22387
22388 \end_inset
22389
22390 Relationen
22391 \begin_inset ERT
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395
22396 }
22397 \end_layout
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22411  
22412 \begin_inset Graphics
22413         filename ../../images/math/leq.png
22414         scale 85
22415
22416 \end_inset
22417
22418  eingefügt werden.
22419 \end_layout
22420
22421 \begin_layout Standard
22422 \begin_inset space \hfill{}
22423 \end_inset
22424
22425
22426 \begin_inset Tabular
22427 <lyxtabular version="3" rows="17" columns="2">
22428 <features>
22429 <column alignment="center" valignment="top" width="0pt">
22430 <column alignment="center" valignment="top" width="0pt">
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 Befehl
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Ergebnis
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 <
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 \begin_inset Formula $<$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \backslash
22481 le
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Formula $\le$
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 </row>
22499 <row>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \backslash
22506 ll
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Formula $\ll$
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \backslash
22531 prec
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 \begin_inset Formula $\prec$
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 </row>
22549 <row>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554
22555 \backslash
22556 preceq
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset Formula $\preceq$
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \backslash
22581 subset
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 \begin_inset Formula $\subset$
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 subseteq
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset Formula $\subseteq$
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629
22630 \backslash
22631 sqsubseteq
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 \begin_inset Formula $\sqsubseteq$
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 </row>
22649 <row>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654
22655 \backslash
22656 in
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 \begin_inset Formula $\in$
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 </row>
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \backslash
22681 vdash
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 \begin_inset Formula $\vdash$
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 <row>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 smile
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset Formula $\smile$
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \backslash
22731 lhd
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $\lhd$
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \backslash
22756 unlhd
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Formula $\unlhd$
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \backslash
22781 gtrless
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\gtrless$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804
22805 \backslash
22806 mid
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Formula $\mid$
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 <row>
22825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829
22830 \backslash
22831 nmid
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 \begin_inset Formula $\nmid$
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 </lyxtabular>
22850
22851 \end_inset
22852
22853
22854 \begin_inset space \hfill{}
22855 \end_inset
22856
22857
22858 \begin_inset Tabular
22859 <lyxtabular version="3" rows="17" columns="2">
22860 <features>
22861 <column alignment="center" valignment="top" width="0pt">
22862 <column alignment="center" valignment="top" width="0pt">
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 Befehl
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 Ergebnis
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 =
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $=$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 </row>
22906 <row>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911
22912 \backslash
22913 not=
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 \begin_inset Formula $\not=$
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936
22937 \backslash
22938 equiv
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\equiv$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \backslash
22963 sim
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Formula $\sim$
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986
22987 \backslash
22988 simeq
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Formula $\simeq$
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 </row>
23006 <row>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 approx
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 \begin_inset Formula $\approx$
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \backslash
23038 cong
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\cong$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 bowtie
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\bowtie$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 notin
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\notin$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \backslash
23113 perp
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\perp$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 propto
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\propto$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \backslash
23163 asymp
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $\asymp$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \backslash
23188 doteq
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Formula $\doteq$
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 </row>
23206 <row>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \backslash
23213 circeq
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\circeq$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 models
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\models$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 widehat=
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\widehat{=}$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 </lyxtabular>
23282
23283 \end_inset
23284
23285
23286 \begin_inset space \hfill{}
23287 \end_inset
23288
23289
23290 \begin_inset Tabular
23291 <lyxtabular version="3" rows="17" columns="2">
23292 <features>
23293 <column alignment="center" valignment="top" width="0pt">
23294 <column alignment="center" valignment="top" width="0pt">
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 Befehl
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 Ergebnis
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 >
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 \begin_inset Formula $>$
23330 \end_inset
23331
23332
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 </row>
23338 <row>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343
23344 \backslash
23345 ge
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 \begin_inset Formula $\ge$
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 </row>
23363 <row>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \backslash
23370 gg
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379 \begin_inset Formula $\gg$
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 </row>
23388 <row>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393
23394 \backslash
23395 succ
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 \begin_inset Formula $\succ$
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418
23419 \backslash
23420 succeq
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 \begin_inset Formula $\succeq$
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 </row>
23438 <row>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443
23444 \backslash
23445 supset
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Formula $\supset$
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \backslash
23470 supseteq
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Formula $\supseteq$
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \backslash
23495 sqsupseteq
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504 \begin_inset Formula $\sqsupseteq$
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \backslash
23520 ni
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\ni$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \backslash
23545 dashv
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\dashv$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 frown
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\frown$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \backslash
23595 rhd
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $\rhd$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 unrhd
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\unrhd$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 lessgtr
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\lessgtr$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 parallel
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\parallel$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 nparallel
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\nparallel$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 </lyxtabular>
23714
23715 \end_inset
23716
23717
23718 \begin_inset space \hfill{}
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 \begin_inset VSpace medskip
23726 \end_inset
23727
23728 Die Zeichen 
23729 \series bold
23730
23731 \backslash
23732 lhd
23733 \series default
23734  bzw.
23735  
23736 \series bold
23737
23738 \backslash
23739 rhd
23740 \series default
23741  sind größer als die gleich aussehenden Operatoren
23742 \begin_inset Newline linebreak
23743 \end_inset
23744
23745
23746 \series bold
23747
23748 \backslash
23749 triangleleft
23750 \series default
23751  bzw.
23752  
23753 \series bold
23754
23755 \backslash
23756 triangleright
23757 \series default
23758 .
23759 \end_layout
23760
23761 \begin_layout Standard
23762 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23763 \end_layout
23764
23765 \begin_layout Standard
23766 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23767 \series bold
23768
23769 \backslash
23770 stackrel
23771 \series default
23772
23773 \begin_inset Index
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777 Befehle ! S ! 
23778 \backslash
23779 stackrel
23780 \end_layout
23781
23782 \end_inset
23783
23784  erstellt werden:
23785 \end_layout
23786
23787 \begin_layout Standard
23788 \align center
23789 \begin_inset Tabular
23790 <lyxtabular version="3" rows="2" columns="2">
23791 <features>
23792 <column alignment="center" valignment="top" width="0">
23793 <column alignment="center" valignment="top" width="0">
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 Befehl
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 Ergebnis
23809 \begin_inset Note Note
23810 status collapsed
23811
23812 \begin_layout Plain Layout
23813
23814 \series bold
23815
23816 \backslash
23817 raisebox
23818 \series default
23819  dient nur als Abstandhalter.
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 A(r)
23836 \backslash
23837 stackrel
23838 \begin_inset ERT
23839 status collapsed
23840
23841 \begin_layout Plain Layout
23842
23843
23844 \backslash
23845 leer 
23846 \end_layout
23847
23848 \end_inset
23849
23850 r
23851 \backslash
23852 to
23853 \backslash
23854 infty
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 leer 
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \begin_inset Formula $\downarrow$
23869 \end_inset
23870
23871
23872 \backslash
23873 approx
23874 \begin_inset ERT
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878
23879
23880 \backslash
23881 leer 
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 leer 
23895 \end_layout
23896
23897 \end_inset
23898
23899 B
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 </lyxtabular>
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 \begin_inset Newpage newpage
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Section
23932 Funktionen
23933 \end_layout
23934
23935 \begin_layout Subsection
23936 Vordefinierte Funktionen
23937 \begin_inset CommandInset label
23938 LatexCommand label
23939 name "sub:Vordefinierte-Funktionen"
23940
23941 \end_inset
23942
23943
23944 \begin_inset Index
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 Funktionen ! vordefinierte
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957 Allgemein werden in mathematischen Ausdrücken Variablen 
23958 \shape italic
23959 kursiv
23960 \shape default
23961  gesetzt, Funktionsnamen hingegen nicht, denn 
23962 \begin_inset Formula $sin$
23963 \end_inset
23964
23965  könnte als 
23966 \begin_inset Formula $s\cdot i\cdot n$
23967 \end_inset
23968
23969  missverstanden werden.
23970  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23971 en etwas abgesetzt sind.
23972  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23973 \end_layout
23974
23975 \begin_layout Standard
23976 \align center
23977 \begin_inset Tabular
23978 <lyxtabular version="3" rows="2" columns="4">
23979 <features>
23980 <column alignment="center" valignment="top" width="0pt">
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 <row>
23985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 Befehl
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 Ergebnis
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 Befehl
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 Ergebnis
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 Asin(x)+B
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 \begin_inset Formula $Asin(x)+B$
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 A
24049 \backslash
24050 sin(x)+B
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $A\sin(x)+B$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 </lyxtabular>
24069
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Standard
24076 Folgende Funktionen sind vordefiniert:
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \begin_inset VSpace -2mm
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087 \align center
24088 \begin_inset Tabular
24089 <lyxtabular version="3" rows="9" columns="4">
24090 <features>
24091 <column alignment="center" valignment="top" width="0pt">
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 <row>
24096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 Befehl
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 Befehl
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 Befehl
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 Befehl
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 </row>
24133 <row>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138
24139 \backslash
24140 sin
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149
24150 \backslash
24151 sinh
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160
24161 \backslash
24162 arcsin
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \backslash
24173 sup
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 </row>
24179 <row>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \backslash
24186 cos
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 cosh
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206
24207 \backslash
24208 arccos
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217
24218 \backslash
24219 inf
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 tan
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 tanh
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 arctan
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263
24264 \backslash
24265 lim
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 <row>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 cot
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 coth
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 arg
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 liminf
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 </row>
24317 <row>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 sec
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 min
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 deg
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 limsup
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 </row>
24363 <row>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 csc
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 max
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 det
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 Pr
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 </row>
24409 <row>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 ln
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 exp
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436
24437 \backslash
24438 dim
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \backslash
24449 hom
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 lg
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 log
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 ker
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 gcd
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 </lyxtabular>
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Standard
24509 Sie können auch über den Mathe-Werkzeugleistenknopf 
24510 \begin_inset Graphics
24511         filename ../../images/math/functions.png
24512         scale 85
24513
24514 \end_inset
24515
24516  eingefügt werden.
24517 \end_layout
24518
24519 \begin_layout Subsection
24520 Selbst definierte Funktionen
24521 \begin_inset Index
24522 status collapsed
24523
24524 \begin_layout Plain Layout
24525 Funktionen ! selbstdefinierte
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24535 \begin_inset space \thinspace{}
24536 \end_inset
24537
24538 B.
24539  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24540 \end_layout
24541
24542 \begin_layout Itemize
24543 Man definiert die Funktion selbst.
24544  Dazu gibt man im LaTeX-Vorspann die Zeile
24545 \begin_inset Newline newline
24546 \end_inset
24547
24548
24549 \begin_inset VSpace -3mm
24550 \end_inset
24551
24552
24553 \begin_inset Newline newline
24554 \end_inset
24555
24556
24557 \series bold
24558
24559 \backslash
24560 DeclareMathOperator{
24561 \backslash
24562 sgn}{sgn}
24563 \series default
24564
24565 \begin_inset Index
24566 status collapsed
24567
24568 \begin_layout Plain Layout
24569 Befehle ! D ! 
24570 \backslash
24571 dbinom@
24572 \backslash
24573 DeclareMathOperator
24574 \end_layout
24575
24576 \end_inset
24577
24578
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582
24583 \begin_inset VSpace -2mm
24584 \end_inset
24585
24586
24587 \begin_inset Newline newline
24588 \end_inset
24589
24590 ein
24591 \begin_inset Foot
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 Näheres zu 
24596 \series bold
24597
24598 \backslash
24599 DeclareMathOperator
24600 \series default
24601  siehe 
24602 \begin_inset CommandInset ref
24603 LatexCommand ref
24604 reference "sub:Selbstdefinierte-Operatoren"
24605
24606 \end_inset
24607
24608 .
24609 \end_layout
24610
24611 \end_inset
24612
24613 .
24614  Nun kann man mit dem Befehl 
24615 \series bold
24616
24617 \backslash
24618 sgn
24619 \series default
24620  die neu definierte Funktion aufrufen.
24621 \end_layout
24622
24623 \begin_layout Itemize
24624 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24625  Beispiel die Buchstaben 
24626 \emph on
24627 sgn
24628 \emph default
24629 , und wandelt ihn in in mathematischen Text um.
24630  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24631 \end_layout
24632
24633 \begin_layout Standard
24634 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24635  Funktion
24636 \begin_inset Foot
24637 status collapsed
24638
24639 \begin_layout Plain Layout
24640 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24641 \end_layout
24642
24643 \end_inset
24644
24645 :
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \align center
24650 \begin_inset Tabular
24651 <lyxtabular version="3" rows="3" columns="2">
24652 <features>
24653 <column alignment="center" valignment="top" width="0pt">
24654 <column alignment="center" valignment="top" width="0pt">
24655 <row>
24656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660 Befehl
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 Ergebnis
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 </row>
24675 <row>
24676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 A
24681 \backslash
24682 sgn(x)+B
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691 \begin_inset Formula $A\sgn(x)+B$
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 <row>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705 A
24706 \backslash
24707 ,
24708 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24709 \end_inset
24710
24711 (x)+B
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 </lyxtabular>
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Standard
24737 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24738  mehrfach verwendet werden soll.
24739 \end_layout
24740
24741 \begin_layout Subsection
24742 Grenzwerte
24743 \begin_inset Index
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747 Grenzwerte
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Standard
24756 Für Grenzwerte sind außer 
24757 \series bold
24758
24759 \backslash
24760 lim
24761 \series default
24762
24763 \begin_inset Index
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767 Befehle ! L ! 
24768 \backslash
24769 lim
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \series bold
24776
24777 \backslash
24778 liminf
24779 \series default
24780  und 
24781 \series bold
24782
24783 \backslash
24784 limsup
24785 \series default
24786  noch folgende Funktionen definiert:
24787 \end_layout
24788
24789 \begin_layout Standard
24790 \align center
24791 \begin_inset Tabular
24792 <lyxtabular version="3" rows="5" columns="2">
24793 <features>
24794 <column alignment="center" valignment="top" width="0">
24795 <column alignment="center" valignment="top" width="0">
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 Befehl
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 Ergebnis
24811 \begin_inset Note Note
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816 \series bold
24817
24818 \backslash
24819 raisebox
24820 \series default
24821  dient nur als Abstandhalter.
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 </row>
24832 <row>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 varliminf
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 \begin_inset Formula $\varliminf$
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 </row>
24857 <row>
24858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862
24863 \backslash
24864 varlimsup
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873 \begin_inset Formula $\varlimsup$
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 </row>
24882 <row>
24883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887
24888 \backslash
24889 varprojlim
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 \begin_inset Formula $\varprojlim$
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 </row>
24907 <row>
24908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912
24913 \backslash
24914 varinjlim
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 \begin_inset Formula $\varinjlim$
24924 \end_inset
24925
24926
24927 \begin_inset Formula $\raisebox{-2.5mm}{}$
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 </row>
24936 </lyxtabular>
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \begin_inset VSpace medskip
24945 \end_inset
24946
24947 Der Grenzwert wird durch Tiefstellen erzeugt.
24948  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24949 \end_layout
24950
24951 \begin_layout Standard
24952 \align center
24953 \begin_inset Tabular
24954 <lyxtabular version="3" rows="2" columns="2">
24955 <features>
24956 <column alignment="center" valignment="top" width="0pt">
24957 <column alignment="center" valignment="top" width="0pt">
24958 <row>
24959 <cell alignment="center" valignment="top" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 Befehl
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 \begin_inset space \hspace{}
24973 \length 1cm
24974 \end_inset
24975
24976 Ergebnis
24977 \begin_inset Note Note
24978 status collapsed
24979
24980 \begin_layout Plain Layout
24981
24982 \series bold
24983
24984 \backslash
24985 hspace
24986 \series default
24987  und 
24988 \series bold
24989
24990 \backslash
24991 raisebox
24992 \series default
24993  dienen nur als Abstandhalter.
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 </row>
25004 <row>
25005 <cell alignment="center" valignment="top" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 lim_x
25012 \backslash
25013 to
25014 \begin_inset ERT
25015 status collapsed
25016
25017 \begin_layout Plain Layout
25018
25019
25020 \backslash
25021 leer 
25022 \end_layout
25023
25024 \end_inset
25025
25026 A
25027 \begin_inset ERT
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031
25032
25033 \backslash
25034 leer 
25035 \end_layout
25036
25037 \end_inset
25038
25039 x=B
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 </row>
25057 </lyxtabular>
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25066 \begin_inset Formula \[
25067 \lim_{x\to A}x=B\]
25068
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \begin_layout Subsection
25075 Modulo-Funktionen
25076 \begin_inset Index
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080 Funktionen ! Modulo-
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \begin_layout Standard
25089 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25090  Varianten.
25091 \begin_inset Newpage newpage
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 Die Varianten in einer abgesetzten Formel:
25099 \begin_inset Formula \begin{align*}
25100 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25101 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25102 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25103 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25104 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25113  weniger Leerraum gesetzt.
25114 \end_layout
25115
25116 \begin_layout Section
25117 Sonderzeichen
25118 \begin_inset Index
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 Sonderzeichen
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Subsection
25131 Sonderzeichen im mathematischen Text
25132 \end_layout
25133
25134 \begin_layout Standard
25135 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25136  verwendet werden:
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset space \hfill{}
25141 \end_inset
25142
25143
25144 \begin_inset Tabular
25145 <lyxtabular version="3" rows="8" columns="2">
25146 <features>
25147 <column alignment="block" valignment="top" width="0">
25148 <column alignment="block" valignment="top" width="0">
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 Befehl
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163 Ergebnis
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 </row>
25169 <row>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 oe
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 \begin_inset Formula $\textrm{œ}$
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 </row>
25194 <row>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 OE
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210 \begin_inset Formula $\textrm{Œ}$
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 ae
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 \begin_inset Formula $\textrm{æ}$
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 </row>
25244 <row>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \backslash
25251 AE
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Formula $\textrm{Æ}$
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 aa
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 \begin_inset Formula $\textrm{\aa}$
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 AA
25302 \begin_inset Index
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313
25314 \begin_inset ERT
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318
25319 {
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \begin_inset ERT
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329
25330 }
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \end_inset
25339
25340 @
25341 \begin_inset ERT
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345
25346
25347 \backslash
25348
25349 \begin_inset ERT
25350 status collapsed
25351
25352 \begin_layout Plain Layout
25353
25354 {
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \begin_inset ERT
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364
25365 }
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \end_inset
25374
25375 textrm
25376 \begin_inset ERT
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380
25381 {
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400 {
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411 }
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421 AA
25422 \begin_inset ERT
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427 }
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 \begin_inset Formula $\textrm{Å}$
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 </row>
25455 <row>
25456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460
25461 \backslash
25462 i
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 \begin_inset Formula $\textrm{ı}$
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 </row>
25480 </lyxtabular>
25481
25482 \end_inset
25483
25484
25485 \begin_inset space \hfill{}
25486 \end_inset
25487
25488
25489 \begin_inset Tabular
25490 <lyxtabular version="3" rows="8" columns="2">
25491 <features>
25492 <column alignment="block" valignment="top" width="0">
25493 <column alignment="center" valignment="top" width="0">
25494 <row>
25495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499 Befehl
25500 \begin_inset Note Note
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504
25505 \series bold
25506
25507 \backslash
25508 hspace{0mm}
25509 \series default
25510  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25511  ¿ erscheinen würde.
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 Ergebnis
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 </row>
25531 <row>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536
25537 \backslash
25538 o
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547 \begin_inset Formula $\textrm{ø}$
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 </row>
25556 <row>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \backslash
25563 O
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Formula $\textrm{Ø}$
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586
25587 \backslash
25588 l
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597 \begin_inset Formula $\textrm{ł}$
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 <row>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 L
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 \begin_inset Formula $\textrm{Ł}$
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 </row>
25631 <row>
25632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 !
25637 \begin_inset space \hspace{}
25638 \length 0mm
25639 \end_inset
25640
25641 `
25642 \begin_inset ERT
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647
25648 \backslash
25649 leer 
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 \begin_inset Formula $\textrm{!`}$
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 <row>
25673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 ?
25678 \begin_inset space \hspace{}
25679 \length 0mm
25680 \end_inset
25681
25682 `
25683 \begin_inset ERT
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687
25688
25689 \backslash
25690 leer 
25691 \end_layout
25692
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 \begin_inset Formula $\textrm{?`}$
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 <row>
25714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 j
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset Formula $\textrm{ȷ}$
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 </row>
25738 </lyxtabular>
25739
25740 \end_inset
25741
25742
25743 \begin_inset space \hfill{}
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \begin_layout Standard
25750 Die Zeichen 
25751 \begin_inset Formula $\textrm{\textrm{Å}}$
25752 \end_inset
25753
25754  und 
25755 \begin_inset Formula $\textrm{\textrm{Ø}}$
25756 \end_inset
25757
25758  können auch über den Mathe-Werkzeugleistenknopf 
25759 \begin_inset Graphics
25760         filename ../../images/math/digamma.png
25761         scale 85
25762
25763 \end_inset
25764
25765  eingefügt werden.
25766 \end_layout
25767
25768 \begin_layout Standard
25769 Eine Ausnahme bilden die Befehle 
25770 \series bold
25771 !
25772 \begin_inset space \hspace{}
25773 \length 0mm
25774 \end_inset
25775
25776 `
25777 \series default
25778  und 
25779 \series bold
25780 ?
25781 \begin_inset space \hspace{}
25782 \length 0mm
25783 \end_inset
25784
25785 `
25786 \series default
25787 , denn man kann sie in LyX direkt in den Text eingeben.
25788 \end_layout
25789
25790 \begin_layout Subsection
25791 Akzente im Text
25792 \begin_inset CommandInset label
25793 LatexCommand label
25794 name "sub:Sonderzeichen-Akzente"
25795
25796 \end_inset
25797
25798
25799 \begin_inset Index
25800 status collapsed
25801
25802 \begin_layout Plain Layout
25803 Akzente ! im Text
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \begin_layout Standard
25812 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25813  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 \begin_inset space \hfill{}
25818 \end_inset
25819
25820
25821 \begin_inset Tabular
25822 <lyxtabular version="3" rows="8" columns="2">
25823 <features>
25824 <column alignment="block" valignment="top" width="0">
25825 <column alignment="block" valignment="top" width="0">
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 Befehl
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 Ergebnis
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 <row>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851
25852 \backslash
25853
25854 \begin_inset Quotes grd
25855 \end_inset
25856
25857 e
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871
25872 \backslash
25873 "e
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 </row>
25884 <row>
25885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889
25890 \backslash
25891 `e
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 \begin_inset ERT
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904
25905
25906 \backslash
25907 `e
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 </row>
25918 <row>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923
25924 \backslash
25925 ^
25926 \begin_inset ERT
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930
25931
25932 \backslash
25933 leer 
25934 \end_layout
25935
25936 \end_inset
25937
25938 e
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 \begin_inset ERT
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951
25952
25953 \backslash
25954 ^e
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 </row>
25965 <row>
25966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970
25971 \backslash
25972 =e
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 =e
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 u
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 leer 
26015 \end_layout
26016
26017 \end_inset
26018
26019 e
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 u e
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 </row>
26046 <row>
26047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051
26052 \backslash
26053 b
26054 \begin_inset ERT
26055 status collapsed
26056
26057 \begin_layout Plain Layout
26058
26059
26060 \backslash
26061 leer 
26062 \end_layout
26063
26064 \end_inset
26065
26066 e
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 \begin_inset ERT
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079
26080
26081 \backslash
26082 b e
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 t
26101 \begin_inset ERT
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105
26106
26107 \backslash
26108 leer 
26109 \end_layout
26110
26111 \end_inset
26112
26113 ee
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 t ee
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 </lyxtabular>
26141
26142 \end_inset
26143
26144
26145 \begin_inset space \hfill{}
26146 \end_inset
26147
26148
26149 \begin_inset Tabular
26150 <lyxtabular version="3" rows="8" columns="2">
26151 <features>
26152 <column alignment="block" valignment="top" width="0">
26153 <column alignment="center" valignment="top" width="0">
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 Befehl
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 Ergebnis
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 <row>
26175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 H
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 leer 
26190 \end_layout
26191
26192 \end_inset
26193
26194 e
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 H e
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 <row>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226
26227 \backslash
26228 'e
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 'e
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 ~e
26263 \begin_inset Index
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267 Tilde
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 ~e
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 </row>
26299 <row>
26300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \backslash
26306 .e
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 .e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 v
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 leer 
26349 \end_layout
26350
26351 \end_inset
26352
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 v e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 d
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 leer 
26396 \end_layout
26397
26398 \end_inset
26399
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 d e
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434 c
26435 \begin_inset ERT
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439
26440
26441 \backslash
26442 leer 
26443 \end_layout
26444
26445 \end_inset
26446
26447 e
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 \begin_inset ERT
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 c e
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 </lyxtabular>
26475
26476 \end_inset
26477
26478
26479 \begin_inset space \hfill{}
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset VSpace medskip
26487 \end_inset
26488
26489 Mit dem Befehl 
26490 \series bold
26491
26492 \backslash
26493 t
26494 \series default
26495  können auch zwei verschiedene Zeichen akzentuiert werden.
26496  Der Befehl 
26497 \series bold
26498
26499 \backslash
26500 t
26501 \begin_inset ERT
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505
26506
26507 \backslash
26508 leer 
26509 \end_layout
26510
26511 \end_inset
26512
26513 sz
26514 \series default
26515  ergibt: 
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 t sz
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \begin_layout Standard
26532 Die Akzente 
26533 \series bold
26534 `
26535 \series default
26536  , 
26537 \series bold
26538 '
26539 \series default
26540  und 
26541 \series bold
26542 ^
26543 \series default
26544  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26545  werden ohne den TeX-Modus zu benutzen.
26546  Dasselbe gilt für die Tilde
26547 \begin_inset Foot
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26552 \end_layout
26553
26554 \end_inset
26555
26556  
26557 \series bold
26558 ~
26559 \series default
26560  in Verbindung mit 
26561 \emph on
26562 a
26563 \emph default
26564  , 
26565 \emph on
26566 n
26567 \emph default
26568  oder 
26569 \emph on
26570 o
26571 \emph default
26572 .
26573 \end_layout
26574
26575 \begin_layout Standard
26576 Die Befehle 
26577 \series bold
26578
26579 \backslash
26580 b
26581 \series default
26582  , 
26583 \series bold
26584
26585 \backslash
26586 c
26587 \series default
26588  , 
26589 \series bold
26590
26591 \backslash
26592 d
26593 \series default
26594  , 
26595 \series bold
26596
26597 \backslash
26598 H
26599 \series default
26600  , 
26601 \series bold
26602
26603 \backslash
26604 t
26605 \series default
26606  , 
26607 \series bold
26608
26609 \backslash
26610 u
26611 \series default
26612  , 
26613 \series bold
26614
26615 \backslash
26616 v
26617 \series default
26618  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26619  Textmodus verfügbar.
26620  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26621  
26622 \begin_inset CommandInset ref
26623 LatexCommand ref
26624 reference "sub:Akzente-für-ein"
26625
26626 \end_inset
26627
26628 .
26629 \end_layout
26630
26631 \begin_layout Standard
26632 \begin_inset VSpace bigskip
26633 \end_inset
26634
26635 Des Weiteren kann man mit dem Befehl 
26636 \series bold
26637
26638 \backslash
26639 textcircled
26640 \series default
26641
26642 \begin_inset Index
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646 Befehle ! T ! 
26647 \backslash
26648 textcircled
26649 \end_layout
26650
26651 \end_inset
26652
26653 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26654  Kreis setzen, quasi mit einem Kreis akzentuieren.
26655 \end_layout
26656
26657 \begin_layout Standard
26658 \align center
26659 \begin_inset Tabular
26660 <lyxtabular version="3" rows="3" columns="2">
26661 <features>
26662 <column alignment="center" valignment="top" width="0">
26663 <column alignment="center" valignment="top" width="0">
26664 <row>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 Befehl
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 Ergebnis
26679 \begin_inset Note Note
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683
26684 \series bold
26685
26686 \backslash
26687 raisebox
26688 \series default
26689  in der Formel dient nur als Abstandhalter.
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 <row>
26701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705
26706 \backslash
26707 textcircled{w}
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 textcircled{w}
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 Large 
26742 \backslash
26743 textcircled{
26744 \backslash
26745 normalsize
26746 \backslash
26747 protect
26748 \backslash
26749 raisebox{-1.5pt}{W}}
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 \begin_inset Formula $\raisebox{4.5mm}{}$
26759 \end_inset
26760
26761
26762 \begin_inset ERT
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766
26767
26768 \backslash
26769 Large 
26770 \backslash
26771 textcircled{
26772 \backslash
26773 normalsize
26774 \backslash
26775 protect
26776 \backslash
26777 raisebox{-1.5pt}W}
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \begin_inset Formula $\raisebox{-2mm}{}$
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 </lyxtabular>
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Standard
26800 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26801  
26802 \series bold
26803
26804 \backslash
26805 Large
26806 \series default
26807
26808 \begin_inset Foot
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812 siehe 
26813 \begin_inset CommandInset ref
26814 LatexCommand ref
26815 reference "sub:Schriftgrößen"
26816
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \end_inset
26823
26824  bestimmt dabei die Größe des Kreises.
26825  Mit Hilfe von 
26826 \series bold
26827
26828 \backslash
26829 raisebox
26830 \series default
26831
26832 \begin_inset Foot
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836 siehe 
26837 \begin_inset CommandInset ref
26838 LatexCommand ref
26839 reference "sub:Boxen-ohne-Rahmen"
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847
26848  kann man das Zeichen zentrieren.
26849 \end_layout
26850
26851 \begin_layout Subsection
26852 Minuskelziffern
26853 \begin_inset Index
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Minuskelziffern
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \begin_layout Standard
26866 Minuskelziffern werden mit dem Befehl 
26867 \series bold
26868
26869 \backslash
26870 oldstylenums
26871 \series default
26872
26873 \begin_inset Index
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 Befehle ! O ! 
26878 \backslash
26879 oldstylenums
26880 \end_layout
26881
26882 \end_inset
26883
26884  erzeugt.
26885  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26886  Das Befehlsschema lautet:
26887 \end_layout
26888
26889 \begin_layout Standard
26890
26891 \series bold
26892
26893 \backslash
26894 oldstylenums{Ziffer}
26895 \end_layout
26896
26897 \begin_layout Standard
26898 Der Befehl 
26899 \series bold
26900
26901 \backslash
26902 oldstylenums{0123456789
26903 \series default
26904  ergibt: 
26905 \begin_inset Formula $\oldstylenums{0123456789}$
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Subsection
26912 Sonstige Sonderzeichen
26913 \begin_inset CommandInset label
26914 LatexCommand label
26915 name "sub:Sonstige-Sonderzeichen"
26916
26917 \end_inset
26918
26919
26920 \begin_inset Index
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 Sonderzeichen ! sonstige
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Standard
26933 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
26934 \end_layout
26935
26936 \begin_layout Standard
26937 \align center
26938 \begin_inset Tabular
26939 <lyxtabular version="3" rows="4" columns="2">
26940 <features>
26941 <column alignment="center" valignment="top" width="0">
26942 <column alignment="center" valignment="top" width="0">
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948 Befehl
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 Ergebnis
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 </row>
26963 <row>
26964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26965 \begin_inset Text
26966
26967 \begin_layout Plain Layout
26968
26969 \backslash
26970 ^
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 leer 
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset Formula $\mathcircumflex$
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 </row>
27001 <row>
27002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006
27007 \backslash
27008 _
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 \begin_inset Formula $\_$
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031 ^
27032 \begin_inset ERT
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036
27037
27038 \backslash
27039 leer 
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \backslash
27046 circ
27047 \begin_inset Index
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 °
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \end_inset
27060 </cell>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 \begin_inset Formula $^{\circ}$
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 </row>
27074 </lyxtabular>
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27083  folgende Zeile enthält
27084 \begin_inset Foot
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088 Mehr dazu ist in 
27089 \begin_inset CommandInset ref
27090 LatexCommand ref
27091 reference "sub:Textzeichen-in-Formeln"
27092
27093 \end_inset
27094
27095  beschrieben.
27096 \end_layout
27097
27098 \end_inset
27099
27100 :
27101 \end_layout
27102
27103 \begin_layout Standard
27104
27105 \series bold
27106
27107 \backslash
27108 DeclareInputText{176}{
27109 \backslash
27110 ifmmode^
27111 \backslash
27112 circ
27113 \backslash
27114 else
27115 \backslash
27116 textdegree
27117 \backslash
27118 fi}
27119 \end_layout
27120
27121 \begin_layout Section
27122 Formelstile
27123 \begin_inset CommandInset label
27124 LatexCommand label
27125 name "sec:Formelstile"
27126
27127 \end_inset
27128
27129
27130 \begin_inset Index
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 Formel ! Stile
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Itemize
27143 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27144 \end_layout
27145
27146 \begin_deeper
27147 \begin_layout Description
27148 Zentriert ist der voreingestellte Standard
27149 \end_layout
27150
27151 \begin_layout Description
27152 Eingerückt dazu muss im Menü 
27153 \family sans
27154 Dokument\SpecialChar \menuseparator
27155 Einstellungen
27156 \family default
27157  unter 
27158 \family sans
27159 Dokumentklasse
27160 \family default
27161  die Option 
27162 \series bold
27163 fleqn
27164 \series default
27165  eingeben werden
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Wird 
27170 \series bold
27171 Eingerückt
27172 \series default
27173  verwendet, kann mit der Länge 
27174 \series bold
27175
27176 \backslash
27177 mathindent
27178 \series default
27179
27180 \begin_inset Index
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184 Befehle ! M ! 
27185 \backslash
27186 mathindent
27187 \end_layout
27188
27189 \end_inset
27190
27191  die Einrückung eingestellt werden.
27192  Soll der Abstand 15
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27197 \end_layout
27198
27199 \begin_layout Standard
27200
27201 \series bold
27202
27203 \backslash
27204 setlength{
27205 \backslash
27206 mathindent}{15mm}
27207 \end_layout
27208
27209 \begin_layout Standard
27210 ein.
27211  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27212 \begin_inset space \thinspace{}
27213 \end_inset
27214
27215 pt verwendet.
27216 \end_layout
27217
27218 \end_deeper
27219 \begin_layout Itemize
27220 Und zwei verschiedene Nummerierungsstile:
27221 \end_layout
27222
27223 \begin_deeper
27224 \begin_layout Description
27225 Rechts ist der voreingestellte Standard
27226 \end_layout
27227
27228 \begin_layout Description
27229 Links dazu muss im Menü 
27230 \family sans
27231 Dokument\SpecialChar \menuseparator
27232 Einstellungen
27233 \family default
27234  unter 
27235 \family sans
27236 Dokumentklasse
27237 \family default
27238  die Option 
27239 \series bold
27240 leqno
27241 \series default
27242  eingeben werden
27243 \end_layout
27244
27245 \end_deeper
27246 \begin_layout Standard
27247
27248 \series bold
27249 fleqn
27250 \series default
27251  und 
27252 \series bold
27253 leqno
27254 \series default
27255  können auch gemeinsam verwendet werden.
27256  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27257 n.
27258 \end_layout
27259
27260 \begin_layout Standard
27261 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27262  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27263  ausgerichtete Formeln setzen, verwendet man den Stil 
27264 \series bold
27265 Zentriert
27266 \series default
27267 .
27268  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27269  
27270 \begin_inset CommandInset ref
27271 LatexCommand ref
27272 reference "sub:Flalign-Umgebung"
27273
27274 \end_inset
27275
27276 .
27277 \end_layout
27278
27279 \begin_layout Section
27280 Mehrzeilige Formeln
27281 \begin_inset CommandInset label
27282 LatexCommand label
27283 name "sec:Mehrzeilige-Formeln"
27284
27285 \end_inset
27286
27287
27288 \begin_inset Index
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292 Formel ! mehrzeilige
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Subsection
27301 Allgemeines
27302 \end_layout
27303
27304 \begin_layout Standard
27305 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27306 \family sans
27307 \series bold
27308 Strg-Enter
27309 \family default
27310 \series default
27311  drückt.
27312  Dies erzeugt eine 
27313 \series bold
27314 align-Umgebung
27315 \series default
27316 , die in 
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "sub:Standard-align-Umgebung"
27320
27321 \end_inset
27322
27323  beschrieben ist.
27324 \end_layout
27325
27326 \begin_layout Standard
27327 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27328 \family sans
27329 Einfügen\SpecialChar \menuseparator
27330 Mathe
27331 \family default
27332  erstellt werden können.
27333  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27334 \end_layout
27335
27336 \begin_layout Standard
27337 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27338  man 
27339 \family sans
27340 Strg-Enter
27341 \family default
27342  drückt.
27343  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27344 fe 
27345 \begin_inset Graphics
27346         filename ../../images/tabular-feature_append-row.png
27347         scale 85
27348
27349 \end_inset
27350
27351  bzw.
27352 \begin_inset space ~
27353 \end_inset
27354
27355
27356 \begin_inset Graphics
27357         filename ../../images/tabular-feature_delete-row.png
27358         scale 85
27359
27360 \end_inset
27361
27362  oder das Menü 
27363 \family sans
27364 Bearbeiten\SpecialChar \menuseparator
27365 Zeilen & Spalten
27366 \family default
27367  verwendet werden.
27368 \end_layout
27369
27370 \begin_layout Subsubsection
27371 Zeilenabstand
27372 \begin_inset CommandInset label
27373 LatexCommand label
27374 name "sub:Zeilenabstand"
27375
27376 \end_inset
27377
27378
27379 \begin_inset Index
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383 Formel ! mehrzeilige ! Zeilenabstand
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27393 \begin_inset Formula \begin{eqnarray*}
27394 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}\\
27395 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*}
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27404 chbefehls angegeben.
27405  Dies ist in LyX aber nicht möglich
27406 \begin_inset Foot
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 siehe 
27411 \begin_inset CommandInset href
27412 LatexCommand href
27413 name "LyX-Fehler #1505"
27414 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27415
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \end_inset
27422
27423 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27424  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27425  Zeile den Befehl 
27426 \series bold
27427
27428 \backslash
27429
27430 \backslash
27431 [3mm]
27432 \series default
27433  ein.
27434  Damit erhält man: 
27435 \begin_inset ERT
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440
27441 \backslash
27442 begin{eqnarray*}
27443 \end_layout
27444
27445 \begin_layout Plain Layout
27446
27447 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27448  = & 
27449 \backslash
27450 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27451 \backslash
27452
27453 \backslash
27454 [3mm]
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458
27459 4x^{2}
27460 \backslash
27461 left(B^{2}+x_{0}^{2}
27462 \backslash
27463 right)+4x_{0}x
27464 \backslash
27465 left(D-B^{2}
27466 \backslash
27467 right)+B^{2}
27468 \backslash
27469 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27470 \backslash
27471 right) & = & 0
27472 \end_layout
27473
27474 \begin_layout Plain Layout
27475
27476
27477 \backslash
27478 end{eqnarray*}
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset VSpace bigskip
27488 \end_inset
27489
27490 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27491  man die Länge 
27492 \series bold
27493
27494 \backslash
27495 jot
27496 \series default
27497
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Befehle ! J ! 
27503 \backslash
27504 jot
27505 \end_layout
27506
27507 \end_inset
27508
27509 .
27510  Es gilt 
27511 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27512 \end_inset
27513
27514 .
27515  Voreingestellt ist für 
27516 \series bold
27517
27518 \backslash
27519 jot
27520 \series default
27521  der Wert 3
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 pt.
27526  Um wie im vorigen Beispiel 3
27527 \begin_inset space \thinspace{}
27528 \end_inset
27529
27530 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 setlength{
27539 \backslash
27540 jot}{3mm+3pt}
27541 \end_layout
27542
27543 \begin_layout Standard
27544 im TeX-Modus vor der Formel ein.
27545  Das setzt voraus, dass das LaTeX-Paket 
27546 \series bold
27547 calc
27548 \series default
27549
27550 \begin_inset Foot
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554
27555 \series bold
27556 calc
27557 \series default
27558  ist Teil jeder LaTeX-Standardinstallation.
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \begin_inset Index
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 Pakete ! calc
27569 \end_layout
27570
27571 \end_inset
27572
27573  im LaTeX-Vorspann mit der Zeile
27574 \end_layout
27575
27576 \begin_layout Standard
27577
27578 \series bold
27579
27580 \backslash
27581 usepackage{calc}
27582 \end_layout
27583
27584 \begin_layout Standard
27585 geladen wurde.
27586 \end_layout
27587
27588 \begin_layout Standard
27589 Man erhält: 
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594
27595
27596 \backslash
27597 setlength{
27598 \backslash
27599 jot}{3mm+3pt}
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset Formula \begin{eqnarray*}
27606 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}\\
27607 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*}
27608
27609 \end_inset
27610
27611
27612 \end_layout
27613
27614 \begin_layout Standard
27615 \begin_inset ERT
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619
27620
27621 \backslash
27622 setlength{
27623 \backslash
27624 jot}{3pt}
27625 \end_layout
27626
27627 \end_inset
27628
27629  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27630 \series bold
27631
27632 \backslash
27633 jot
27634 \series default
27635  auf den Wert 3
27636 \begin_inset space \thinspace{}
27637 \end_inset
27638
27639 pt.
27640 \end_layout
27641
27642 \begin_layout Subsubsection
27643 Spaltenabstand
27644 \begin_inset CommandInset label
27645 LatexCommand label
27646 name "sub:Spaltenabstand"
27647
27648 \end_inset
27649
27650
27651 \begin_inset Index
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Formel ! mehrzeilige ! Spaltenabstand
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 Mehrzeilige Formeln bilden eine Matrix.
27665  Eine Formel in der Eqnarray-Umgebung ist z.
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 B.
27670  eine dreispaltige Matrix.
27671  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27672  neben den Relationszeichen ändern.
27673 \end_layout
27674
27675 \begin_layout Standard
27676 Der Spaltenabstand wird mit der Länge 
27677 \series bold
27678
27679 \backslash
27680 arraycolsep
27681 \series default
27682
27683 \begin_inset Index
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687 Befehle ! A ! 
27688 \backslash
27689 arraycolsep
27690 \end_layout
27691
27692 \end_inset
27693
27694  festgelegt, wobei gilt:
27695 \begin_inset Newline newline
27696 \end_inset
27697
27698 Spaltenabstand = 2
27699 \begin_inset space \thinspace{}
27700 \end_inset
27701
27702
27703 \series bold
27704
27705 \backslash
27706 arraycolsep
27707 \series default
27708 .
27709 \begin_inset Newline newline
27710 \end_inset
27711
27712 Der im TeX-Modus eingegebene Befehl
27713 \end_layout
27714
27715 \begin_layout Standard
27716
27717 \series bold
27718
27719 \backslash
27720 setlength{
27721 \backslash
27722 arraycolsep}{1cm}
27723 \end_layout
27724
27725 \begin_layout Standard
27726 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27727 \begin_inset space \thinspace{}
27728 \end_inset
27729
27730 cm.
27731  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27732 \series bold
27733
27734 \backslash
27735 arraycolsep
27736 \series default
27737  auf 5
27738 \begin_inset space \thinspace{}
27739 \end_inset
27740
27741 pt.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Eine Formel mit 2
27746 \begin_inset space \thinspace{}
27747 \end_inset
27748
27749 cm Spaltenabstand:
27750 \begin_inset ERT
27751 status collapsed
27752
27753 \begin_layout Plain Layout
27754
27755
27756 \backslash
27757 setlength{
27758 \backslash
27759 arraycolsep}{1cm}
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \begin_inset Formula \begin{eqnarray*}
27766 A & = & B\\
27767 C & \ne & A\end{eqnarray*}
27768
27769 \end_inset
27770
27771 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt:
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 setlength{
27784 \backslash
27785 arraycolsep}{5pt}
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \begin_inset Formula \begin{eqnarray*}
27792 A & = & B\\
27793 C & \ne & A\end{eqnarray*}
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Subsubsection
27801 Lange Formeln
27802 \begin_inset Index
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806 Formel ! lange
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Standard
27815 Lange Formeln kann man wie folgt setzen:
27816 \end_layout
27817
27818 \begin_layout Itemize
27819 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27820  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 medskip
27829 \end_layout
27830
27831 \end_inset
27832
27833  
27834 \begin_inset Formula \begin{eqnarray}
27835 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 \\
27836  &  & -\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}
27837
27838 \end_inset
27839
27840
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 smallskip
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27858  als Operator, da es das erste Zeichen der Zeile ist.
27859  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27860  Bruchstrich unterscheiden.
27861  Um das zu verhindern, wurde mit dem Befehl 
27862 \series bold
27863
27864 \backslash
27865 hspace{3pt}
27866 \series default
27867
27868 \begin_inset Foot
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872 mehr zu 
27873 \series bold
27874
27875 \backslash
27876 hspace
27877 \series default
27878  siehe 
27879 \begin_inset CommandInset ref
27880 LatexCommand ref
27881 reference "sub:Variabler-Leerraum"
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \begin_inset Index
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895 Befehle ! H ! 
27896 \backslash
27897 hspace
27898 \end_layout
27899
27900 \end_inset
27901
27902  Leerraum hinter das Minuszeichen eingefügt.
27903 \end_layout
27904
27905 \begin_layout Itemize
27906 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27907 \series bold
27908
27909 \backslash
27910 lefteqn
27911 \series default
27912
27913 \begin_inset Index
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 Befehle ! L ! 
27918 \backslash
27919 lefteqn
27920 \end_layout
27921
27922 \end_inset
27923
27924 .
27925  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27926  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27927 \begin_inset ERT
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931
27932
27933 \backslash
27934 medskip
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset Formula \begin{eqnarray}
27941 \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 \\
27942  &  & -\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 \\
27943  &  & =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}
27944
27945 \end_inset
27946
27947
27948 \begin_inset ERT
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952
27953
27954 \backslash
27955 smallskip
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \begin_inset Newline newline
27962 \end_inset
27963
27964 Nachdem man 
27965 \series bold
27966
27967 \backslash
27968 lefteqn
27969 \series default
27970  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27971  das gegenüber dem blauen leicht verschoben ist.
27972  In dieses wird die Formel eingegeben.
27973 \begin_inset ERT
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977
27978
27979 \backslash
27980 medskip
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \begin_inset Newline newline
27987 \end_inset
27988
27989 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27990  eingegeben.
27991  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27992  Einrückung.
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 medskip
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009
28010 \begin_inset Note Greyedout
28011 status open
28012
28013 \begin_layout Plain Layout
28014 Bei der Verwendung von 
28015 \series bold
28016
28017 \backslash
28018 lefteqn
28019 \series default
28020  ist Folgendes zu beachten:
28021 \end_layout
28022
28023 \begin_layout Itemize
28024 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28025  Würde man in obigem Beispiel der ersten Zeile den Term 
28026 \begin_inset Formula $-B^{2}$
28027 \end_inset
28028
28029  anfügen, befände sich dieser außerhalb des Seitenrands.
28030  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28031  Leerraum einfügen.
28032 \end_layout
28033
28034 \begin_layout Itemize
28035 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28036  erste Zeile gesetzt werden.
28037 \begin_inset Foot
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 \begin_inset CommandInset href
28042 LatexCommand href
28043 name "LyX-Fehler #1429"
28044 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \end_inset
28052
28053  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28054  Pfeiltasten bewegen.
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Itemize
28063 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28064 \begin_inset CommandInset ref
28065 LatexCommand ref
28066 reference "sub:Multline-Umgebung"
28067
28068 \end_inset
28069
28070  und 
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "sub:Mehrzeilige-Formelteile"
28074
28075 \end_inset
28076
28077  beschriebenen Umgebungen.
28078 \end_layout
28079
28080 \begin_layout Subsubsection
28081 Mehrzeilige Klammern
28082 \begin_inset CommandInset label
28083 LatexCommand label
28084 name "sub:Mehrzeilige-Klammern"
28085
28086 \end_inset
28087
28088
28089 \begin_inset Index
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 Klammern ! mehrzeilige
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28103 \begin_inset Formula \begin{eqnarray*}
28104 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28105  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28114  Größe dürfen nicht über mehrere Zeilen gehen.
28115 \end_layout
28116
28117 \begin_layout Standard
28118 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28119  erste Zeile mit 
28120 \series bold
28121
28122 \backslash
28123 right.
28124 \series default
28125
28126 \begin_inset Index
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 Befehle ! R ! 
28131 \backslash
28132 right
28133 \end_layout
28134
28135 \end_inset
28136
28137  und beginnt die zweite Zeile mit 
28138 \series bold
28139
28140 \backslash
28141 left.
28142 \begin_inset Foot
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146 mehr zu 
28147 \series bold
28148
28149 \backslash
28150 left
28151 \series default
28152  und 
28153 \series bold
28154
28155 \backslash
28156 right
28157 \series default
28158  siehe 
28159 \begin_inset CommandInset ref
28160 LatexCommand ref
28161 reference "sub:Automatische-Klammergrößen"
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \series default
28172
28173 \begin_inset Index
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 Befehle ! L ! 
28178 \backslash
28179 left
28180 \end_layout
28181
28182 \end_inset
28183
28184 .
28185  Nach 
28186 \series bold
28187
28188 \backslash
28189 left.
28190
28191 \series default
28192  gibt man den Befehl 
28193 \series bold
28194
28195 \backslash
28196 vphantom
28197 \series default
28198
28199 \begin_inset ERT
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203
28204
28205 \backslash
28206 leer 
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \series bold
28213
28214 \backslash
28215 prod
28216 \series default
28217 ^
28218 \begin_inset ERT
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222
28223
28224 \backslash
28225 leer 
28226 \end_layout
28227
28228 \end_inset
28229
28230
28231 \series bold
28232
28233 \backslash
28234 infty
28235 \series default
28236
28237 \begin_inset ERT
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 leer 
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \series bold
28251
28252 \begin_inset Formula $\downarrow$
28253 \end_inset
28254
28255 _R=1}
28256 \series default
28257
28258 \begin_inset Index
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 Befehle ! V ! 
28263 \backslash
28264 vphantom
28265 \end_layout
28266
28267 \end_inset
28268
28269  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28270  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28271 \end_layout
28272
28273 \begin_layout Standard
28274 Das Ergebnis sieht so aus:
28275 \begin_inset Formula \begin{eqnarray*}
28276 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28277  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Subsection
28285 Align-Umgebungen
28286 \end_layout
28287
28288 \begin_layout Standard
28289 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28290  werden.
28291  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Align-Umgebungen bestehen aus Spalten.
28296  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28297  ausgerichtet.
28298  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28299 \end_layout
28300
28301 \begin_layout Standard
28302 Align-Umgebung werden über das Menü 
28303 \family sans
28304 Einfügen\SpecialChar \menuseparator
28305 Mathe
28306 \family default
28307  erstellt.
28308  Über das Menü 
28309 \family sans
28310 Bearbeiten\SpecialChar \menuseparator
28311 Mathe\SpecialChar \menuseparator
28312 Formelart
28313 \begin_inset space ~
28314 \end_inset
28315
28316 ändern
28317 \family default
28318  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28319 \end_layout
28320
28321 \begin_layout Standard
28322 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28323
28324 \begin_inset Graphics
28325         filename ../../images/tabular-feature_append-column.png
28326         scale 85
28327
28328 \end_inset
28329
28330  bzw.
28331 \begin_inset space ~
28332 \end_inset
28333
28334
28335 \begin_inset Graphics
28336         filename ../../images/tabular-feature_delete-column.png
28337         scale 85
28338
28339 \end_inset
28340
28341  oder das Menü 
28342 \family sans
28343 Bearbeiten\SpecialChar \menuseparator
28344 Zeilen & Spalten
28345 \family default
28346  verwendet werden.
28347 \end_layout
28348
28349 \begin_layout Subsubsection
28350 Standard align-Umgebung
28351 \begin_inset CommandInset label
28352 LatexCommand label
28353 name "sub:Standard-align-Umgebung"
28354
28355 \end_inset
28356
28357
28358 \begin_inset Index
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 Formel ! mehrzeilige ! align-Umgebung
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28372 \family sans
28373 Strg-Enter
28374 \family default
28375  drückt oder das Menü 
28376 \family sans
28377 Einfügen\SpecialChar \menuseparator
28378 Mathe\SpecialChar \menuseparator
28379 AMS align-Umge\SpecialChar \-
28380 bung
28381 \family default
28382  aufruft.
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28387 n align-Umgebung erzeugt wurden:
28388 \begin_inset Formula \begin{align*}
28389 A & =\sin(B) & C & =D\\
28390 C & \ne A & B & \ne D\end{align*}
28391
28392 \end_inset
28393
28394 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28395  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28396 \series bold
28397
28398 \backslash
28399 hfill
28400 \begin_inset Foot
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 mehr zu 
28405 \series bold
28406
28407 \backslash
28408 hfill
28409 \series default
28410  siehe 
28411 \begin_inset CommandInset ref
28412 LatexCommand ref
28413 reference "sub:Variabler-Leerraum"
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \series default
28424  befinden.
28425  Ist der Formelstil 
28426 \series bold
28427 Eingerückt
28428 \begin_inset Foot
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432 Formelstile siehe 
28433 \begin_inset CommandInset ref
28434 LatexCommand ref
28435 reference "sec:Formelstile"
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \series default
28446  gewählt, wird die Formel ohne den 
28447 \series bold
28448
28449 \backslash
28450 hfill
28451 \series default
28452  vor der ersten Spalte gesetzt.
28453 \end_layout
28454
28455 \begin_layout Subsubsection
28456 Alignat-Umgebung
28457 \begin_inset Index
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Formel ! mehrzeilige ! alignat-Umgebung
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28471  Man kann ihn manuell durch die in 
28472 \begin_inset CommandInset ref
28473 LatexCommand ref
28474 reference "sub:Leerraum"
28475
28476 \end_inset
28477
28478  beschriebenen Leerräume einfügen.
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28483  Formel 1
28484 \begin_inset space \thinspace{}
28485 \end_inset
28486
28487 cm Leerraum eingefügt wurde:
28488 \begin_inset Formula \begin{alignat*}{2}
28489 A & =\sin(B) & \hspace{1cm}C & =D\\
28490 C & \ne A & B & \ne D\end{alignat*}
28491
28492 \end_inset
28493
28494 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28495  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28496  Formeln.
28497 \end_layout
28498
28499 \begin_layout Subsubsection
28500 Flalign-Umgebung
28501 \begin_inset CommandInset label
28502 LatexCommand label
28503 name "sub:Flalign-Umgebung"
28504
28505 \end_inset
28506
28507
28508 \begin_inset Index
28509 status collapsed
28510
28511 \begin_layout Plain Layout
28512 Formel ! mehrzeilige ! flalign-Umgebung
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28522  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28523  Dazu ein Beispiel:
28524 \begin_inset Formula \begin{flalign*}
28525 A & =1 & B & =2 & C & =3\\
28526 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28535  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28536  im Dokument links setzen obwohl der Formelstil 
28537 \series bold
28538 Zentriert
28539 \series default
28540  eingestellt ist.
28541  Als Beispiel die eingerückte ausgerichtete Formel 
28542 \begin_inset CommandInset ref
28543 LatexCommand eqref
28544 reference "eq:VolInt"
28545
28546 \end_inset
28547
28548 :
28549 \begin_inset Formula \begin{flalign}
28550 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28551
28552 \end_inset
28553
28554 In den ersten beiden Spalten befindet sich die Formel.
28555  Damit sie wie beim Formelstil 
28556 \series bold
28557 Eingerückt
28558 \series default
28559  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 pt Leerraum eingefügt.
28564 \end_layout
28565
28566 \begin_layout Subsection
28567 Eqnarray-Umgebung
28568 \begin_inset Index
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Formel ! mehrzeilige ! Eqnarray-Umgebung
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28582  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28583  ausgerichtet.
28584  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28585  da dieses Kästchen nur für Relationzeichen gedacht ist.
28586 \begin_inset Formula \begin{eqnarray*}
28587 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28588 AB & AB & AB\\
28589 A & = & A\end{eqnarray*}
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Subsection
28597 Gather-Umgebung
28598 \begin_inset Index
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Formel ! mehrzeilige ! Gather-Umgebung
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28612  Jede Zeile kann nummeriert werden.
28613 \begin_inset Formula \begin{gather}
28614 A=1\\
28615 X=\textrm{-}1\end{gather}
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Subsection
28623 Multline-Umgebung
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "sub:Multline-Umgebung"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Formel ! mehrzeilige ! Multline-Umgebung
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28645  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28646  Alle anderen Zeilen sind zentriert.
28647  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28648  Als Beispiel Formel 
28649 \begin_inset CommandInset ref
28650 LatexCommand eqref
28651 reference "eq:lefteqn"
28652
28653 \end_inset
28654
28655  in der multline-Umgebung:
28656 \begin_inset Formula \begin{multline}
28657 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28658 -B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\\
28659 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28668  nummeriert, wenn rechts (links) nummeriert wird.
28669 \begin_inset Foot
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 Nummerierungsstile siehe 
28674 \begin_inset CommandInset ref
28675 LatexCommand ref
28676 reference "sec:Formelstile"
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \begin_layout Standard
28689 Mit den Befehlen 
28690 \series bold
28691
28692 \backslash
28693 shoveright
28694 \begin_inset Index
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 Befehle ! S ! 
28699 \backslash
28700 shoveright
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \series default
28707  und 
28708 \series bold
28709
28710 \backslash
28711 shoveleft
28712 \begin_inset Index
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 Befehle ! S ! 
28717 \backslash
28718 shoveleft
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \series default
28725  kann eine zentrierte Zeile rechts bzw.
28726  links ausgerichtet werden.
28727  Die Befehle werden folgendermaßen verwendet:
28728 \end_layout
28729
28730 \begin_layout Standard
28731
28732 \series bold
28733
28734 \backslash
28735 shoveright{Zeileninhalt}
28736 \series default
28737  bzw.
28738  
28739 \series bold
28740
28741 \backslash
28742 shoveleft{Zeileninhalt}
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset VSpace medskip
28747 \end_inset
28748
28749 Die Länge 
28750 \series bold
28751
28752 \backslash
28753 multlinegap
28754 \begin_inset Index
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Befehle ! M ! 
28759 \backslash
28760 multlinegap
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \series default
28767  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28768  Voreingestellt ist die Länge 0
28769 \begin_inset space \thinspace{}
28770 \end_inset
28771
28772 pt.
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28777 \end_layout
28778
28779 \begin_layout Standard
28780
28781 \series bold
28782
28783 \backslash
28784 setlength{
28785 \backslash
28786 multlinegap}{2cm}
28787 \end_layout
28788
28789 \begin_layout Standard
28790 eingegeben wurde:
28791 \begin_inset ERT
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796
28797 \backslash
28798 setlength{
28799 \backslash
28800 multlinegap}{2cm}
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \begin_inset Formula \begin{multline}
28807 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28808 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
28809 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28810
28811 \end_inset
28812
28813
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 multlinegap}{0pt}
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 Die zweite Zeile wurde mit 
28833 \series bold
28834
28835 \backslash
28836 shoveleft
28837 \series default
28838  linksbündig ausgerichtet.
28839 \end_layout
28840
28841 \begin_layout Subsection
28842 Mehrzeilige Formelteile
28843 \begin_inset CommandInset label
28844 LatexCommand label
28845 name "sub:Mehrzeilige-Formelteile"
28846
28847 \end_inset
28848
28849
28850 \begin_inset Index
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Formel ! mehrzeilige ! Formelteile
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28864  der folgenden Umgebungen: 
28865 \series bold
28866 aligned
28867 \series default
28868
28869 \series bold
28870 alignedat
28871 \series default
28872
28873 \series bold
28874 gathered
28875 \series default
28876  oder 
28877 \series bold
28878 split
28879 \series default
28880 .
28881  Sie können über das Menü 
28882 \family sans
28883 Einfügen\SpecialChar \menuseparator
28884 Mathe
28885 \family default
28886  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28891 n Formel\SpecialChar \-
28892 umgebungen.
28893  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28894  Dazu ein Beispiel:
28895 \begin_inset Formula \[
28896 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28897 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28898 \right\} \textrm{Unbestimmtheitsrelationen}\]
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28907  der Befehl 
28908 \series bold
28909
28910 \backslash
28911 aligned
28912 \begin_inset Index
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Befehle ! A ! 
28917 \backslash
28918 aligned
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \series default
28925  eingegeben wird.
28926  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28927  und Zeilen hinzufügen kann.
28928  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28929  gesetzt werden.
28930 \end_layout
28931
28932 \begin_layout Standard
28933 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28934  ausgerichtet sind.
28935  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28936  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28937  Als Beispiel Formel 
28938 \begin_inset CommandInset ref
28939 LatexCommand eqref
28940 reference "eq:kurzlang"
28941
28942 \end_inset
28943
28944  in der aligned-Umgebung:
28945 \begin_inset Formula \begin{equation}
28946 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
28947  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
28948 \end{equation}
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 Möchte man die Umgebung 
28957 \series bold
28958 alignedat
28959 \series default
28960
28961 \series bold
28962 gathered
28963 \series default
28964  oder 
28965 \series bold
28966 split
28967 \series default
28968  verwenden, gibt man den Befehl 
28969 \series bold
28970
28971 \backslash
28972 alignedat
28973 \series default
28974 ,
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Befehle ! A ! 
28980 \backslash
28981 alignedat
28982 \end_layout
28983
28984 \end_inset
28985
28986  
28987 \series bold
28988
28989 \backslash
28990 gathered
28991 \series default
28992
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Befehle ! G ! 
28998 \backslash
28999 gathered
29000 \end_layout
29001
29002 \end_inset
29003
29004  bzw.
29005  
29006 \series bold
29007
29008 \backslash
29009 split
29010 \series default
29011
29012 \begin_inset Index
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 Befehle ! S ! 
29017 \backslash
29018 split
29019 \end_layout
29020
29021 \end_inset
29022
29023  ein.
29024  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29025  jedoch darf sie nur zwei Spalten enthalten.
29026 \end_layout
29027
29028 \begin_layout Subsection
29029 Text in mehrzeiligen Formeln
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "sub:Text-in-mehrzeiligen"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Text ! in Formeln
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Formel ! mehrzeilige ! Text
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29061  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29062  die Ausrichtung der Spalten nicht beeinflusst.
29063  Dazu wird der Befehl 
29064 \series bold
29065
29066 \backslash
29067 intertext
29068 \begin_inset Index
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Befehle ! I ! 
29073 \backslash
29074 intertext
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \series default
29081  nach folgendem Schema benutzt:
29082 \end_layout
29083
29084 \begin_layout Standard
29085
29086 \series bold
29087
29088 \backslash
29089 intertext{Text}
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29094  werden kann.
29095  Weil LyX 
29096 \series bold
29097
29098 \backslash
29099 intertext
29100 \series default
29101  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29102  Text.
29103  
29104 \series bold
29105
29106 \backslash
29107 intertext
29108 \series default
29109  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29110  dieser Zeile.
29111  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29112 \begin_inset Formula \begin{align}
29113 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29114 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Section
29122 Formelnummerierung
29123 \begin_inset Index
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127 Formelnummerierung
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \begin_inset Index
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Formel ! Nummerierung|see
29138 \begin_inset ERT
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142
29143 {
29144 \end_layout
29145
29146 \end_inset
29147
29148 Formelnummerierung
29149 \begin_inset ERT
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153
29154 }
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Subsection
29168 Allgemeines
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Nummerierte Formeln können mit dem Menü 
29173 \family sans
29174 Einfügen\SpecialChar \menuseparator
29175 Mathe\SpecialChar \menuseparator
29176 Nummerierte
29177 \begin_inset space ~
29178 \end_inset
29179
29180 Formel
29181 \family default
29182  (Tastenkürzel 
29183 \family sans
29184 Strg-Alt
29185 \begin_inset space ~
29186 \end_inset
29187
29188 n
29189 \family default
29190 ) erstellt, bestehende Formeln über das Menü 
29191 \family sans
29192 Bearbeiten\SpecialChar \menuseparator
29193 Mathe\SpecialChar \menuseparator
29194 Nummerierung
29195 \begin_inset space ~
29196 \end_inset
29197
29198 an/aus
29199 \family default
29200  (Tastenkürzel 
29201 \family sans
29202 Alt-m
29203 \begin_inset space ~
29204 \end_inset
29205
29206 n
29207 \family default
29208 ) nummeriert werden.
29209  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29210  Klammern.
29211  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29216  Zeilen nummeriert.
29217  Man kann jedoch über das Menü 
29218 \family sans
29219 Bearbeiten\SpecialChar \menuseparator
29220 Mathe\SpecialChar \menuseparator
29221 Zeilennummerierung an/aus
29222 \family default
29223  (Tastenkürzel 
29224 \family sans
29225 Alt-m
29226 \begin_inset space ~
29227 \end_inset
29228
29229 N
29230 \family default
29231 ) für jede Zeile die Nummerierung festlegen.
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29236  werden, siehe 
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "sec:Formelstile"
29240
29241 \end_inset
29242
29243 .
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 Querverweise
29248 \begin_inset CommandInset label
29249 LatexCommand label
29250 name "sub:Querverweise"
29251
29252 \end_inset
29253
29254
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Querverweise ! auf Formeln
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29269  Eine Marke wird mit dem Menü 
29270 \family sans
29271 Einfügen\SpecialChar \menuseparator
29272 Marke
29273 \family default
29274  oder dem Werkzeugleistenknopf 
29275 \begin_inset Graphics
29276         filename ../../images/label-insert.png
29277         scale 85
29278
29279 \end_inset
29280
29281  gesetzt.
29282  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29283  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29284 \series bold
29285 eq:
29286 \series default
29287 , nachdem der eigentliche Markenname eingegeben wird.
29288  Der voreingestellte Eintrag steht für 
29289 \begin_inset Quotes gld
29290 \end_inset
29291
29292 equation
29293 \begin_inset Quotes grd
29294 \end_inset
29295
29296  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29297  einer Formel und nicht zu einem Kapitel gehört.
29298  Um eine Marke zu ändern, wählt man wieder das Menü 
29299 \family sans
29300 Einfügen\SpecialChar \menuseparator
29301 Marke
29302 \family default
29303 .
29304 \end_layout
29305
29306 \begin_layout Standard
29307 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29308  Eine Formel mit Marke wird immer nummeriert.
29309 \end_layout
29310
29311 \begin_layout Standard
29312 Querverweise werden mit dem Menü 
29313 \family sans
29314 Einfügen\SpecialChar \menuseparator
29315 Querverweis
29316 \family default
29317  oder dem Werkzeugleistenknopf 
29318 \begin_inset Graphics
29319         filename ../../images/dialog-show-new-inset_ref.png
29320         scale 85
29321
29322 \end_inset
29323
29324  eingefügt.
29325  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29326  Wenn man im Querverweis Dialogfenster das Format 
29327 \series bold
29328 (<Querverweis>)
29329 \series default
29330  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29331 \begin_inset Newline newline
29332 \end_inset
29333
29334 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29335  man zur Formel auf die verwiesen wird.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29340 \begin_inset Note Note
29341 status open
29342
29343 \begin_layout Plain Layout
29344 Man beachte die unterschiedlichen Querverweistypen.
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Die Gleichungen 
29354 \begin_inset CommandInset ref
29355 LatexCommand eqref
29356 reference "eq:tag"
29357
29358 \end_inset
29359
29360  und 
29361 \begin_inset CommandInset ref
29362 LatexCommand eqref
29363 reference "eq:c"
29364
29365 \end_inset
29366
29367  sind äquivalent.
29368  In (
29369 \begin_inset CommandInset ref
29370 LatexCommand ref
29371 reference "eq:Lat"
29372
29373 \end_inset
29374
29375 ) werden im Gegensatz zu (
29376 \begin_inset CommandInset ref
29377 LatexCommand ref
29378 reference "eq:Roem"
29379
29380 \end_inset
29381
29382 ) große lateinische Buchstaben zur Nummerierung verwendet.
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset VSpace medskip
29387 \end_inset
29388
29389 Ist im Argument von 
29390 \series bold
29391
29392 \backslash
29393 tag
29394 \begin_inset Foot
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398
29399 \series bold
29400
29401 \backslash
29402 tag
29403 \series default
29404  ist in 
29405 \begin_inset CommandInset ref
29406 LatexCommand ref
29407 reference "sub:Benutzerdefinierte-Nummerierung"
29408
29409 \end_inset
29410
29411  beschrieben.
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \series default
29418  wie in 
29419 \begin_inset CommandInset ref
29420 LatexCommand ref
29421 reference "sub:Absatzboxen"
29422
29423 \end_inset
29424
29425  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29426 \end_layout
29427
29428 \begin_layout Subsection
29429 Unternummerierung
29430 \begin_inset Index
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Formelnummerierung ! Unternummerierung
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29444  
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448
29449 \series bold
29450
29451 \backslash
29452 begin{subequations}
29453 \series default
29454  und 
29455 \series bold
29456
29457 \backslash
29458 end{subequations}
29459 \series default
29460  erreichen.
29461  Beide Befehle werden im TeX-Modus eingegeben.
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Dazu ein Beispiel:
29466 \begin_inset Formula \begin{equation}
29467 A=C-B\label{eq:a}\end{equation}
29468
29469 \end_inset
29470
29471
29472 \begin_inset ERT
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476
29477
29478 \backslash
29479 addtocounter{equation}{-1}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 begin{subequations}
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset VSpace -5mm
29499 \end_inset
29500
29501
29502 \begin_inset Formula \begin{equation}
29503 B=C-A\label{eq:b}\end{equation}
29504
29505 \end_inset
29506
29507
29508 \begin_inset Formula \begin{equation}
29509 C=A+B\label{eq:c}\end{equation}
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Standard
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 end{subequations}
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29534 \end_layout
29535
29536 \begin_layout Enumerate
29537 erste Formel eingeben
29538 \end_layout
29539
29540 \begin_layout Enumerate
29541
29542 \series bold
29543
29544 \backslash
29545 addtocounter{equation}{-1} 
29546 \backslash
29547 begin{subequations}
29548 \begin_inset Index
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Befehle ! A ! 
29553 \backslash
29554 addtocounter
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \begin_inset Newline newline
29561 \end_inset
29562
29563
29564 \series default
29565 nach der ersten Formel einfügen
29566 \end_layout
29567
29568 \begin_layout Enumerate
29569 zweite Formel eingeben
29570 \end_layout
29571
29572 \begin_layout Enumerate
29573 dritte Formel eingeben
29574 \end_layout
29575
29576 \begin_layout Enumerate
29577
29578 \series bold
29579
29580 \backslash
29581 end{subequations}
29582 \series default
29583  nach der dritten Formel einfügen
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Jede Formel, die zwischen den Befehlen 
29588 \series bold
29589
29590 \backslash
29591 begin
29592 \series default
29593  und 
29594 \series bold
29595
29596 \backslash
29597 end
29598 \series default
29599  steht, wird mit a, b, c, \SpecialChar \ldots{}
29600  untergliedert.
29601  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29602  Alle untergliederten Formeln gelten als 
29603 \emph on
29604 eine
29605 \emph default
29606  nummerierte Formel.
29607  Da jede nummerierte Formel den Formelzähler 
29608 \series bold
29609 equation
29610 \series default
29611  um Eins erhöht, ist der Befehl 
29612 \series bold
29613
29614 \backslash
29615 addtocounter
29616 \series default
29617  notwendig um den Zähler wieder zu erniedrigen.
29618  Ansonsten würden die Formeln 
29619 \begin_inset CommandInset ref
29620 LatexCommand eqref
29621 reference "eq:a"
29622
29623 \end_inset
29624
29625
29626 \begin_inset CommandInset ref
29627 LatexCommand eqref
29628 reference "eq:b"
29629
29630 \end_inset
29631
29632
29633 \begin_inset CommandInset ref
29634 LatexCommand eqref
29635 reference "eq:c"
29636
29637 \end_inset
29638
29639  als 
29640 \begin_inset CommandInset ref
29641 LatexCommand eqref
29642 reference "eq:a"
29643
29644 \end_inset
29645
29646
29647 \begin_inset CommandInset ref
29648 LatexCommand eqref
29649 reference "eq:d"
29650
29651 \end_inset
29652
29653
29654 \begin_inset CommandInset ref
29655 LatexCommand eqref
29656 reference "eq:f"
29657
29658 \end_inset
29659
29660  nummeriert werden.
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29665  Formeln automatisch etwas Leerraum erstellt.
29666  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29667 \series bold
29668
29669 \backslash
29670 begin{subequations}
29671 \series default
29672  -5
29673 \begin_inset space \thinspace{}
29674 \end_inset
29675
29676 mm vertikalen Leerraum ein.
29677  Ist der Formelstil 
29678 \series bold
29679 Eingerückt
29680 \begin_inset Foot
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 Formelstile siehe 
29685 \begin_inset CommandInset ref
29686 LatexCommand ref
29687 reference "sec:Formelstile"
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \series default
29698  gewählt, fügt man -7
29699 \begin_inset space \thinspace{}
29700 \end_inset
29701
29702 mm Leerraum ein.
29703 \end_layout
29704
29705 \begin_layout Standard
29706 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29707  der zweiten Zeile abgeschaltet wurde:
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 begin{subequations}
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Formula \begin{eqnarray}
29722 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29723  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29724  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29725
29726 \end_inset
29727
29728
29729 \begin_inset ERT
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733
29734
29735 \backslash
29736 end{subequations}
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Subsection
29745 Benutzerdefinierte Nummerierung
29746 \begin_inset CommandInset label
29747 LatexCommand label
29748 name "sub:Benutzerdefinierte-Nummerierung"
29749
29750 \end_inset
29751
29752
29753 \begin_inset Index
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Formelnummerierung ! benutzerdefinierte
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 \begin_inset Index
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Formelnummerierung ! eigene Klammern
29771 \end_layout
29772
29773 \end_inset
29774
29775 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29776  gesetzt.
29777  Will man diese Klammern z.
29778 \begin_inset space \thinspace{}
29779 \end_inset
29780
29781 B.
29782  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29783  an:
29784 \end_layout
29785
29786 \begin_layout Standard
29787
29788 \series bold
29789
29790 \backslash
29791 def
29792 \backslash
29793 tagform@#1{
29794 \backslash
29795 maketag@@@{|#1|}}
29796 \series default
29797
29798 \begin_inset Note Note
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29803  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29804  werden.
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \end_layout
29811
29812 \begin_layout Standard
29813 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29814 \series bold
29815 #1
29816 \series default
29817  durch ein oder mehrere gewünschte Zeichen.
29818  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29819 \end_layout
29820
29821 \begin_layout Standard
29822 \begin_inset VSpace bigskip
29823 \end_inset
29824
29825 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29826  hinter der Formel stehen, benutzt man den Befehl 
29827 \series bold
29828
29829 \backslash
29830 tag
29831 \series default
29832
29833 \begin_inset Index
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837 Befehle ! T ! 
29838 \backslash
29839 tag
29840 \end_layout
29841
29842 \end_inset
29843
29844 :
29845 \begin_inset Formula \begin{equation}
29846 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29847
29848 \end_inset
29849
29850  In diesem Beispiel wurde in der Formel der Befehl 
29851 \series bold
29852
29853 \backslash
29854 tag
29855 \series default
29856
29857 \begin_inset ERT
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861
29862
29863 \backslash
29864 leer 
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \series bold
29871 etwas
29872 \series default
29873  eingegeben.
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Gibt man stattdessen 
29878 \series bold
29879
29880 \backslash
29881 tag*
29882 \series default
29883
29884 \begin_inset ERT
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888
29889
29890 \backslash
29891 leer 
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \series bold
29898 etwas
29899 \series default
29900  ein, verhindert der Stern die Klammern um den Ausdruck:
29901 \begin_inset Formula \[
29902 A+B=C\tag*{etwas}\]
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Standard
29910 \begin_inset VSpace bigskip
29911 \end_inset
29912
29913 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29914  oder 
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920
29921 \backslash
29922 mbox{
29923 \end_layout
29924
29925 \end_inset
29926
29927 -abschnitt
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 }
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \begin_inset Note Note
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Der Befehl 
29944 \series bold
29945
29946 \backslash
29947 mbox
29948 \series default
29949  verhindert, dass am Bindestrich umgebrochen wird.
29950  Mehr zu 
29951 \series bold
29952
29953 \backslash
29954 mbox
29955 \series default
29956  siehe Kap.
29957 \begin_inset space \thinspace{}
29958 \end_inset
29959
29960
29961 \begin_inset CommandInset ref
29962 LatexCommand ref
29963 reference "sub:Worttrennungen"
29964
29965 \end_inset
29966
29967 .
29968 \end_layout
29969
29970 \end_inset
29971
29972  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 @addtoreset{equation}{part}
29981 \series default
29982
29983 \begin_inset Index
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Befehle ! 
29988 \begin_inset ERT
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992
29993 "
29994 \end_layout
29995
29996 \end_inset
29997
29998 @
29999 \begin_inset ERT
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003
30004 "
30005 \end_layout
30006
30007 \end_inset
30008
30009  ! 
30010 \backslash
30011
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017 "
30018 \end_layout
30019
30020 \end_inset
30021
30022 @
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028 "
30029 \end_layout
30030
30031 \end_inset
30032
30033 addtoreset
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \begin_inset Newline newline
30040 \end_inset
30041
30042 bzw.
30043 \begin_inset Newline newline
30044 \end_inset
30045
30046
30047 \series bold
30048
30049 \backslash
30050 @addtoreset{equation}{section}
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30055 \begin_inset Quotes gld
30056 \end_inset
30057
30058 @
30059 \begin_inset Quotes grd
30060 \end_inset
30061
30062  Zeichen für LaTeX mit dem Befehl 
30063 \series bold
30064
30065 \backslash
30066 makeatletter
30067 \series default
30068  
30069 \begin_inset Quotes gld
30070 \end_inset
30071
30072 aktiv
30073 \begin_inset Quotes grd
30074 \end_inset
30075
30076  gemacht werden.
30077  Der Befehl 
30078 \series bold
30079
30080 \backslash
30081 makeatother
30082 \series default
30083  macht dies wieder rückgängig.
30084  Daher ist die Befehlssequenz im TeX-Modus:
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 makeatletter
30093 \begin_inset Newline newline
30094 \end_inset
30095
30096
30097 \backslash
30098 @addtoreset{equation}{section}
30099 \begin_inset Newline newline
30100 \end_inset
30101
30102
30103 \backslash
30104 makeatother
30105 \end_layout
30106
30107 \begin_layout Standard
30108 Im LaTeX-Vorspann können 
30109 \series bold
30110
30111 \backslash
30112 makeatletter
30113 \series default
30114  und 
30115 \series bold
30116
30117 \backslash
30118 makeatother
30119 \series default
30120  weggelassen werden, da LyX sie automatisch intern einfügt.
30121 \end_layout
30122
30123 \begin_layout Standard
30124 Um 
30125 \series bold
30126
30127 \backslash
30128 @addtoreset
30129 \series default
30130  rückgängig zu machen, muss die Datei 
30131 \series bold
30132 remreset.sty
30133 \series default
30134
30135 \begin_inset Foot
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140 \series bold
30141 remreset
30142 \series default
30143  ist Teil des LaTeX-Paketes 
30144 \series bold
30145 carlisle
30146 \series default
30147
30148 \begin_inset Index
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152 Pakete ! carlisle
30153 \end_layout
30154
30155 \end_inset
30156
30157 , das Teil jeder LaTeX-Standardinstallation ist.
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \begin_inset Index
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Pakete ! remreset
30168 \end_layout
30169
30170 \end_inset
30171
30172  im LaTeX-Vorspann mit der Zeile
30173 \end_layout
30174
30175 \begin_layout Standard
30176
30177 \series bold
30178
30179 \backslash
30180 usepackage{remreset}
30181 \end_layout
30182
30183 \begin_layout Standard
30184 geladen werden.
30185  Dann kann der Befehl 
30186 \series bold
30187
30188 \backslash
30189 @removefromreset
30190 \series default
30191
30192 \begin_inset Index
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 Befehle ! 
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 "
30203 \end_layout
30204
30205 \end_inset
30206
30207 @
30208 \begin_inset ERT
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212
30213 "
30214 \end_layout
30215
30216 \end_inset
30217
30218  ! 
30219 \backslash
30220
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226 "
30227 \end_layout
30228
30229 \end_inset
30230
30231 @
30232 \begin_inset ERT
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236
30237 "
30238 \end_layout
30239
30240 \end_inset
30241
30242 removefromreset
30243 \end_layout
30244
30245 \end_inset
30246
30247  mit dem selben Schema wie 
30248 \series bold
30249
30250 \backslash
30251 @addtoreset
30252 \series default
30253  benutzt werden.
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset VSpace bigskip
30258 \end_inset
30259
30260 Oftmals möchte man Formeln in folgender Art nummerieren:
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \family typewriter
30266 (Kapitelnummer.Formelnummer)
30267 \end_layout
30268
30269 \begin_layout Standard
30270 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Für diesen Fall gibt es den Befehl 
30275 \series bold
30276
30277 \backslash
30278 numberwithin
30279 \series default
30280
30281 \begin_inset Index
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Befehle ! N ! 
30286 \backslash
30287 numberwithin
30288 \end_layout
30289
30290 \end_inset
30291
30292 , der nach folgendem Schema benutzt wird:
30293 \end_layout
30294
30295 \begin_layout Standard
30296
30297 \series bold
30298
30299 \backslash
30300 numberwithin{Zähler}{Gliederung}
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Zähler gibt an, welche Nummerierung betroffen ist.
30305  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30306 \end_layout
30307
30308 \begin_layout Standard
30309 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30310  ein:
30311 \end_layout
30312
30313 \begin_layout Standard
30314
30315 \series bold
30316
30317 \backslash
30318 numberwithin{equation}{section}
30319 \end_layout
30320
30321 \begin_layout Standard
30322 Das ist das Ergebnis:
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328
30329 \backslash
30330 numberwithin{equation}{section}
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Formula \begin{equation}
30337 A+B=C\end{equation}
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Möchte man z.
30346 \begin_inset space \thinspace{}
30347 \end_inset
30348
30349 B.
30350  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30351  gibt man 
30352 \series bold
30353
30354 \backslash
30355 numberwithin{table}{part}
30356 \series default
30357  ein.
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30362 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30363  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30364 \end_layout
30365
30366 \begin_layout Standard
30367
30368 \series bold
30369
30370 \backslash
30371 renewcommand{
30372 \backslash
30373 theequation}{
30374 \backslash
30375 arabic{equation}}
30376 \begin_inset Index
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Befehle ! A ! 
30381 \backslash
30382 arabic
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \series default
30389
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395
30396 \backslash
30397 renewcommand{
30398 \backslash
30399 theequation}{
30400 \backslash
30401 arabic{equation}}
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \series bold
30408
30409 \begin_inset Newline newline
30410 \end_inset
30411
30412
30413 \series default
30414 bzw.
30415 \series bold
30416
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \backslash
30422 renewcommand{
30423 \backslash
30424 thetable}{
30425 \backslash
30426 arabic{table}}
30427 \end_layout
30428
30429 \begin_layout Standard
30430
30431 \series bold
30432
30433 \backslash
30434 numberwithin
30435 \series default
30436  benutzt intern den oben beschriebenen Befehl 
30437 \series bold
30438
30439 \backslash
30440 @addtoreset
30441 \series default
30442 , der ebenfalls rückgängig gemacht werden muss.
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 makeatletter
30451 \end_layout
30452
30453 \begin_layout Plain Layout
30454
30455
30456 \backslash
30457 @removefromreset{equation}{section}
30458 \end_layout
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 makeatother
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Subsection
30473 Nummerierung mit römischen Zahlen und Buchstaben
30474 \begin_inset CommandInset label
30475 LatexCommand label
30476 name "sub:Nummerierung-mit-römischen"
30477
30478 \end_inset
30479
30480
30481 \begin_inset Index
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485 Formelnummerierung ! mit Buchstaben
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \begin_inset Index
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 Formelnummerierung ! mit römischen Zahlen
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30505  werden.
30506  Um z.
30507 \begin_inset space \thinspace{}
30508 \end_inset
30509
30510 B.
30511  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30512  TeX-Modus den Befehl
30513 \end_layout
30514
30515 \begin_layout Standard
30516
30517 \series bold
30518
30519 \backslash
30520 renewcommand{
30521 \backslash
30522 theequation}{
30523 \backslash
30524 roman{equation}}
30525 \end_layout
30526
30527 \begin_layout Standard
30528 ein.
30529  
30530 \series bold
30531
30532 \backslash
30533 renewcommand
30534 \series default
30535
30536 \begin_inset Index
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Befehle ! R ! 
30541 \backslash
30542 renewcommand
30543 \end_layout
30544
30545 \end_inset
30546
30547  weist dem vordefinierten Befehl 
30548 \series bold
30549
30550 \backslash
30551 theequation
30552 \series default
30553  den Befehl
30554 \begin_inset Newline linebreak
30555 \end_inset
30556
30557
30558 \series bold
30559
30560 \backslash
30561 roman{equation}
30562 \series default
30563  zu
30564 \begin_inset Foot
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568 Der Befehl 
30569 \series bold
30570
30571 \backslash
30572 renewcommand
30573 \series default
30574  besitzt dasselbe Schema wie der in 
30575 \begin_inset CommandInset ref
30576 LatexCommand ref
30577 reference "sec:Benutzerdefinierte-Befehle"
30578
30579 \end_inset
30580
30581  beschriebene Befehl
30582 \begin_inset Newline newline
30583 \end_inset
30584
30585
30586 \series bold
30587
30588 \backslash
30589 newcommand
30590 \series default
30591 .
30592 \end_layout
30593
30594 \end_inset
30595
30596 .
30597  
30598 \series bold
30599 equation
30600 \series default
30601  ist der Formelzähler.
30602  Stellt man einem Zähler den Befehl 
30603 \series bold
30604
30605 \backslash
30606 the
30607 \series default
30608  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30609  wird.
30610  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30611  
30612 \series bold
30613
30614 \backslash
30615 theequation
30616 \series default
30617  hinter die Formel.
30618  
30619 \series bold
30620
30621 \backslash
30622 roman{equation}
30623 \begin_inset Index
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627 Befehle ! R ! 
30628 \backslash
30629 roman
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \series default
30636  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30637 \end_layout
30638
30639 \begin_layout Standard
30640 Alle Formeln nach dem 
30641 \series bold
30642
30643 \backslash
30644 renewcommand
30645 \series default
30646 -Befehl werden nun römisch nummeriert.
30647  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30648  den Befehl erneut ein, ersetzt aber 
30649 \series bold
30650
30651 \backslash
30652 roman
30653 \series default
30654  durch 
30655 \series bold
30656
30657 \backslash
30658 Roman
30659 \series default
30660
30661 \begin_inset Index
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Befehle ! R ! 
30666 \backslash
30667 roman@
30668 \backslash
30669 Roman
30670 \end_layout
30671
30672 \end_inset
30673
30674 .
30675  Für die 
30676 \begin_inset Quotes gld
30677 \end_inset
30678
30679 Nummerierung
30680 \begin_inset Quotes grd
30681 \end_inset
30682
30683  mit lateinischen Buchstaben gibt es den Befehl 
30684 \series bold
30685
30686 \backslash
30687 alph
30688 \series default
30689
30690 \begin_inset Index
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Befehle ! A ! 
30695 \backslash
30696 alph
30697 \end_layout
30698
30699 \end_inset
30700
30701  für kleine und 
30702 \series bold
30703
30704 \backslash
30705 Alph
30706 \series default
30707
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Befehle ! A ! 
30713 \backslash
30714 alph@
30715 \backslash
30716 Alph
30717 \end_layout
30718
30719 \end_inset
30720
30721  für große Buchstaben.
30722 \end_layout
30723
30724 \begin_layout Standard
30725 \begin_inset Note Greyedout
30726 status open
30727
30728 \begin_layout Plain Layout
30729
30730 \series bold
30731 Achtung:
30732 \series default
30733  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30734  nummeriert werden.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 renewcommand{
30751 \backslash
30752 theequation}{
30753 \backslash
30754 roman{equation}}
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \end_layout
30761
30762 \begin_layout Standard
30763 \begin_inset Formula \begin{equation}
30764 A=\textrm{römisch}\label{eq:roem}\end{equation}
30765
30766 \end_inset
30767
30768
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774
30775 \backslash
30776 renewcommand{
30777 \backslash
30778 theequation}{
30779 \backslash
30780 Roman{equation}}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Formula \begin{equation}
30787 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30788
30789 \end_inset
30790
30791
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 renewcommand{
30800 \backslash
30801 theequation}{
30802 \backslash
30803 alph{equation}}
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \begin_inset Formula \begin{equation}
30810 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30811
30812 \end_inset
30813
30814
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820
30821 \backslash
30822 renewcommand{
30823 \backslash
30824 theequation}{
30825 \backslash
30826 Alph{equation}}
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \begin_inset Formula \begin{equation}
30833 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30842  ein:
30843 \end_layout
30844
30845 \begin_layout Standard
30846
30847 \series bold
30848
30849 \backslash
30850 renewcommand{
30851 \backslash
30852 theequation}{
30853 \backslash
30854 arabic{equation}}
30855 \begin_inset Index
30856 status collapsed
30857
30858 \begin_layout Plain Layout
30859 Befehle ! A ! 
30860 \backslash
30861 arabic
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 renewcommand{
30878 \backslash
30879 theequation}{
30880 \backslash
30881 arabic{equation}}
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset Formula \begin{equation}
30888 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30889
30890 \end_inset
30891
30892
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset VSpace medskip
30897 \end_inset
30898
30899 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30900 riert.
30901  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30902  beginnen, müssen neue Formelzähler angelegt werden.
30903  Eine Beschreibung dazu findet man in der Datei 
30904 \begin_inset CommandInset href
30905 LatexCommand href
30906 target "Formelnummerierung.lyx"
30907
30908 \end_inset
30909
30910 .
30911 \end_layout
30912
30913 \begin_layout Section
30914 Benutzerdefinierte Befehle
30915 \begin_inset CommandInset label
30916 LatexCommand label
30917 name "sec:Benutzerdefinierte-Befehle"
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 benutzerdefinierte Befehle
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
30936  Man kann sich aber mit dem Befehl 
30937 \series bold
30938
30939 \backslash
30940 newcommand
30941 \series default
30942
30943 \begin_inset Index
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 Befehle ! N ! 
30948 \backslash
30949 newcommand
30950 \end_layout
30951
30952 \end_inset
30953
30954  neue kürzere Befehle definieren.
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Das Befehlsschema von 
30959 \series bold
30960
30961 \backslash
30962 newcommand
30963 \series default
30964  lautet:
30965 \end_layout
30966
30967 \begin_layout Standard
30968
30969 \series bold
30970
30971 \backslash
30972 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
30973 \series default
30974  
30975 \series bold
30976 Wert]
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980
30981 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 phantom{
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \backslash
30995 newcommand
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001 }
31002 \end_layout
31003
31004 \end_inset
31005
31006 {Befehlsdefinition}
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \begin_inset Note Greyedout
31011 status open
31012
31013 \begin_layout Plain Layout
31014
31015 \series bold
31016 Achtung:
31017 \series default
31018  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31019  oder von benutzten LaTeX-Paketen verwendet wird.
31020  Definiert man beispielsweise für 
31021 \series bold
31022
31023 \backslash
31024 Leftarrow
31025 \series default
31026  den Befehl 
31027 \series bold
31028
31029 \backslash
31030 le
31031 \series default
31032 , erhält man eine Fehlermeldung, denn 
31033 \series bold
31034
31035 \backslash
31036 le
31037 \series default
31038  ist schon für 
31039 \begin_inset Quotes gld
31040 \end_inset
31041
31042
31043 \begin_inset Formula $\le$
31044 \end_inset
31045
31046
31047 \begin_inset Quotes grd
31048 \end_inset
31049
31050  definiert.
31051 \end_layout
31052
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \begin_inset Note Greyedout
31060 status open
31061
31062 \begin_layout Plain Layout
31063
31064 \series bold
31065 Achtung: 
31066 \series default
31067 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31068  bestehen.
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31078 \begin_inset space \thinspace{}
31079 \end_inset
31080
31081 -
31082 \begin_inset space \thinspace{}
31083 \end_inset
31084
31085 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31086  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31087  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31088 \emph on
31089 erste
31090 \emph default
31091  Argument des neuen Befehls ein optionales ist.
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Es folgen einige Beispiele:
31096 \end_layout
31097
31098 \begin_layout Itemize
31099 Will man für 
31100 \series bold
31101
31102 \backslash
31103 Longrightarrow
31104 \series default
31105  den Befehl 
31106 \series bold
31107
31108 \backslash
31109 gr
31110 \series default
31111  definieren, lautet die LaTeX-Vor\SpecialChar \-
31112 spannzeile:
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 medskip
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \series bold
31127
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \backslash
31133 newcommand{
31134 \backslash
31135 gr}{
31136 \backslash
31137 Longrightarrow}
31138 \end_layout
31139
31140 \begin_layout Itemize
31141 Um für den Befehl 
31142 \series bold
31143
31144 \backslash
31145 underline
31146 \series default
31147  den Befehl 
31148 \series bold
31149
31150 \backslash
31151 us
31152 \series default
31153  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31154  werden.
31155  Dazu sieht die Vorspannzeile wie folgt aus:
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161
31162 \backslash
31163 medskip
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \series bold
31170
31171 \begin_inset Newline newline
31172 \end_inset
31173
31174
31175 \backslash
31176 newcommand{
31177 \backslash
31178 us}[1]{
31179 \backslash
31180 underline{#1}}
31181 \series default
31182
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188
31189 \backslash
31190 medskip
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \series bold
31197
31198 \begin_inset Newline newline
31199 \end_inset
31200
31201
31202 \series default
31203 Das Zeichen 
31204 \series bold
31205 #
31206 \series default
31207  fungiert als Argumentplatzhalter, die 
31208 \series bold
31209 1
31210 \series default
31211  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31212 \end_layout
31213
31214 \begin_layout Itemize
31215 Für 
31216 \series bold
31217
31218 \backslash
31219 framebox
31220 \series default
31221  kann man z.
31222 \begin_inset space \thinspace{}
31223 \end_inset
31224
31225 B.
31226  den Befehl 
31227 \series bold
31228
31229 \backslash
31230 fb
31231 \series default
31232  definieren:
31233 \begin_inset ERT
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237
31238
31239 \backslash
31240 medskip
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \series bold
31247
31248 \begin_inset Newline newline
31249 \end_inset
31250
31251
31252 \backslash
31253 newcommand{
31254 \backslash
31255 fb}[3]{
31256 \backslash
31257 framebox#1#2{$#3$}}
31258 \series default
31259
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 medskip
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \series bold
31274
31275 \begin_inset Newline newline
31276 \end_inset
31277
31278
31279 \series default
31280 Die beiden Dollarzeichen erstellen hierbei die für 
31281 \series bold
31282
31283 \backslash
31284 framebox
31285 \series default
31286  geforderte weitere Formel, siehe 
31287 \begin_inset CommandInset ref
31288 LatexCommand ref
31289 reference "sub:Boxen-mit-Rahmen"
31290
31291 \end_inset
31292
31293 .
31294 \end_layout
31295
31296 \begin_layout Itemize
31297 Um einen neuen Befehl für 
31298 \series bold
31299
31300 \backslash
31301 fcolorbox
31302 \series default
31303  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31304  definiert man das Argument für die Farbe als optional:
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 medskip
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \series bold
31319
31320 \begin_inset Newline newline
31321 \end_inset
31322
31323
31324 \backslash
31325 newcommand{
31326 \backslash
31327 cb}[3][white]{
31328 \backslash
31329 fcolorbox{#2}{#1}{$#3$}}
31330 \series default
31331
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337
31338 \backslash
31339 medskip
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Newline newline
31346 \end_inset
31347
31348 Gibt man bei der Verwendung von 
31349 \series bold
31350
31351 \backslash
31352 cb
31353 \series default
31354  die Farbe nicht an, wird die voreingestellte Farbe 
31355 \series bold
31356 white
31357 \series default
31358  verwendet.
31359 \begin_inset Newpage pagebreak
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \begin_layout Standard
31366 Ein Test der neu definierten Befehle:
31367 \end_layout
31368
31369 \begin_layout Standard
31370 \align center
31371 \begin_inset Tabular
31372 <lyxtabular version="3" rows="6" columns="2">
31373 <features>
31374 <column alignment="center" valignment="top" width="0">
31375 <column alignment="center" valignment="top" width="0">
31376 <row>
31377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Plain Layout
31381 Befehl
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31387 \begin_inset Text
31388
31389 \begin_layout Plain Layout
31390 Ergebnis
31391 \begin_inset Note Note
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396 \series bold
31397
31398 \backslash
31399 raisebox
31400 \series default
31401  dient nur als Abstandhalter.
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 </row>
31412 <row>
31413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 A
31418 \backslash
31419 gr
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 leer 
31428 \end_layout
31429
31430 \end_inset
31431
31432 B
31433 \end_layout
31434
31435 \end_inset
31436 </cell>
31437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31438 \begin_inset Text
31439
31440 \begin_layout Plain Layout
31441 \begin_inset Formula $A\gr B$
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 </row>
31450 <row>
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455
31456 \backslash
31457 us{ABcd
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Plain Layout
31466 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 </row>
31475 <row>
31476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480
31481 \backslash
31482 fb{[2cm]
31483 \begin_inset Formula $\to$
31484 \end_inset
31485
31486
31487 \backslash
31488 {
31489 \begin_inset Formula $\to$
31490 \end_inset
31491
31492
31493 \backslash
31494 {
31495 \backslash
31496 int
31497 \begin_inset ERT
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501
31502
31503 \backslash
31504 leer 
31505 \end_layout
31506
31507 \end_inset
31508
31509 A=B
31510 \end_layout
31511
31512 \end_inset
31513 </cell>
31514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 </row>
31527 <row>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532
31533 \backslash
31534 cb{red
31535 \begin_inset Formula $\to$
31536 \end_inset
31537
31538
31539 \backslash
31540 {
31541 \backslash
31542 int
31543 \begin_inset ERT
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547
31548
31549 \backslash
31550 leer 
31551 \end_layout
31552
31553 \end_inset
31554
31555 A=B
31556 \end_layout
31557
31558 \end_inset
31559 </cell>
31560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31561 \begin_inset Text
31562
31563 \begin_layout Plain Layout
31564 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31565 \end_inset
31566
31567
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 </row>
31573 <row>
31574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31575 \begin_inset Text
31576
31577 \begin_layout Plain Layout
31578
31579 \backslash
31580 cb[green]
31581 \backslash
31582 {red
31583 \begin_inset Formula $\to$
31584 \end_inset
31585
31586
31587 \backslash
31588 {
31589 \backslash
31590 int
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 leer 
31599 \end_layout
31600
31601 \end_inset
31602
31603 A=B
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 </row>
31621 </lyxtabular>
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Section
31629 Diagramme
31630 \begin_inset Index
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Diagramme
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31644 \series bold
31645 amscd
31646 \begin_inset Foot
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651 \series bold
31652 amscd
31653 \series default
31654  ist Teil jeder LaTeX-Standardinstallation.
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \series default
31661
31662 \begin_inset Index
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666 Pakete ! amscd
31667 \end_layout
31668
31669 \end_inset
31670
31671  benötigt.
31672  Es wird im LaTeX-Vorspann mit der Zeile
31673 \end_layout
31674
31675 \begin_layout Standard
31676
31677 \series bold
31678
31679 \backslash
31680 usepackage{amscd}
31681 \end_layout
31682
31683 \begin_layout Standard
31684 geladen.
31685 \end_layout
31686
31687 \begin_layout Standard
31688 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31689 \begin_inset Formula \[
31690 \begin{CD}A@>>>B@>>>C\\
31691 @AAA@.@VVV\\
31692 F@<<<E@<<<D\end{CD}\]
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \begin_layout Standard
31700 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31701 \series bold
31702
31703 \backslash
31704 CD
31705 \begin_inset Index
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709 Befehle ! C ! 
31710 \backslash
31711 CD
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \series default
31718  ein.
31719  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31720  man die weiteren Befehle eingibt.
31721  Mit 
31722 \series bold
31723
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729
31730 \backslash
31731 mbox{
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \family sans
31738 \series default
31739 Strg-Enter
31740 \family default
31741 \series bold
31742
31743 \begin_inset ERT
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748 }
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \series default
31755  wird eine neue Zeile erstellt.
31756  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31757  Zeilen der Formel eingegeben.
31758 \end_layout
31759
31760 \begin_layout Standard
31761 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31762 \end_layout
31763
31764 \begin_layout Itemize
31765
31766 \series bold
31767 @<<<
31768 \series default
31769  erstellt einen Linkspfeil, 
31770 \series bold
31771 @>>>
31772 \series default
31773  einen Rechtspfeil und 
31774 \series bold
31775 @=
31776 \series default
31777  ein langes Gleichheitszeichen
31778 \end_layout
31779
31780 \begin_layout Itemize
31781
31782 \series bold
31783 @AAA
31784 \series default
31785  erstellt einen Pfeil nach oben, 
31786 \series bold
31787 @VVV
31788 \series default
31789  einen Pfeil nach unten und 
31790 \series bold
31791 @|
31792 \series default
31793  ein senkrechtes Gleichheitszeichen
31794 \end_layout
31795
31796 \begin_layout Itemize
31797
31798 \series bold
31799 @.
31800
31801 \series default
31802  dient als Platzhalter für nicht vorhandene Beziehungen
31803 \end_layout
31804
31805 \begin_layout Standard
31806 Alle Pfeile sind wie folgt beschriftbar:
31807 \end_layout
31808
31809 \begin_layout Itemize
31810 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31811  > Text eingegeben, erscheint er über dem Pfeil.
31812  Wird der Text zwischen dem zweiten und dritten < bzw.
31813  > eingegeben, erscheint er unter dem Pfeil.
31814 \end_layout
31815
31816 \begin_layout Itemize
31817 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31818  V eingegeben, erscheint er links neben dem Pfeil.
31819  Bei Eingabe zwischen zweitem und drittem A bzw.
31820  V erscheint er rechts daneben.
31821  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31822  gesetzt werden.
31823 \end_layout
31824
31825 \begin_layout Standard
31826 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31827 \end_layout
31828
31829 \begin_layout Standard
31830 \begin_inset Formula \[
31831 \begin{CD}A@>j>>B@>>k>C@=F\\
31832 @AmAA@.@VV{V}V@|\\
31833 D@<<j<E@>k>>F@=C\end{CD}\]
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 Der Befehl dazu lautet:
31842 \begin_inset Newline newline
31843 \end_inset
31844
31845
31846 \series bold
31847
31848 \backslash
31849 CD
31850 \begin_inset ERT
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855
31856 \backslash
31857 leer 
31858 \end_layout
31859
31860 \end_inset
31861
31862 A@>j>>B@>>k>C@=F Strg-Enter
31863 \begin_inset Newline newline
31864 \end_inset
31865
31866
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 hphantom{
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \backslash
31881 CD
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887
31888 \backslash
31889 leer 
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \begin_inset ERT
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899
31900 }
31901 \end_layout
31902
31903 \end_inset
31904
31905 @AmAA@.@VV
31906 \backslash
31907 {V
31908 \series default
31909
31910 \begin_inset Formula $\to$
31911 \end_inset
31912
31913
31914 \series bold
31915 V@| Strg-Enter
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925
31926 \backslash
31927 hphantom{
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \backslash
31934 CD
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 leer 
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953 }
31954 \end_layout
31955
31956 \end_inset
31957
31958 D@<<j<E@>k>>F@=C
31959 \end_layout
31960
31961 \begin_layout Standard
31962 \begin_inset Newpage newpage
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Section
31969 Tipps
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 texorpdfstring{
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \begin_inset Foot
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 Weitere gute Tipps gibt es unter 
31988 \begin_inset CommandInset citation
31989 LatexCommand cite
31990 key "Voss"
31991
31992 \end_inset
31993
31994 .
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005 }{}
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \begin_inset Note Note
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016 \series bold
32017
32018 \backslash
32019 texorpdfstring
32020 \series default
32021  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32022 \end_layout
32023
32024 \begin_layout Plain Layout
32025 Näheres zu 
32026 \series bold
32027
32028 \backslash
32029 texorpdfstring
32030 \series default
32031  steht in Kapitel 
32032 \begin_inset CommandInset ref
32033 LatexCommand ref
32034 reference "sub:Formeln-in-Überschriften"
32035
32036 \end_inset
32037
32038 .
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \begin_inset Index
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048 Tipps
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \begin_inset Index
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058 Ionen|see
32059 \begin_inset ERT
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064 {
32065 \end_layout
32066
32067 \end_inset
32068
32069 chemische Zeichen
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075 }
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Subsection
32089 Chemische Symbole und Reaktionsgleichungen
32090 \begin_inset CommandInset label
32091 LatexCommand label
32092 name "sub:Chemische-Symbole-und"
32093
32094 \end_inset
32095
32096
32097 \begin_inset Index
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 chemische Zeichen ! Symbole
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \begin_inset Index
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111 Reaktionsgleichungen
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \begin_inset Index
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121 Symbole ! chemische
32122 \end_layout
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 Ein Beispieltext aus der Chemie:
32131 \end_layout
32132
32133 \begin_layout Quote
32134 Das 
32135 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32136 \end_inset
32137
32138 -Ion verbindet sich mit zwei 
32139 \begin_inset Formula $\mathrm{Na^{+}}$
32140 \end_inset
32141
32142 -Ionen zu Natriumsulfat 
32143 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32144 \end_inset
32145
32146 .
32147  Die Reaktionsgleichung dazu lautet:
32148 \begin_inset Formula \[
32149 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32158  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32159  in der Formel und wandelt diese mit der Tastenkombination 
32160 \family sans
32161 Alt-z
32162 \begin_inset space ~
32163 \end_inset
32164
32165 r
32166 \family default
32167  in den aufrechten Schriftstil um.
32168 \begin_inset Foot
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172 Schriftstile siehe 
32173 \begin_inset CommandInset ref
32174 LatexCommand ref
32175 reference "sub:Schriftstile"
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Subsection
32188 Negative Zahlen
32189 \begin_inset Index
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193 Zahlen ! negative
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Standard
32202 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32203  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32204  dargestellt.
32205  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32206  Minuszeichen korrekt.
32207 \end_layout
32208
32209 \begin_layout Standard
32210 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32211  nicht mehr auf.
32212 \end_layout
32213
32214 \begin_layout Standard
32215 Ein Beispiel zur Veranschaulichung der Problematik:
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \align center
32220 \begin_inset Tabular
32221 <lyxtabular version="3" rows="3" columns="2">
32222 <features>
32223 <column alignment="right" valignment="top" width="0">
32224 <column alignment="left" valignment="top" width="0">
32225 <row>
32226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32227 \begin_inset Text
32228
32229 \begin_layout Plain Layout
32230 normaler Text:
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32236 \begin_inset Text
32237
32238 \begin_layout Plain Layout
32239 x = -2
32240 \end_layout
32241
32242 \end_inset
32243 </cell>
32244 </row>
32245 <row>
32246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 Formelmodus:
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 \begin_inset Formula $x=-2$
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 </row>
32268 <row>
32269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 Lösung:
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 \begin_inset Formula $x=\textrm{-}2$
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 </row>
32291 </lyxtabular>
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Subsection
32299 Komma als Dezimaltrennzeichen
32300 \begin_inset Index
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Komma
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32314  als Gruppentrennzeichen.
32315  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32316  eingefügt.
32317 \end_layout
32318
32319 \begin_layout Standard
32320 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32321  Text um (Tastenkürzel 
32322 \family sans
32323 Alt-m
32324 \begin_inset space ~
32325 \end_inset
32326
32327 m
32328 \family default
32329 ).
32330 \end_layout
32331
32332 \begin_layout Standard
32333 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32334  lädt man die Datei 
32335 \series bold
32336 icomma.sty
32337 \series default
32338
32339 \begin_inset Foot
32340 status collapsed
32341
32342 \begin_layout Plain Layout
32343
32344 \series bold
32345 icomma
32346 \series default
32347  ist Teil des LaTeX-Paketes 
32348 \series bold
32349 was
32350 \series default
32351
32352 \begin_inset Index
32353 status collapsed
32354
32355 \begin_layout Plain Layout
32356 Pakete ! was
32357 \begin_inset ERT
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361
32362
32363 \backslash
32364 vspace{4mm}
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \end_inset
32373
32374 .
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \begin_inset Index
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 Pakete ! icomma
32385 \end_layout
32386
32387 \end_inset
32388
32389  mit der LaTeX-Vorspannzeile
32390 \end_layout
32391
32392 \begin_layout Standard
32393
32394 \series bold
32395
32396 \backslash
32397 usepackage{icomma}
32398 \end_layout
32399
32400 \begin_layout Subsection
32401 Physikalische Vektoren
32402 \begin_inset CommandInset label
32403 LatexCommand label
32404 name "sub:Physikalische-Vektoren"
32405
32406 \end_inset
32407
32408
32409 \begin_inset Index
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413 Vektoren ! physikalische
32414 \end_layout
32415
32416 \end_inset
32417
32418
32419 \end_layout
32420
32421 \begin_layout Standard
32422 Vordefinierte Vektoren bietet das LaTeX-Paket 
32423 \series bold
32424 braket
32425 \series default
32426
32427 \begin_inset Foot
32428 status collapsed
32429
32430 \begin_layout Plain Layout
32431
32432 \series bold
32433 braket
32434 \series default
32435  sollte Teil jeder LaTeX-Standardinstallation sein.
32436 \end_layout
32437
32438 \end_inset
32439
32440
32441 \begin_inset Index
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445 Pakete ! braket
32446 \end_layout
32447
32448 \end_inset
32449
32450 , das mit der LaTeX-Vorspannzeile
32451 \end_layout
32452
32453 \begin_layout Standard
32454
32455 \series bold
32456
32457 \backslash
32458 usepackage{braket}
32459 \end_layout
32460
32461 \begin_layout Standard
32462 geladen wird.
32463 \begin_inset ERT
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467
32468
32469 \backslash
32470 ifbraket 
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \begin_inset Note Note
32477 status open
32478
32479 \begin_layout Plain Layout
32480 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32481 \series bold
32482 braket
32483 \series default
32484  installiert ist:
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Standard
32493 Folgende Befehle sind definiert:
32494 \end_layout
32495
32496 \begin_layout Standard
32497 \align center
32498 \begin_inset Tabular
32499 <lyxtabular version="3" rows="4" columns="2">
32500 <features>
32501 <column alignment="center" valignment="top" width="0">
32502 <column alignment="center" valignment="top" width="0">
32503 <row>
32504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508 Befehl
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 Ergebnis
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 <row>
32524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528
32529 \backslash
32530 Bra{
32531 \backslash
32532 psi
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 \begin_inset Formula $\Bra{\psi}$
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 </row>
32550 <row>
32551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555
32556 \backslash
32557 Ket{
32558 \backslash
32559 psi
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568 \begin_inset Formula $\Ket{\psi}$
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \end_inset
32575 </cell>
32576 </row>
32577 <row>
32578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582
32583 \backslash
32584 Braket{
32585 \backslash
32586 psi|
32587 \backslash
32588 phi
32589 \end_layout
32590
32591 \end_inset
32592 </cell>
32593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32594 \begin_inset Text
32595
32596 \begin_layout Plain Layout
32597 \begin_inset Formula $\Braket{\psi|\phi}$
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \end_inset
32604 </cell>
32605 </row>
32606 </lyxtabular>
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Der Befehl 
32615 \series bold
32616
32617 \backslash
32618 Braket
32619 \series default
32620  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32621  Klammern gesetzt werden:
32622 \begin_inset Formula \[
32623 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32624
32625 \end_inset
32626
32627
32628 \begin_inset ERT
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632
32633
32634 \backslash
32635 else 
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \begin_inset Note Note
32642 status open
32643
32644 \begin_layout Plain Layout
32645 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32646 \series bold
32647 braket
32648 \series default
32649  nicht installiert ist:
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Standard
32658 Das LaTeX-Paket 
32659 \series bold
32660 braket 
32661 \series default
32662 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32663 \end_layout
32664
32665 \begin_layout Standard
32666 \begin_inset ERT
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670
32671
32672 \backslash
32673 fi 
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 Der Effekt von 
32683 \series bold
32684
32685 \backslash
32686 Braket
32687 \series default
32688  kann auch mit dem Befehl 
32689 \series bold
32690
32691 \backslash
32692 middle
32693 \series default
32694  erzielt werden, der in 
32695 \begin_inset CommandInset ref
32696 LatexCommand ref
32697 reference "sub:Automatische-Klammergrößen"
32698
32699 \end_inset
32700
32701  beschrieben ist.
32702 \end_layout
32703
32704 \begin_layout Subsection
32705 Selbst definierte Brüche
32706 \begin_inset CommandInset label
32707 LatexCommand label
32708 name "sub:Selbstdefinierte-Brüche"
32709
32710 \end_inset
32711
32712
32713 \begin_inset Index
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717 Brüche ! selbstdefinierte
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \end_layout
32724
32725 \begin_layout Standard
32726 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32727 \series bold
32728
32729 \backslash
32730 genfrac
32731 \series default
32732
32733 \begin_inset Index
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 Befehle ! G ! 
32738 \backslash
32739 genfrac
32740 \end_layout
32741
32742 \end_inset
32743
32744  in folgendem Schema:
32745 \end_layout
32746
32747 \begin_layout Standard
32748
32749 \series bold
32750
32751 \backslash
32752 genfrac{linke
32753 \series default
32754  
32755 \series bold
32756 Klammer}{rechte
32757 \series default
32758  
32759 \series bold
32760 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32761 \begin_inset Newline newline
32762 \end_inset
32763
32764
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769
32770
32771 \backslash
32772 phantom{
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \backslash
32779 genfrac
32780 \begin_inset ERT
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784
32785 }
32786 \end_layout
32787
32788 \end_inset
32789
32790 {Zähler}{Nenner}
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32795 \begin_inset space \thinspace{}
32796 \end_inset
32797
32798 -
32799 \begin_inset space \thinspace{}
32800 \end_inset
32801
32802 3 angegeben.
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \align center
32807 \begin_inset Tabular
32808 <lyxtabular version="3" rows="5" columns="2">
32809 <features>
32810 <column alignment="center" valignment="top" width="0">
32811 <column alignment="center" valignment="top" width="0">
32812 <row>
32813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817 Nummer
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826 Ansichtsstil
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 </row>
32832 <row>
32833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 0
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32843 \begin_inset Text
32844
32845 \begin_layout Plain Layout
32846 abgesetzte Formel
32847 \end_layout
32848
32849 \end_inset
32850 </cell>
32851 </row>
32852 <row>
32853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32854 \begin_inset Text
32855
32856 \begin_layout Plain Layout
32857 1
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Plain Layout
32866 eingebettete Formel
32867 \end_layout
32868
32869 \end_inset
32870 </cell>
32871 </row>
32872 <row>
32873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 2
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 klein
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 </row>
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 3
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 winzig
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 </lyxtabular>
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
32921  
32922 \series bold
32923
32924 \backslash
32925 frac
32926 \series default
32927  der Umgebung an.
32928 \end_layout
32929
32930 \begin_layout Standard
32931 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
32932  0.4
32933 \begin_inset space \thinspace{}
32934 \end_inset
32935
32936 pt verwendet.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 \begin_inset VSpace medskip
32941 \end_inset
32942
32943 Zum Beispiel sind die Befehle 
32944 \series bold
32945
32946 \backslash
32947 dfrac
32948 \series default
32949  und 
32950 \series bold
32951
32952 \backslash
32953 tbinom
32954 \series default
32955  aus 
32956 \begin_inset CommandInset ref
32957 LatexCommand ref
32958 reference "sub:Brüche"
32959
32960 \end_inset
32961
32962  folgendermaßen definiert:
32963 \end_layout
32964
32965 \begin_layout Standard
32966
32967 \series bold
32968
32969 \backslash
32970 newcommand{
32971 \backslash
32972 dfrac}[2]{
32973 \backslash
32974 genfrac{}{}{}{0}{#1}{#2}}
32975 \end_layout
32976
32977 \begin_layout Standard
32978 und
32979 \end_layout
32980
32981 \begin_layout Standard
32982
32983 \series bold
32984
32985 \backslash
32986 newcommand{
32987 \backslash
32988 tbinom}[2]{
32989 \backslash
32990 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset VSpace medskip
32995 \end_inset
32996
32997 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
32998  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
32999 \end_layout
33000
33001 \begin_layout Standard
33002
33003 \series bold
33004
33005 \backslash
33006 newcommand{
33007 \backslash
33008 fracS}[3][]{
33009 \backslash
33010 genfrac{}{}{#1}{}{#2}{#3}}
33011 \end_layout
33012
33013 \begin_layout Standard
33014 Dazu ein Test:
33015 \begin_inset Formula \begin{align*}
33016 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33017 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33018
33019 \end_inset
33020
33021 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33022  in etwa der dreifachen Strichdicke.
33023 \end_layout
33024
33025 \begin_layout Subsection
33026 Durchgestrichene Formeln
33027 \begin_inset CommandInset label
33028 LatexCommand label
33029 name "sub:Durchgestrichene-Formeln"
33030
33031 \end_inset
33032
33033
33034 \begin_inset Index
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Formel ! durchgestrichene
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33048 \series bold
33049 cancel
33050 \series default
33051
33052 \begin_inset Foot
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056
33057 \series bold
33058 cancel
33059 \series default
33060  ist Teil jeder LaTeX-Standardinstallation.
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \begin_inset Index
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070 Pakete ! cancel
33071 \end_layout
33072
33073 \end_inset
33074
33075  mit der LaTeX-Vorspannzeile
33076 \end_layout
33077
33078 \begin_layout Standard
33079
33080 \series bold
33081
33082 \backslash
33083 usepackage[samesize]{cancel}
33084 \end_layout
33085
33086 \begin_layout Standard
33087 geladen werden.
33088 \begin_inset Newpage pagebreak
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Standard
33095 Es gibt vier verschiedene Arten durchzustreichen:
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \align center
33100 \begin_inset Tabular
33101 <lyxtabular version="3" rows="5" columns="2">
33102 <features>
33103 <column alignment="center" valignment="top" width="0">
33104 <column alignment="center" valignment="top" width="0">
33105 <row>
33106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110 Befehl
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 Ergebnis
33120 \begin_inset Note Note
33121 status collapsed
33122
33123 \begin_layout Plain Layout
33124
33125 \series bold
33126
33127 \backslash
33128 hspace
33129 \series default
33130  und 
33131 \series bold
33132
33133 \backslash
33134 raisebox
33135 \series default
33136  dienen nur als Abstandhalter.
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 </row>
33147 <row>
33148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152
33153 \backslash
33154 cancel{
33155 \backslash
33156 int
33157 \begin_inset ERT
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161
33162
33163 \backslash
33164 leer 
33165 \end_layout
33166
33167 \end_inset
33168
33169 A=B
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 </row>
33187 <row>
33188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192
33193 \backslash
33194 bcancel{
33195 \backslash
33196 int
33197 \begin_inset ERT
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201
33202
33203 \backslash
33204 leer 
33205 \end_layout
33206
33207 \end_inset
33208
33209 A=B
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 </row>
33227 <row>
33228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232
33233 \backslash
33234 xcancel{
33235 \backslash
33236 int
33237 \begin_inset ERT
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241
33242
33243 \backslash
33244 leer 
33245 \end_layout
33246
33247 \end_inset
33248
33249 A=B
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 </row>
33267 <row>
33268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272
33273 \backslash
33274 cancelto{1
33275 \begin_inset Formula $\to$
33276 \end_inset
33277
33278
33279 \backslash
33280 {
33281 \backslash
33282 int
33283 \begin_inset ERT
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287
33288
33289 \backslash
33290 leer 
33291 \end_layout
33292
33293 \end_inset
33294
33295 A=B
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 </row>
33313 </lyxtabular>
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \begin_layout Standard
33321
33322 \series bold
33323
33324 \backslash
33325 cancelto
33326 \series default
33327  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33328  will:
33329 \begin_inset Formula \[
33330 \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}}}\]
33331
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Subsection
33338 Formeln in Überschriften
33339 \begin_inset CommandInset label
33340 LatexCommand label
33341 name "sub:Formeln-in-Überschriften"
33342
33343 \end_inset
33344
33345
33346 \begin_inset Index
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350 Formel ! in Überschriften
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33360 \end_layout
33361
33362 \begin_layout Standard
33363 \begin_inset Note Greyedout
33364 status open
33365
33366 \begin_layout Plain Layout
33367 Verwendet man 
33368 \series bold
33369 hyperref
33370 \series default
33371
33372 \begin_inset Index
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376 Pakete ! hyperref
33377 \end_layout
33378
33379 \end_inset
33380
33381  Unterstützung im den Dokumenteinstellungen unter 
33382 \family sans
33383 PDF-Eigenschaften
33384 \family default
33385 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33386  erzeugt.
33387  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33388  dargestellt.
33389  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \begin_layout Standard
33398 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33399  Kurztitel über das Menü 
33400 \family sans
33401 Einfügen\SpecialChar \menuseparator
33402 Kurztitel
33403 \family default
33404  einfügt.
33405  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33406  um das Inhaltsverzeichnis übersichtlich zu halten.
33407  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33408 chen.
33409 \end_layout
33410
33411 \begin_layout Standard
33412 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33413 \series bold
33414 hyperref
33415 \series default
33416 , verwendet man im TeX-Modus den Befehl
33417 \end_layout
33418
33419 \begin_layout Standard
33420
33421 \series bold
33422
33423 \backslash
33424 texorpdfstring{Teil}{Alternative}
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 Befehle ! T ! 
33430 \backslash
33431 texorpdfstring
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33441  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33442  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33443  soll.
33444 \end_layout
33445
33446 \begin_layout Standard
33447 Es folgen zwei Beispielüberschriften:
33448 \begin_inset VSpace -3mm
33449 \end_inset
33450
33451
33452 \begin_inset ERT
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456
33457
33458 \backslash
33459 boldmath 
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Subsubsection
33468 Überschrift ohne Formel im Inhaltsverzeichnis 
33469 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33470 \end_inset
33471
33472
33473 \begin_inset OptArg
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Überschrift ohne Formel im Inhaltsverzeichnis
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \begin_layout Subsubsection
33486 Überschrift mit Formel im Inhaltsverzeichnis
33487 \begin_inset ERT
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491
33492
33493 \backslash
33494 texorpdfstring{
33495 \end_layout
33496
33497 \end_inset
33498
33499  
33500 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33501 \end_inset
33502
33503
33504 \begin_inset ERT
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508
33509 }{}
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Standard
33518 \begin_inset ERT
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522
33523
33524 \backslash
33525 unboldmath 
33526 \end_layout
33527
33528 \end_inset
33529
33530 In der ersten Überschrift wurde ein Kurztitel verwendet.
33531  In der zweiten 
33532 \series bold
33533
33534 \backslash
33535 texorpdfstring
33536 \series default
33537 .
33538 \end_layout
33539
33540 \begin_layout Standard
33541 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33542  die komplette Überschrift in eine 
33543 \series bold
33544 boldmath-Umgebung
33545 \series default
33546
33547 \begin_inset Foot
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551 siehe 
33552 \begin_inset CommandInset ref
33553 LatexCommand ref
33554 reference "sub:Fett-gedruckte-Formeln"
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \end_inset
33562
33563  gesetzt.
33564 \end_layout
33565
33566 \begin_layout Subsection
33567 Formeln im mehrspaltigen Text
33568 \begin_inset Index
33569 status collapsed
33570
33571 \begin_layout Plain Layout
33572 Formel ! im mehrspaltigen Text
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Standard
33581 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33582  müssen daher über die gesamte Seitenbreite gesetzt werden.
33583  Dazu verwendet man das LaTeX-Paket 
33584 \series bold
33585 multicol
33586 \series default
33587
33588 \begin_inset Foot
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593 \series bold
33594 multicol
33595 \series default
33596  ist Teil jeder LaTeX-Standardinstallation.
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \begin_inset Index
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 Pakete ! multicol
33607 \end_layout
33608
33609 \end_inset
33610
33611 , das mit der LaTeX-Vorspannzeile
33612 \end_layout
33613
33614 \begin_layout Standard
33615
33616 \series bold
33617
33618 \backslash
33619 usepackage{multicol}
33620 \end_layout
33621
33622 \begin_layout Standard
33623 geladen wird.
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \begin_inset Note Greyedout
33628 status open
33629
33630 \begin_layout Plain Layout
33631 Dabei ist zu beachten, dass im Menü 
33632 \family sans
33633 Dokument\SpecialChar \menuseparator
33634 Einstellungen
33635 \family default
33636  unter 
33637 \family sans
33638 Textformat
33639 \family default
33640  
33641 \emph on
33642 nicht
33643 \emph default
33644  
33645 \family sans
33646 Zweispaltiges
33647 \begin_inset space ~
33648 \end_inset
33649
33650 Dokument
33651 \family default
33652  ausgewählt sein darf.
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Standard
33661 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33662 \end_layout
33663
33664 \begin_layout Standard
33665
33666 \series bold
33667
33668 \backslash
33669 begin{multicols}{Spaltenanzahl}
33670 \end_layout
33671
33672 \begin_layout Standard
33673 wobei die Spaltenanzahl eine Zahl im Bereich 2
33674 \begin_inset space \thinspace{}
33675 \end_inset
33676
33677 -
33678 \begin_inset space \thinspace{}
33679 \end_inset
33680
33681 10 ist.
33682  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33683 \end_layout
33684
33685 \begin_layout Standard
33686
33687 \series bold
33688
33689 \backslash
33690 end{multicols}
33691 \end_layout
33692
33693 \begin_layout Standard
33694 der im TeX-Modus eingegeben wird.
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33699  Um dies rückgängig zu machen, fügt man vor der Formel -6
33700 \begin_inset space \thinspace{}
33701 \end_inset
33702
33703 mm vertikalen Leerraum ein.
33704  Ist der Formelstil 
33705 \series bold
33706 Eingerückt
33707 \begin_inset Foot
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711 Formelstile siehe 
33712 \begin_inset CommandInset ref
33713 LatexCommand ref
33714 reference "sec:Formelstile"
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \series default
33725  gewählt, fügt man stattdessen -9
33726 \begin_inset space \thinspace{}
33727 \end_inset
33728
33729 mm Leerraum ein.
33730 \end_layout
33731
33732 \begin_layout Standard
33733 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33734 \end_layout
33735
33736 \begin_layout Standard
33737 \begin_inset ERT
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741
33742
33743 \backslash
33744 begin{multicols}{2}
33745 \end_layout
33746
33747 \end_inset
33748
33749 Das Spektrum wird fouriertransformiert.
33750  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33751 , Lösungsmittel) zu trennen.
33752  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33753  nun das Aussehen des Ausgangssignals.
33754  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33755  über alle Phasen integrieren muss.
33756  Sei nun 
33757 \begin_inset Formula $S$
33758 \end_inset
33759
33760  unser normiertes Ausgangssignal und 
33761 \begin_inset Formula $P$
33762 \end_inset
33763
33764  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33765 \begin_inset ERT
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769
33770
33771 \backslash
33772 end{multicols}
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \begin_inset VSpace -6mm
33779 \end_inset
33780
33781
33782 \begin_inset Formula \begin{equation}
33783 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33784
33785 \end_inset
33786
33787
33788 \begin_inset ERT
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793
33794 \backslash
33795 begin{multicols}{2}
33796 \end_layout
33797
33798 \end_inset
33799
33800 wobei 
33801 \begin_inset Formula $S_{0}$
33802 \end_inset
33803
33804  das Signal ohne Gradient ist und die Normierungsbedingung 
33805 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33806 \end_inset
33807
33808  gilt.
33809  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33810  Direkt nach dem 
33811 \begin_inset Formula $\nicefrac{\pi}{2}$
33812 \end_inset
33813
33814
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33819  das Signal zusätzlich abschwächt.
33820  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33821  
33822 \begin_inset Formula $T_{2}$
33823 \end_inset
33824
33825 -Zeit.
33826 \end_layout
33827
33828 \begin_layout Standard
33829 \begin_inset ERT
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833
33834
33835 \backslash
33836 end{multicols}
33837 \end_layout
33838
33839 \end_inset
33840
33841  
33842 \end_layout
33843
33844 \begin_layout Subsection
33845 Formeln mit Beschreibung der Variablen
33846 \begin_inset Index
33847 status collapsed
33848
33849 \begin_layout Plain Layout
33850 Formel ! mit Variablenbeschreibung
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Standard
33859 Möchte man wie in Formel 
33860 \begin_inset CommandInset ref
33861 LatexCommand eqref
33862 reference "eq:innerhalb"
33863
33864 \end_inset
33865
33866 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33867 \series bold
33868 ×
33869 \series default
33870
33871 \begin_inset Formula $n$
33872 \end_inset
33873
33874
33875 \begin_inset space ~
33876 \end_inset
33877
33878 Matrix mit links ausgerichteten Spalten für die verwendeten 
33879 \begin_inset Formula $n$
33880 \end_inset
33881
33882  Variablen.
33883 \begin_inset Foot
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 Matrizen siehe 
33888 \begin_inset CommandInset ref
33889 LatexCommand ref
33890 reference "sec:Matrizen"
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \end_inset
33898
33899  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33900 \begin_inset space \thinspace{}
33901 \end_inset
33902
33903 B.
33904  den Befehl 
33905 \series bold
33906
33907 \backslash
33908 footnotesize
33909 \series default
33910  ein.
33911 \begin_inset Foot
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 Schriftgrößen siehe 
33916 \begin_inset CommandInset ref
33917 LatexCommand ref
33918 reference "sub:Schriftgrößen"
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 Wird der Formelstil 
33932 \series bold
33933 Eingerückt
33934 \begin_inset Foot
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Formelstile siehe 
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "sec:Formelstile"
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \end_inset
33949
33950
33951 \series default
33952  verwendet, fügt man vor und nach der Matrix ein 
33953 \series bold
33954
33955 \backslash
33956 hfill
33957 \series default
33958
33959 \begin_inset Foot
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963
33964 \series bold
33965
33966 \backslash
33967 hfill
33968 \series default
33969  wirkt nur in Formeln mit dem Stil 
33970 \series bold
33971 Eingerückt
33972 \series default
33973 , siehe 
33974 \begin_inset CommandInset ref
33975 LatexCommand ref
33976 reference "sub:Variabler-Leerraum"
33977
33978 \end_inset
33979
33980 .
33981 \end_layout
33982
33983 \end_inset
33984
33985  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
33986  gleich ist.
33987 \end_layout
33988
33989 \begin_layout Standard
33990 Ist der Formelstil 
33991 \series bold
33992 Zentriert
33993 \series default
33994  gewählt, nutzt man die in 
33995 \begin_inset CommandInset ref
33996 LatexCommand ref
33997 reference "sub:Flalign-Umgebung"
33998
33999 \end_inset
34000
34001  beschriebene Möglichkeit, Formeln einzurücken.
34002  Formel 
34003 \begin_inset CommandInset ref
34004 LatexCommand eqref
34005 reference "eq:innerhalb"
34006
34007 \end_inset
34008
34009  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34010  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34011 \begin_inset Formula \begin{flalign}
34012 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34013 \rho & \textrm{Dichte}\\
34014 V & \textrm{Volumen}\\
34015 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Subsection
34023 Aufrechte kleine griechische Buchstaben
34024 \begin_inset CommandInset label
34025 LatexCommand label
34026 name "sub:Aufrechte-kleine-griechische"
34027
34028 \end_inset
34029
34030
34031 \begin_inset Index
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035 griechische Buchstaben ! aufrechte
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34045  zur Verfügung.
34046  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34047  aufrechte griechische Buchstaben benötigt.
34048  Die Datei 
34049 \series bold
34050 upgreek.sty
34051 \series default
34052
34053 \begin_inset Foot
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057
34058 \series bold
34059 upgreek
34060 \series default
34061  ist Teil des LaTeX-Paketes 
34062 \series bold
34063 was
34064 \series default
34065
34066 \begin_inset Index
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070 Pakete ! was
34071 \begin_inset ERT
34072 status collapsed
34073
34074 \begin_layout Plain Layout
34075
34076
34077 \backslash
34078 vspace{4mm}
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \end_inset
34087
34088 .
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Pakete ! upgreek
34099 \end_layout
34100
34101 \end_inset
34102
34103 , die mit der LaTeX-Vorspannzeile
34104 \end_layout
34105
34106 \begin_layout Standard
34107
34108 \series bold
34109
34110 \backslash
34111 usepackage{upgreek}
34112 \end_layout
34113
34114 \begin_layout Standard
34115 geladen wird, stellt diese Buchstaben zur Verfügung.
34116  
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 ifupgreek 
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \begin_inset Note Note
34131 status open
34132
34133 \begin_layout Plain Layout
34134 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34135 \series bold
34136 upgreek
34137 \series default
34138  installiert ist:
34139 \end_layout
34140
34141 \end_inset
34142
34143  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34144  
34145 \series bold
34146 up
34147 \series default
34148  begonnen wird.
34149  So erzeugt z.
34150 \begin_inset space \thinspace{}
34151 \end_inset
34152
34153 B.
34154  der Befehl 
34155 \series bold
34156
34157 \backslash
34158 uptau
34159 \series default
34160  dies: 
34161 \begin_inset Formula $\uptau$
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 Damit kann man Elementarteilchenreaktionen erstellen:
34169 \begin_inset Formula \[
34170 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34179  Sie sollten daher nicht für Einheiten wie 
34180 \begin_inset Quotes gld
34181 \end_inset
34182
34183 µm
34184 \begin_inset Quotes grd
34185 \end_inset
34186
34187  verwendet werden.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 \begin_inset ERT
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195
34196
34197 \backslash
34198 else 
34199 \end_layout
34200
34201 \end_inset
34202
34203
34204 \begin_inset Note Note
34205 status open
34206
34207 \begin_layout Plain Layout
34208 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34209 \series bold
34210 upgreek
34211 \series default
34212  nicht installiert ist:
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Standard
34221 Das LaTeX-Paket 
34222 \series bold
34223 upgreek 
34224 \series default
34225 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34226 \end_layout
34227
34228 \begin_layout Standard
34229 \begin_inset ERT
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233
34234
34235 \backslash
34236 fi 
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Subsection
34245 Textzeichen in Formeln
34246 \begin_inset CommandInset label
34247 LatexCommand label
34248 name "sub:Textzeichen-in-Formeln"
34249
34250 \end_inset
34251
34252
34253 \begin_inset Index
34254 status collapsed
34255
34256 \begin_layout Plain Layout
34257 Text ! in Formeln
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34267  Benötigt man z.
34268 \begin_inset space \thinspace{}
34269 \end_inset
34270
34271 B.
34272  den mittigen Punkt · in Formeln wie 
34273 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34274 \end_inset
34275
34276 , müsste man dafür jedes Mal den Befehl 
34277 \series bold
34278
34279 \backslash
34280 cdot
34281 \series default
34282  eingeben
34283 \begin_inset Foot
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 siehe 
34288 \begin_inset CommandInset ref
34289 LatexCommand ref
34290 reference "sub:Binäre-Operatoren"
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \end_inset
34298
34299 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34300  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34301 \end_layout
34302
34303 \begin_layout Standard
34304
34305 \series bold
34306
34307 \backslash
34308 DeclareInputText{183}{
34309 \backslash
34310 ifmmode
34311 \backslash
34312 cdot
34313 \backslash
34314 else
34315 \backslash
34316 textperiodcentered
34317 \backslash
34318 f\SpecialChar \textcompwordmark{}
34319 i}
34320 \end_layout
34321
34322 \begin_layout Standard
34323 Die Zeichenkodierung (Menü 
34324 \family sans
34325 Dokument\SpecialChar \menuseparator
34326 Einstellungen\SpecialChar \menuseparator
34327 Sprache
34328 \family default
34329 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34330  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34331 \series bold
34332
34333 \backslash
34334 textperiodcentered
34335 \series default
34336  verwendet.
34337  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34338  LaTeX-Fehlern kommen würde.
34339  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34340  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34341  nicht.
34342 \end_layout
34343
34344 \begin_layout Standard
34345 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34346  Z.
34347 \begin_inset space \thinspace{}
34348 \end_inset
34349
34350 B.
34351  ist die Kodierung 
34352 \series bold
34353 latin9
34354 \series default
34355  in der Datei 
34356 \series bold
34357 latin9.def
34358 \series default
34359  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34360  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34361 eien geändert werden.
34362  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34363  nicht ohne Weiteres bearbeitet werden.
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset VSpace medskip
34368 \end_inset
34369
34370 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34371  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34372  Formel eingegeben werden können:
34373 \end_layout
34374
34375 \begin_layout Standard
34376
34377 \series bold
34378
34379 \backslash
34380 DeclareInputText{176}{
34381 \backslash
34382 ifmmode^
34383 \backslash
34384 circ
34385 \backslash
34386 else
34387 \backslash
34388 textdegree
34389 \backslash
34390 f\SpecialChar \textcompwordmark{}
34391 i}
34392 \end_layout
34393
34394 \begin_layout Standard
34395 \begin_inset Newpage newpage
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \begin_layout Section
34402 \start_of_appendix
34403 Typographische Hinweise
34404 \begin_inset Index
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 Typographische Hinweise
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34418  Regeln, die teilweise auch im Duden 
34419 \begin_inset CommandInset citation
34420 LatexCommand cite
34421 key "Duden"
34422
34423 \end_inset
34424
34425  unter 
34426 \family typewriter
34427 Textverarbeitung
34428 \family default
34429  aufgelistet sind.
34430 \end_layout
34431
34432 \begin_layout Itemize
34433 Physikalische Einheiten werden 
34434 \emph on
34435 immer
34436 \emph default
34437  aufrecht gesetzt
34438 \begin_inset Foot
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 wird durch Schriftstile erreicht, siehe 
34443 \begin_inset CommandInset ref
34444 LatexCommand ref
34445 reference "sub:Schriftstile"
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \end_inset
34453
34454 : 30
34455 \begin_inset space \thinspace{}
34456 \end_inset
34457
34458 km/h
34459 \begin_inset Newline newline
34460 \end_inset
34461
34462 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34463 \begin_inset CommandInset ref
34464 LatexCommand ref
34465 reference "sub:Vordefinierter-Leerraum"
34466
34467 \end_inset
34468
34469 .
34470 \end_layout
34471
34472 \begin_layout Itemize
34473 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477 1,2
34478 \begin_inset space \thinspace{}
34479 \end_inset
34480
34481 ‰ Alkohol im Blut
34482 \begin_inset Newline newline
34483 \end_inset
34484
34485 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34486  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34487 \end_layout
34488
34489 \begin_layout Itemize
34490 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34491  wird in einer Einheit verwendet: 15
34492 \begin_inset space \thinspace{}
34493 \end_inset
34494
34495 °C
34496 \end_layout
34497
34498 \begin_layout Itemize
34499 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34500  Ziffer der kleinste Leerraum eingefügt: 18
34501 \begin_inset space \thinspace{}
34502 \end_inset
34503
34504 473
34505 \begin_inset space \thinspace{}
34506 \end_inset
34507
34508 588
34509 \end_layout
34510
34511 \begin_layout Itemize
34512 Für Bemaßungen wie z.
34513 \begin_inset space \thinspace{}
34514 \end_inset
34515
34516 B.
34517  120×90×40
34518 \begin_inset space \thinspace{}
34519 \end_inset
34520
34521 cm, verwendet man das gelegte Kreuz 
34522 \begin_inset Quotes gld
34523 \end_inset
34524
34525 ×
34526 \begin_inset Quotes grd
34527 \end_inset
34528
34529 , dass über den LaTeX-Befehl 
34530 \series bold
34531
34532 \backslash
34533 texttimes
34534 \series default
34535  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34536  werden kann.
34537 \end_layout
34538
34539 \begin_layout Itemize
34540 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34541  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34542 \begin_inset space \thinspace{}
34543 \end_inset
34544
34545 6.
34546 \begin_inset space ~
34547 \end_inset
34548
34549 1979
34550 \end_layout
34551
34552 \begin_layout Itemize
34553 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34554  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34555 \begin_inset CommandInset ref
34556 LatexCommand ref
34557 reference "sub:Vordefinierte-Funktionen"
34558
34559 \end_inset
34560
34561 .
34562 \end_layout
34563
34564 \begin_layout Itemize
34565 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34566  
34567 \begin_inset Formula $E_{\mathrm{kin}}$
34568 \end_inset
34569
34570
34571 \begin_inset Newline newline
34572 \end_inset
34573
34574 Komponenten von Matrizen werden kursiv gesetzt: 
34575 \begin_inset Formula $\hat{H}_{kl}$
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Itemize
34582 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34583  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34584  Variablen zu verwechseln.
34585 \end_layout
34586
34587 \begin_layout Standard
34588 \begin_inset Newpage newpage
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Section
34595 Synonyme
34596 \begin_inset Index
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Synonyme
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34610  Hier ist eine Übersicht der Synonymbefehle:
34611 \end_layout
34612
34613 \begin_layout Standard
34614 \begin_inset VSpace bigskip
34615 \end_inset
34616
34617
34618 \begin_inset space \hfill{}
34619 \end_inset
34620
34621
34622 \begin_inset Tabular
34623 <lyxtabular version="3" rows="12" columns="2">
34624 <features>
34625 <column alignment="center" valignment="top" width="0pt">
34626 <column alignment="center" valignment="top" width="0pt">
34627 <row>
34628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632 Befehl
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 äquivalent zu
34642 \begin_inset Note Note
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647 \series bold
34648
34649 \backslash
34650 raisebox
34651 \series default
34652  dient nur als Abstandhalter.
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 </row>
34663 <row>
34664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668
34669 \backslash
34670 ast
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679 \begin_inset ERT
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683
34684
34685 \backslash
34686 raisebox{-1.2mm}{
34687 \end_layout
34688
34689 \end_inset
34690
34691 *
34692 \begin_inset ERT
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696
34697 }
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 </row>
34708 <row>
34709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713
34714 \backslash
34715 choose
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724
34725 \backslash
34726 binom
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 <row>
34733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737
34738 \backslash
34739 geq
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748
34749 \backslash
34750 ge
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 </row>
34756 <row>
34757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761
34762 \backslash
34763 lbrace
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 {
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 </row>
34778 <row>
34779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783
34784 \backslash
34785 lbracket
34786 \end_layout
34787
34788 \end_inset
34789 </cell>
34790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794 [
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 </row>
34800 <row>
34801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805
34806 \backslash
34807 leftarrow
34808 \end_layout
34809
34810 \end_inset
34811 </cell>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816
34817 \backslash
34818 gets
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 <row>
34825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829
34830 \backslash
34831 leq
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Plain Layout
34840
34841 \backslash
34842 le
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 </row>
34848 <row>
34849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853
34854 \backslash
34855 lor
34856 \end_layout
34857
34858 \end_inset
34859 </cell>
34860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34861 \begin_inset Text
34862
34863 \begin_layout Plain Layout
34864
34865 \backslash
34866 vee
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row>
34873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877
34878 \backslash
34879 neq
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888
34889 \backslash
34890 not=
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 <row>
34897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \backslash
34903 slash
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 /
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 </row>
34918 <row>
34919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923
34924 \backslash
34925 vert
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934 |
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 </row>
34940 </lyxtabular>
34941
34942 \end_inset
34943
34944
34945 \begin_inset space \hfill{}
34946 \end_inset
34947
34948
34949 \begin_inset Tabular
34950 <lyxtabular version="3" rows="12" columns="2">
34951 <features>
34952 <column alignment="center" valignment="top" width="0pt">
34953 <column alignment="center" valignment="top" width="0pt">
34954 <row>
34955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959 Befehl
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968 äquivalent zu
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 </row>
34974 <row>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979
34980 \backslash
34981 backslash
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990
34991 \backslash
34992
34993 \backslash
34994
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 </row>
35000 <row>
35001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35002 \begin_inset Text
35003
35004 \begin_layout Plain Layout
35005
35006 \backslash
35007 dasharrow
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \backslash
35018 dashrightarrow
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 </row>
35024 <row>
35025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029
35030 \backslash
35031 land
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040
35041 \backslash
35042 wedge
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 </row>
35048 <row>
35049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053
35054 \backslash
35055 rbrace
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064 }
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 </row>
35070 <row>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075
35076 \backslash
35077 rbracket
35078 \end_layout
35079
35080 \end_inset
35081 </cell>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086 ]
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 </row>
35092 <row>
35093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097
35098 \backslash
35099 rightarrow
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108
35109 \backslash
35110 to
35111 \end_layout
35112
35113 \end_inset
35114 </cell>
35115 </row>
35116 <row>
35117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35118 \begin_inset Text
35119
35120 \begin_layout Plain Layout
35121
35122 \backslash
35123 lnot
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132
35133 \backslash
35134 neg
35135 \end_layout
35136
35137 \end_inset
35138 </cell>
35139 </row>
35140 <row>
35141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35142 \begin_inset Text
35143
35144 \begin_layout Plain Layout
35145
35146 \backslash
35147 ne
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156
35157 \backslash
35158 not=
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 </row>
35164 <row>
35165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35166 \begin_inset Text
35167
35168 \begin_layout Plain Layout
35169
35170 \backslash
35171 owns
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180
35181 \backslash
35182 ni
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 </row>
35188 <row>
35189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35190 \begin_inset Text
35191
35192 \begin_layout Plain Layout
35193
35194 \backslash
35195 square
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 Box
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 </row>
35212 <row>
35213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35214 \begin_inset Text
35215
35216 \begin_layout Plain Layout
35217
35218 \backslash
35219 Vert
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228
35229 \backslash
35230 |
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 </row>
35236 </lyxtabular>
35237
35238 \end_inset
35239
35240
35241 \begin_inset space \hfill{}
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \begin_layout Standard
35248 \begin_inset Newpage newpage
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Bibliography
35255 \begin_inset CommandInset bibitem
35256 LatexCommand bibitem
35257 key "TLC2"
35258
35259 \end_inset
35260
35261
35262 \shape smallcaps
35263 Mittelbach, F.
35264  ; Goossens, M.
35265 \shape default
35266
35267 \shape italic
35268 The LaTeX Companion
35269 \shape default
35270 .
35271  Addison Wesley, 2004
35272 \end_layout
35273
35274 \begin_layout Bibliography
35275 \begin_inset CommandInset bibitem
35276 LatexCommand bibitem
35277 key "Mathmode"
35278
35279 \end_inset
35280
35281
35282 \begin_inset CommandInset href
35283 LatexCommand href
35284 name "Beschreibung"
35285 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35286
35287 \end_inset
35288
35289  der mathematischen Fähigkeiten von LaTeX
35290 \end_layout
35291
35292 \begin_layout Bibliography
35293 \begin_inset CommandInset bibitem
35294 LatexCommand bibitem
35295 key "Voss"
35296
35297 \end_inset
35298
35299 LaTeX Tipps- und Tricks-
35300 \begin_inset CommandInset href
35301 LatexCommand href
35302 name "Seite"
35303 target "http://tug.org/TeXnik/"
35304
35305 \end_inset
35306
35307
35308 \end_layout
35309
35310 \begin_layout Bibliography
35311 \begin_inset CommandInset bibitem
35312 LatexCommand bibitem
35313 key "AMS"
35314
35315 \end_inset
35316
35317
35318 \begin_inset CommandInset href
35319 LatexCommand href
35320 name "Beschreibung"
35321 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35322
35323 \end_inset
35324
35325  von 
35326 \begin_inset ERT
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330
35331
35332 \backslash
35333 AmS
35334 \end_layout
35335
35336 \end_inset
35337
35338 -LaTeX
35339 \end_layout
35340
35341 \begin_layout Bibliography
35342 \begin_inset CommandInset bibitem
35343 LatexCommand bibitem
35344 key "Symbole"
35345
35346 \end_inset
35347
35348
35349 \begin_inset CommandInset href
35350 LatexCommand href
35351 name "Auflistung"
35352 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35353
35354 \end_inset
35355
35356  aller über LaTeX-Pakete verfügbare Symbole
35357 \end_layout
35358
35359 \begin_layout Bibliography
35360 \begin_inset CommandInset bibitem
35361 LatexCommand bibitem
35362 key "hyperref"
35363
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset href
35368 LatexCommand href
35369 name "Dokumentation"
35370 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35371
35372 \end_inset
35373
35374  des LaTeX-Pakets 
35375 \series bold
35376 hyperref
35377 \series default
35378
35379 \begin_inset Index
35380 status collapsed
35381
35382 \begin_layout Plain Layout
35383 Pakete ! hyperref
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \begin_layout Bibliography
35392 \begin_inset CommandInset bibitem
35393 LatexCommand bibitem
35394 key "Mathclap"
35395
35396 \end_inset
35397
35398
35399 \begin_inset CommandInset href
35400 LatexCommand href
35401 name "Beschreibung"
35402 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35403
35404 \end_inset
35405
35406  des in 
35407 \begin_inset CommandInset ref
35408 LatexCommand ref
35409 reference "sub:Operatorgrenzen"
35410
35411 \end_inset
35412
35413  vorgestellten Befehls 
35414 \series bold
35415
35416 \backslash
35417 mathclap
35418 \series default
35419
35420 \begin_inset Index
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424 Befehle ! M ! 
35425 \backslash
35426 mathclap
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Bibliography
35435 \begin_inset CommandInset bibitem
35436 LatexCommand bibitem
35437 key "Duden"
35438
35439 \end_inset
35440
35441
35442 \emph on
35443 Duden Band 1
35444 \emph default
35445 .
35446  22.
35447  Auflage, Duden Verlag 2001
35448 \end_layout
35449
35450 \begin_layout Subsubsection*
35451 \begin_inset Note Note
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 Damit der Index den Namen 
35456 \begin_inset Quotes gld
35457 \end_inset
35458
35459 Stichwortverzeichnis
35460 \begin_inset Quotes grd
35461 \end_inset
35462
35463  erhält, wurde im LaTeX-Vorspann
35464 \end_layout
35465
35466 \begin_layout Plain Layout
35467
35468 \series bold
35469
35470 \backslash
35471 addto
35472 \backslash
35473 captionsngerman{
35474 \backslash
35475 renewcommand{
35476 \backslash
35477 indexname}{Stichwortverzeichnis}}
35478 \end_layout
35479
35480 \begin_layout Plain Layout
35481 eingefügt.
35482 \end_layout
35483
35484 \begin_layout Plain Layout
35485 Das Paket 
35486 \series bold
35487 babel
35488 \series default
35489  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35490  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35491  Außerdem wird 
35492 \series bold
35493 babel
35494 \series default
35495  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35496  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35497 che verwendet wurde.
35498 \end_layout
35499
35500 \begin_layout Plain Layout
35501 Möchte man andere Beschriftungen ändern, ersetzt man 
35502 \series bold
35503
35504 \backslash
35505 indexname
35506 \series default
35507  durch 
35508 \series bold
35509
35510 \backslash
35511 <Beschriftungs>name
35512 \series default
35513 .
35514  Eine Auflistung der möglichen Namen findet man unter
35515 \end_layout
35516
35517 \begin_layout Plain Layout
35518
35519 \family typewriter
35520 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35521 \end_layout
35522
35523 \begin_layout Plain Layout
35524 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35525 \series bold
35526 ngerman
35527 \series default
35528  durch die Dokumentsprache und
35529 \end_layout
35530
35531 \begin_layout Plain Layout
35532
35533 \series bold
35534
35535 \backslash
35536 captionsgerman
35537 \series default
35538  durch 
35539 \series bold
35540
35541 \backslash
35542 captions<Dokumentsprache>
35543 \series default
35544 .
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \begin_inset CommandInset index_print
35551 LatexCommand printindex
35552
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \end_body
35559 \end_document