]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe new support for cancel
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % benutzt in Kap. 24.5
67 \usepackage[samesize]{cancel}
68
69 % enables calculation of values
70 \usepackage{calc}
71
72 % für Mehrfachzeilen, benutzt in Kap. 24.7
73 \usepackage{multicol}
74
75 % benutzt in Kap. 19.4
76 \usepackage{remreset}
77
78 % für das Fourier-Transformationssymbol
79 \usepackage{mathrsfs}
80
81 % Farbdefinition aus Kap. 9.3
82 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
83
84 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
85 \DeclareMathOperator*{\Raute}{\blacklozenge}
86 \DeclareMathOperator{\sgn}{sgn}
87
88 % Beispielbefehle aus Kap. 20.1 
89 \newcommand{\gr}{\Longrightarrow}
90 \newcommand{\us}[1]{\underline{#1}}
91 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
92 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
93 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
94
95 % Beispielmakro aus Kap. 19.4
96 %\def\tagform@#1{\maketag@@@{|#1|}}
97
98 % Makro aus Kap. 10.2
99 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
100 \def\mathclap {\mathpalette \mathclapinternal}
101 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
102
103 % Damit der Index einen anderen Namen erhält.
104 \addto\captionsngerman
105 {\renewcommand{\indexname}
106 {Stichwort- und Befehlsverzeichnis}}
107
108 % ------------------------------------
109 % used to check for needed LaTeX packages
110 \usepackage{ifthen}
111
112 % testen ob das Paket eurosym installiert ist
113 % wird benutzt für das Euro-Symbol
114 \newboolean{eurosym}
115 \IfFileExists{eurosym.sty}
116  {\usepackage[gennarrow]{eurosym}
117   \setboolean{eurosym}{true}}
118  {\setboolean{eurosym}{false}}
119
120 % testen ob Paket braket installiert ist
121 % benötigt für physikalische Vektoren
122 \newboolean{braket}
123 \IfFileExists{braket.sty}
124  {\usepackage{braket}
125   \setboolean{braket}{true}}
126  {\setboolean{braket}{false}}
127
128 % testen ob Paket cancel installiert ist
129 \newboolean{cancel}
130 \IfFileExists{cancel.sty}
131  {\usepackage{cancel}
132   \setboolean{cancel}{true}}
133  {\setboolean{cancel}{false}}
134
135 % testen ob Paket upgreek installiert ist
136 \newboolean{upgreek}
137 \IfFileExists{upgreek.sty}
138  {\usepackage{upgreek}
139   \setboolean{upgreek}{true}}
140  {\setboolean{upgreek}{false}}
141
142 % benötigt für Kommas in Formeln, siehe Kap. 22.3
143 \IfFileExists{icomma.sty}
144  {\usepackage{icomma}}{}
145 \end_preamble
146 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
147 \use_default_options false
148 \maintain_unincluded_children false
149 \language ngerman
150 \language_package default
151 \inputencoding auto
152 \fontencoding global
153 \font_roman default
154 \font_sans default
155 \font_typewriter default
156 \font_math auto
157 \font_default_family default
158 \use_non_tex_fonts false
159 \font_sc false
160 \font_osf false
161 \font_sf_scale 100
162 \font_tt_scale 100
163 \graphics default
164 \default_output_format default
165 \output_sync 0
166 \bibtex_command default
167 \index_command default
168 \paperfontsize 12
169 \spacing single
170 \use_hyperref true
171 \pdf_title "LyXs Mathehandbuch"
172 \pdf_author "LyX Team, Uwe Stöhr"
173 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
185 \papersize a4paper
186 \use_geometry false
187 \use_package amsmath 2
188 \use_package amssymb 2
189 \use_package cancel 0
190 \use_package esint 1
191 \use_package mathdots 1
192 \use_package mathtools 0
193 \use_package mhchem 1
194 \use_package stackrel 0
195 \use_package stmaryrd 0
196 \use_package undertilde 0
197 \cite_engine basic
198 \cite_engine_type default
199 \biblio_style plain
200 \use_bibtopic false
201 \use_indices false
202 \paperorientation portrait
203 \suppress_date false
204 \justification true
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index Stichwortverzeichnis
208 \shortcut idx
209 \color #008000
210 \end_index
211 \secnumdepth 4
212 \tocdepth 3
213 \paragraph_separation skip
214 \defskip medskip
215 \quotes_language german
216 \papercolumns 1
217 \papersides 2
218 \paperpagestyle plain
219 \bullet 1 0 6 -1
220 \bullet 2 2 35 -1
221 \bullet 3 2 7 -1
222 \tracking_changes false
223 \output_changes false
224 \html_math_output 0
225 \html_css_as_file 0
226 \html_be_strict false
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 LyXs detailliertes Mathe Handbuch
233 \end_layout
234
235 \begin_layout Author
236 vom LyX Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
243 ons-Liste: 
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 Verfasser: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \family sans
278 Version 2.1.x
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset CommandInset toc
283 LatexCommand tableofcontents
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset Note Note
292 status open
293
294 \begin_layout Plain Layout
295 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
296  
297 \series bold
298 braket, cancel, eurosym, mathdots, mhchem
299 \series default
300  und 
301 \series bold
302 was
303 \series default
304  installiert sein.
305  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
306  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
307  nicht im Ausdruck.
308  Eine Ausnahme ist 
309 \series bold
310 mhchem
311 \series default
312 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
313 \end_layout
314
315 \begin_layout Plain Layout
316 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \series bold
322 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
323 \end_layout
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Newpage newpage
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Section
338 Einleitung
339 \end_layout
340
341 \begin_layout Standard
342 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
343  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
344  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
345 tten.
346  Das setzt voraus, dass bereits das Kapitel 
347 \family typewriter
348 Mathematische
349 \family default
350  
351 \family typewriter
352 Formeln
353 \family default
354  des Benutzerhandbuchs gelesen worden ist.
355 \end_layout
356
357 \begin_layout Standard
358 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
359 \family sans
360 Einfügen
361 \series bold
362 \SpecialChar \menuseparator
363
364 \series default
365 Mathe
366 \family default
367  oder die 
368 \family sans
369 Mathe-Werkzeugleiste
370 \family default
371  aufrufbar.
372  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
373  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
374  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
375  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
376 \end_layout
377
378 \begin_layout Standard
379 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
380  LyX verfügbar.
381  Um alle Befehle nutzen zu können, muss die Option 
382 \family sans
383 AMS-Mathe-Paket verwenden
384 \family default
385  im Menü 
386 \family sans
387 Dokument\SpecialChar \menuseparator
388 Einstellungen\SpecialChar \menuseparator
389 Mathe Optionen
390 \family default
391  aktiviert sein.
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 Die 
397 \family sans
398 Option
399 \family default
400  
401 \family sans
402 AMS-Mathe-Paket automatisch verwenden
403 \family default
404  verwendet 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
418  LyX unterstützt.
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
428 listung
429  aller 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS 
438 \end_layout
439
440 \end_inset
441
442 -Mathe Befehle
443 \begin_inset Foot
444 status collapsed
445
446 \begin_layout Plain Layout
447 Eine Liste mit allen 
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 AmS
456 \end_layout
457
458 \end_inset
459
460 -Mathe Befehlen findet sich in der Datei 
461 \family sans
462
463 \begin_inset CommandInset href
464 LatexCommand href
465 name "amsguide.ps"
466 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
467
468 \end_inset
469
470
471 \family default
472 , die Teil jeder LaTeX-Standardinstallation ist.
473 \end_layout
474
475 \end_inset
476
477  verzichtet.
478 \end_layout
479
480 \begin_layout Section
481 Allgemeine Hinweise
482 \end_layout
483
484 \begin_layout Standard
485 Um eine in einer Textzeile eingebettete Formel
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 Formel ! eingebettete
491 \end_layout
492
493 \end_inset
494
495  zu erstellen, drückt man 
496 \family sans
497 Strg+M
498 \family default
499  oder den Werkzeugleistenknopf 
500 \begin_inset Graphics
501         filename ../../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Graphics
652         filename ../../images/ert-insert.png
653         scale 85
654
655 \end_inset
656
657  oder das Menü 
658 \family sans
659 Einfügen\SpecialChar \menuseparator
660 Te
661 \begin_inset ERT
662 status collapsed
663
664 \begin_layout Plain Layout
665
666 {}
667 \end_layout
668
669 \end_inset
670
671 X
672 \begin_inset space ~
673 \end_inset
674
675 Code
676 \family default
677  (Tastenkürzel 
678 \family sans
679 Strg+L
680 \family default
681 ).
682 \begin_inset Note Note
683 status collapsed
684
685 \begin_layout Plain Layout
686 In LyX gibt es drei 
687 \begin_inset Quotes gld
688 \end_inset
689
690 Eigennamen
691 \begin_inset Quotes grd
692 \end_inset
693
694 , die im Ausdruck mit hoch bzw.
695 \begin_inset space \space{}
696 \end_inset
697
698 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
699 \end_layout
700
701 \begin_layout Plain Layout
702 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
703  man ein TeX-Klammerpaar ein.
704 \end_layout
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 In den LaTeX-Vorspann
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 L@LaTeX-Vorspann
718 \end_layout
719
720 \end_inset
721
722  gelangt man über das Menü 
723 \family sans
724 Dokument\SpecialChar \menuseparator
725 Einstellungen\SpecialChar \menuseparator
726 LaT
727 \begin_inset ERT
728 status collapsed
729
730 \begin_layout Plain Layout
731
732 {}
733 \end_layout
734
735 \end_inset
736
737 eX-Vorspann
738 \family default
739 .
740 \end_layout
741
742 \begin_layout Standard
743 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
744 en Formeln kann man die Menüs 
745 \family sans
746 Bearbeiten\SpecialChar \menuseparator
747 Mathe
748 \family default
749  und 
750 \family sans
751 Bearbeiten\SpecialChar \menuseparator
752 Zeilen
753 \begin_inset space \thinspace{}
754 \end_inset
755
756 &
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 Spalten
761 \family default
762  oder die 
763 \family sans
764 Tabellen-Werkzeugleiste
765 \family default
766  verwenden.
767  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
768  die Spalte bzw.
769 \begin_inset space \space{}
770 \end_inset
771
772 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
773  bzw.
774 \begin_inset space \space{}
775 \end_inset
776
777 darunter liegenden Zeile vertauscht.
778  Befindet sich der Cursor in der letzten Spalte bzw.
779 \begin_inset space \space{}
780 \end_inset
781
782 Zeile, wird mit der links daneben stehenden Spalte bzw.
783 \begin_inset space \space{}
784 \end_inset
785
786 darüber liegenden Zeile vertauscht.
787 \end_layout
788
789 \begin_layout Standard
790 Zum Schreiben von Text in einer Formel
791 \begin_inset Foot
792 status collapsed
793
794 \begin_layout Plain Layout
795 Bei mehrzeiligen Formeln wird der Befehl 
796 \series bold
797
798 \backslash
799 intertext
800 \series default
801  verwendet, siehe 
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "sub:Text-in-mehrzeiligen"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \end_inset
812
813  verwendet man den 
814 \emph on
815 mathematischen Textmodus
816 \emph default
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Text ! in Formeln
823 \end_layout
824
825 \end_inset
826
827
828 \begin_inset Index idx
829 status collapsed
830
831 \begin_layout Plain Layout
832 Mathematischer Textmodus
833 \end_layout
834
835 \end_inset
836
837 , in den man mit dem Tastenkürzel 
838 \family sans
839 Alt+M
840 \begin_inset space ~
841 \end_inset
842
843 M
844 \family default
845  oder durch Eingabe des Befehls 
846 \series bold
847
848 \backslash
849 text
850 \begin_inset Index idx
851 status collapsed
852
853 \begin_layout Plain Layout
854 Befehle ! T ! 
855 \backslash
856 text
857 \end_layout
858
859 \end_inset
860
861
862 \series default
863  gelangt.
864  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
865  Formel unterscheiden.
866  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
867  anderen Zeichen einer Formel nicht kursiv.
868 \end_layout
869
870 \begin_layout Subsection*
871 Befehlsschema
872 \end_layout
873
874 \begin_layout Standard
875 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
876  Schema:
877 \end_layout
878
879 \begin_layout Standard
880
881 \series bold
882
883 \backslash
884 Befehlsname[optionales
885 \series default
886  
887 \series bold
888 Argument]{anzugebendes
889 \series default
890  
891 \series bold
892 Argument}
893 \end_layout
894
895 \begin_layout Standard
896 Ein Befehl muss immer mit einem Backslash 
897 \begin_inset Quotes gld
898 \end_inset
899
900
901 \series bold
902
903 \backslash
904
905 \series default
906
907 \begin_inset Quotes grd
908 \end_inset
909
910  beginnen.
911  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
912  eckigen Klammern weggelassen werden.
913  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
914 \begin_inset Index idx
915 status collapsed
916
917 \begin_layout Plain Layout
918 T@TeX-Klammern
919 \end_layout
920
921 \end_inset
922
923  bezeichnet.
924  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
925  an, erzeugt LyX automatisch eine TeX-Klammer.
926  Ansonsten werden sie in Formeln mit dem Befehl 
927 \series bold
928
929 \backslash
930 {
931 \series default
932  erzeugt.
933  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
934  Klammern, die blau erscheinen.
935  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
936  TeX-Klammern erscheinen nicht im Ausdruck.
937 \end_layout
938
939 \begin_layout Standard
940 Werden Befehle ohne Argumente, wie z.
941 \begin_inset space \thinspace{}
942 \end_inset
943
944 B.
945  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
946 \emph on
947 immer
948 \emph default
949  ein Leerzeichen folgen um ihn zu beenden.
950  Dieses Leerzeichen erscheint nicht im Ausdruck.
951  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
952  normalen Text ein geschütztes Leerzeichen folgen.
953 \end_layout
954
955 \begin_layout Standard
956 Ein geschütztes Leerzeichen gibt man mit 
957 \family sans
958 Strg+Leertaste
959 \family default
960  ein.
961 \end_layout
962
963 \begin_layout Subsection*
964 Zeichenerklärung
965 \end_layout
966
967 \begin_layout Itemize
968 Das Symbol 
969 \begin_inset space \textvisiblespace{}
970 \end_inset
971
972  steht für ein einzugebendes Leerzeichen.
973 \end_layout
974
975 \begin_layout Itemize
976 Ein Pfeil wie z.
977 \begin_inset space \thinspace{}
978 \end_inset
979
980 B.
981  
982 \begin_inset Formula $\to$
983 \end_inset
984
985  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
986  Die 
987 \family sans
988 Tabulator
989 \family default
990 -Taste kann oft anstelle von 
991 \begin_inset Formula $\to$
992 \end_inset
993
994  und 
995 \begin_inset Formula $\downarrow$
996 \end_inset
997
998  benutzt werden und 
999 \family sans
1000 Umschalt+Tabulator
1001 \family default
1002  anstelle von 
1003 \begin_inset Formula $\leftarrow$
1004 \end_inset
1005
1006  und 
1007 \begin_inset Formula $\uparrow$
1008 \end_inset
1009
1010 .
1011 \end_layout
1012
1013 \begin_layout Subsection*
1014 Verfügbare Einheiten
1015 \end_layout
1016
1017 \begin_layout Standard
1018 \align center
1019 \begin_inset Float table
1020 placement H
1021 wide false
1022 sideways false
1023 status open
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Caption Standard
1028
1029 \begin_layout Plain Layout
1030 \begin_inset CommandInset label
1031 LatexCommand label
1032 name "tab:Verfügbare-Einheiten"
1033
1034 \end_inset
1035
1036 Verfügbare Einheiten
1037 \end_layout
1038
1039 \end_inset
1040
1041
1042 \end_layout
1043
1044 \begin_layout Plain Layout
1045 \align center
1046 \begin_inset Tabular
1047 <lyxtabular version="3" rows="13" columns="2">
1048 <features rotate="0" tabularvalignment="middle">
1049 <column alignment="center" valignment="top">
1050 <column alignment="center" valignment="top">
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 Einheit
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Name / Beschreibung
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 </row>
1071 <row>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 mm
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 Millimeter
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 </row>
1091 <row>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 cm
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 Zentimeter
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 </row>
1111 <row>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 in
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 Inch / Zoll (1
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 in = 2,54
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 cm)
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 pt
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 Punkt (72,27
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt = 1
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 in)
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 </row>
1167 <row>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 pc
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 Pica (1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 pc = 12
1186 \begin_inset space \thinspace{}
1187 \end_inset
1188
1189 pt)
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 </row>
1195 <row>
1196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 sp
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 skalierter Punkt(65536
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 sp = 1
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 pt)
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 </row>
1223 <row>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 bp
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 großer Punkt (72
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 bp = 1
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 in)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 dd
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Didot (1
1266 \begin_inset space \thinspace{}
1267 \end_inset
1268
1269 dd 
1270 \begin_inset Formula $\approx$
1271 \end_inset
1272
1273  0,376
1274 \begin_inset space \thinspace{}
1275 \end_inset
1276
1277 mm)
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 cc
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 Cicero (1
1298 \begin_inset space \thinspace{}
1299 \end_inset
1300
1301 cc = 12
1302 \begin_inset space \thinspace{}
1303 \end_inset
1304
1305 dd)
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 </row>
1311 <row>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 ex
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 Höhe des Buchstabens 
1326 \emph on
1327 x
1328 \emph default
1329  in der aktuellen Schrift
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 </row>
1335 <row>
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 em
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 Breite des Buchstabens 
1350 \emph on
1351 M
1352 \emph default
1353  in der aktuellen Schrift
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 </row>
1359 <row>
1360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 mu
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Plain Layout
1373 Mathe-Einheit (1
1374 \begin_inset space \thinspace{}
1375 \end_inset
1376
1377 mu = 
1378 \begin_inset Formula $\nicefrac{1}{18}$
1379 \end_inset
1380
1381
1382 \begin_inset space \thinspace{}
1383 \end_inset
1384
1385 em)
1386 \end_layout
1387
1388 \end_inset
1389 </cell>
1390 </row>
1391 </lyxtabular>
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \begin_layout Standard
1404 \begin_inset Newpage newpage
1405 \end_inset
1406
1407
1408 \end_layout
1409
1410 \begin_layout Section
1411 Grundlegende Funktionen
1412 \end_layout
1413
1414 \begin_layout Subsection
1415 Exponenten
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 Exponenten
1421 \end_layout
1422
1423 \end_inset
1424
1425  und Indizes
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 Indizes
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \begin_inset Index idx
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 Hochstellen|see
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 {
1447 \end_layout
1448
1449 \end_inset
1450
1451 Exponenten
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 }
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \begin_inset Index idx
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 Tiefstellen|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Indizes
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \begin_layout Standard
1503 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1504  
1505 \begin_inset Graphics
1506         filename ../../images/math-subscript.png
1507         scale 85
1508
1509 \end_inset
1510
1511 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1512  
1513 \begin_inset Graphics
1514         filename ../../images/math-superscript.png
1515         scale 85
1516
1517 \end_inset
1518
1519  erzeugt.
1520 \end_layout
1521
1522 \begin_layout Standard
1523 \align center
1524 \begin_inset Tabular
1525 <lyxtabular version="3" rows="4" columns="2">
1526 <features rotate="0" tabularvalignment="middle">
1527 <column alignment="center" valignment="top" width="0pt">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <row>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 Befehl
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 Ergebnis
1544 \begin_inset Note Note
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 \series bold
1550
1551 \backslash
1552 raisebox
1553 \series default
1554  dient nur als Abstandhalter.
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B_V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $B_{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^V
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 B^
1617 \begin_inset space \textvisiblespace{}
1618 \end_inset
1619
1620 A
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 </lyxtabular>
1639
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \begin_layout Standard
1646 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1647 llt
1648 \begin_inset Foot
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1653 \end_layout
1654
1655 \end_inset
1656
1657 .
1658  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1659  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1660 \end_layout
1661
1662 \begin_layout Subsection
1663 Brüche
1664 \begin_inset CommandInset label
1665 LatexCommand label
1666 name "sub:Brüche"
1667
1668 \end_inset
1669
1670
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 Brüche
1676 \end_layout
1677
1678 \end_inset
1679
1680
1681 \end_layout
1682
1683 \begin_layout Standard
1684 Brüche werden mit dem Befehl 
1685 \series bold
1686
1687 \backslash
1688 frac
1689 \series default
1690
1691 \begin_inset Index idx
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695 Befehle ! F ! 
1696 \backslash
1697 frac
1698 \end_layout
1699
1700 \end_inset
1701
1702  oder mit dem Mathe-Werkzeugleistenknopf 
1703 \begin_inset Graphics
1704         filename ../../images/math/frac.png
1705         scale 50
1706
1707 \end_inset
1708
1709  erstellt.
1710  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1711  in einer eingebetteten oder abgesetzten Formel befindet.
1712  Mit dem Mathe-Werkzeugleistenknopf 
1713 \begin_inset Graphics
1714         filename ../../images/math/frac-square.png
1715         scale 85
1716
1717 \end_inset
1718
1719  können verschieden Bruchtypen gewählt werden.
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Mit dem Befehl 
1724 \series bold
1725
1726 \backslash
1727 dfrac
1728 \series default
1729
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Befehle ! D ! 
1735 \backslash
1736 dfrac
1737 \end_layout
1738
1739 \end_inset
1740
1741  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1742  Formel erscheint.
1743  Mit 
1744 \series bold
1745
1746 \backslash
1747 tfrac
1748 \series default
1749
1750 \begin_inset Index idx
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754 Befehle ! T ! 
1755 \backslash
1756 tfrac
1757 \end_layout
1758
1759 \end_inset
1760
1761  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1762  Ein Beispiel:
1763 \end_layout
1764
1765 \begin_layout Standard
1766 Eine Zeile mit dem Bruch 
1767 \begin_inset Formula $\frac{1}{2}$
1768 \end_inset
1769
1770 , der mit dem Befehl 
1771 \series bold
1772
1773 \backslash
1774 frac
1775 \series default
1776  erstellt wurde.
1777 \end_layout
1778
1779 \begin_layout Standard
1780 Eine Zeile mit dem Bruch 
1781 \begin_inset Formula $\dfrac{1}{2}$
1782 \end_inset
1783
1784 , der mit dem Befehl 
1785 \series bold
1786
1787 \backslash
1788 dfrac
1789 \series default
1790  erstellt wurde.
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="2">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top" width="0pt">
1799 <column alignment="center" valignment="top" width="0pt">
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 Befehl
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814 Ergebnis
1815 \begin_inset Note Note
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819
1820 \series bold
1821
1822 \backslash
1823 raisebox
1824 \series default
1825  dient nur als Abstandhalter.
1826 \end_layout
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 </row>
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \backslash
1843 frac
1844 \begin_inset space \textvisiblespace{}
1845 \end_inset
1846
1847 A
1848 \begin_inset Formula $\downarrow$
1849 \end_inset
1850
1851 B
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 <row>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \backslash
1876 dfrac
1877 \begin_inset space \textvisiblespace{}
1878 \end_inset
1879
1880 A
1881 \begin_inset Formula $\downarrow$
1882 \end_inset
1883
1884 B
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 <row>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \backslash
1909 dfrac
1910 \begin_inset space \textvisiblespace{}
1911 \end_inset
1912
1913 e^
1914 \backslash
1915 frac
1916 \begin_inset space \textvisiblespace{}
1917 \end_inset
1918
1919 1
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 2
1924 \begin_inset Formula $\downarrow\downarrow$
1925 \end_inset
1926
1927 3
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1937 \end_inset
1938
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 </row>
1945 </lyxtabular>
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Standard
1953 \begin_inset VSpace bigskip
1954 \end_inset
1955
1956
1957 \begin_inset Newpage newpage
1958 \end_inset
1959
1960 Für Mehrfachbrüche gibt es den Befehl 
1961 \series bold
1962
1963 \backslash
1964 cfrac
1965 \series default
1966
1967 \begin_inset Index idx
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971 Befehle ! C ! 
1972 \backslash
1973 cfrac
1974 \end_layout
1975
1976 \end_inset
1977
1978 .
1979  Dazu ein Beispiel:
1980 \begin_inset VSpace -3mm
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 \begin_inset Formula 
1988 \begin{align*}
1989 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1990 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1991 \end{align*}
1992
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Standard
1999 Der Befehl für obiges Beispiel lautet:
2000 \end_layout
2001
2002 \begin_layout Standard
2003
2004 \series bold
2005
2006 \backslash
2007 cfrac
2008 \begin_inset space \textvisiblespace{}
2009 \end_inset
2010
2011 A
2012 \begin_inset Formula $\downarrow$
2013 \end_inset
2014
2015 B+
2016 \backslash
2017 cfrac
2018 \begin_inset space \textvisiblespace{}
2019 \end_inset
2020
2021 C+
2022 \backslash
2023 cfrac
2024 \begin_inset space \textvisiblespace{}
2025 \end_inset
2026
2027 E
2028 \begin_inset Formula $\downarrow$
2029 \end_inset
2030
2031 F
2032 \begin_inset Formula $\downarrow$
2033 \end_inset
2034
2035 D
2036 \end_layout
2037
2038 \begin_layout Standard
2039 \begin_inset VSpace medskip
2040 \end_inset
2041
2042
2043 \end_layout
2044
2045 \begin_layout Standard
2046
2047 \series bold
2048
2049 \backslash
2050 cfrac
2051 \series default
2052  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2053  auch wenn er selbst Teil eines Bruches ist.
2054 \end_layout
2055
2056 \begin_layout Standard
2057 Es ist möglich die Ausrichtung des Zählers einzustellen.
2058  Der Befehl 
2059 \series bold
2060
2061 \backslash
2062 cfracleft
2063 \series default
2064  richtet ihn links, der Befehl 
2065 \series bold
2066
2067 \backslash
2068 cfracright
2069 \series default
2070  rechts aus.
2071  
2072 \series bold
2073
2074 \backslash
2075 cfrac
2076 \series default
2077  zentriert den Zähler.
2078  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2079 \end_layout
2080
2081 \begin_layout Standard
2082
2083 \series bold
2084 \begin_inset Formula 
2085 \[
2086 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2087 \]
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 \begin_inset Note Greyedout
2096 status open
2097
2098 \begin_layout Plain Layout
2099
2100 \series bold
2101 Achtung:
2102 \series default
2103  
2104 \series bold
2105
2106 \backslash
2107 cfracleft
2108 \series default
2109  und
2110 \series bold
2111  
2112 \backslash
2113 cfracright
2114 \series default
2115  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2116 \series bold
2117
2118 \backslash
2119 cfrac[Ausrichtung]{Zähler}{Nenner}
2120 \series default
2121  dar.
2122  Daher kann man sie nicht im TeX-Code benutzen.
2123 \end_layout
2124
2125 \end_inset
2126
2127
2128 \end_layout
2129
2130 \begin_layout Standard
2131 \begin_inset VSpace medskip
2132 \end_inset
2133
2134 Oftmals ist es am günstigsten 
2135 \series bold
2136
2137 \backslash
2138 cfrac
2139 \series default
2140  und 
2141 \series bold
2142
2143 \backslash
2144 frac
2145 \series default
2146  zu kombinieren:
2147 \begin_inset Formula 
2148 \[
2149 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2150 \]
2151
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2159 \series bold
2160
2161 \backslash
2162 nicefrac
2163 \series default
2164
2165 \begin_inset Index idx
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169 Befehle ! N ! 
2170 \backslash
2171 nicefrac
2172 \end_layout
2173
2174 \end_inset
2175
2176
2177 \begin_inset Formula $\nicefrac{5}{31}$
2178 \end_inset
2179
2180  oder 
2181 \series bold
2182
2183 \backslash
2184 unitfrac
2185 \series default
2186
2187 \begin_inset Index idx
2188 status collapsed
2189
2190 \begin_layout Plain Layout
2191 Befehle! U ! 
2192 \backslash
2193 unitfrac
2194 \end_layout
2195
2196 \end_inset
2197
2198
2199 \begin_inset Formula $\unitfrac{5}{31}$
2200 \end_inset
2201
2202  benutzt werden.
2203  Des Weiteren gibt es den Befehl 
2204 \series bold
2205
2206 \backslash
2207 unitfracthree
2208 \series default
2209  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2210 \begin_inset Formula $\unitfrac[2]{1}{3}$
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 \begin_inset Note Greyedout
2218 status open
2219
2220 \begin_layout Plain Layout
2221
2222 \series bold
2223 Achtung:
2224 \series default
2225  
2226 \series bold
2227
2228 \backslash
2229 unitfracthree
2230 \series default
2231  ist kein echter LaTeX-Befehl, sondern der Befehl
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235
2236 \series bold
2237
2238 \backslash
2239 unitfrac[Zahl]{Zähler}{Nenner}
2240 \series default
2241  .
2242  Daher kann man ihn nicht im TeX-Code benutzen.
2243 \end_layout
2244
2245 \end_inset
2246
2247
2248 \end_layout
2249
2250 \begin_layout Standard
2251 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2252  in 
2253 \begin_inset CommandInset ref
2254 LatexCommand ref
2255 reference "sub:Selbstdefinierte-Brüche"
2256
2257 \end_inset
2258
2259  erklärt.
2260 \end_layout
2261
2262 \begin_layout Standard
2263 \begin_inset Newpage newpage
2264 \end_inset
2265
2266
2267 \end_layout
2268
2269 \begin_layout Subsection
2270 Wurzeln
2271 \begin_inset Index idx
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275 Wurzeln
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \begin_layout Standard
2284 Quadratwurzeln werden mit 
2285 \series bold
2286
2287 \backslash
2288 sqrt
2289 \series default
2290
2291 \begin_inset Index idx
2292 status collapsed
2293
2294 \begin_layout Plain Layout
2295 Befehle ! S ! 
2296 \backslash
2297 sqrt
2298 \end_layout
2299
2300 \end_inset
2301
2302  oder dem Mathe-Werkzeugleistenknopf 
2303 \begin_inset Graphics
2304         filename ../../images/math/sqrt.png
2305         scale 85
2306
2307 \end_inset
2308
2309  gesetzt, alle anderen Wurzeln mit dem Befehl 
2310 \series bold
2311
2312 \backslash
2313 root
2314 \series default
2315
2316 \begin_inset Index idx
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Befehle ! R ! 
2321 \backslash
2322 root
2323 \end_layout
2324
2325 \end_inset
2326
2327  oder dem Mathe-Werkzeugleistenknopf 
2328 \begin_inset Graphics
2329         filename ../../images/math/root.png
2330         scale 85
2331
2332 \end_inset
2333
2334 .
2335 \end_layout
2336
2337 \begin_layout Standard
2338 \align center
2339 \begin_inset Tabular
2340 <lyxtabular version="3" rows="3" columns="2">
2341 <features rotate="0" tabularvalignment="middle">
2342 <column alignment="center" valignment="top" width="0pt">
2343 <column alignment="center" valignment="top" width="0pt">
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 Befehl
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358 Ergebnis
2359 \begin_inset Note Note
2360 status collapsed
2361
2362 \begin_layout Plain Layout
2363
2364 \series bold
2365
2366 \backslash
2367 raisebox
2368 \series default
2369  dient nur als Abstandhalter.
2370 \end_layout
2371
2372 \end_inset
2373
2374
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385
2386 \backslash
2387 sqrt
2388 \begin_inset space \textvisiblespace{}
2389 \end_inset
2390
2391 A-B
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 </row>
2409 <row>
2410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414
2415 \backslash
2416 root
2417 \begin_inset space \textvisiblespace{}
2418 \end_inset
2419
2420 3
2421 \begin_inset Formula $\downarrow$
2422 \end_inset
2423
2424 A-B
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2434 \end_inset
2435
2436
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 </row>
2442 </lyxtabular>
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Standard
2450 Eine Quadratwurzel kann man auch mit 
2451 \series bold
2452
2453 \backslash
2454 root
2455 \series default
2456  erstellen, indem man das Feld über der Wurzel frei lässt.
2457 \end_layout
2458
2459 \begin_layout Standard
2460 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2461  Formel: 
2462 \begin_inset Formula $\sqrt[\beta]{B}$
2463 \end_inset
2464
2465
2466 \begin_inset Newline newline
2467 \end_inset
2468
2469 Das 
2470 \begin_inset Formula $\beta$
2471 \end_inset
2472
2473  berührt die Wurzel.
2474  Um dies zu verhindern, verwendet man die Befehle 
2475 \series bold
2476
2477 \backslash
2478 leftroot
2479 \series default
2480
2481 \begin_inset Index idx
2482 status collapsed
2483
2484 \begin_layout Plain Layout
2485 Befehle ! L ! 
2486 \backslash
2487 leftroot
2488 \end_layout
2489
2490 \end_inset
2491
2492  und 
2493 \series bold
2494
2495 \backslash
2496 uproot
2497 \series default
2498
2499 \begin_inset Index idx
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503 Befehle ! U ! 
2504 \backslash
2505 uproot
2506 \end_layout
2507
2508 \end_inset
2509
2510 , die folgendes Schema besitzen:
2511 \end_layout
2512
2513 \begin_layout Standard
2514
2515 \series bold
2516
2517 \backslash
2518 leftroot{Abstand}
2519 \series default
2520  bzw.
2521 \begin_inset space \space{}
2522 \end_inset
2523
2524
2525 \series bold
2526
2527 \backslash
2528 uproot{Abstand}
2529 \end_layout
2530
2531 \begin_layout Standard
2532 Abstand ist die Anzahl der Big Points (Einheit bp; 
2533 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2534 \end_inset
2535
2536 ), um die der Index nach links bzw.
2537 \begin_inset space \space{}
2538 \end_inset
2539
2540 nach oben verschoben werden soll.
2541  Die Befehle werden in den Index geschrieben.
2542  So ergibt der Befehl
2543 \begin_inset Newline newline
2544 \end_inset
2545
2546
2547 \series bold
2548
2549 \backslash
2550 root
2551 \backslash
2552 leftroot{-1
2553 \begin_inset Formula $\to$
2554 \end_inset
2555
2556
2557 \backslash
2558 uproot{2
2559 \begin_inset Formula $\to$
2560 \end_inset
2561
2562
2563 \backslash
2564 beta
2565 \begin_inset space \textvisiblespace{}
2566 \end_inset
2567
2568
2569 \begin_inset Formula $\to$
2570 \end_inset
2571
2572 B
2573 \begin_inset Newline newline
2574 \end_inset
2575
2576
2577 \series default
2578 eine korrekt gesetzte Formel: 
2579 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2580 \end_inset
2581
2582
2583 \end_layout
2584
2585 \begin_layout Subsection
2586 Binomialkoeffizienten
2587 \begin_inset Index idx
2588 status collapsed
2589
2590 \begin_layout Plain Layout
2591 Binomialkoeffizienten
2592 \end_layout
2593
2594 \end_inset
2595
2596
2597 \end_layout
2598
2599 \begin_layout Standard
2600 Binomialkoeffizienten können mit dem Befehl 
2601 \series bold
2602
2603 \backslash
2604 binom
2605 \series default
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Befehle ! B ! 
2612 \backslash
2613 binom
2614 \end_layout
2615
2616 \end_inset
2617
2618  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2619 \begin_inset Graphics
2620         filename ../../images/math/frac-square.png
2621         scale 85
2622
2623 \end_inset
2624
2625 eingefügt werden.
2626  Analog zu Brüchen (
2627 \series bold
2628
2629 \backslash
2630 frac
2631 \series default
2632 ) gibt es außer 
2633 \series bold
2634
2635 \backslash
2636 binom
2637 \series default
2638  noch die Befehle 
2639 \series bold
2640
2641 \backslash
2642 dbinom
2643 \series default
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Befehle ! D ! 
2650 \backslash
2651 dbinom
2652 \end_layout
2653
2654 \end_inset
2655
2656  und 
2657 \series bold
2658
2659 \backslash
2660 tbinom
2661 \series default
2662
2663 \begin_inset Index idx
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 Befehle ! T ! 
2668 \backslash
2669 tbinom
2670 \end_layout
2671
2672 \end_inset
2673
2674 .
2675  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2676 \series bold
2677
2678 \backslash
2679 brace
2680 \series default
2681
2682 \begin_inset Index idx
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 Befehle ! B ! 
2687 \backslash
2688 brace
2689 \end_layout
2690
2691 \end_inset
2692
2693  und 
2694 \series bold
2695
2696 \backslash
2697 brack
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Befehle ! B ! 
2705 \backslash
2706 brack
2707 \end_layout
2708
2709 \end_inset
2710
2711 .
2712 \end_layout
2713
2714 \begin_layout Standard
2715 \align center
2716 \begin_inset Tabular
2717 <lyxtabular version="3" rows="6" columns="2">
2718 <features rotate="0" tabularvalignment="middle">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <row>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 Befehl
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 Ergebnis
2736 \begin_inset Note Note
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740
2741 \series bold
2742
2743 \backslash
2744 raisebox
2745 \series default
2746  dient nur als Abstandhalter.
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row>
2758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762
2763 \backslash
2764 binom
2765 \begin_inset space \textvisiblespace{}
2766 \end_inset
2767
2768 A
2769 \begin_inset Formula $\downarrow$
2770 \end_inset
2771
2772 B
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2782 \end_inset
2783
2784
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row>
2791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \backslash
2797 dbinom
2798 \begin_inset space \textvisiblespace{}
2799 \end_inset
2800
2801 A
2802 \begin_inset Formula $\downarrow$
2803 \end_inset
2804
2805 B
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 </row>
2823 <row>
2824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \backslash
2830 tbinom
2831 \begin_inset space \textvisiblespace{}
2832 \end_inset
2833
2834 A
2835 \begin_inset Formula $\downarrow$
2836 \end_inset
2837
2838 B
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 </row>
2856 <row>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861
2862 \backslash
2863 brack
2864 \begin_inset space \textvisiblespace{}
2865 \end_inset
2866
2867 A
2868 \begin_inset Formula $\downarrow$
2869 \end_inset
2870
2871 B
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 </row>
2889 <row>
2890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \backslash
2896 brace
2897 \begin_inset space \textvisiblespace{}
2898 \end_inset
2899
2900 A
2901 \begin_inset Formula $\downarrow$
2902 \end_inset
2903
2904 B
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 </row>
2922 </lyxtabular>
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Subsection
2930 Fallunterscheidungen
2931 \begin_inset Index idx
2932 status collapsed
2933
2934 \begin_layout Plain Layout
2935 Fallunterscheidungen
2936 \end_layout
2937
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \align center
2945 \begin_inset Tabular
2946 <lyxtabular version="3" rows="3" columns="2">
2947 <features rotate="0" tabularvalignment="middle">
2948 <column alignment="center" valignment="top" width="0pt">
2949 <column alignment="center" valignment="top" width="0pt">
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 Befehl
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 Ergebnis
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 </row>
2970 <row>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \backslash
2977 cases
2978 \begin_inset space \textvisiblespace{}
2979 \end_inset
2980
2981 A
2982 \begin_inset Formula $\to$
2983 \end_inset
2984
2985 B>0
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 Befehle ! C ! 
2991 \backslash
2992 cases
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\begin{cases}
3007 A & B>0\end{cases}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset space \textvisiblespace{}
3025 \end_inset
3026
3027 Strg+Enter
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 \begin_inset Formula $\begin{cases}
3037 A & \textrm{für }x>0\\
3038 B & \textrm{für }x=0
3039 \end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 </lyxtabular>
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Standard
3056 Nach der Eingabe von 
3057 \series bold
3058
3059 \backslash
3060 cases
3061 \series default
3062  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3063 \begin_inset Graphics
3064         filename ../../images/math/cases.png
3065         scale 85
3066
3067 \end_inset
3068
3069  können mit 
3070 \family sans
3071 Strg+Enter
3072 \family default
3073  oder dem Tabellen-Werkzeugleistenknopf 
3074 \begin_inset Graphics
3075         filename ../../images/tabular-feature_append-row.png
3076         scale 85
3077
3078 \end_inset
3079
3080  neue Zeilen erstellt werden.
3081 \begin_inset Foot
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3086 \begin_inset CommandInset ref
3087 LatexCommand ref
3088 reference "sub:Akzente-für-ein"
3089
3090 \end_inset
3091
3092  beschrieben.
3093 \end_layout
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Der Befehl 
3102 \series bold
3103
3104 \backslash
3105 cases
3106 \series default
3107  ist auch über das Menü 
3108 \family sans
3109 Einfügen\SpecialChar \menuseparator
3110 Mathe\SpecialChar \menuseparator
3111 Cases-Umgebung
3112 \family default
3113  verfügbar.
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 Verneinungen
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Verneinungen
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 Durch die Eingabe von 
3132 \series bold
3133
3134 \backslash
3135 not
3136 \series default
3137
3138 \begin_inset Index idx
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 Befehle ! N ! 
3143 \backslash
3144 not
3145 \end_layout
3146
3147 \end_inset
3148
3149  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3150  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3151 \end_layout
3152
3153 \begin_layout Standard
3154 \align center
3155 \begin_inset Tabular
3156 <lyxtabular version="3" rows="4" columns="2">
3157 <features rotate="0" tabularvalignment="middle">
3158 <column alignment="center" valignment="top" width="0pt">
3159 <column alignment="center" valignment="top" width="0pt">
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 Befehl
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 Ergebnis
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \backslash
3187 not=
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 \begin_inset Formula $\not=$
3197 \end_inset
3198
3199
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 </row>
3205 <row>
3206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \backslash
3212 not 
3213 \backslash
3214 le
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223 \begin_inset Formula $\not\le$
3224 \end_inset
3225
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 </row>
3232 <row>
3233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \backslash
3239 not 
3240 \backslash
3241 parallel
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250 \begin_inset Formula $\not\parallel$
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 </lyxtabular>
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3268  Deswegen gibt es für Einige spezielle Befehle (siehe 
3269 \begin_inset CommandInset ref
3270 LatexCommand ref
3271 reference "sub:Mathematische-Symbole"
3272
3273 \end_inset
3274
3275  und 
3276 \begin_inset CommandInset ref
3277 LatexCommand ref
3278 reference "sec:Relationen"
3279
3280 \end_inset
3281
3282 ).
3283 \end_layout
3284
3285 \begin_layout Subsection
3286 Platzhalter
3287 \begin_inset CommandInset label
3288 LatexCommand label
3289 name "sub:Platzhalter"
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 Platzhalter
3299 \end_layout
3300
3301 \end_inset
3302
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 chemische Zeichen ! Isotope
3309 \end_layout
3310
3311 \end_inset
3312
3313
3314 \begin_inset Index idx
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318 Isotope|see
3319 \begin_inset ERT
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323
3324 {
3325 \end_layout
3326
3327 \end_inset
3328
3329 chemische Zeichen
3330 \begin_inset ERT
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334
3335 }
3336 \end_layout
3337
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \begin_layout Standard
3349 Möchte man z.
3350 \begin_inset space \thinspace{}
3351 \end_inset
3352
3353 B.
3354  Isotope
3355 \begin_inset Foot
3356 status collapsed
3357
3358 \begin_layout Plain Layout
3359 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3360 \begin_inset CommandInset ref
3361 LatexCommand ref
3362 reference "sub:Chemische-Symbole-und"
3363
3364 \end_inset
3365
3366  beschrieben.
3367 \end_layout
3368
3369 \end_inset
3370
3371  darstellen, tritt folgendes Problem auf:
3372 \end_layout
3373
3374 \begin_layout Standard
3375 \align center
3376 \begin_inset Tabular
3377 <lyxtabular version="3" rows="2" columns="2">
3378 <features rotate="0" tabularvalignment="middle">
3379 <column alignment="center" valignment="top" width="0pt">
3380 <column alignment="center" valignment="top" width="0pt">
3381 <row>
3382 <cell alignment="center" valignment="top" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 durch Hoch- und Tiefstellen erzeugte Indizes:
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 korrekte Indizes:
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \begin_inset Note Note
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438
3439 \backslash
3440 raisebox
3441 \series default
3442  dient nur
3443 \end_layout
3444
3445 \begin_layout Plain Layout
3446 als Abstandhalter.
3447 \end_layout
3448
3449 \end_inset
3450
3451
3452 \end_layout
3453
3454 \begin_layout Standard
3455 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3456  längeren Index gesetzt.
3457  Um das zu verhindern gibt es den Befehl 
3458 \series bold
3459
3460 \backslash
3461 phantom
3462 \series default
3463
3464 \begin_inset Index idx
3465 status collapsed
3466
3467 \begin_layout Plain Layout
3468 Befehle ! P ! 
3469 \backslash
3470 phantom
3471 \end_layout
3472
3473 \end_inset
3474
3475  oder den Mathe-Werkzeugleistenknopf
3476 \begin_inset space \thinspace{}
3477 \end_inset
3478
3479
3480 \begin_inset Foot
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3485 \begin_inset Graphics
3486         filename ../../images/math/space.png
3487         scale 85
3488
3489 \end_inset
3490
3491
3492 \end_layout
3493
3494 \end_inset
3495
3496  
3497 \begin_inset Graphics
3498         filename ../../images/math/phantom.png
3499         scale 85
3500
3501 \end_inset
3502
3503 , der ein oder mehrere Phantomzeichen erstellt.
3504  Wenn 
3505 \series bold
3506
3507 \backslash
3508 phantom
3509 \series default
3510  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3511  Pfeilen überlagert wird.
3512  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3513  als Leerraum erstellt wird.
3514  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3515  Zeichen.
3516 \end_layout
3517
3518 \begin_layout Standard
3519 \align center
3520 \begin_inset Tabular
3521 <lyxtabular version="3" rows="4" columns="2">
3522 <features rotate="0" tabularvalignment="middle">
3523 <column alignment="center" valignment="top">
3524 <column alignment="center" valignment="top">
3525 <row>
3526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Befehl
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Ergebnis
3540 \begin_inset Note Note
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546
3547 \backslash
3548 raisebox
3549 \series default
3550  dient nur als Abstandhalter.
3551 \end_layout
3552
3553 \end_inset
3554
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 ^19
3567 \begin_inset space \textvisiblespace{}
3568 \end_inset
3569
3570 _
3571 \backslash
3572 phantom
3573 \begin_inset space \textvisiblespace{}
3574 \end_inset
3575
3576 1
3577 \begin_inset Formula $\to$
3578 \end_inset
3579
3580 9
3581 \begin_inset space \textvisiblespace{}
3582 \end_inset
3583
3584 F
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3594 \end_inset
3595
3596
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 ^235
3608 \begin_inset space \textvisiblespace{}
3609 \end_inset
3610
3611 _
3612 \backslash
3613 phantom
3614 \begin_inset space \textvisiblespace{}
3615 \end_inset
3616
3617 23
3618 \begin_inset Formula $\to$
3619 \end_inset
3620
3621 9
3622 \begin_inset space \textvisiblespace{}
3623 \end_inset
3624
3625 F
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3635 \end_inset
3636
3637
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \backslash
3650 Lambda^
3651 \begin_inset space \textvisiblespace{}
3652 \end_inset
3653
3654
3655 \backslash
3656 phantom
3657 \begin_inset space \textvisiblespace{}
3658 \end_inset
3659
3660 ii
3661 \begin_inset Formula $\to$
3662 \end_inset
3663
3664 t
3665 \begin_inset space \textvisiblespace{}
3666 \end_inset
3667
3668 _MMt
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 </lyxtabular>
3687
3688 \end_inset
3689
3690
3691 \end_layout
3692
3693 \begin_layout Standard
3694 Des Weiteren gibt es noch die Befehle 
3695 \series bold
3696
3697 \backslash
3698 vphantom
3699 \series default
3700
3701 \begin_inset Index idx
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705 Befehle ! V ! 
3706 \backslash
3707 vphantom
3708 \end_layout
3709
3710 \end_inset
3711
3712  (Werkzeugleistenknopf 
3713 \begin_inset space ~
3714 \end_inset
3715
3716
3717 \begin_inset Graphics
3718         filename ../../images/math/vphantom.png
3719         scale 85
3720
3721 \end_inset
3722
3723 ) und 
3724 \series bold
3725
3726 \backslash
3727 hphantom
3728 \series default
3729
3730 \begin_inset Index idx
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734 Befehle ! H ! 
3735 \backslash
3736 hphantom
3737 \end_layout
3738
3739 \end_inset
3740
3741  (Werkzeugleistenknopf 
3742 \begin_inset space ~
3743 \end_inset
3744
3745
3746 \begin_inset Graphics
3747         filename ../../images/math/hphantom.png
3748         scale 85
3749
3750 \end_inset
3751
3752 ).
3753  
3754 \series bold
3755
3756 \backslash
3757 hphantom
3758 \series default
3759  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3760  nicht jedoch für deren Breite.
3761  Bei 
3762 \series bold
3763
3764 \backslash
3765 vphantom
3766 \series default
3767  wird nur Platz mit der Breite des Kästchens erstellt.
3768  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3769 \end_layout
3770
3771 \begin_layout Standard
3772 Zum Beispiel erzeugt 
3773 \series bold
3774
3775 \backslash
3776 vphantom
3777 \series default
3778
3779 \begin_inset space \textvisiblespace{}
3780 \end_inset
3781
3782
3783 \series bold
3784 a
3785 \backslash
3786 int
3787 \series default
3788  Platz der Höhe des Integralzeichens,
3789 \begin_inset Foot
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793 Der Befehl 
3794 \series bold
3795
3796 \backslash
3797 int
3798 \series default
3799  erzeugt ein Integralzeichen, siehe 
3800 \begin_inset CommandInset ref
3801 LatexCommand ref
3802 reference "sub:Große-Operatoren"
3803
3804 \end_inset
3805
3806 .
3807 \end_layout
3808
3809 \end_inset
3810
3811  da dieses das größere Zeichen ist.
3812  Eine Beispielanwendung ist in 
3813 \begin_inset CommandInset ref
3814 LatexCommand ref
3815 reference "sub:Mehrzeilige-Klammern"
3816
3817 \end_inset
3818
3819  zu finden.
3820 \end_layout
3821
3822 \begin_layout Standard
3823 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3824  
3825 \family sans
3826 Einfügen\SpecialChar \menuseparator
3827 Formatierung\SpecialChar \menuseparator
3828 Phantom
3829 \family default
3830  eingefügt werden:
3831 \end_layout
3832
3833 \begin_layout Standard
3834 Dies ist ein Satz.
3835 \begin_inset Newline newline
3836 \end_inset
3837
3838
3839 \begin_inset Phantom Phantom
3840 status open
3841
3842 \begin_layout Plain Layout
3843 Dies
3844 \end_layout
3845
3846 \end_inset
3847
3848  ist ein Satz.
3849 \end_layout
3850
3851 \begin_layout Subsection
3852 Linien
3853 \begin_inset Index idx
3854 status collapsed
3855
3856 \begin_layout Plain Layout
3857 Linien
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \begin_inset Index idx
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867 Formel ! unterstrichene
3868 \end_layout
3869
3870 \end_inset
3871
3872
3873 \end_layout
3874
3875 \begin_layout Standard
3876 \align center
3877 \begin_inset Tabular
3878 <lyxtabular version="3" rows="4" columns="2">
3879 <features rotate="0" tabularvalignment="middle">
3880 <column alignment="center" valignment="top" width="0pt">
3881 <column alignment="center" valignment="top" width="0pt">
3882 <row>
3883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Befehl
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Ergebnis
3897 \begin_inset Note Note
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903
3904 \backslash
3905 raisebox
3906 \series default
3907  dient nur als Abstandhalter.
3908 \end_layout
3909
3910 \end_inset
3911
3912
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \backslash
3925 overline
3926 \begin_inset space \textvisiblespace{}
3927 \end_inset
3928
3929 A+B
3930 \begin_inset Index idx
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934 Befehle ! O ! 
3935 \backslash
3936 overline
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3951 \end_inset
3952
3953
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \backslash
3966 underline
3967 \begin_inset space \textvisiblespace{}
3968 \end_inset
3969
3970 A+B
3971 \begin_inset Index idx
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 Befehle ! U ! 
3976 \backslash
3977 underline
3978 \end_layout
3979
3980 \end_inset
3981
3982
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3992 \end_inset
3993
3994
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005
4006 \backslash
4007 overline
4008 \begin_inset space \textvisiblespace{}
4009 \end_inset
4010
4011
4012 \backslash
4013 underline
4014 \begin_inset space \textvisiblespace{}
4015 \end_inset
4016
4017 A+B
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4027 \end_inset
4028
4029
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 </lyxtabular>
4036
4037 \end_inset
4038
4039
4040 \end_layout
4041
4042 \begin_layout Standard
4043 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4044 \series bold
4045
4046 \backslash
4047 overline
4048 \series default
4049  oder 
4050 \series bold
4051
4052 \backslash
4053 underline
4054 \series default
4055  eingibt.
4056 \end_layout
4057
4058 \begin_layout Standard
4059 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4060 \begin_inset Newline linebreak
4061 \end_inset
4062
4063
4064 \series bold
4065
4066 \backslash
4067 underline
4068 \series default
4069 .
4070 \end_layout
4071
4072 \begin_layout Standard
4073 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4074 \end_layout
4075
4076 \begin_layout Standard
4077 \begin_inset VSpace bigskip
4078 \end_inset
4079
4080 Benutzerdefinierte Linien können mit dem Befehl 
4081 \series bold
4082
4083 \backslash
4084 rule
4085 \series default
4086
4087 \begin_inset Index idx
4088 status collapsed
4089
4090 \begin_layout Plain Layout
4091 Befehle! R ! 
4092 \backslash
4093 rule
4094 \end_layout
4095
4096 \end_inset
4097
4098  erstellt werden, der folgendes Schema besitzt:
4099 \end_layout
4100
4101 \begin_layout Standard
4102
4103 \series bold
4104
4105 \backslash
4106 rule[vertikaler Versatz]{Länge}{Dicke}
4107 \end_layout
4108
4109 \begin_layout Standard
4110 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4111  unten, wenn der Wert negativ ist).
4112  Die Einheiten, die in 
4113 \begin_inset CommandInset ref
4114 LatexCommand ref
4115 reference "tab:Verfügbare-Einheiten"
4116
4117 \end_inset
4118
4119  aufgelistet sind, können für die Werte benutzt werden.
4120  Hier sind zwei Beispiele, die mit den Befehlen
4121 \begin_inset Newline newline
4122 \end_inset
4123
4124
4125 \series bold
4126
4127 \backslash
4128 rule[-2ex]{3cm}{2pt}
4129 \series default
4130  und 
4131 \series bold
4132
4133 \backslash
4134 rule{2cm}{1pt}
4135 \series default
4136  erzeugt wurden:
4137 \end_layout
4138
4139 \begin_layout Standard
4140 Dies ist ein Satz 
4141 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4142 \end_inset
4143
4144  mit zwei Linien.
4145 \end_layout
4146
4147 \begin_layout Standard
4148
4149 \series bold
4150
4151 \backslash
4152 rule
4153 \series default
4154  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4155 \family sans
4156 Einfügen\SpecialChar \menuseparator
4157 Formatierung\SpecialChar \menuseparator
4158 Horizontale
4159 \begin_inset space ~
4160 \end_inset
4161
4162 Line
4163 \family default
4164  eingefügt wird:
4165 \end_layout
4166
4167 \begin_layout Standard
4168 Dies ist ein Satz 
4169 \begin_inset CommandInset line
4170 LatexCommand rule
4171 offset "0.5ex"
4172 width "3cm"
4173 height "1pt"
4174
4175 \end_inset
4176
4177  mit einer Linie.
4178 \end_layout
4179
4180 \begin_layout Subsection
4181 Fortsetzungspunkte
4182 \begin_inset CommandInset label
4183 LatexCommand label
4184 name "sub:Fortsetzungspunkte"
4185
4186 \end_inset
4187
4188
4189 \begin_inset Index idx
4190 status collapsed
4191
4192 \begin_layout Plain Layout
4193 Fortsetzungspunkte
4194 \end_layout
4195
4196 \end_inset
4197
4198
4199 \end_layout
4200
4201 \begin_layout Standard
4202 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4203 \begin_inset Foot
4204 status collapsed
4205
4206 \begin_layout Plain Layout
4207 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4208 \begin_inset Graphics
4209         filename ../../images/math/ldots.png
4210         scale 85
4211
4212 \end_inset
4213
4214
4215 \end_layout
4216
4217 \end_inset
4218
4219  Für Aufzählungen verwendet man unten sitzende Punkte (
4220 \series bold
4221
4222 \backslash
4223 ldots
4224 \series default
4225
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Befehle ! L ! 
4231 \backslash
4232 ldots
4233 \end_layout
4234
4235 \end_inset
4236
4237 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4238  die Operatoren sind (
4239 \series bold
4240
4241 \backslash
4242 cdots
4243 \series default
4244
4245 \begin_inset Index idx
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Befehle ! C ! 
4250 \backslash
4251 cdots
4252 \end_layout
4253
4254 \end_inset
4255
4256 ).
4257  Verwendet man den Befehl 
4258 \series bold
4259
4260 \backslash
4261 dots
4262 \series default
4263
4264 \begin_inset Index idx
4265 status collapsed
4266
4267 \begin_layout Plain Layout
4268 Befehle ! D ! 
4269 \backslash
4270 dots
4271 \end_layout
4272
4273 \end_inset
4274
4275 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4276  wird.
4277 \end_layout
4278
4279 \begin_layout Standard
4280 \align center
4281 \begin_inset Tabular
4282 <lyxtabular version="3" rows="9" columns="2">
4283 <features rotate="0" tabularvalignment="middle">
4284 <column alignment="center" valignment="top" width="0pt">
4285 <column alignment="center" valignment="top" width="0pt">
4286 <row>
4287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Befehl
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Ergebnis
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 A_1
4312 \begin_inset space \textvisiblespace{}
4313 \end_inset
4314
4315 ,
4316 \backslash
4317 dots
4318 \begin_inset space \textvisiblespace{}
4319 \end_inset
4320
4321 ,A_n
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 \begin_inset Formula $A_{1},\dots,A_{n}$
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 A_1
4345 \begin_inset space \textvisiblespace{}
4346 \end_inset
4347
4348 +
4349 \backslash
4350 dots
4351 \begin_inset space \textvisiblespace{}
4352 \end_inset
4353
4354 +A_n
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 \begin_inset Formula $A_{1}+\dots+A_{n}$
4364 \end_inset
4365
4366
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 A_1
4378 \begin_inset space \textvisiblespace{}
4379 \end_inset
4380
4381 ,
4382 \backslash
4383 ldots
4384 \begin_inset space \textvisiblespace{}
4385 \end_inset
4386
4387 ,A_n
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 \begin_inset Formula $A_{1},\ldots,A_{n}$
4397 \end_inset
4398
4399
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 A_1
4411 \begin_inset space \textvisiblespace{}
4412 \end_inset
4413
4414 +
4415 \backslash
4416 cdots
4417 \begin_inset space \textvisiblespace{}
4418 \end_inset
4419
4420 +A_n
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 \begin_inset Formula $A_{1}+\cdots+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
4444 \backslash
4445 vdots
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 \begin_inset Formula $\vdots$
4455 \end_inset
4456
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \backslash
4470 ddots
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 \begin_inset Formula $\ddots$
4480 \end_inset
4481
4482
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \backslash
4495 iddots
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 \begin_inset Formula $\iddots$
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 3
4519 \series bold
4520 ×
4521 \series default
4522 3
4523 \begin_inset space \thinspace{}
4524 \end_inset
4525
4526 Matrix mit obigen Befehlen
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 \begin_inset Formula $\begin{array}{ccc}
4536 A_{11} & \cdots & A_{1m}\\
4537 \vdots & \ddots & \vdots\\
4538 A_{n1} & \cdots & A_{nm}
4539 \end{array}$
4540 \end_inset
4541
4542
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 </lyxtabular>
4549
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \begin_layout Standard
4556 Die im Menü 
4557 \family sans
4558 Einfügen\SpecialChar \menuseparator
4559 Sonderzeichen
4560 \family default
4561  verfügbaren Fortsetzungspunkte sind 
4562 \series bold
4563
4564 \backslash
4565 ldots
4566 \series default
4567 .
4568 \end_layout
4569
4570 \begin_layout Standard
4571 \begin_inset VSpace medskip
4572 \end_inset
4573
4574 Um 
4575 \series bold
4576
4577 \backslash
4578 iddots
4579 \series default
4580  nutzen zu können, muss eine der Optionen 
4581 \family sans
4582 Mathdots Paket (automatisch) verwenden 
4583 \family default
4584 in den Dokumenteinstellungen unter 
4585 \family sans
4586 Mathe-Optionen
4587 \family default
4588  gewählt sein.
4589 \begin_inset Newline newline
4590 \end_inset
4591
4592 Die Option 
4593 \family sans
4594 Mathdots Paket verwenden
4595 \family default
4596  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4597  Schriftstil oder die Schriftgröße nicht Standard sind.
4598 \end_layout
4599
4600 \begin_layout Standard
4601 \begin_inset VSpace medskip
4602 \end_inset
4603
4604 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4605  Spalten erstrecken.
4606  Man erhält sie mit dem Befehl 
4607 \series bold
4608
4609 \backslash
4610 hdotsfor
4611 \series default
4612
4613 \begin_inset Index idx
4614 status collapsed
4615
4616 \begin_layout Plain Layout
4617 Befehle ! H ! 
4618 \backslash
4619 hdotsfor
4620 \end_layout
4621
4622 \end_inset
4623
4624 , der folgendes Schema besitzt:
4625 \end_layout
4626
4627 \begin_layout Standard
4628
4629 \series bold
4630
4631 \backslash
4632 hdotsfor[Abstand]{Anzahl der Spalten}
4633 \end_layout
4634
4635 \begin_layout Standard
4636 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4637  sollen.
4638  Abstand ist ein Faktor, der den Punktabstand festlegt.
4639 \end_layout
4640
4641 \begin_layout Standard
4642 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4643  
4644 \series bold
4645
4646 \backslash
4647 hdotsfor[2]{4}
4648 \series default
4649  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4650  beim Befehl 
4651 \series bold
4652
4653 \backslash
4654 dots
4655 \series default
4656  zu erhalten:
4657 \begin_inset Formula 
4658 \[
4659 \left(\begin{array}{cccc}
4660 A & B & C & D\\
4661 \hdotsfor[2]{4}\\
4662 q & w & e & r
4663 \end{array}\right)
4664 \]
4665
4666 \end_inset
4667
4668 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4669  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4670 \end_layout
4671
4672 \begin_layout Standard
4673 \begin_inset VSpace bigskip
4674 \end_inset
4675
4676 Des Weiteren kann man mit dem Befehl 
4677 \series bold
4678
4679 \backslash
4680 dotfill
4681 \series default
4682
4683 \begin_inset Index idx
4684 status collapsed
4685
4686 \begin_layout Plain Layout
4687 Befehle ! D ! 
4688 \backslash
4689 dotfill
4690 \end_layout
4691
4692 \end_inset
4693
4694  den Rest einer Zeile mit Punkten füllen.
4695  Die Wirkungsweise des Befehls entspricht der von 
4696 \series bold
4697
4698 \backslash
4699 hfill
4700 \series default
4701 , siehe 
4702 \begin_inset CommandInset ref
4703 LatexCommand ref
4704 reference "sub:Variabler-Leerraum"
4705
4706 \end_inset
4707
4708 .
4709 \end_layout
4710
4711 \begin_layout Standard
4712 Z.
4713 \begin_inset space \thinspace{}
4714 \end_inset
4715
4716 B.
4717  ergibt der Befehl 
4718 \series bold
4719 A
4720 \backslash
4721 dotfill
4722 \begin_inset space \textvisiblespace{}
4723 \end_inset
4724
4725 B
4726 \end_layout
4727
4728 \begin_layout Standard
4729 \begin_inset Formula $A\dotfill B$
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \begin_layout Standard
4736 Analog dazu gibt es für eine Linie den Befehl 
4737 \series bold
4738
4739 \backslash
4740 hrulefill
4741 \series default
4742
4743 \begin_inset Index idx
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747 Befehle ! H ! 
4748 \backslash
4749 hrulefill
4750 \end_layout
4751
4752 \end_inset
4753
4754 :
4755 \end_layout
4756
4757 \begin_layout Standard
4758 \begin_inset Formula $A\hrulefill B$
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \begin_layout Standard
4765 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4766  werden.
4767 \end_layout
4768
4769 \begin_layout Section
4770 Matrizen
4771 \begin_inset CommandInset label
4772 LatexCommand label
4773 name "sec:Matrizen"
4774
4775 \end_inset
4776
4777
4778 \begin_inset Index idx
4779 status collapsed
4780
4781 \begin_layout Plain Layout
4782 Matrizen
4783 \end_layout
4784
4785 \end_inset
4786
4787
4788 \end_layout
4789
4790 \begin_layout Standard
4791 Matrizen können über den Mathe-Werkzeugleistenknopf
4792 \family sans
4793  
4794 \family default
4795
4796 \begin_inset Graphics
4797         filename ../../images/dialog-show_mathmatrix.png
4798         scale 85
4799
4800 \end_inset
4801
4802  oder das Menü 
4803 \family sans
4804 Einfügen\SpecialChar \menuseparator
4805 Mathe\SpecialChar \menuseparator
4806 Matrix
4807 \family default
4808  eingefügt werden.
4809  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4810  Verzierung gefragt.
4811  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4812  von Bedeutung:
4813 \end_layout
4814
4815 \begin_layout Standard
4816 Die erste Matrix ist oben 
4817 \begin_inset Formula $\begin{array}[t]{cccc}
4818 A & D & G & J\\
4819 B & E & H & K\\
4820 C & F & I & L
4821 \end{array}$
4822 \end_inset
4823
4824 , die zweite mittig 
4825 \begin_inset Formula $\begin{array}{cccc}
4826 A & D & G & J\\
4827 B & E & H & K\\
4828 C & F & I & L
4829 \end{array}$
4830 \end_inset
4831
4832  und die dritte unten 
4833 \begin_inset Formula $\begin{array}[b]{cccc}
4834 A & D & G & J\\
4835 B & E & H & K\\
4836 C & F & I & L
4837 \end{array}$
4838 \end_inset
4839
4840  ausgerichtet.
4841 \end_layout
4842
4843 \begin_layout Standard
4844 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4845  werden sollen.
4846  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4847  
4848 \emph on
4849 l
4850 \emph default
4851  steht für linksbündig, 
4852 \emph on
4853 c
4854 \emph default
4855  für mittig und 
4856 \emph on
4857 r
4858 \emph default
4859  für rechtsbündig.
4860  Möchte man z.
4861 \begin_inset space \thinspace{}
4862 \end_inset
4863
4864 B.
4865  eine 4
4866 \series bold
4867 ×
4868 \series default
4869 4
4870 \begin_inset space ~
4871 \end_inset
4872
4873 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4874  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4875  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4876 \series bold
4877 lccr
4878 \series default
4879  an.
4880  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4881  die Voreinstellung für jede Spalte ein 
4882 \series bold
4883 c
4884 \series default
4885  ist.
4886 \end_layout
4887
4888 \begin_layout Standard
4889 Horizontale Ausrichtung:
4890 \end_layout
4891
4892 \begin_layout Standard
4893
4894 \series bold
4895 lll
4896 \series default
4897  : 
4898 \begin_inset Formula $\begin{array}{lll}
4899 10000 & D & G\\
4900 B & 10000 & H\\
4901 C & F & 10000
4902 \end{array}$
4903 \end_inset
4904
4905  , 
4906 \series bold
4907 ccc
4908 \series default
4909  : 
4910 \begin_inset Formula $\begin{array}{ccc}
4911 10000 & D & G\\
4912 B & 10000 & H\\
4913 C & F & 10000
4914 \end{array}$
4915 \end_inset
4916
4917  , 
4918 \series bold
4919 rrr
4920 \series default
4921  : 
4922 \begin_inset Formula $\begin{array}{rrr}
4923 10000 & D & G\\
4924 B & 10000 & H\\
4925 C & F & 10000
4926 \end{array}$
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Standard
4933 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4934  man die Mathe-Werkzeugleistenknöpfe 
4935 \begin_inset Graphics
4936         filename ../../images/tabular-feature_append-row.png
4937         scale 85
4938
4939 \end_inset
4940
4941
4942 \begin_inset Graphics
4943         filename ../../images/tabular-feature_delete-row.png
4944         scale 85
4945
4946 \end_inset
4947
4948 , usw.
4949 \begin_inset space \space{}
4950 \end_inset
4951
4952 oder das Menü 
4953 \family sans
4954 Bearbeiten\SpecialChar \menuseparator
4955 Zeilen & Spalten
4956 \family default
4957  verwenden.
4958  Neue Zeilen können auch mit 
4959 \family sans
4960 Strg+Enter
4961 \family default
4962  erstellt werden.
4963 \end_layout
4964
4965 \begin_layout Standard
4966 \begin_inset VSpace bigskip
4967 \end_inset
4968
4969 Die 
4970 \family sans
4971 Verzierung
4972 \family default
4973  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4974  Alternativ können Klammern entweder mit den Befehlen 
4975 \series bold
4976
4977 \backslash
4978 left
4979 \series default
4980
4981 \begin_inset Index idx
4982 status collapsed
4983
4984 \begin_layout Plain Layout
4985 Befehle ! L ! 
4986 \backslash
4987 left
4988 \end_layout
4989
4990 \end_inset
4991
4992  und 
4993 \series bold
4994
4995 \backslash
4996 right
4997 \series default
4998
4999 \begin_inset Index idx
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 Befehle ! R ! 
5004 \backslash
5005 right
5006 \end_layout
5007
5008 \end_inset
5009
5010  erstellt werden (Tastenkürzel 
5011 \family sans
5012 Alt+M
5013 \begin_inset space ~
5014 \end_inset
5015
5016 Klammer
5017 \family default
5018 ), siehe 
5019 \begin_inset CommandInset ref
5020 LatexCommand ref
5021 reference "sub:Automatische-Klammergrößen"
5022
5023 \end_inset
5024
5025 , oder man verwendet folgende Befehle:
5026 \begin_inset VSpace bigskip
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \begin_layout Standard
5033 \begin_inset space \hfill{}
5034 \end_inset
5035
5036
5037 \begin_inset Tabular
5038 <lyxtabular version="3" rows="4" columns="2">
5039 <features rotate="0" tabularvalignment="middle">
5040 <column alignment="center" valignment="top">
5041 <column alignment="center" valignment="top">
5042 <row>
5043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 Befehl
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Ergebnis
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \backslash
5069 bmatrix
5070 \begin_inset space \textvisiblespace{}
5071 \end_inset
5072
5073 2
5074 \series bold
5075 ×
5076 \series default
5077 2
5078 \begin_inset space \thinspace{}
5079 \end_inset
5080
5081 Matrix
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5091 0 & \textrm{-}\mathrm{i}\\
5092 \mathrm{i} & 0
5093 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5094 \end_inset
5095
5096
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 space \textvisiblespace{}
5111 \end_inset
5112
5113 2
5114 \series bold
5115 ×
5116 \series default
5117 2
5118 \begin_inset space \thinspace{}
5119 \end_inset
5120
5121 Matrix
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5131 0 & \textrm{-}\mathrm{i}\\
5132 \mathrm{i} & 0
5133 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5134 \end_inset
5135
5136
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \backslash
5149 pmatrix
5150 \begin_inset space \textvisiblespace{}
5151 \end_inset
5152
5153 2
5154 \series bold
5155 ×
5156 \series default
5157 2
5158 \begin_inset space \thinspace{}
5159 \end_inset
5160
5161 Matrix
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5171 0 & \textrm{-}\mathrm{i}\\
5172 \mathrm{i} & 0
5173 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 </lyxtabular>
5183
5184 \end_inset
5185
5186
5187 \begin_inset space \hfill{}
5188 \end_inset
5189
5190
5191 \begin_inset Tabular
5192 <lyxtabular version="3" rows="4" columns="2">
5193 <features rotate="0" tabularvalignment="middle">
5194 <column alignment="center" valignment="top">
5195 <column alignment="center" valignment="top">
5196 <row>
5197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Befehl
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Ergebnis
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \backslash
5223 vmatrix
5224 \begin_inset space \textvisiblespace{}
5225 \end_inset
5226
5227 2
5228 \series bold
5229 ×
5230 \series default
5231 2
5232 \begin_inset space \thinspace{}
5233 \end_inset
5234
5235 Matrix
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5245 0 & \textrm{-}\mathrm{i}\\
5246 \mathrm{i} & 0
5247 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row>
5257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \backslash
5263 Vmatrix
5264 \begin_inset space \textvisiblespace{}
5265 \end_inset
5266
5267 2
5268 \series bold
5269 ×
5270 \series default
5271 2
5272 \begin_inset space \thinspace{}
5273 \end_inset
5274
5275 Matrix
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5285 0 & \textrm{-}\mathrm{i}\\
5286 \mathrm{i} & 0
5287 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5288 \end_inset
5289
5290
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row>
5297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301
5302 \backslash
5303 matrix
5304 \begin_inset space \textvisiblespace{}
5305 \end_inset
5306
5307 2
5308 \series bold
5309 ×
5310 \series default
5311 2
5312 \begin_inset space \thinspace{}
5313 \end_inset
5314
5315 Matrix
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5325 0 & \textrm{-}\mathrm{i}\\
5326 \mathrm{i} & 0
5327 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 </lyxtabular>
5337
5338 \end_inset
5339
5340
5341 \begin_inset space \hfill{}
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset VSpace medskip
5349 \end_inset
5350
5351 Wurde z.
5352 \begin_inset space \thinspace{}
5353 \end_inset
5354
5355 B.
5356  
5357 \series bold
5358
5359 \backslash
5360 vmatrix
5361 \series default
5362  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5363  in das die Matrix eingefügt wird.
5364 \begin_inset Newline newline
5365 \end_inset
5366
5367 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 \begin_inset VSpace bigskip
5372 \end_inset
5373
5374 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5375 \begin_inset CommandInset ref
5376 LatexCommand ref
5377 reference "sub:Spaltenabstand"
5378
5379 \end_inset
5380
5381  beschriebene Länge 
5382 \series bold
5383
5384 \backslash
5385 arraycolsep
5386 \series default
5387
5388 \begin_inset Index idx
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392 Befehle ! A ! 
5393 \backslash
5394 arraycolsep
5395 \end_layout
5396
5397 \end_inset
5398
5399  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5400 \end_layout
5401
5402 \begin_layout Standard
5403 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5404 \series bold
5405
5406 \backslash
5407 arraystretch
5408 \series default
5409
5410 \begin_inset Index idx
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414 Befehle ! A ! 
5415 \backslash
5416 arraystretch
5417 \end_layout
5418
5419 \end_inset
5420
5421 .
5422  Dieser wird folgendermaßen benutzt:
5423 \end_layout
5424
5425 \begin_layout Standard
5426
5427 \series bold
5428
5429 \backslash
5430 renewcommand{
5431 \backslash
5432 arraystretch}{Dehnungsfaktor}
5433 \begin_inset Index idx
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437 Befehle ! R ! 
5438 \backslash
5439 renewcommand
5440 \end_layout
5441
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \begin_layout Standard
5448 Der Befehl 
5449 \series bold
5450
5451 \backslash
5452 renewcommand
5453 \series default
5454  weist dabei dem vordefinierten Befehl 
5455 \series bold
5456
5457 \backslash
5458 arraystretch
5459 \series default
5460  den Dehnungsfaktor zu.
5461  Möchte man z.
5462 \begin_inset space \thinspace{}
5463 \end_inset
5464
5465 B.
5466  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5467  Dieser wird dann für alle folgenden Matrizen verwendet.
5468  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5469 \series bold
5470
5471 \backslash
5472 arraystretch
5473 \series default
5474  den Faktor 1 zu.
5475 \end_layout
5476
5477 \begin_layout Standard
5478 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5479 \series bold
5480
5481 \backslash
5482 smallmatrix
5483 \series default
5484
5485 \begin_inset Index idx
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489 Befehle ! S ! 
5490 \backslash
5491 smallmatrix
5492 \end_layout
5493
5494 \end_inset
5495
5496 .
5497  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5498  gestrichelten Linien.
5499  In dieses Kästchen wird die Matrix eingegeben.
5500  Man verwendet stattdessen das Menü 
5501 \family sans
5502 Bearbeiten\SpecialChar \menuseparator
5503 Zeilen
5504 \begin_inset space ~
5505 \end_inset
5506
5507 &
5508 \begin_inset space ~
5509 \end_inset
5510
5511 Spalten
5512 \family default
5513  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5514  Neue Zeilen können auch mit 
5515 \family sans
5516 Strg+Enter
5517 \family default
5518  erstellt werden.
5519 \end_layout
5520
5521 \begin_layout Standard
5522 Dies ist eine Matrix 
5523 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5524 C & D
5525 \end{smallmatrix}\right)$
5526 \end_inset
5527
5528  in einer Textzeile.
5529 \end_layout
5530
5531 \begin_layout Section
5532 Klammern und Begrenzungszeichen
5533 \begin_inset Index idx
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537 Klammern
5538 \end_layout
5539
5540 \end_inset
5541
5542
5543 \begin_inset Index idx
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547 Begrenzungszeichen
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \begin_layout Subsection
5556 Vertikale Klammern und Begrenzungszeichen
5557 \begin_inset Index idx
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561 Klammern ! vertikale
5562 \end_layout
5563
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \begin_layout Standard
5570 \begin_inset space \hfill{}
5571 \end_inset
5572
5573
5574 \begin_inset Tabular
5575 <lyxtabular version="3" rows="9" columns="2">
5576 <features rotate="0" tabularvalignment="middle">
5577 <column alignment="center" valignment="top" width="0pt">
5578 <column alignment="center" valignment="top" width="0pt">
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 Befehl
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 Ergebnis
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 </row>
5599 <row>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 (
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 \begin_inset Formula $($
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 {
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Formula $\{$
5637 \end_inset
5638
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 [
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 \begin_inset Formula $[$
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \backslash
5675 langle
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 \begin_inset Formula $\langle$
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 </row>
5693 <row>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \backslash
5700 lceil
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $\lceil$
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 <row>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723
5724 \backslash
5725 lfloor
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 \begin_inset Formula $\lfloor$
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 /
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $/$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 |
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 \begin_inset Formula $|$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 </lyxtabular>
5790
5791 \end_inset
5792
5793
5794 \begin_inset space \hfill{}
5795 \end_inset
5796
5797
5798 \begin_inset Tabular
5799 <lyxtabular version="3" rows="9" columns="2">
5800 <features rotate="0" tabularvalignment="middle">
5801 <column alignment="center" valignment="top" width="0pt">
5802 <column alignment="center" valignment="top" width="0pt">
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 Befehl
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 Ergebnis
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 </row>
5823 <row>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 )
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $)$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 }
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\}$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 ]
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 \begin_inset Formula $]$
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897
5898 \backslash
5899 rangle
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 \begin_inset Formula $\rangle$
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922
5923 \backslash
5924 rceil
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Formula $\rceil$
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947
5948 \backslash
5949 rfloor
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 \begin_inset Formula $\rfloor$
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972
5973 \backslash
5974
5975 \backslash
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $\backslash$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999
6000 \backslash
6001 |
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $\|$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 </lyxtabular>
6020
6021 \end_inset
6022
6023
6024 \begin_inset space \hfill{}
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031
6032 \series medium
6033 \begin_inset Note Greyedout
6034 status open
6035
6036 \begin_layout Plain Layout
6037
6038 \series bold
6039 Achtung:
6040 \series default
6041  Im TeX-Modus muss für den Backslash der Befehl 
6042 \series bold
6043
6044 \backslash
6045 textbackslash
6046 \series default
6047
6048 \begin_inset Index idx
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 Befehle ! T ! 
6053 \backslash
6054 textbackslash
6055 \end_layout
6056
6057 \end_inset
6058
6059  verwendet werden, denn der Befehl 
6060 \series bold
6061
6062 \backslash
6063
6064 \backslash
6065
6066 \series default
6067  steht dort für einen Zeilenumbruch.
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Standard
6076 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6077  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6078  Dabei können dann statt den Befehlen 
6079 \series bold
6080
6081 \backslash
6082 langle
6083 \series default
6084  und 
6085 \series bold
6086
6087 \backslash
6088 rangle
6089 \series default
6090  direkt die Zeichen < und > verwendet werden.
6091 \end_layout
6092
6093 \begin_layout Subsubsection
6094 Manuelle Klammergrößen
6095 \begin_inset CommandInset label
6096 LatexCommand label
6097 name "sub:Manuelle-Klammergrößen"
6098
6099 \end_inset
6100
6101
6102 \begin_inset Index idx
6103 status collapsed
6104
6105 \begin_layout Plain Layout
6106 Klammergrößen ! manuelle
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6116  LaTeX-Befehle 
6117 \series bold
6118
6119 \backslash
6120 big
6121 \series default
6122
6123 \begin_inset Index idx
6124 status collapsed
6125
6126 \begin_layout Plain Layout
6127 Befehle ! B ! 
6128 \backslash
6129 big
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \series bold
6136
6137 \backslash
6138 Big
6139 \series default
6140
6141 \series bold
6142
6143 \backslash
6144 bigg
6145 \series default
6146  und 
6147 \series bold
6148
6149 \backslash
6150 Bigg
6151 \series default
6152  tun.
6153  
6154 \series bold
6155
6156 \backslash
6157 big
6158 \series default
6159  steht hierbei für die kleinste und 
6160 \series bold
6161
6162 \backslash
6163 Bigg
6164 \series default
6165  für die größte Klammergröße.
6166 \end_layout
6167
6168 \begin_layout Standard
6169 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6170 \end_layout
6171
6172 \begin_layout Standard
6173 \align center
6174 \begin_inset Tabular
6175 <lyxtabular version="3" rows="2" columns="2">
6176 <features rotate="0" tabularvalignment="middle">
6177 <column alignment="center" valignment="top" width="0pt">
6178 <column alignment="center" valignment="top" width="0pt">
6179 <row>
6180 <cell alignment="center" valignment="top" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 einheitliche Klammergröße:
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 besser sieht das so aus:
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 </row>
6225 </lyxtabular>
6226
6227 \end_inset
6228
6229
6230 \begin_inset Note Note
6231 status collapsed
6232
6233 \begin_layout Plain Layout
6234
6235 \series bold
6236
6237 \backslash
6238 raisebox
6239 \series default
6240  dient nur
6241 \end_layout
6242
6243 \begin_layout Plain Layout
6244 als Abstandhalter.
6245 \end_layout
6246
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \begin_layout Standard
6253 Für die zweite Formel wurde der Befehl 
6254 \series bold
6255
6256 \backslash
6257 Big((A+B)(A-B)
6258 \backslash
6259 Big)^
6260 \begin_inset space \textvisiblespace{}
6261 \end_inset
6262
6263 C
6264 \series default
6265  verwendet.
6266 \end_layout
6267
6268 \begin_layout Standard
6269 Hier alle Klammergrößen in der Übersicht:
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \align center
6274
6275 \backslash
6276 Bigg(
6277 \backslash
6278 exp
6279 \backslash
6280 bigg<
6281 \backslash
6282 Big[
6283 \backslash
6284 big{
6285 \backslash
6286 ln(3x)
6287 \backslash
6288 big}^2
6289 \begin_inset space \textvisiblespace{}
6290 \end_inset
6291
6292
6293 \backslash
6294 sin(x)
6295 \backslash
6296 Big]^
6297 \begin_inset space \textvisiblespace{}
6298 \end_inset
6299
6300 A
6301 \begin_inset space \textvisiblespace{}
6302 \end_inset
6303
6304
6305 \backslash
6306 bigg>
6307 \backslash
6308 Bigg)^0,5
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \align center
6313 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320 Es gibt außer den 
6321 \series bold
6322
6323 \backslash
6324 big
6325 \series default
6326 -Befehlen noch die Variante 
6327 \series bold
6328
6329 \backslash
6330 bigm
6331 \series default
6332
6333 \begin_inset Index idx
6334 status collapsed
6335
6336 \begin_layout Plain Layout
6337 Befehle ! B ! 
6338 \backslash
6339 bigm
6340 \end_layout
6341
6342 \end_inset
6343
6344 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6345  die Variante 
6346 \series bold
6347
6348 \backslash
6349 bigl
6350 \series default
6351 -
6352 \series bold
6353
6354 \backslash
6355 bigr
6356 \series default
6357
6358 \begin_inset Index idx
6359 status collapsed
6360
6361 \begin_layout Plain Layout
6362 Befehle ! B ! 
6363 \backslash
6364 bigl - 
6365 \backslash
6366 bigr
6367 \end_layout
6368
6369 \end_inset
6370
6371 , die keinen zusätzlichen Leerraum erzeugt.
6372  Das 
6373 \emph on
6374 l
6375 \emph default
6376  am Ende des Befehls 
6377 \series bold
6378
6379 \backslash
6380 bigl
6381 \series default
6382  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6383  ein 
6384 \emph on
6385 r
6386 \emph default
6387  ersetzt.
6388  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6389  sein.
6390 \end_layout
6391
6392 \begin_layout Standard
6393 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6394 \end_layout
6395
6396 \begin_layout Standard
6397 \align center
6398 \begin_inset Tabular
6399 <lyxtabular version="3" rows="5" columns="2">
6400 <features rotate="0" tabularvalignment="middle">
6401 <column alignment="center" valignment="middle">
6402 <column alignment="center" valignment="middle">
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 Befehl
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 Ergebnis
6418 \begin_inset Note Note
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422
6423 \series bold
6424
6425 \backslash
6426 raisebox
6427 \series default
6428  dient nur als Abstandhalter.
6429 \end_layout
6430
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444
6445 \backslash
6446 Bigm(
6447 \backslash
6448 bigm(
6449 \backslash
6450 ln(3x)
6451 \backslash
6452 bigm)^2
6453 \begin_inset space \textvisiblespace{}
6454 \end_inset
6455
6456
6457 \backslash
6458 Bigm)
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 </row>
6476 <row>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481
6482 \backslash
6483 Big(
6484 \backslash
6485 big(
6486 \backslash
6487 ln(3x)
6488 \backslash
6489 big)^2
6490 \begin_inset space \textvisiblespace{}
6491 \end_inset
6492
6493
6494 \backslash
6495 Big)
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6505 \end_inset
6506
6507
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518
6519 \backslash
6520 Bigl(
6521 \backslash
6522 bigl(
6523 \backslash
6524 ln(3x)
6525 \backslash
6526 bigr)^2
6527 \begin_inset space \textvisiblespace{}
6528 \end_inset
6529
6530
6531 \backslash
6532 Bigr)
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 </row>
6550 <row>
6551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555
6556 \backslash
6557 bigl)
6558 \backslash
6559 ln(3x)
6560 \backslash
6561 bigr(
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 </row>
6579 </lyxtabular>
6580
6581 \end_inset
6582
6583
6584 \end_layout
6585
6586 \begin_layout Subsubsection
6587 Automatische Klammergrößen
6588 \begin_inset CommandInset label
6589 LatexCommand label
6590 name "sub:Automatische-Klammergrößen"
6591
6592 \end_inset
6593
6594
6595 \begin_inset Index idx
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Klammergrößen ! automatische
6600 \end_layout
6601
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \begin_layout Standard
6608 Klammern variabler Größe können mit den Befehlen 
6609 \series bold
6610
6611 \backslash
6612 left
6613 \series default
6614
6615 \begin_inset Index idx
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619 Befehle ! L ! 
6620 \backslash
6621 left
6622 \end_layout
6623
6624 \end_inset
6625
6626  und 
6627 \series bold
6628
6629 \backslash
6630 right
6631 \series default
6632
6633 \begin_inset Index idx
6634 status collapsed
6635
6636 \begin_layout Plain Layout
6637 Befehle ! R ! 
6638 \backslash
6639 right
6640 \end_layout
6641
6642 \end_inset
6643
6644  oder über den Mathe-Werkzeugleistenknopf
6645 \family sans
6646  
6647 \family default
6648
6649 \begin_inset Graphics
6650         filename ../../images/dialog-show_mathdelimiter.png
6651         scale 85
6652
6653 \end_inset
6654
6655  eingefügt werden.
6656  Auf 
6657 \series bold
6658
6659 \backslash
6660 left
6661 \series default
6662  und 
6663 \series bold
6664
6665 \backslash
6666 right
6667 \series default
6668  muss unmittelbar die gewünschte Klammer folgen.
6669  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6670 \end_layout
6671
6672 \begin_layout Standard
6673 \align center
6674 normale Klammer: Der Befehl 
6675 \series bold
6676
6677 \backslash
6678 ln(
6679 \backslash
6680 frac
6681 \begin_inset space \textvisiblespace{}
6682 \end_inset
6683
6684 A
6685 \begin_inset Formula $\downarrow$
6686 \end_inset
6687
6688 C
6689 \begin_inset space \textvisiblespace{}
6690 \end_inset
6691
6692 )
6693 \series default
6694  ergibt
6695 \begin_inset Formula 
6696 \[
6697 \ln(\frac{A}{C})
6698 \]
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \begin_layout Standard
6706 \align center
6707 mehrzeilige Klammer: Der Befehl 
6708 \series bold
6709
6710 \backslash
6711 ln
6712 \backslash
6713 left(
6714 \backslash
6715 frac
6716 \begin_inset space \textvisiblespace{}
6717 \end_inset
6718
6719 A
6720 \begin_inset Formula $\downarrow$
6721 \end_inset
6722
6723 C
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727
6728 \backslash
6729 right)
6730 \series default
6731  ergibt
6732 \begin_inset Formula 
6733 \[
6734 \ln\left(\frac{A}{C}\right)
6735 \]
6736
6737 \end_inset
6738
6739
6740 \end_layout
6741
6742 \begin_layout Standard
6743 An Stelle von 
6744 \series bold
6745
6746 \backslash
6747 left
6748 \series default
6749  und 
6750 \series bold
6751
6752 \backslash
6753 right
6754 \series default
6755  kann man die Tastenkürzel 
6756 \family sans
6757 Alt+M
6758 \begin_inset space ~
6759 \end_inset
6760
6761 Klammer
6762 \family default
6763  verwenden.
6764  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6765  und dass die rechte Klammer gleich mit erstellt wird.
6766 \begin_inset Newline newline
6767 \end_inset
6768
6769 Der Befehl für das letzte Beispiel würde dann lauten: 
6770 \series bold
6771
6772 \backslash
6773 ln Alt+M
6774 \series default
6775  
6776 \series bold
6777 (
6778 \backslash
6779 frac
6780 \begin_inset space \textvisiblespace{}
6781 \end_inset
6782
6783 A
6784 \begin_inset Formula $\downarrow$
6785 \end_inset
6786
6787 C
6788 \end_layout
6789
6790 \begin_layout Standard
6791 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6792  Klammer einen Punkt.
6793  So ergibt z.
6794 \begin_inset space \thinspace{}
6795 \end_inset
6796
6797 B.
6798  der Befehl 
6799 \series bold
6800
6801 \backslash
6802 left.
6803 \backslash
6804 frac
6805 \begin_inset space \textvisiblespace{}
6806 \end_inset
6807
6808 A
6809 \begin_inset Formula $\downarrow$
6810 \end_inset
6811
6812 B
6813 \begin_inset space \textvisiblespace{}
6814 \end_inset
6815
6816
6817 \backslash
6818 right}
6819 \series default
6820
6821 \begin_inset space \thinspace{}
6822 \end_inset
6823
6824 :
6825 \series bold
6826
6827 \begin_inset Formula 
6828 \[
6829 \left.\frac{A}{B}\right\} 
6830 \]
6831
6832 \end_inset
6833
6834
6835 \series default
6836 Die Befehle 
6837 \series bold
6838
6839 \backslash
6840 left
6841 \series default
6842  und 
6843 \series bold
6844
6845 \backslash
6846 right
6847 \series default
6848  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6849  umgewandelt.
6850  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6851 \end_layout
6852
6853 \begin_layout Standard
6854 \begin_inset VSpace bigskip
6855 \end_inset
6856
6857 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6858  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6859  Befehl 
6860 \series bold
6861
6862 \backslash
6863 middle
6864 \series default
6865
6866 \begin_inset Index idx
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 Befehle ! M ! 
6871 \backslash
6872 middle
6873 \end_layout
6874
6875 \end_inset
6876
6877  zur Verfügung.
6878  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6879  angepasst, was z.
6880 \begin_inset space \thinspace{}
6881 \end_inset
6882
6883 B.
6884  für physikalische Vektoren von Nutzen ist:
6885 \begin_inset Formula 
6886 \[
6887 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6888 \]
6889
6890 \end_inset
6891
6892 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6893 \begin_inset CommandInset ref
6894 LatexCommand ref
6895 reference "sub:Physikalische-Vektoren"
6896
6897 \end_inset
6898
6899  beschrieben ist.
6900 \end_layout
6901
6902 \begin_layout Subsection
6903 Horizontale Klammern
6904 \begin_inset Index idx
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908 Klammern ! horizontale
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \begin_layout Standard
6917 \align center
6918 \begin_inset Tabular
6919 <lyxtabular version="3" rows="4" columns="2">
6920 <features rotate="0" tabularvalignment="middle">
6921 <column alignment="center" valignment="top" width="0pt">
6922 <column alignment="center" valignment="top" width="0pt">
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 Befehl
6929 \begin_inset Note Note
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933
6934 \series bold
6935
6936 \backslash
6937 raisebox
6938 \series default
6939  dient nur als Abstandhalter.
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 Ergebnis
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 </row>
6959 <row>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969
6970 \backslash
6971 raisebox{2.3mm}{
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \backslash
6978 overbrace
6979 \begin_inset space \textvisiblespace{}
6980 \end_inset
6981
6982 A+B
6983 \begin_inset space \textvisiblespace{}
6984 \end_inset
6985
6986 ^
6987 \begin_inset space \textvisiblespace{}
6988 \end_inset
6989
6990 3
6991 \begin_inset ERT
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995
6996 }
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \begin_inset Index idx
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006 Befehle ! O ! 
7007 \backslash
7008 overbrace
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 \begin_inset Formula $\overbrace{A+B}^{3}$
7023 \end_inset
7024
7025
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 </row>
7031 <row>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 \begin_inset ERT
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040
7041
7042 \backslash
7043 raisebox{-2.2mm}{
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \backslash
7050 underbrace
7051 \begin_inset space \textvisiblespace{}
7052 \end_inset
7053
7054 A+B
7055 \begin_inset space \textvisiblespace{}
7056 \end_inset
7057
7058 _5
7059 \begin_inset ERT
7060 status collapsed
7061
7062 \begin_layout Plain Layout
7063
7064 }
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \begin_inset Index idx
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074 Befehle ! U ! 
7075 \backslash
7076 underbrace
7077 \end_layout
7078
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 \begin_inset Formula $\underbrace{A+B}_{5}$
7091 \end_inset
7092
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104
7105 \backslash
7106 overbrace
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110
7111 \backslash
7112 underbrace
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 A+B_w
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120
7121 \begin_inset space \textvisiblespace{}
7122 \end_inset
7123
7124 _7
7125 \begin_inset space \textvisiblespace{}
7126 \end_inset
7127
7128
7129 \begin_inset space \textvisiblespace{}
7130 \end_inset
7131
7132 ^
7133 \begin_inset space \textvisiblespace{}
7134 \end_inset
7135
7136 C
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 </row>
7154 </lyxtabular>
7155
7156 \end_inset
7157
7158
7159 \end_layout
7160
7161 \begin_layout Standard
7162 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7163 \series bold
7164
7165 \backslash
7166 overbrace
7167 \series default
7168  oder 
7169 \series bold
7170
7171 \backslash
7172 underbrace
7173 \series default
7174  eingibt.
7175 \end_layout
7176
7177 \begin_layout Standard
7178 \begin_inset VSpace bigskip
7179 \end_inset
7180
7181 Benötigt man Klammern, die sich überschneiden, muss man die in 
7182 \begin_inset CommandInset ref
7183 LatexCommand ref
7184 reference "sec:Mehrzeilige-Formeln"
7185
7186 \end_inset
7187
7188  beschriebenen mehrzeiligen Formeln verwenden:
7189 \begin_inset Formula 
7190 \begin{eqnarray*}
7191 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7192  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7193 \end{eqnarray*}
7194
7195 \end_inset
7196
7197 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7198  Dabei ist es wichtig, dass vor dem ersten 
7199 \begin_inset Formula $d$
7200 \end_inset
7201
7202  der Abstandsbefehl
7203 \begin_inset Foot
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207 Abstandsbefehle sind in 
7208 \begin_inset CommandInset ref
7209 LatexCommand ref
7210 reference "sub:Vordefinierter-Leerraum"
7211
7212 \end_inset
7213
7214  erklärt.
7215 \end_layout
7216
7217 \end_inset
7218
7219  
7220 \series bold
7221
7222 \backslash
7223 :
7224 \series default
7225  eingegeben wird, denn die nach dem 
7226 \begin_inset Formula $q$
7227 \end_inset
7228
7229  endende Klammer verhindert, dass das nachfolgende 
7230 \begin_inset Quotes gld
7231 \end_inset
7232
7233 +
7234 \begin_inset Quotes grd
7235 \end_inset
7236
7237  von Leerraum umgeben ist.
7238 \begin_inset Foot
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242 weil eine Klammer nicht als Zeichen gilt, siehe 
7243 \begin_inset CommandInset ref
7244 LatexCommand ref
7245 reference "sub:Binäre-Operatoren"
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \end_inset
7253
7254  In die zweite Zeile wird die zweite Klammer eingegeben.
7255  Da sie vor dem 
7256 \begin_inset Formula $b$
7257 \end_inset
7258
7259  beginnen soll, gibt man zuerst 
7260 \series bold
7261
7262 \backslash
7263 hphantom{gggg+
7264 \backslash
7265 :}
7266 \series default
7267  ein.
7268 \begin_inset Foot
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272 mehr zu 
7273 \series bold
7274
7275 \backslash
7276 hphantom
7277 \series default
7278  siehe 
7279 \begin_inset CommandInset ref
7280 LatexCommand ref
7281 reference "sub:Platzhalter"
7282
7283 \end_inset
7284
7285 .
7286 \end_layout
7287
7288 \end_inset
7289
7290  Dieser Leerraum wird benötigt, weil das 
7291 \begin_inset Quotes gld
7292 \end_inset
7293
7294 +
7295 \begin_inset Quotes grd
7296 \end_inset
7297
7298  in der Formel auch von Leerraum umgeben ist.
7299  Die Klammer wird unter den Befehl 
7300 \series bold
7301
7302 \backslash
7303 hphantom{bbqq+dddd}
7304 \series default
7305  gesetzt.
7306 \end_layout
7307
7308 \begin_layout Standard
7309 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7310 n, wie in folgendem Beispiel:
7311 \begin_inset ERT
7312 status collapsed
7313
7314 \begin_layout Plain Layout
7315
7316
7317 \backslash
7318 setlength{
7319 \backslash
7320 jot}{-6pt}
7321 \end_layout
7322
7323 \end_inset
7324
7325
7326 \begin_inset Formula 
7327 \begin{eqnarray*}
7328  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7329 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7330 \end{eqnarray*}
7331
7332 \end_inset
7333
7334
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 setlength{
7343 \backslash
7344 jot}{3pt}
7345 \end_layout
7346
7347 \end_inset
7348
7349 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7350  mit dem Unterschied, dass sich die Klammer oben befindet.
7351  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7352  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7353  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7354  werden.
7355  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7356 \begin_inset Foot
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360 \begin_inset CommandInset href
7361 LatexCommand href
7362 name "LyX-Fehler #1505"
7363 target "http://www.lyx.org/trac/ticket/1505"
7364
7365 \end_inset
7366
7367
7368 \end_layout
7369
7370 \end_inset
7371
7372 .
7373  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7374 \series bold
7375
7376 \backslash
7377 jot
7378 \series default
7379
7380 \begin_inset Index idx
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 Befehle ! J ! 
7385 \backslash
7386 jot
7387 \end_layout
7388
7389 \end_inset
7390
7391  vor der Formel mit dem Befehl 
7392 \series bold
7393
7394 \backslash
7395 setlength{
7396 \backslash
7397 jot}{-6pt}
7398 \series default
7399  im TeX-Modus auf den Wert -6
7400 \begin_inset space \thinspace{}
7401 \end_inset
7402
7403 pt geändert.
7404  Nach der Formel wird 
7405 \series bold
7406
7407 \backslash
7408 jot
7409 \series default
7410  mit demselben Befehl wieder auf den Standardwert 3
7411 \begin_inset space \thinspace{}
7412 \end_inset
7413
7414 pt zurückgesetzt.
7415  Genaueres zum Zeilenabstand in Formeln ist in 
7416 \begin_inset CommandInset ref
7417 LatexCommand ref
7418 reference "sub:Zeilenabstand"
7419
7420 \end_inset
7421
7422  erklärt.
7423 \end_layout
7424
7425 \begin_layout Section
7426 Pfeile
7427 \begin_inset Index idx
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431 Pfeile
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \begin_layout Standard
7440 Pfeile können über den Mathe-Werkzeugleistenknopf 
7441 \begin_inset Graphics
7442         filename ../../images/math/leftarrow.png
7443         scale 85
7444
7445 \end_inset
7446
7447  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7448  aufgelistet sind.
7449 \end_layout
7450
7451 \begin_layout Subsection
7452 Horizontale Pfeile
7453 \begin_inset Index idx
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 Pfeile ! horizontale
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \begin_layout Standard
7466 \begin_inset space \hfill{}
7467 \end_inset
7468
7469
7470 \begin_inset Tabular
7471 <lyxtabular version="3" rows="8" columns="2">
7472 <features rotate="0" tabularvalignment="middle">
7473 <column alignment="center" valignment="top" width="0pt">
7474 <column alignment="center" valignment="top" width="0pt">
7475 <row>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 Befehl
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 Ergebnis
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \backslash
7502 gets
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 \begin_inset Formula $\gets$
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \backslash
7527 Leftarrow
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 \begin_inset Formula $\Leftarrow$
7537 \end_inset
7538
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row>
7546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \backslash
7552 longleftarrow
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset Formula $\longleftarrow$
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \backslash
7577 Longleftarrow
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 \begin_inset Formula $\Longleftarrow$
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 </row>
7595 <row>
7596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600
7601 \backslash
7602 leftharpoonup
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 \begin_inset Formula $\leftharpoonup$
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row>
7621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \backslash
7627 leftharpoondown
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 \begin_inset Formula $\leftharpoondown$
7637 \end_inset
7638
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row>
7646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \backslash
7652 hookleftarrow
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 \begin_inset Formula $\hookleftarrow$
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 </lyxtabular>
7671
7672 \end_inset
7673
7674
7675 \begin_inset space \hfill{}
7676 \end_inset
7677
7678
7679 \begin_inset Tabular
7680 <lyxtabular version="3" rows="8" columns="2">
7681 <features rotate="0" tabularvalignment="middle">
7682 <column alignment="center" valignment="top" width="0pt">
7683 <column alignment="center" valignment="top" width="0pt">
7684 <row>
7685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 Befehl
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 Ergebnis
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \backslash
7711 to
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 \begin_inset Formula $\to$
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \backslash
7736 Rightarrow
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 \begin_inset Formula $\Rightarrow$
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \backslash
7761 longrightarrow
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 \begin_inset Formula $\longrightarrow$
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \backslash
7786 Longrightarrow
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 \begin_inset Formula $\Longrightarrow$
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 <row>
7805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \backslash
7811 rightharpoonup
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 \begin_inset Formula $\rightharpoonup$
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 <row>
7830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \backslash
7836 rightharpoondown
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Formula $\rightharpoondown$
7846 \end_inset
7847
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \backslash
7861 hookrightarrow
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 \begin_inset Formula $\hookrightarrow$
7871 \end_inset
7872
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 </lyxtabular>
7880
7881 \end_inset
7882
7883
7884 \begin_inset space \hfill{}
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \begin_layout Standard
7891 \begin_inset space \hfill{}
7892 \end_inset
7893
7894
7895 \begin_inset Tabular
7896 <lyxtabular version="3" rows="6" columns="2">
7897 <features rotate="0" tabularvalignment="middle">
7898 <column alignment="center" valignment="top" width="0pt">
7899 <column alignment="center" valignment="top" width="0pt">
7900 <row>
7901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Befehl
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 Ergebnis
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 leftrightarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\leftrightarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 Leftrightarrow
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\Leftrightarrow$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 longleftrightarrow
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\longleftrightarrow$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 Longleftrightarrow
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\Longleftrightarrow$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 rightleftharpoons
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\rightleftharpoons$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 </lyxtabular>
8046
8047 \end_inset
8048
8049
8050 \begin_inset space \hspace{}
8051 \length 25pt
8052 \end_inset
8053
8054
8055 \begin_inset space \hfill{}
8056 \end_inset
8057
8058
8059 \begin_inset Tabular
8060 <lyxtabular version="3" rows="5" columns="2">
8061 <features rotate="0" tabularvalignment="middle">
8062 <column alignment="center" valignment="top" width="0pt">
8063 <column alignment="center" valignment="top" width="0pt">
8064 <row>
8065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Befehl
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Ergebnis
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 mapsto
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 $\mapsto$
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 longmapsto
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 $\longmapsto$
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" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \backslash
8141 leadsto
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 \begin_inset Formula $\leadsto$
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 dasharrow
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\dasharrow$
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 VSpace medskip
8197 \end_inset
8198
8199 Als Akzente verwendete Pfeile, wie z.
8200 \begin_inset space \thinspace{}
8201 \end_inset
8202
8203 B.
8204  Vektorpfeile, sind in 
8205 \begin_inset CommandInset ref
8206 LatexCommand ref
8207 reference "sec:Akzente"
8208
8209 \end_inset
8210
8211  aufgelistet.
8212 \end_layout
8213
8214 \begin_layout Standard
8215 \begin_inset VSpace bigskip
8216 \end_inset
8217
8218 Des Weiteren gibt es die beschriftbaren Pfeile
8219 \begin_inset Index idx
8220 status collapsed
8221
8222 \begin_layout Plain Layout
8223 Pfeile ! beschriftbare
8224 \end_layout
8225
8226 \end_inset
8227
8228  
8229 \series bold
8230
8231 \backslash
8232 xleftarrow
8233 \series default
8234
8235 \begin_inset Index idx
8236 status collapsed
8237
8238 \begin_layout Plain Layout
8239 Befehle ! X ! 
8240 \backslash
8241 xleftarrow
8242 \end_layout
8243
8244 \end_inset
8245
8246  und 
8247 \series bold
8248
8249 \backslash
8250 xrightarrow
8251 \series default
8252
8253 \begin_inset Index idx
8254 status collapsed
8255
8256 \begin_layout Plain Layout
8257 Befehle ! X ! 
8258 \backslash
8259 xrightarrow
8260 \begin_inset ERT
8261 status collapsed
8262
8263 \begin_layout Plain Layout
8264
8265
8266 \backslash
8267 vspace{4mm}
8268 \end_layout
8269
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276
8277 .
8278  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8279  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8280  Die Pfeillänge passt sich der Breite der Beschriftung an.
8281 \end_layout
8282
8283 \begin_layout Standard
8284 \align center
8285 \begin_inset Tabular
8286 <lyxtabular version="3" rows="3" columns="2">
8287 <features rotate="0" tabularvalignment="middle">
8288 <column alignment="center" valignment="top" width="0pt">
8289 <column alignment="center" valignment="top" width="0pt">
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Befehl
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Ergebnis
8305 \begin_inset Note Note
8306 status collapsed
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311
8312 \backslash
8313 raisebox
8314 \series default
8315  dient nur als Abstandhalter.
8316 \end_layout
8317
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 F(a)
8332 \backslash
8333 xleftarrow
8334 \begin_inset space \textvisiblespace{}
8335 \end_inset
8336
8337 x=a
8338 \begin_inset Formula $\downarrow$
8339 \end_inset
8340
8341 x>0
8342 \begin_inset Formula $\to$
8343 \end_inset
8344
8345 F(x)
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 F(x)
8369 \backslash
8370 xrightarrow
8371 \begin_inset space \textvisiblespace{}
8372 \end_inset
8373
8374 x=a
8375 \begin_inset Formula $\downarrow$
8376 \end_inset
8377
8378 x>0
8379 \begin_inset Formula $\to$
8380 \end_inset
8381
8382 F(a)
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 </lyxtabular>
8401
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \begin_layout Subsection
8408 Vertikale und diagonale Pfeile
8409 \begin_inset Index idx
8410 status collapsed
8411
8412 \begin_layout Plain Layout
8413 Pfeile ! diagonale
8414 \end_layout
8415
8416 \end_inset
8417
8418
8419 \begin_inset Index idx
8420 status collapsed
8421
8422 \begin_layout Plain Layout
8423 Pfeile ! vertikale
8424 \end_layout
8425
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \begin_layout Standard
8432 \begin_inset space \hfill{}
8433 \end_inset
8434
8435
8436 \begin_inset Tabular
8437 <lyxtabular version="3" rows="7" columns="2">
8438 <features rotate="0" tabularvalignment="middle">
8439 <column alignment="center" valignment="top" width="0pt">
8440 <column alignment="center" valignment="top" width="0pt">
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Befehl
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Ergebnis
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \backslash
8468 uparrow
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 \begin_inset Formula $\uparrow$
8478 \end_inset
8479
8480
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \backslash
8493 Uparrow
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 \begin_inset Formula $\Uparrow$
8503 \end_inset
8504
8505
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \backslash
8518 updownarrow
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\updownarrow$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \backslash
8543 Updownarrow
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 \begin_inset Formula $\Updownarrow$
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \backslash
8568 Downarrow
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 \begin_inset Formula $\Downarrow$
8578 \end_inset
8579
8580
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 downarrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\downarrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \begin_inset space \hfill{}
8617 \end_inset
8618
8619
8620 \begin_inset Tabular
8621 <lyxtabular version="3" rows="5" columns="2">
8622 <features rotate="0" tabularvalignment="middle">
8623 <column alignment="center" valignment="top" width="0pt">
8624 <column alignment="center" valignment="top" width="0pt">
8625 <row>
8626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Befehl
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Ergebnis
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \backslash
8652 nearrow
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 \begin_inset Formula $\nearrow$
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \backslash
8677 searrow
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 \begin_inset Formula $\searrow$
8687 \end_inset
8688
8689
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \backslash
8702 swarrow
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 \begin_inset Formula $\swarrow$
8712 \end_inset
8713
8714
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \backslash
8727 nwarrow
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 \begin_inset Formula $\nwarrow$
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 </lyxtabular>
8746
8747 \end_inset
8748
8749
8750 \begin_inset space \hfill{}
8751 \end_inset
8752
8753
8754 \end_layout
8755
8756 \begin_layout Standard
8757 \begin_inset VSpace medskip
8758 \end_inset
8759
8760 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8761  
8762 \begin_inset CommandInset ref
8763 LatexCommand ref
8764 reference "sub:Manuelle-Klammergrößen"
8765
8766 \end_inset
8767
8768  und 
8769 \begin_inset CommandInset ref
8770 LatexCommand ref
8771 reference "sub:Automatische-Klammergrößen"
8772
8773 \end_inset
8774
8775  beschriebenen Befehlen verwendet werden.
8776 \end_layout
8777
8778 \begin_layout Section
8779 Akzente
8780 \begin_inset CommandInset label
8781 LatexCommand label
8782 name "sec:Akzente"
8783
8784 \end_inset
8785
8786
8787 \begin_inset Index idx
8788 status collapsed
8789
8790 \begin_layout Plain Layout
8791 Akzente
8792 \end_layout
8793
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \begin_layout Standard
8800 Akzente können über den Mathe-Werkzeugleistenknopf 
8801 \begin_inset Graphics
8802         filename ../../images/math/hat.png
8803         scale 85
8804
8805 \end_inset
8806
8807  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8808  aufgelistet sind.
8809 \end_layout
8810
8811 \begin_layout Subsection
8812 Akzente für ein Zeichen
8813 \begin_inset ERT
8814 status collapsed
8815
8816 \begin_layout Plain Layout
8817
8818
8819 \backslash
8820 texorpdfstring{
8821 \end_layout
8822
8823 \end_inset
8824
8825
8826 \begin_inset Foot
8827 status collapsed
8828
8829 \begin_layout Plain Layout
8830 Akzente im Text siehe 
8831 \begin_inset CommandInset ref
8832 LatexCommand ref
8833 reference "sub:Sonderzeichen-Akzente"
8834
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \end_inset
8841
8842
8843 \begin_inset ERT
8844 status collapsed
8845
8846 \begin_layout Plain Layout
8847
8848 }{}
8849 \end_layout
8850
8851 \end_inset
8852
8853
8854 \begin_inset Note Note
8855 status collapsed
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860
8861 \backslash
8862 texorpdfstring
8863 \series default
8864  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8865 \end_layout
8866
8867 \begin_layout Plain Layout
8868 Näheres zu 
8869 \series bold
8870
8871 \backslash
8872 texorpdfstring
8873 \series default
8874  steht in Kapitel 
8875 \begin_inset CommandInset ref
8876 LatexCommand ref
8877 reference "sub:Formeln-in-Überschriften"
8878
8879 \end_inset
8880
8881 .
8882 \end_layout
8883
8884 \end_inset
8885
8886
8887 \begin_inset CommandInset label
8888 LatexCommand label
8889 name "sub:Akzente-für-ein"
8890
8891 \end_inset
8892
8893
8894 \begin_inset Index idx
8895 status collapsed
8896
8897 \begin_layout Plain Layout
8898 Akzente ! für ein Zeichen
8899 \end_layout
8900
8901 \end_inset
8902
8903
8904 \end_layout
8905
8906 \begin_layout Standard
8907 \begin_inset space \hfill{}
8908 \end_inset
8909
8910
8911 \begin_inset Tabular
8912 <lyxtabular version="3" rows="8" columns="2">
8913 <features rotate="0" tabularvalignment="middle">
8914 <column alignment="center" valignment="top" width="0pt">
8915 <column alignment="center" valignment="top" width="0pt">
8916 <row>
8917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Befehl
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Ergebnis
8931 \begin_inset Note Note
8932 status collapsed
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937
8938 \backslash
8939 raisebox
8940 \series default
8941  dient nur als Abstandhalter.
8942 \end_layout
8943
8944 \end_inset
8945
8946
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \backslash
8959 dot
8960 \begin_inset space \textvisiblespace{}
8961 \end_inset
8962
8963 A
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8973 \end_inset
8974
8975
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \backslash
8988 ddot
8989 \begin_inset space \textvisiblespace{}
8990 \end_inset
8991
8992 A
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \backslash
9017 dddot
9018 \begin_inset space \textvisiblespace{}
9019 \end_inset
9020
9021 A
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 ddddot
9047 \begin_inset space \textvisiblespace{}
9048 \end_inset
9049
9050 A
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 $\raisebox{5mm}{}\ddddot{A}$
9060 \end_inset
9061
9062
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \backslash
9075 vec
9076 \begin_inset space \textvisiblespace{}
9077 \end_inset
9078
9079 A
9080 \begin_inset Index idx
9081 status collapsed
9082
9083 \begin_layout Plain Layout
9084 Vektoren
9085 \end_layout
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \backslash
9114 bar
9115 \begin_inset space \textvisiblespace{}
9116 \end_inset
9117
9118 A
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \backslash
9143 mathring
9144 \begin_inset space \textvisiblespace{}
9145 \end_inset
9146
9147 A
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 </lyxtabular>
9166
9167 \end_inset
9168
9169
9170 \begin_inset space \hfill{}
9171 \end_inset
9172
9173
9174 \begin_inset Tabular
9175 <lyxtabular version="3" rows="7" columns="2">
9176 <features rotate="0" tabularvalignment="middle">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Befehl
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Ergebnis
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \backslash
9206 tilde
9207 \begin_inset space \textvisiblespace{}
9208 \end_inset
9209
9210 A
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 hat
9236 \begin_inset space \textvisiblespace{}
9237 \end_inset
9238
9239 A
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 check
9265 \begin_inset space \textvisiblespace{}
9266 \end_inset
9267
9268 A
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 acute
9294 \begin_inset space \textvisiblespace{}
9295 \end_inset
9296
9297 A
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \backslash
9322 grave
9323 \begin_inset space \textvisiblespace{}
9324 \end_inset
9325
9326 A
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \backslash
9351 breve
9352 \begin_inset space \textvisiblespace{}
9353 \end_inset
9354
9355 A
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 </lyxtabular>
9374
9375 \end_inset
9376
9377
9378 \begin_inset space \hfill{}
9379 \end_inset
9380
9381
9382 \end_layout
9383
9384 \begin_layout Standard
9385 \begin_inset VSpace bigskip
9386 \end_inset
9387
9388 Akzente wie z.B.
9389  é können direkt in Formeln eingegeben werden.
9390  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9391  Für Umlaute
9392 \begin_inset Index idx
9393 status collapsed
9394
9395 \begin_layout Plain Layout
9396 Umlaute
9397 \end_layout
9398
9399 \end_inset
9400
9401  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9402  Diese beiden Zeichen bilden dann für LaTeX 
9403 \emph on
9404 ein
9405 \emph default
9406  Zeichen.
9407  Im Gegensatz zu 
9408 \series bold
9409
9410 \backslash
9411 ddot
9412 \series default
9413  entstehen damit 
9414 \begin_inset Quotes gld
9415 \end_inset
9416
9417 echte
9418 \begin_inset Quotes grd
9419 \end_inset
9420
9421  Umlaute, was folgendes Beispiel zeigt:
9422 \end_layout
9423
9424 \begin_layout Standard
9425 \begin_inset VSpace -2mm
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \begin_layout Standard
9432 \align center
9433 \begin_inset Tabular
9434 <lyxtabular version="3" rows="3" columns="2">
9435 <features rotate="0" tabularvalignment="middle">
9436 <column alignment="center" valignment="top">
9437 <column alignment="center" valignment="top">
9438 <row>
9439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Befehl
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Ergebnis
9453 \begin_inset Note Note
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459
9460 \backslash
9461 raisebox
9462 \series default
9463  dient nur als Abstandhalter.
9464 \end_layout
9465
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 \begin_inset Quotes grd
9480 \end_inset
9481
9482 i
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $"i$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 ddot
9508 \begin_inset space \textvisiblespace{}
9509 \end_inset
9510
9511 i
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9521 \end_inset
9522
9523
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 </lyxtabular>
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Standard
9537 Ein weiterer Vorteil gegenüber 
9538 \series bold
9539
9540 \backslash
9541 ddot
9542 \series default
9543  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9544  denn die obigen Akzentbefehle sind 
9545 \emph on
9546 im mathematischen Text\SpecialChar \-
9547 modus nicht erlaubt
9548 \emph default
9549 .
9550  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9551  nur das Zeichen unter dem Akzent umgewandelt werden.
9552  Das gilt auch für alle anderen Umwandlungen wie z.
9553 \begin_inset space \thinspace{}
9554 \end_inset
9555
9556 B.
9557  in kursiv oder fett.
9558 \end_layout
9559
9560 \begin_layout Standard
9561 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9562  direkt eingegeben werden.
9563 \end_layout
9564
9565 \begin_layout Subsection
9566 Akzente für mehrere Zeichen
9567 \begin_inset Index idx
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Akzente ! für mehrere Zeichen
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Standard
9580 \begin_inset space \hfill{}
9581 \end_inset
9582
9583
9584 \begin_inset Tabular
9585 <lyxtabular version="3" rows="5" columns="2">
9586 <features rotate="0" tabularvalignment="middle">
9587 <column alignment="center" valignment="top" width="0pt">
9588 <column alignment="center" valignment="top" width="0pt">
9589 <row>
9590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 Befehl
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 Ergebnis
9604 \begin_inset Note Note
9605 status collapsed
9606
9607 \begin_layout Plain Layout
9608
9609 \series bold
9610
9611 \backslash
9612 raisebox
9613 \series default
9614  dient nur als Abstandhalter.
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \backslash
9632 overleftarrow
9633 \begin_inset space \textvisiblespace{}
9634 \end_inset
9635
9636 A=B
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9646 \end_inset
9647
9648
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 </row>
9654 <row>
9655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \backslash
9661 underleftarrow
9662 \begin_inset space \textvisiblespace{}
9663 \end_inset
9664
9665 A=B
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 overleftrightarrow
9691 \begin_inset space \textvisiblespace{}
9692 \end_inset
9693
9694 A=B
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \backslash
9719 underleftrightarrow
9720 \begin_inset space \textvisiblespace{}
9721 \end_inset
9722
9723 A=B
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 </lyxtabular>
9742
9743 \end_inset
9744
9745
9746 \begin_inset space \hfill{}
9747 \end_inset
9748
9749
9750 \begin_inset Tabular
9751 <lyxtabular version="3" rows="5" columns="2">
9752 <features rotate="0" tabularvalignment="middle">
9753 <column alignment="center" valignment="top" width="0pt">
9754 <column alignment="center" valignment="top" width="0pt">
9755 <row>
9756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 Befehl
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Ergebnis
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \backslash
9782 overrightarrow
9783 \begin_inset space \textvisiblespace{}
9784 \end_inset
9785
9786 A=B
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 underrightarrow
9812 \begin_inset space \textvisiblespace{}
9813 \end_inset
9814
9815 A=B
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \backslash
9840 widetilde
9841 \begin_inset space \textvisiblespace{}
9842 \end_inset
9843
9844 A=B
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \backslash
9869 widehat
9870 \begin_inset space \textvisiblespace{}
9871 \end_inset
9872
9873 A=B
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 </lyxtabular>
9892
9893 \end_inset
9894
9895
9896 \begin_inset space \hfill{}
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \begin_layout Standard
9903 \begin_inset VSpace medskip
9904 \end_inset
9905
9906 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
9907  Die Akzente
9908 \begin_inset Newline linebreak
9909 \end_inset
9910
9911
9912 \series bold
9913
9914 \backslash
9915 widetilde
9916 \series default
9917  und 
9918 \series bold
9919
9920 \backslash
9921 widehat
9922 \series default
9923  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
9924  was folgendes Beispiel verdeutlicht:
9925 \begin_inset Formula 
9926 \[
9927 \widetilde{A+B=C-D}
9928 \]
9929
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \begin_layout Standard
9936 Mit den im vorigen Kapitel beschriebenen Befehlen 
9937 \series bold
9938
9939 \backslash
9940 overset
9941 \series default
9942
9943 \begin_inset Index idx
9944 status collapsed
9945
9946 \begin_layout Plain Layout
9947 Befehle ! O ! 
9948 \backslash
9949 overset
9950 \end_layout
9951
9952 \end_inset
9953
9954  und 
9955 \series bold
9956
9957 \backslash
9958 underset
9959 \series default
9960
9961 \begin_inset Index idx
9962 status collapsed
9963
9964 \begin_layout Plain Layout
9965 Befehle ! U ! 
9966 \backslash
9967 underset
9968 \end_layout
9969
9970 \end_inset
9971
9972  ist es auch möglich mehrere Zeichen zu akzentuieren.
9973  Der Befehl 
9974 \series bold
9975
9976 \backslash
9977 underset
9978 \begin_inset space \textvisiblespace{}
9979 \end_inset
9980
9981 A=B
9982 \begin_inset Formula $\downarrow$
9983 \end_inset
9984
9985 ***
9986 \series default
9987  ergibt:
9988 \begin_inset Formula 
9989 \[
9990 \underset{***}{A=B}
9991 \]
9992
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \begin_layout Section
9999 Leerraum
10000 \begin_inset CommandInset label
10001 LatexCommand label
10002 name "sub:Leerraum"
10003
10004 \end_inset
10005
10006
10007 \begin_inset Index idx
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011 Leerraum ! horizontaler
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \begin_layout Subsection
10020 Vordefinierter Leerraum
10021 \begin_inset CommandInset label
10022 LatexCommand label
10023 name "sub:Vordefinierter-Leerraum"
10024
10025 \end_inset
10026
10027
10028 \begin_inset Index idx
10029 status collapsed
10030
10031 \begin_layout Plain Layout
10032 Leerraum ! horizontaler ! vordefiniert
10033 \end_layout
10034
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \begin_layout Standard
10041 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10042  Dazu gibt man ein geschütztes Leerzeichen ein.
10043  Es erscheint ein 
10044 \begin_inset Quotes gld
10045 \end_inset
10046
10047
10048 \color blue
10049
10050 \begin_inset space \textvisiblespace{}
10051 \end_inset
10052
10053
10054 \color inherit
10055
10056 \begin_inset Quotes grd
10057 \end_inset
10058
10059  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10060  Leerraum-Größen wählen.
10061  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10062 \begin_inset Graphics
10063         filename ../../images/math/space.png
10064         scale 85
10065
10066 \end_inset
10067
10068  oder mit einzelnen Befehlen aufrufen.
10069  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10070  danach wieder aus allen Größen wählen.
10071 \end_layout
10072
10073 \begin_layout Standard
10074 \align center
10075 \begin_inset VSpace -5mm
10076 \end_inset
10077
10078
10079 \begin_inset Tabular
10080 <lyxtabular version="3" rows="3" columns="7">
10081 <features rotate="0" tabularvalignment="middle">
10082 <column alignment="center" valignment="middle" width="6.8cm">
10083 <column alignment="center" valignment="top" width="0pt">
10084 <column alignment="center" valignment="top" width="0pt">
10085 <column alignment="center" valignment="top" width="0pt">
10086 <column alignment="center" valignment="top" width="0pt">
10087 <column alignment="center" valignment="top" width="0pt">
10088 <column alignment="center" valignment="top" width="0pt">
10089 <row>
10090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Befehl
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \backslash
10105 ,
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \backslash
10116 :
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \backslash
10127 ;
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \backslash
10138 quad
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \backslash
10149 qquad
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \backslash
10160 !
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 0
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 1
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 2
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 3
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 4
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 5
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Ergebnis
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 \begin_inset Formula $A\, B$
10246 \end_inset
10247
10248
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 \begin_inset Formula $A\: B$
10258 \end_inset
10259
10260
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 \begin_inset Formula $A\; B$
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 \begin_inset Formula $A\quad B$
10282 \end_inset
10283
10284
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Formula $A\qquad B$
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 \begin_inset Formula $A\! B$
10306 \end_inset
10307
10308
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 </lyxtabular>
10315
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \begin_layout Standard
10322 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
10323  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10324  denn sie erstellt negativen Leerraum.
10325  Es gibt noch zwei weitere negative Leerräume:
10326 \end_layout
10327
10328 \begin_layout Standard
10329 \align center
10330 \begin_inset Tabular
10331 <lyxtabular version="3" rows="3" columns="3">
10332 <features rotate="0" tabularvalignment="middle">
10333 <column alignment="center" valignment="middle" width="6.8cm">
10334 <column alignment="center" valignment="top" width="0pt">
10335 <column alignment="center" valignment="top" width="0pt">
10336 <row>
10337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Befehl
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \backslash
10352 negmedspace
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \backslash
10363 negthickspace
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 6
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 7
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Ergebnis
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 \begin_inset Formula $A\negmedspace B$
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Formula $A\negthickspace B$
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 </lyxtabular>
10434
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \begin_layout Standard
10441 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10442  Man kann auf diese Weise Ligaturen erzwingen, was z.
10443 \begin_inset space \thinspace{}
10444 \end_inset
10445
10446 B.
10447  für Summenzeichen von Nutzen ist: 
10448 \end_layout
10449
10450 \begin_layout Standard
10451 \align center
10452 \begin_inset Tabular
10453 <lyxtabular version="3" rows="3" columns="2">
10454 <features rotate="0" tabularvalignment="middle">
10455 <column alignment="center" valignment="top">
10456 <column alignment="center" valignment="top">
10457 <row>
10458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Befehl
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Ergebnis
10472 \begin_inset Note Note
10473 status collapsed
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478
10479 \backslash
10480 raisebox
10481 \series default
10482  dient nur als Abstandhalter.
10483 \end_layout
10484
10485 \end_inset
10486
10487
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \backslash
10500 sum
10501 \backslash
10502 sum
10503 \begin_inset space \textvisiblespace{}
10504 \end_inset
10505
10506 f_kl
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \backslash
10531 sum
10532 \backslash
10533 negmedspace
10534 \backslash
10535 sum
10536 \begin_inset space \textvisiblespace{}
10537 \end_inset
10538
10539 f_kl
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10549 \end_inset
10550
10551
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 </lyxtabular>
10558
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \begin_layout Standard
10565 Relationen, wie z.
10566 \begin_inset space \thinspace{}
10567 \end_inset
10568
10569 B.
10570  Gleichheitszeichen, sind immer von Leerraum umgeben.
10571  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10572  TeX-Klammer.
10573  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10574 \end_layout
10575
10576 \begin_layout Standard
10577 \align center
10578 \begin_inset Tabular
10579 <lyxtabular version="3" rows="2" columns="2">
10580 <features rotate="0" tabularvalignment="middle">
10581 <column alignment="center" valignment="top" width="0pt">
10582 <column alignment="center" valignment="top" width="0pt">
10583 <row>
10584 <cell alignment="center" valignment="top" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 normale Gleichung
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $A=B$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Note Note
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617
10618 \backslash
10619 raisebox
10620 \series default
10621  dient nur als Abstandhalter.
10622 \end_layout
10623
10624 \end_inset
10625
10626
10627 \begin_inset Formula $\raisebox{5mm}{}$
10628 \end_inset
10629
10630 Gleichung ohne Leerraum
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 \begin_inset Formula $A{=}B$
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 </lyxtabular>
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Standard
10656 Der Befehl für die letzte Formel lautet: 
10657 \series bold
10658 A
10659 \backslash
10660 {=
10661 \begin_inset Formula $\to$
10662 \end_inset
10663
10664 B
10665 \end_layout
10666
10667 \begin_layout Standard
10668 \begin_inset VSpace bigskip
10669 \end_inset
10670
10671 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
10672  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
10673  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
10674 \family sans
10675 Einfügen\SpecialChar \menuseparator
10676 Formatierung\SpecialChar \menuseparator
10677 Kleiner
10678 \begin_inset space ~
10679 \end_inset
10680
10681 Abstand
10682 \family default
10683  (Tastenkürzel 
10684 \family sans
10685 Strg+Shift+Leertaste
10686 \family default
10687 ) ein.
10688 \end_layout
10689
10690 \begin_layout Standard
10691 Ein Beispiel zur Veranschaulichung:
10692 \end_layout
10693
10694 \begin_layout Standard
10695 \begin_inset Tabular
10696 <lyxtabular version="3" rows="2" columns="2">
10697 <features rotate="0" tabularvalignment="middle">
10698 <column alignment="left" valignment="top">
10699 <column alignment="left" valignment="top">
10700 <row>
10701 <cell alignment="center" valignment="top" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 24 kW
10706 \begin_inset Formula $\cdot$
10707 \end_inset
10708
10709 h
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Leerzeichen zwischen Wert und Einheit
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 24
10730 \begin_inset space \thinspace{}
10731 \end_inset
10732
10733 kW
10734 \begin_inset Formula $\cdot$
10735 \end_inset
10736
10737 h
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 kleinster Leerraum zwischen Wert und Einheit
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 </lyxtabular>
10753
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \begin_layout Subsection
10760 Variabler Leerraum
10761 \begin_inset ERT
10762 status collapsed
10763
10764 \begin_layout Plain Layout
10765
10766
10767 \backslash
10768 texorpdfstring{
10769 \end_layout
10770
10771 \end_inset
10772
10773
10774 \begin_inset Foot
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778 für vertikalen Leerraum in Formeln siehe 
10779 \begin_inset CommandInset ref
10780 LatexCommand ref
10781 reference "sub:Zeilenabstand"
10782
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \end_inset
10789
10790
10791 \begin_inset ERT
10792 status collapsed
10793
10794 \begin_layout Plain Layout
10795
10796 }{}
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \begin_inset Note Note
10803 status collapsed
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808
10809 \backslash
10810 texorpdfstring
10811 \series default
10812  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
10813 \end_layout
10814
10815 \begin_layout Plain Layout
10816 Näheres zu 
10817 \series bold
10818
10819 \backslash
10820 texorpdfstring
10821 \series default
10822  steht in Kapitel 
10823 \begin_inset CommandInset ref
10824 LatexCommand ref
10825 reference "sub:Formeln-in-Überschriften"
10826
10827 \end_inset
10828
10829 .
10830 \end_layout
10831
10832 \end_inset
10833
10834
10835 \begin_inset CommandInset label
10836 LatexCommand label
10837 name "sub:Variabler-Leerraum"
10838
10839 \end_inset
10840
10841
10842 \begin_inset Index idx
10843 status collapsed
10844
10845 \begin_layout Plain Layout
10846 Leerraum ! horizontaler ! variabel
10847 \end_layout
10848
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \begin_layout Standard
10855 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
10856 \series bold
10857
10858 \backslash
10859 hspace
10860 \series default
10861
10862 \begin_inset Index idx
10863 status collapsed
10864
10865 \begin_layout Plain Layout
10866 Befehle ! H ! 
10867 \backslash
10868 hspace
10869 \end_layout
10870
10871 \end_inset
10872
10873  einfügen.
10874  Es erscheint ein langes 
10875 \begin_inset Quotes gld
10876 \end_inset
10877
10878
10879 \color blue
10880
10881 \begin_inset space \textvisiblespace{}
10882 \end_inset
10883
10884
10885 \color inherit
10886
10887 \begin_inset Quotes grd
10888 \end_inset
10889
10890 .
10891  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
10892  das 
10893 \begin_inset Quotes gld
10894 \end_inset
10895
10896
10897 \color blue
10898
10899 \begin_inset space \textvisiblespace{}
10900 \end_inset
10901
10902
10903 \color inherit
10904
10905 \begin_inset Quotes grd
10906 \end_inset
10907
10908  klickt.
10909  Die Länge darf auch negativ sein.
10910  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
10911  einnimmt, benutzt man den Befehl 
10912 \series bold
10913
10914 \backslash
10915 hfill
10916 \series default
10917
10918 \begin_inset Index idx
10919 status collapsed
10920
10921 \begin_layout Plain Layout
10922 Befehle ! H ! 
10923 \backslash
10924 hfill
10925 \end_layout
10926
10927 \end_inset
10928
10929 .
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \begin_inset VSpace -1mm
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \begin_layout Standard
10940 \align center
10941 \begin_inset Tabular
10942 <lyxtabular version="3" rows="4" columns="2">
10943 <features rotate="0" tabularvalignment="middle">
10944 <column alignment="center" valignment="top">
10945 <column alignment="center" valignment="top">
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 Befehl (
10952 \backslash
10953 hspace Länge)
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Ergebnis
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 A=B
10974 \backslash
10975 hspace{3cm
10976 \begin_inset Formula $\to$
10977 \end_inset
10978
10979 A
10980 \backslash
10981 not=C (3
10982 \begin_inset space \thinspace{}
10983 \end_inset
10984
10985 cm)
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 </row>
11003 <row>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 A
11009 \backslash
11010 hspace{-1mm
11011 \begin_inset Formula $\to$
11012 \end_inset
11013
11014 A
11015 \backslash
11016 not=A (-1
11017 \begin_inset space \thinspace{}
11018 \end_inset
11019
11020 mm)
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 A=A
11044 \backslash
11045 hfill
11046 \begin_inset space \textvisiblespace{}
11047 \end_inset
11048
11049 B=B
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 \begin_inset Formula $A=A\hfill B=B$
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 </lyxtabular>
11068
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \begin_layout Standard
11075 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11076  Spalteneintrags der Tabelle vorgegeben.
11077  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11078  in die 
11079 \series bold
11080
11081 \backslash
11082 hfill
11083 \series default
11084  eingegeben wird.
11085  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11086  
11087 \series bold
11088
11089 \backslash
11090 hfill
11091 \series default
11092  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11093 \series bold
11094 Eingerückt
11095 \series default
11096  eingestellt ist.
11097  (Formelstile sind in 
11098 \begin_inset CommandInset ref
11099 LatexCommand ref
11100 reference "sec:Formelstile"
11101
11102 \end_inset
11103
11104  erklärt.)
11105 \end_layout
11106
11107 \begin_layout Standard
11108 Neben 
11109 \series bold
11110
11111 \backslash
11112 hfill
11113 \series default
11114  gibt es noch die Befehle 
11115 \series bold
11116
11117 \backslash
11118 dotfill
11119 \series default
11120  und 
11121 \series bold
11122
11123 \backslash
11124 hrulefill
11125 \series default
11126 , die den Leerraum mit einem Muster füllen, siehe 
11127 \begin_inset CommandInset ref
11128 LatexCommand ref
11129 reference "sub:Fortsetzungspunkte"
11130
11131 \end_inset
11132
11133  für ein Beispiel.
11134 \end_layout
11135
11136 \begin_layout Standard
11137 Variabler Leerraum kann für Text über das Menü 
11138 \family sans
11139 Einfügen\SpecialChar \menuseparator
11140 Formatierung\SpecialChar \menuseparator
11141 Horizontaler
11142 \begin_inset space ~
11143 \end_inset
11144
11145 Abstand
11146 \family default
11147  eingefügt werden:
11148 \end_layout
11149
11150 \begin_layout Standard
11151 Dies ist eine Zeile mit
11152 \begin_inset space \hspace{}
11153 \length 2cm
11154 \end_inset
11155
11156 2
11157 \begin_inset space \thinspace{}
11158 \end_inset
11159
11160 cm Leerraum.
11161 \end_layout
11162
11163 \begin_layout Standard
11164 Dies ist eine Zeile mit
11165 \begin_inset space \hfill{}
11166 \end_inset
11167
11168 maximalem Leerraum.
11169 \end_layout
11170
11171 \begin_layout Subsection
11172 Leerraum neben eingebetteten Formeln
11173 \begin_inset Index idx
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 Leerraum ! neben eingebetteten Formeln
11178 \end_layout
11179
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \begin_layout Standard
11186 Über die Länge 
11187 \series bold
11188
11189 \backslash
11190 mathsurround
11191 \series default
11192
11193 \begin_inset Index idx
11194 status collapsed
11195
11196 \begin_layout Plain Layout
11197 Befehle ! M ! 
11198 \backslash
11199 mathsurround
11200 \end_layout
11201
11202 \end_inset
11203
11204  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11205  wird.
11206  Der Wert einer Länge wird mit dem Befehl 
11207 \series bold
11208
11209 \backslash
11210 setlength
11211 \series default
11212
11213 \begin_inset Index idx
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217 Befehle ! S ! 
11218 \backslash
11219 setlength
11220 \end_layout
11221
11222 \end_inset
11223
11224  gesetzt.
11225  Dieser besitzt folgendes Befehlsschema:
11226 \end_layout
11227
11228 \begin_layout Standard
11229
11230 \series bold
11231
11232 \backslash
11233 setlength{Längenname}{Wert}
11234 \end_layout
11235
11236 \begin_layout Standard
11237 Um 
11238 \series bold
11239
11240 \backslash
11241 mathsurround
11242 \series default
11243  den Wert 5
11244 \begin_inset space \thinspace{}
11245 \end_inset
11246
11247 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11248 \end_layout
11249
11250 \begin_layout Standard
11251
11252 \series bold
11253
11254 \backslash
11255 setlength{
11256 \backslash
11257 mathsurround}{5mm}
11258 \end_layout
11259
11260 \begin_layout Standard
11261 ein.
11262  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11263 \begin_inset space \thinspace{}
11264 \end_inset
11265
11266 mm Leerraum gesetzt:
11267 \begin_inset ERT
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271
11272
11273 \backslash
11274 setlength{
11275 \backslash
11276 mathsurround}{5mm}
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 Dies ist eine Zeile in der sich 
11286 \begin_inset Formula $A=B$
11287 \end_inset
11288
11289  eine Formel mit 5
11290 \begin_inset space \thinspace{}
11291 \end_inset
11292
11293 mm umgebendem Leerraum befindet.
11294 \begin_inset ERT
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298
11299
11300 \backslash
11301 setlength{
11302 \backslash
11303 mathsurround}{0pt}
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Standard
11312 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11313 \series bold
11314
11315 \backslash
11316 mathsurround
11317 \series default
11318  auf den Wert 0
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 pt.
11323 \end_layout
11324
11325 \begin_layout Section
11326 Boxen und Rahmen
11327 \begin_inset Index idx
11328 status collapsed
11329
11330 \begin_layout Plain Layout
11331 Boxen
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \begin_inset Index idx
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341 Rahmen | see
11342 \begin_inset ERT
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346
11347 {
11348 \end_layout
11349
11350 \end_inset
11351
11352 Boxen
11353 \begin_inset ERT
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357
11358 }
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Boxen für Text sind im Kapitel 
11373 \family typewriter
11374 Boxen
11375 \family default
11376  im Handbuch 
11377 \family typewriter
11378 Eingebettete
11379 \begin_inset space ~
11380 \end_inset
11381
11382 Objekte
11383 \family default
11384  beschrieben.
11385 \end_layout
11386
11387 \begin_layout Subsection
11388 Boxen mit Rahmen
11389 \begin_inset CommandInset label
11390 LatexCommand label
11391 name "sub:Boxen-mit-Rahmen"
11392
11393 \end_inset
11394
11395
11396 \begin_inset Index idx
11397 status collapsed
11398
11399 \begin_layout Plain Layout
11400 Boxen ! mit Rahmen
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11410 \series bold
11411
11412 \backslash
11413 fbox
11414 \series default
11415
11416 \begin_inset Index idx
11417 status collapsed
11418
11419 \begin_layout Plain Layout
11420 Befehle ! F ! 
11421 \backslash
11422 fbox
11423 \end_layout
11424
11425 \end_inset
11426
11427  und 
11428 \series bold
11429
11430 \backslash
11431 boxed
11432 \series default
11433
11434 \begin_inset Index idx
11435 status collapsed
11436
11437 \begin_layout Plain Layout
11438 Befehle ! B ! 
11439 \backslash
11440 boxed
11441 \end_layout
11442
11443 \end_inset
11444
11445  zu umranden.
11446 \end_layout
11447
11448 \begin_layout Standard
11449 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11450  in einem Rahmen.
11451  Bei 
11452 \series bold
11453
11454 \backslash
11455 fbox
11456 \series default
11457  muss in diesem Eingabefeld mit 
11458 \family sans
11459 Strg+M
11460 \family default
11461  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11462  als mathematischer Text behandelt.
11463  Verwendet man 
11464 \series bold
11465
11466 \backslash
11467 boxed
11468 \series default
11469 , wird automatisch im Rahmen eine neue Formel erzeugt.
11470 \end_layout
11471
11472 \begin_layout Standard
11473 Der Befehl 
11474 \series bold
11475
11476 \backslash
11477 fbox
11478 \series default
11479  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11480  wird dann immer in Textzeilengröße gesetzt.
11481  Im Gegensatz dazu ist 
11482 \series bold
11483
11484 \backslash
11485 boxed
11486 \series default
11487  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11488  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11489 \end_layout
11490
11491 \begin_layout Standard
11492 Als Erweiterung zu 
11493 \series bold
11494
11495 \backslash
11496 fbox
11497 \series default
11498  gibt es den Befehl 
11499 \series bold
11500
11501 \backslash
11502 framebox
11503 \series default
11504
11505 \begin_inset Index idx
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509 Befehle ! F ! 
11510 \backslash
11511 framebox
11512 \end_layout
11513
11514 \end_inset
11515
11516 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11517  kann.
11518  
11519 \series bold
11520
11521 \backslash
11522 framebox
11523 \series default
11524  wird nach folgendem Schema verwendet:
11525 \end_layout
11526
11527 \begin_layout Standard
11528
11529 \series bold
11530
11531 \backslash
11532 framebox[Rahmenbreite][Position]{Boxinhalt}
11533 \end_layout
11534
11535 \begin_layout Standard
11536 Die Position kann entweder 
11537 \emph on
11538 l
11539 \emph default
11540  oder 
11541 \emph on
11542 r
11543 \emph default
11544  sein.
11545  
11546 \emph on
11547 l
11548 \emph default
11549  bewirkt linksbündige, 
11550 \emph on
11551 r
11552 \emph default
11553  rechtsbündige Ausrichtung der Formel in der Box.
11554  Gibt man keine Position an, wird die Formel zentriert.
11555 \begin_inset Newline newline
11556 \end_inset
11557
11558 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11559  In diesem Falle wird die Rahmenbreite wie bei 
11560 \series bold
11561
11562 \backslash
11563 fbox
11564 \series default
11565  an den Boxinhalt angepasst.
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Wenn man den Befehl 
11570 \series bold
11571
11572 \backslash
11573 framebox
11574 \series default
11575  eingibt, erscheint eine Box mit drei Eingabefeldern.
11576  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
11577  beiden optionalen Argumente.
11578  In das dritte Feld wird wie bei 
11579 \series bold
11580
11581 \backslash
11582 fbox
11583 \series default
11584  die Formel eingegeben.
11585 \end_layout
11586
11587 \begin_layout Standard
11588 \align center
11589 \begin_inset Tabular
11590 <lyxtabular version="3" rows="5" columns="2">
11591 <features rotate="0" tabularvalignment="middle">
11592 <column alignment="center" valignment="top">
11593 <column alignment="center" valignment="top">
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 Befehl
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 Ergebnis
11609 \begin_inset Note Note
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613
11614 \series bold
11615
11616 \backslash
11617 raisebox
11618 \series default
11619  dient nur als Abstandhalter.
11620 \end_layout
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635
11636 \backslash
11637 fbox
11638 \begin_inset space \textvisiblespace{}
11639 \end_inset
11640
11641
11642 \family sans
11643 Strg+M
11644 \family default
11645  
11646 \backslash
11647 int
11648 \begin_inset space \textvisiblespace{}
11649 \end_inset
11650
11651 A=B
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674
11675 \backslash
11676 boxed
11677 \begin_inset space \textvisiblespace{}
11678 \end_inset
11679
11680
11681 \backslash
11682 int
11683 \begin_inset space \textvisiblespace{}
11684 \end_inset
11685
11686 A=B
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 <row>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 A+
11710 \backslash
11711 fbox
11712 \begin_inset space \textvisiblespace{}
11713 \end_inset
11714
11715 B
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 <row>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738
11739 \backslash
11740 framebox
11741 \begin_inset space \textvisiblespace{}
11742 \end_inset
11743
11744 20mm
11745 \begin_inset Formula $\to$
11746 \end_inset
11747
11748
11749 \begin_inset Formula $\to$
11750 \end_inset
11751
11752
11753 \family sans
11754 Strg+M
11755 \family default
11756  
11757 \backslash
11758 frac
11759 \begin_inset space \textvisiblespace{}
11760 \end_inset
11761
11762 A
11763 \begin_inset Formula $\downarrow$
11764 \end_inset
11765
11766 B
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 \begin_inset Formula $\raisebox{6mm}{}$
11776 \end_inset
11777
11778
11779 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11780 \end_inset
11781
11782
11783 \begin_inset Formula $\raisebox{-4mm}{}$
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 </lyxtabular>
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Die Rahmendicke kann ebenfalls eingestellt werden.
11801  Dazu müssen vor der Formel im TeX-Modus die Befehle
11802 \end_layout
11803
11804 \begin_layout Standard
11805
11806 \series bold
11807
11808 \backslash
11809 fboxrule
11810 \series default
11811  
11812 \series bold
11813
11814 \begin_inset Quotes gld
11815 \end_inset
11816
11817 Dicke
11818 \begin_inset Quotes grd
11819 \end_inset
11820
11821
11822 \series default
11823  
11824 \series bold
11825
11826 \backslash
11827 fboxsep
11828 \series default
11829  
11830 \series bold
11831
11832 \begin_inset Quotes gld
11833 \end_inset
11834
11835 Abstand
11836 \begin_inset Quotes grd
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Standard
11843 eingegeben werden.
11844  
11845 \begin_inset Quotes gld
11846 \end_inset
11847
11848 Abstand
11849 \begin_inset Quotes grd
11850 \end_inset
11851
11852  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
11853  in der Box fest.
11854  Ein Beispiel dafür ist folgende umrandete Formel:
11855 \begin_inset ERT
11856 status collapsed
11857
11858 \begin_layout Plain Layout
11859
11860
11861 \backslash
11862 fboxrule 2mm 
11863 \backslash
11864 fboxsep 3mm
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \begin_inset Formula 
11871 \[
11872 \boxed{A+B=C}
11873 \]
11874
11875 \end_inset
11876
11877 Vor dieser Formel wurde im TeX-Modus
11878 \end_layout
11879
11880 \begin_layout Standard
11881
11882 \series bold
11883
11884 \backslash
11885 fboxrule
11886 \series default
11887  
11888 \series bold
11889 2mm
11890 \series default
11891  
11892 \series bold
11893
11894 \backslash
11895 fboxsep
11896 \series default
11897  
11898 \series bold
11899 3mm
11900 \end_layout
11901
11902 \begin_layout Standard
11903 eingegeben.
11904  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
11909  nächsten Formel im TeX-Modus folgende Befehle ein:
11910 \end_layout
11911
11912 \begin_layout Standard
11913
11914 \series bold
11915
11916 \backslash
11917 fboxrule
11918 \series default
11919  
11920 \series bold
11921 0.4pt
11922 \series default
11923  
11924 \series bold
11925
11926 \backslash
11927 fboxsep
11928 \series default
11929  
11930 \series bold
11931 3pt
11932 \series default
11933
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 fboxrule 0.4pt 
11942 \backslash
11943 fboxsep 3pt
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \begin_layout Subsection
11952 Boxen ohne Rahmen
11953 \begin_inset CommandInset label
11954 LatexCommand label
11955 name "sub:Boxen-ohne-Rahmen"
11956
11957 \end_inset
11958
11959
11960 \begin_inset Index idx
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Boxen ! ohne Rahmen
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
11974 \series bold
11975
11976 \backslash
11977 mbox
11978 \series default
11979
11980 \begin_inset Index idx
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 Befehle ! M ! 
11985 \backslash
11986 mbox
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \series bold
11993
11994 \backslash
11995 makebox
11996 \series default
11997
11998 \begin_inset Index idx
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002 Befehle ! M ! 
12003 \backslash
12004 makebox
12005 \end_layout
12006
12007 \end_inset
12008
12009  und
12010 \begin_inset Newline linebreak
12011 \end_inset
12012
12013
12014 \series bold
12015
12016 \backslash
12017 raisebox
12018 \series default
12019
12020 \begin_inset Index idx
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024 Befehle ! R ! 
12025 \backslash
12026 raisebox
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 Mit 
12036 \series bold
12037
12038 \backslash
12039 raisebox
12040 \series default
12041  kann man eine Box hoch- oder tiefstellen.
12042  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12043 n die Schriftgröße bei.
12044  
12045 \series bold
12046
12047 \backslash
12048 raisebox
12049 \series default
12050  wird dabei mit folgendem Schema benutzt:
12051 \end_layout
12052
12053 \begin_layout Standard
12054
12055 \series bold
12056
12057 \backslash
12058 raisebox{Höhe}{Boxinhalt}
12059 \end_layout
12060
12061 \begin_layout Standard
12062 Soll in der Box eine Formel stehen, muss man wie bei 
12063 \series bold
12064
12065 \backslash
12066 fbox
12067 \series default
12068  eine weitere Formel erstellen.
12069  
12070 \begin_inset Note Greyedout
12071 status open
12072
12073 \begin_layout Plain Layout
12074
12075 \series bold
12076 Achtung:
12077 \series default
12078  Für 
12079 \series bold
12080
12081 \backslash
12082 raisebox
12083 \series default
12084  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12085  
12086 \family sans
12087 Strg+M
12088 \family default
12089  erstellt, denn LyX unterstützt 
12090 \series bold
12091
12092 \backslash
12093 raisebox
12094 \series default
12095  noch nicht direkt.
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 \align center
12105 \begin_inset Tabular
12106 <lyxtabular version="3" rows="4" columns="2">
12107 <features rotate="0" tabularvalignment="middle">
12108 <column alignment="center" valignment="top">
12109 <column alignment="center" valignment="top">
12110 <row>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 Befehl
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 Ergebnis
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 H
12136 \backslash
12137 raisebox{2mm
12138 \begin_inset Formula $\to$
12139 \end_inset
12140
12141
12142 \backslash
12143 {al
12144 \begin_inset Formula $\to$
12145 \end_inset
12146
12147  lo
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 <row>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 H
12171 \backslash
12172 raisebox{-2mm
12173 \begin_inset Formula $\to$
12174 \end_inset
12175
12176
12177 \backslash
12178 {al
12179 \begin_inset Formula $\to$
12180 \end_inset
12181
12182 lo
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12192 \end_inset
12193
12194
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 <row>
12201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 A=
12206 \backslash
12207 raisebox{-2mm
12208 \begin_inset Formula $\to$
12209 \end_inset
12210
12211
12212 \backslash
12213 {
12214 \family sans
12215 Strg+M Strg+M
12216 \family default
12217  
12218 \backslash
12219 sqrt
12220 \begin_inset space \textvisiblespace{}
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \end_inset
12239 </cell>
12240 </row>
12241 </lyxtabular>
12242
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \begin_layout Standard
12249 Der Befehl 
12250 \series bold
12251
12252 \backslash
12253 mbox
12254 \series default
12255  ist äquivalent zu 
12256 \series bold
12257
12258 \backslash
12259 fbox
12260 \series default
12261  und 
12262 \series bold
12263
12264 \backslash
12265 makebox
12266 \series default
12267  ist äquivalent zu 
12268 \series bold
12269
12270 \backslash
12271 framebox
12272 \series default
12273 , nur dass es keinen Rahmen gibt.
12274 \end_layout
12275
12276 \begin_layout Subsection
12277 Farbige Boxen
12278 \begin_inset CommandInset label
12279 LatexCommand label
12280 name "sub:Farbige-Boxen"
12281
12282 \end_inset
12283
12284
12285 \begin_inset Index idx
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289 Boxen ! farbige
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12299  im LaTeX-Vorspann das LaTeX-Paket 
12300 \series bold
12301 color
12302 \series default
12303
12304 \begin_inset Foot
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308 Das Paket 
12309 \series bold
12310 color
12311 \series default
12312  ist Teil jeder LaTeX-Standardinstallation.
12313 \end_layout
12314
12315 \end_inset
12316
12317
12318 \begin_inset Index idx
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 Pakete ! color
12323 \end_layout
12324
12325 \end_inset
12326
12327  mit der Zeile
12328 \end_layout
12329
12330 \begin_layout Standard
12331
12332 \series bold
12333
12334 \backslash
12335 usepackage{color}
12336 \end_layout
12337
12338 \begin_layout Standard
12339 geladen werden
12340 \begin_inset Foot
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12345  LyX das LaTeX-Paket 
12346 \series bold
12347 color
12348 \series default
12349  automatisch.
12350  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12351  keine Probleme hervorruft.
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \begin_inset Note Note
12358 status collapsed
12359
12360 \begin_layout Plain Layout
12361 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12362  ein Makro eingefügt.
12363 \end_layout
12364
12365 \end_inset
12366
12367 .
12368 \end_layout
12369
12370 \begin_layout Standard
12371 \begin_inset VSpace medskip
12372 \end_inset
12373
12374 Um Boxen einzufärben, verwendet man den Befehl 
12375 \series bold
12376
12377 \backslash
12378 colorbox
12379 \series default
12380
12381 \begin_inset Index idx
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385 Befehle ! C ! 
12386 \backslash
12387 colorbox
12388 \end_layout
12389
12390 \end_inset
12391
12392  nach folgendem Schema:
12393 \end_layout
12394
12395 \begin_layout Standard
12396
12397 \series bold
12398
12399 \backslash
12400 colorbox{Farbe}{Boxinhalt}
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Der Boxinhalt kann auch wieder eine Box sein und eine 
12405 \series bold
12406
12407 \backslash
12408 colorbox
12409 \series default
12410  kann auch ein Teil einer anderen Box sein (siehe 2.
12411  und 3.
12412  Beispiel).
12413  Soll in der Box eine Formel stehen, muss wie bei 
12414 \series bold
12415
12416 \backslash
12417 raisebox
12418 \series default
12419  eine weitere Formel erstellt werden.
12420 \begin_inset Foot
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Das gilt auch für den Befehl 
12425 \series bold
12426
12427 \backslash
12428 fcolorbox
12429 \series default
12430 .
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Aus folgenden vordefinierten Farben kann gewählt werden:
12440 \end_layout
12441
12442 \begin_layout Standard
12443
12444 \series bold
12445 black
12446 \series default
12447
12448 \series bold
12449 blue
12450 \series default
12451
12452 \series bold
12453 cyan
12454 \series default
12455
12456 \series bold
12457 green
12458 \series default
12459
12460 \series bold
12461 magenta
12462 \series default
12463
12464 \series bold
12465 red
12466 \series default
12467
12468 \series bold
12469 white
12470 \series default
12471  und 
12472 \series bold
12473 yellow
12474 \end_layout
12475
12476 \begin_layout Standard
12477 \align center
12478 \begin_inset Tabular
12479 <lyxtabular version="3" rows="4" columns="2">
12480 <features rotate="0" tabularvalignment="middle">
12481 <column alignment="center" valignment="top">
12482 <column alignment="center" valignment="top">
12483 <row>
12484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 Befehl
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 Ergebnis
12498 \begin_inset Note Note
12499 status collapsed
12500
12501 \begin_layout Plain Layout
12502
12503 \series bold
12504
12505 \backslash
12506 raisebox
12507 \series default
12508  dient nur als Abstandhalter.
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 <row>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524
12525 \backslash
12526 colorbox{yellow
12527 \begin_inset Formula $\to$
12528 \end_inset
12529
12530
12531 \backslash
12532 {A=B
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555
12556 \backslash
12557 colorbox{green
12558 \begin_inset Formula $\to$
12559 \end_inset
12560
12561
12562 \backslash
12563 {
12564 \backslash
12565 fbox
12566 \begin_inset space \textvisiblespace{}
12567 \end_inset
12568
12569 A=B
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 <row>
12588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592
12593 \backslash
12594 fbox
12595 \begin_inset space \textvisiblespace{}
12596 \end_inset
12597
12598
12599 \backslash
12600 colorbox{green
12601 \begin_inset Formula $\to$
12602 \end_inset
12603
12604
12605 \backslash
12606 {
12607 \family sans
12608 Strg+M Strg+M
12609 \family default
12610  
12611 \backslash
12612 int
12613 \begin_inset space \textvisiblespace{}
12614 \end_inset
12615
12616 C=D
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 </lyxtabular>
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \begin_layout Standard
12642
12643 \series bold
12644
12645 \backslash
12646 colorbox
12647 \series default
12648  färbt nur die Box, nicht aber die Zeichen in der Box ein.
12649  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
12650  
12651 \family sans
12652 Textstil
12653 \family default
12654  die gewünschte Farbe aus.
12655  Der Dialog kann mit dem Werkzeugleistenknopf 
12656 \begin_inset Graphics
12657         filename ../../images/dialog-show_character.png
12658         scale 85
12659
12660 \end_inset
12661
12662  oder dem Menü 
12663 \family sans
12664 Bearbeiten\SpecialChar \menuseparator
12665 Textstil\SpecialChar \menuseparator
12666 Benutzerdefiniert
12667 \family default
12668  aufgerufen werden.
12669  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
12670  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
12671  innerhalb der Formel die Farbe geändert werden.
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Ein Beispiel:
12676 \end_layout
12677
12678 \begin_layout Standard
12679
12680 \color red
12681 \begin_inset Formula 
12682 \begin{equation}
12683 \int A=B\label{eq:rot}
12684 \end{equation}
12685
12686 \end_inset
12687
12688
12689 \color green
12690
12691 \begin_inset Formula 
12692 \begin{equation}
12693 \textcolor{red}{\int A=B}\label{eq:rotgruen}
12694 \end{equation}
12695
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \begin_layout Standard
12702 Formel 
12703 \begin_inset CommandInset ref
12704 LatexCommand eqref
12705 reference "eq:rot"
12706
12707 \end_inset
12708
12709  ist komplett rot gefärbt.
12710 \begin_inset Newline newline
12711 \end_inset
12712
12713 Formel 
12714 \begin_inset CommandInset ref
12715 LatexCommand eqref
12716 reference "eq:rotgruen"
12717
12718 \end_inset
12719
12720  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
12721  Anschließend wurden die Formelzeichen rot gefärbt.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 \begin_inset VSpace bigskip
12726 \end_inset
12727
12728 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
12729  den Befehl 
12730 \series bold
12731
12732 \backslash
12733 fcolorbox
12734 \series default
12735
12736 \begin_inset Index idx
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740 Befehle ! F ! 
12741 \backslash
12742 fcolorbox
12743 \end_layout
12744
12745 \end_inset
12746
12747  nach folgendem Schema:
12748 \end_layout
12749
12750 \begin_layout Standard
12751
12752 \series bold
12753
12754 \backslash
12755 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
12756 \end_layout
12757
12758 \begin_layout Standard
12759
12760 \series bold
12761
12762 \backslash
12763 fcolorbox
12764 \series default
12765  stellt also eine Erweiterung des Befehls 
12766 \series bold
12767
12768 \backslash
12769 colorbox
12770 \series default
12771  dar.
12772  Die Rahmenbreite wird, wie bei 
12773 \series bold
12774
12775 \backslash
12776 framebox
12777 \series default
12778 , mit 
12779 \series bold
12780
12781 \backslash
12782 fboxrule
12783 \series default
12784  und 
12785 \series bold
12786
12787 \backslash
12788 fboxsep
12789 \series default
12790  festgelegt.
12791  Ein Beispiel:
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 fboxrule 1mm 
12800 \backslash
12801 fboxsep 1mm
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \begin_inset Formula 
12808 \[
12809 \fcolorbox{cyan}{magenta}{A=B}
12810 \]
12811
12812 \end_inset
12813
12814
12815 \begin_inset ERT
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819
12820
12821 \backslash
12822 fboxrule 0.4pt 
12823 \backslash
12824 fboxsep 3pt
12825 \end_layout
12826
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \begin_layout Standard
12833 Diese Formel wurde mit folgendem Befehl erstellt:
12834 \begin_inset Newline newline
12835 \end_inset
12836
12837
12838 \series bold
12839
12840 \backslash
12841 fcolorbox{cyan
12842 \begin_inset Formula $\to$
12843 \end_inset
12844
12845
12846 \backslash
12847 {magenta
12848 \begin_inset Formula $\to$
12849 \end_inset
12850
12851
12852 \backslash
12853 {A=B
12854 \end_layout
12855
12856 \begin_layout Standard
12857 \begin_inset VSpace bigskip
12858 \end_inset
12859
12860 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
12861  selbst definieren.
12862 \end_layout
12863
12864 \begin_layout Standard
12865 Man kann z.
12866 \begin_inset space \thinspace{}
12867 \end_inset
12868
12869 B.
12870  mit folgender LaTeX-Vorspannzeile die Farbe 
12871 \begin_inset Quotes gld
12872 \end_inset
12873
12874
12875 \series bold
12876 dunkelgruen
12877 \series default
12878
12879 \begin_inset Quotes grd
12880 \end_inset
12881
12882
12883 \begin_inset Foot
12884 status collapsed
12885
12886 \begin_layout Plain Layout
12887 In Befehlen darf kein Umlaut stehen, siehe 
12888 \begin_inset CommandInset ref
12889 LatexCommand ref
12890 reference "sec:Benutzerdefinierte-Befehle"
12891
12892 \end_inset
12893
12894 .
12895 \end_layout
12896
12897 \end_inset
12898
12899  definieren:
12900 \end_layout
12901
12902 \begin_layout Standard
12903
12904 \series bold
12905
12906 \backslash
12907 definecolor{dunkelgruen}{cmyk}{0.5,
12908 \series default
12909  
12910 \series bold
12911 0,
12912 \series default
12913  
12914 \series bold
12915 1,
12916 \series default
12917  
12918 \series bold
12919 0.5}
12920 \series default
12921
12922 \begin_inset Index idx
12923 status collapsed
12924
12925 \begin_layout Plain Layout
12926 Befehle ! D ! 
12927 \backslash
12928 definecolor
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937
12938 \series bold
12939 cmyk
12940 \series default
12941  ist der Farbraum und steht für die Farben 
12942 \series bold
12943 cyan
12944 \series default
12945
12946 \series bold
12947 magenta
12948 \series default
12949
12950 \series bold
12951 yellow
12952 \series default
12953  und 
12954 \series bold
12955 black
12956 \series default
12957 .
12958  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
12959  Für den Anteil kann man Werte im Bereich 0
12960 \begin_inset space \thinspace{}
12961 \end_inset
12962
12963 -
12964 \begin_inset space \thinspace{}
12965 \end_inset
12966
12967 1 angeben.
12968  Anstelle von 
12969 \series bold
12970 cmyk
12971 \series default
12972  kann man zur Definition auch den Farbraum 
12973 \series bold
12974 rgb
12975 \series default
12976  verwenden.
12977  
12978 \series bold
12979 rgb
12980 \series default
12981  steht für 
12982 \series bold
12983 red
12984 \series default
12985
12986 \series bold
12987 green
12988 \series default
12989  und 
12990 \series bold
12991 blue
12992 \series default
12993 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
12994  Des Weiteren gibt es noch den Farbraum 
12995 \series bold
12996 gray
12997 \series default
12998 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
12999 \end_layout
13000
13001 \begin_layout Standard
13002 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13003 \series bold
13004 darkgreen
13005 \series default
13006 , bei der die Zeichenfarbe 
13007 \series bold
13008 yellow
13009 \series default
13010  gewählt wurde:
13011 \begin_inset Formula 
13012 \begin{equation}
13013 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13014 \end{equation}
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Selbst definierte Farben können mit dem Befehl 
13023 \series bold
13024
13025 \backslash
13026 textcolor
13027 \series default
13028  auch für Text
13029 \begin_inset Index idx
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033 Text ! farbiger
13034 \end_layout
13035
13036 \end_inset
13037
13038  verwendet werden:
13039 \end_layout
13040
13041 \begin_layout Standard
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 textcolor{dunkelgruen}{
13050 \end_layout
13051
13052 \end_inset
13053
13054 Dieser Satz ist 
13055 \begin_inset Quotes gld
13056 \end_inset
13057
13058 dunkelgruen
13059 \begin_inset Quotes grd
13060 \end_inset
13061
13062 .
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068 }
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 textcolor
13082 \series default
13083
13084 \begin_inset Index idx
13085 status collapsed
13086
13087 \begin_layout Plain Layout
13088 Befehle ! T ! 
13089 \backslash
13090 textcolor
13091 \end_layout
13092
13093 \end_inset
13094
13095  wird nach dem Schema 
13096 \series bold
13097
13098 \backslash
13099 textcolor{Farbe}{zu
13100 \series default
13101  
13102 \series bold
13103 färbende
13104 \series default
13105  
13106 \series bold
13107 Zeichen}
13108 \series default
13109  verwendet.
13110 \end_layout
13111
13112 \begin_layout Subsection
13113 Absatzboxen
13114 \begin_inset CommandInset label
13115 LatexCommand label
13116 name "sub:Absatzboxen"
13117
13118 \end_inset
13119
13120
13121 \begin_inset Index idx
13122 status collapsed
13123
13124 \begin_layout Plain Layout
13125 Boxen ! Absatz-
13126 \end_layout
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134 Mit dem Menü 
13135 \family sans
13136 Einfügen\SpecialChar \menuseparator
13137 Box
13138 \family default
13139  oder dem Werkzeugleistenknopf 
13140 \begin_inset Graphics
13141         filename ../../images/box-insert.png
13142         scale 85
13143
13144 \end_inset
13145
13146  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13147  eine so genannte 
13148 \emph on
13149 Parbox
13150 \emph default
13151  (Absatzbox).
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13156 \end_layout
13157
13158 \begin_layout Standard
13159 \begin_inset VSpace medskip
13160 \end_inset
13161
13162 Dies ist eine Zeile 
13163 \begin_inset Box Boxed
13164 position "c"
13165 hor_pos "c"
13166 has_inner_box 1
13167 inner_pos "t"
13168 use_parbox 1
13169 use_makebox 0
13170 width "5cm"
13171 special "none"
13172 height "1in"
13173 height_special "totalheight"
13174 status open
13175
13176 \begin_layout Plain Layout
13177 Dies ist die Absatzbox.
13178  Sie ist genau 5
13179 \begin_inset space \thinspace{}
13180 \end_inset
13181
13182 cm lang und kann auch Formeln enthalten: 
13183 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190
13191  mit einer Absatzbox.
13192 \begin_inset VSpace medskip
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \begin_layout Standard
13199 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13200  graue Box mit dem Namen 
13201 \begin_inset Quotes gld
13202 \end_inset
13203
13204 Box(Gerahmt)
13205 \begin_inset Quotes grd
13206 \end_inset
13207
13208  klickt.
13209  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13210  In diesem Fall: 
13211 \emph on
13212 Verzierung
13213 \emph default
13214 : Rechteckige Box, 
13215 \emph on
13216 Innere Box
13217 \emph default
13218 : Parbox, 
13219 \emph on
13220 Breite
13221 \emph default
13222 : 5
13223 \begin_inset space \thinspace{}
13224 \end_inset
13225
13226 cm, 
13227 \emph on
13228 Vertikale Box Ausrichtung
13229 \emph default
13230 : Mitte
13231 \end_layout
13232
13233 \begin_layout Standard
13234 \begin_inset VSpace medskip
13235 \end_inset
13236
13237 In LaTeX wird eine Absatzbox mit dem Befehl 
13238 \series bold
13239
13240 \backslash
13241 parbox
13242 \series default
13243
13244 \begin_inset Index idx
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248 Befehle ! P ! 
13249 \backslash
13250 parbox
13251 \end_layout
13252
13253 \end_inset
13254
13255  erstellt, welcher folgendes Schema besitzt:
13256 \end_layout
13257
13258 \begin_layout Standard
13259
13260 \series bold
13261
13262 \backslash
13263 parbox[Position]{Breite}{Boxinhalt}
13264 \end_layout
13265
13266 \begin_layout Standard
13267 Die Positionen 
13268 \emph on
13269 b
13270 \emph default
13271  und 
13272 \emph on
13273 t
13274 \emph default
13275  sind möglich.
13276  
13277 \emph on
13278 b
13279 \emph default
13280  steht für 
13281 \begin_inset Quotes gld
13282 \end_inset
13283
13284 bottom
13285 \begin_inset Quotes grd
13286 \end_inset
13287
13288  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13289  eingepasst wird.
13290  Bei 
13291 \emph on
13292 t
13293 \emph default
13294  wie 
13295 \begin_inset Quotes gld
13296 \end_inset
13297
13298 top
13299 \begin_inset Quotes grd
13300 \end_inset
13301
13302  (oben) geschieht dies für die erste Zeile.
13303  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13304  siehe das Kapitel 
13305 \emph on
13306 Boxen
13307 \emph default
13308  des Handbuchs
13309 \emph on
13310  Eingebettete
13311 \begin_inset space ~
13312 \end_inset
13313
13314 Objekte
13315 \emph default
13316  für Beispiele.
13317 \end_layout
13318
13319 \begin_layout Standard
13320 \begin_inset VSpace bigskip
13321 \end_inset
13322
13323 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13324  in eine Absatzbox setzen.
13325  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13326 \series bold
13327
13328 \backslash
13329 fbox{
13330 \backslash
13331 parbox{
13332 \backslash
13333 linewidth-2
13334 \backslash
13335 fboxsep-2
13336 \backslash
13337 fboxrule}{
13338 \series default
13339 .
13340  Hierbei steht 
13341 \series bold
13342
13343 \backslash
13344 linewidth
13345 \series default
13346
13347 \begin_inset Index idx
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351 Befehle ! L ! 
13352 \backslash
13353 linewidth
13354 \end_layout
13355
13356 \end_inset
13357
13358  für die im Dokument eingestellte Zeilenbreite.
13359  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13360 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13361  Da dies LyX aufgrund eines Fehlers
13362 \begin_inset Foot
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 \begin_inset CommandInset href
13367 LatexCommand href
13368 name "LyX-Fehler #4483"
13369 target "http://www.lyx.org/trac/ticket/4483"
13370
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \end_inset
13377
13378  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13379  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13380 spann das LaTeX-Paket 
13381 \series bold
13382 calc
13383 \series default
13384
13385 \begin_inset Foot
13386 status collapsed
13387
13388 \begin_layout Plain Layout
13389
13390 \series bold
13391 calc
13392 \series default
13393  ist Teil jeder LaTeX-Standardinstallation.
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \begin_inset Index idx
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403 Pakete ! calc
13404 \end_layout
13405
13406 \end_inset
13407
13408  mit der Zeile
13409 \end_layout
13410
13411 \begin_layout Standard
13412
13413 \series bold
13414
13415 \backslash
13416 usepackage{calc}
13417 \end_layout
13418
13419 \begin_layout Standard
13420 geladen werden.
13421  Nach der Formel werden beide Boxen geschlossen, indem man 
13422 \series bold
13423 }}
13424 \series default
13425  im TeX-Modus eingibt.
13426  Dazu ein Beispiel:
13427 \begin_inset ERT
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431
13432
13433 \backslash
13434 fboxsep 5mm 
13435 \backslash
13436 fboxrule 5mm
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 \begin_inset ERT
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 fbox{
13453 \backslash
13454 parbox{
13455 \backslash
13456 linewidth-2
13457 \backslash
13458 fboxsep-2
13459 \backslash
13460 fboxrule}{
13461 \end_layout
13462
13463 \end_inset
13464
13465
13466 \begin_inset Formula 
13467 \begin{equation}
13468 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13469 \end{equation}
13470
13471 \end_inset
13472
13473
13474 \begin_inset ERT
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478
13479 }}
13480 \end_layout
13481
13482 \end_inset
13483
13484
13485 \begin_inset ERT
13486 status collapsed
13487
13488 \begin_layout Plain Layout
13489
13490
13491 \backslash
13492 fboxrule 0.4pt 
13493 \backslash
13494 fboxsep 3pt
13495 \end_layout
13496
13497 \end_inset
13498
13499
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \begin_inset VSpace medskip
13504 \end_inset
13505
13506 Da im Argument von 
13507 \series bold
13508
13509 \backslash
13510 fbox
13511 \series default
13512  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13513  keinen Unterschied zwischen 
13514 \series bold
13515
13516 \backslash
13517 fbox
13518 \series default
13519  und 
13520 \series bold
13521
13522 \backslash
13523 boxed
13524 \series default
13525 .
13526 \end_layout
13527
13528 \begin_layout Standard
13529 \begin_inset VSpace bigskip
13530 \end_inset
13531
13532 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13533  Dazu verwendet man 
13534 \series bold
13535
13536 \backslash
13537 parbox
13538 \series default
13539  in Verbindung mit dem Befehl 
13540 \series bold
13541
13542 \backslash
13543 tag
13544 \series default
13545 .
13546  (mehr zu 
13547 \series bold
13548
13549 \backslash
13550 tag
13551 \series default
13552  siehe 
13553 \begin_inset CommandInset ref
13554 LatexCommand ref
13555 reference "sub:Benutzerdefinierte-Nummerierung"
13556
13557 \end_inset
13558
13559 )
13560 \end_layout
13561
13562 \begin_layout Standard
13563 Ein Beispiel einer mit Hilfe von 
13564 \series bold
13565
13566 \backslash
13567 parbox
13568 \series default
13569  kommentierten Formel:
13570 \end_layout
13571
13572 \begin_layout Standard
13573 \begin_inset ERT
13574 status collapsed
13575
13576 \begin_layout Plain Layout
13577
13578
13579 \backslash
13580 [5x-7b=3b
13581 \backslash
13582 tag*{
13583 \backslash
13584 parbox{5cm}{
13585 \end_layout
13586
13587 \end_inset
13588
13589 Dies ist eine Beschreibung.
13590  Sie ist deutlich von der Formel getrennt und mehrzeilig.
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596 }}
13597 \backslash
13598 ]
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \begin_layout Standard
13607 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
13608  Befehl 
13609 \series bold
13610
13611 \backslash
13612 parbox
13613 \series default
13614  in Formeln noch nicht unterstützt.
13615  Die Formel wird mit folgender Befehlssequenz erstellt:
13616 \end_layout
13617
13618 \begin_layout Standard
13619 Der Befehl 
13620 \series bold
13621
13622 \backslash
13623 [5x-7b=3b
13624 \backslash
13625 tag*
13626 \backslash
13627 {
13628 \backslash
13629 parbox{5cm}{
13630 \series default
13631  wird im TeX-Modus eingegeben.
13632 \begin_inset Foot
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636 Ist der Formelstil 
13637 \series bold
13638 Eingerückt
13639 \series default
13640  aktiviert, kann 
13641 \series bold
13642
13643 \backslash
13644 tag*
13645 \backslash
13646 {
13647 \series default
13648  auch durch 
13649 \series bold
13650
13651 \backslash
13652 hfill
13653 \series default
13654  ersetzt werden.
13655  (Formelstile siehe 
13656 \begin_inset CommandInset ref
13657 LatexCommand ref
13658 reference "sec:Formelstile"
13659
13660 \end_inset
13661
13662 )
13663 \end_layout
13664
13665 \end_inset
13666
13667  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
13668 \series bold
13669 }}
13670 \backslash
13671 ]
13672 \series default
13673  im TeX-Modus ein.
13674  Die Befehle 
13675 \series bold
13676
13677 \backslash
13678 [
13679 \series default
13680  und 
13681 \series bold
13682
13683 \backslash
13684 ]
13685 \series default
13686  erstellen hierbei eine abgesetzte Formel.
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Die Vorteile von 
13691 \series bold
13692
13693 \backslash
13694 parbox
13695 \series default
13696  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
13697  Textmodus 
13698 \begin_inset Quotes gld
13699 \end_inset
13700
13701 kommentiert
13702 \begin_inset Quotes grd
13703 \end_inset
13704
13705  wurde:
13706 \begin_inset Formula 
13707 \[
13708 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
13709 \]
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 \begin_inset Newpage newpage
13718 \end_inset
13719
13720
13721 \end_layout
13722
13723 \begin_layout Section
13724 Operatoren
13725 \begin_inset Index idx
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729 Operatoren
13730 \end_layout
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \begin_layout Subsection
13738 Große Operatoren
13739 \begin_inset CommandInset label
13740 LatexCommand label
13741 name "sub:Große-Operatoren"
13742
13743 \end_inset
13744
13745
13746 \begin_inset Index idx
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750 Operatoren ! große
13751 \end_layout
13752
13753 \end_inset
13754
13755
13756 \begin_inset Index idx
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760 Summen
13761 \end_layout
13762
13763 \end_inset
13764
13765
13766 \begin_inset Index idx
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770 Integrale
13771 \end_layout
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Standard
13779 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
13780  sind, muss die Option 
13781 \family sans
13782 esint-Paket automatisch verwenden
13783 \family default
13784  in den Dokumenteinstellungen unter 
13785 \family sans
13786 Mathe-Optionen
13787 \family default
13788  gewählt sein.
13789 \end_layout
13790
13791 \begin_layout Standard
13792 \begin_inset space \hfill{}
13793 \end_inset
13794
13795
13796 \begin_inset Tabular
13797 <lyxtabular version="3" rows="11" columns="2">
13798 <features rotate="0" tabularvalignment="middle">
13799 <column alignment="center" valignment="top" width="0pt">
13800 <column alignment="center" valignment="top" width="0pt">
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 Befehl
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 Ergebnis
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \backslash
13828 int
13829 \begin_inset Index idx
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833 Befehle ! I ! 
13834 \backslash
13835 int
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 \begin_inset Formula $\int$
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863
13864 \backslash
13865 oint
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 \begin_inset Formula $\oint$
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 <row>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888
13889 \backslash
13890 ointctrclockwise
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 \begin_inset Formula $\ointctrclockwise$
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row>
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913
13914 \backslash
13915 ointclockwise
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset Formula $\ointclockwise$
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938
13939 \backslash
13940 sqint
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949 \begin_inset Formula $\sqint$
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 <row>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \backslash
13965 fint
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974  
13975 \begin_inset Formula $\fint$
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989
13990 \backslash
13991 landupint
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000  
14001 \begin_inset Formula $\landupint$
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 <row>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015
14016 \backslash
14017 landdownint
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026  
14027 \begin_inset Formula $\landdownint$
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 </row>
14036 <row>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041
14042 \backslash
14043 bigcap
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Formula $\bigcap$
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 <row>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \backslash
14068 bigcup
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 \begin_inset Formula $\bigcup$
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 </lyxtabular>
14087
14088 \end_inset
14089
14090
14091 \begin_inset space \hfill{}
14092 \end_inset
14093
14094
14095 \begin_inset Tabular
14096 <lyxtabular version="3" rows="11" columns="2">
14097 <features rotate="0" tabularvalignment="middle">
14098 <column alignment="center" valignment="top" width="0pt">
14099 <column alignment="center" valignment="top" width="0pt">
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 Befehl
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 Ergebnis
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125
14126 \backslash
14127 sum
14128 \begin_inset Index idx
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132 Befehle ! S ! 
14133 \backslash
14134 sum
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 \begin_inset Formula $\sum$
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162
14163 \backslash
14164 prod
14165 \begin_inset Index idx
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169 Befehle ! P ! 
14170 \backslash
14171 prod
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 \begin_inset Formula $\prod$
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 </row>
14194 <row>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199
14200 \backslash
14201 coprod
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 \begin_inset Formula $\coprod$
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 <row>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224
14225 \backslash
14226 bigodot
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 \begin_inset Formula $\bigodot$
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249
14250 \backslash
14251 bigotimes
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 \begin_inset Formula $\bigotimes$
14261 \end_inset
14262
14263
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \backslash
14276 bigoplus
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 \begin_inset Formula $\bigoplus$
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299
14300 \backslash
14301 bigwedge
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 \begin_inset Formula $\bigwedge$
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 </row>
14319 <row>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324
14325 \backslash
14326 bigvee
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 \begin_inset Formula $\bigvee$
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349
14350 \backslash
14351 bigsqcup
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 \begin_inset Formula $\bigsqcup$
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 </row>
14369 <row>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374
14375 \backslash
14376 biguplus
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 \begin_inset Formula $\biguplus$
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 </lyxtabular>
14395
14396 \end_inset
14397
14398
14399 \begin_inset space \hfill{}
14400 \end_inset
14401
14402
14403 \end_layout
14404
14405 \begin_layout Standard
14406 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14407 \begin_inset Graphics
14408         filename ../../images/math/intop.png
14409         scale 85
14410
14411 \end_inset
14412
14413  eingefügt werden.
14414 \end_layout
14415
14416 \begin_layout Standard
14417 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14418  Teil gleich aussehenden binären Operatoren.
14419  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14420  beschrieben.
14421 \end_layout
14422
14423 \begin_layout Standard
14424 Für alle Integrale gibt es Befehle, die auf 
14425 \series bold
14426 op
14427 \series default
14428  enden: 
14429 \series bold
14430
14431 \backslash
14432 intop
14433 \series default
14434
14435 \series bold
14436
14437 \backslash
14438 ointop
14439 \series default
14440  usw..
14441  Diese unterscheiden sich von 
14442 \series bold
14443
14444 \backslash
14445 int
14446 \series default
14447  usw.
14448 \begin_inset space \space{}
14449 \end_inset
14450
14451 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14452 \begin_inset CommandInset ref
14453 LatexCommand ref
14454 reference "sub:Operatorgrenzen"
14455
14456 \end_inset
14457
14458 .
14459  
14460 \end_layout
14461
14462 \begin_layout Subsubsection*
14463 Hinweise zu Integralen
14464 \end_layout
14465
14466 \begin_layout Standard
14467 Der Buchstabe 
14468 \emph on
14469 d
14470 \emph default
14471  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14472  muss.
14473  Dazu markiert man das 
14474 \emph on
14475 d
14476 \emph default
14477  und wandelt es mit der Tastenkombination 
14478 \family sans
14479 Alt+Z
14480 \begin_inset space ~
14481 \end_inset
14482
14483 R
14484 \family default
14485
14486 \begin_inset Foot
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490 Schriftstile siehe 
14491 \begin_inset CommandInset ref
14492 LatexCommand ref
14493 reference "sub:Schriftstile"
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501
14502  um.
14503  Anschließend fügt man vor dem 
14504 \emph on
14505 d
14506 \emph default
14507 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14508  Dazu ein Beispiel:
14509 \end_layout
14510
14511 \begin_layout Standard
14512 inkorrekt: 
14513 \begin_inset Formula $\int A(x)dx$
14514 \end_inset
14515
14516
14517 \begin_inset Newline newline
14518 \end_inset
14519
14520
14521 \begin_inset Phantom HPhantom
14522 status open
14523
14524 \begin_layout Plain Layout
14525 in
14526 \end_layout
14527
14528 \end_inset
14529
14530 korrekt: 
14531 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14532 \end_inset
14533
14534
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset VSpace medskip
14539 \end_inset
14540
14541 Für Mehrfachintegrale gibt es folgende Befehle:
14542 \begin_inset VSpace medskip
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 \begin_inset space \hfill{}
14550 \end_inset
14551
14552
14553 \begin_inset Tabular
14554 <lyxtabular version="3" rows="4" columns="2">
14555 <features rotate="0" tabularvalignment="middle">
14556 <column alignment="center" valignment="top">
14557 <column alignment="center" valignment="top">
14558 <row>
14559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 Befehl
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 Ergebnis
14573 \begin_inset Note Note
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578 \series bold
14579
14580 \backslash
14581 raisebox
14582 \series default
14583  dient nur als Abstandhalter.
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \backslash
14601 iint
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 </row>
14619 <row>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624
14625 \backslash
14626 oiint
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 </row>
14644 <row>
14645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649
14650 \backslash
14651 sqiint
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 </lyxtabular>
14670
14671 \end_inset
14672
14673
14674 \begin_inset space \hfill{}
14675 \end_inset
14676
14677
14678 \begin_inset Tabular
14679 <lyxtabular version="3" rows="4" columns="2">
14680 <features rotate="0" tabularvalignment="middle">
14681 <column alignment="center" valignment="top">
14682 <column alignment="center" valignment="top">
14683 <row>
14684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 Befehl
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 Ergebnis
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 </row>
14703 <row>
14704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708
14709 \backslash
14710 iiint
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 </row>
14728 <row>
14729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733
14734 \backslash
14735 iiiint
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758
14759 \backslash
14760 dotsint
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 </row>
14778 </lyxtabular>
14779
14780 \end_inset
14781
14782
14783 \begin_inset space \hfill{}
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \begin_layout Subsection
14790 Operatorgrenzen
14791 \begin_inset CommandInset label
14792 LatexCommand label
14793 name "sub:Operatorgrenzen"
14794
14795 \end_inset
14796
14797
14798 \begin_inset Index idx
14799 status collapsed
14800
14801 \begin_layout Plain Layout
14802 Operatoren ! Grenzen
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Grenzen werden durch Hoch- bzw.
14812 \begin_inset space \space{}
14813 \end_inset
14814
14815 Tiefstellen erzeugt:
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \align center
14820 \begin_inset Tabular
14821 <lyxtabular version="3" rows="2" columns="2">
14822 <features rotate="0" tabularvalignment="middle">
14823 <column alignment="center" valignment="top" width="0pt">
14824 <column alignment="center" valignment="top" width="0pt">
14825 <row>
14826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 Befehl
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 Ergebnis
14840 \begin_inset Note Note
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844
14845 \series bold
14846
14847 \backslash
14848 raisebox
14849 \series default
14850  dient nur als Abstandhalter.
14851 \end_layout
14852
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" bottomline="true" leftline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866
14867 \backslash
14868 prod^
14869 \backslash
14870 infty
14871 \begin_inset space \textvisiblespace{}
14872 \end_inset
14873
14874
14875 \begin_inset Formula $\to$
14876 \end_inset
14877
14878 _0
14879 \begin_inset Formula $\to$
14880 \end_inset
14881
14882 A(x)
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 </lyxtabular>
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Standard
14908 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
14909  Operator gesetzt.
14910  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
14911  bzw.
14912 \begin_inset space \space{}
14913 \end_inset
14914
14915 unter den Operator gesetzt.
14916 \end_layout
14917
14918 \begin_layout Standard
14919 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
14920  man den Cursor direkt hinter den Operator und setzt über das Menü 
14921 \family sans
14922 Bearbeiten\SpecialChar \menuseparator
14923 Mathe\SpecialChar \menuseparator
14924 Art der Operatorgrenzen ändern
14925 \family default
14926  die Grenzen auf 
14927 \series bold
14928 Eingebettet
14929 \series default
14930  (Tastenkombination 
14931 \family sans
14932 Alt+M
14933 \begin_inset space ~
14934 \end_inset
14935
14936 L
14937 \family default
14938 ).
14939  Dazu folgendes Beispiel:
14940 \end_layout
14941
14942 \begin_layout Standard
14943 Die normalen Grenzen sehen so aus:
14944 \begin_inset Formula 
14945 \[
14946 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14947 \]
14948
14949 \end_inset
14950
14951 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
14952 \begin_inset Formula 
14953 \[
14954 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14955 \]
14956
14957 \end_inset
14958
14959 Bei Integralen werden mit Ausnahme von denen, die auf 
14960 \series bold
14961 op
14962 \series default
14963  enden (
14964 \series bold
14965
14966 \backslash
14967 intop
14968 \series default
14969
14970 \series bold
14971
14972 \backslash
14973 ointop
14974 \series default
14975  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
14976  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
14977  gesetzt.
14978  Im folgenden Beispiel wurde die Grenze deswegen auf 
14979 \series bold
14980 Anzeige
14981 \series default
14982  gesetzt und damit unter die Integrale geschrieben:
14983 \begin_inset Formula 
14984 \begin{equation}
14985 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14986 \end{equation}
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \begin_layout Standard
14994 \begin_inset VSpace medskip
14995 \end_inset
14996
14997 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
14998 \series bold
14999
15000 \backslash
15001 subarray
15002 \series default
15003
15004 \begin_inset Index idx
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008 Befehle ! S ! 
15009 \backslash
15010 subarray
15011 \end_layout
15012
15013 \end_inset
15014
15015  und 
15016 \series bold
15017
15018 \backslash
15019 substack
15020 \series default
15021
15022 \begin_inset Index idx
15023 status collapsed
15024
15025 \begin_layout Plain Layout
15026 Befehle ! S ! 
15027 \backslash
15028 substack
15029 \end_layout
15030
15031 \end_inset
15032
15033 .
15034  Um z.
15035 \begin_inset space \thinspace{}
15036 \end_inset
15037
15038 B.
15039  diesen Ausdruck 
15040 \begin_inset Formula 
15041 \begin{equation}
15042 \sum_{\begin{subarray}{c}
15043 0<k<1000\\
15044 \\
15045 k\,\in\,\mathbb{N}
15046 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15047 \end{equation}
15048
15049 \end_inset
15050
15051 zu erstellen, muss man Folgendes tun:
15052 \begin_inset Newline newline
15053 \end_inset
15054
15055 Zuerst gibt man den Befehl 
15056 \series bold
15057
15058 \backslash
15059 sum
15060 \series default
15061 ^
15062 \series bold
15063 n
15064 \begin_inset space \textvisiblespace{}
15065 \end_inset
15066
15067 _
15068 \series default
15069  ein.
15070  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15071  In dieses gibt man den Befehl 
15072 \series bold
15073
15074 \backslash
15075 subarray
15076 \begin_inset space \textvisiblespace{}
15077 \end_inset
15078
15079
15080 \series default
15081  ein.
15082  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15083  Zeilen untereinander schreiben.
15084  Mit Eingabe des Zeilenumbruchs (
15085 \family sans
15086 Strg+Enter
15087 \family default
15088 ) wird eine neue Zeile erstellt.
15089  Gibt man
15090 \begin_inset Newline newline
15091 \end_inset
15092
15093
15094 \series bold
15095 0<k<1000 Strg+Enter
15096 \begin_inset Newline newline
15097 \end_inset
15098
15099
15100 \series default
15101 ein, erscheint darunter ein Kästchen für die neue Zeile.
15102 \end_layout
15103
15104 \begin_layout Standard
15105 Die Ausrichtung der Zeilen kann mit der 
15106 \family sans
15107 Tabellen-Werkzeugleiste
15108 \family default
15109  oder dem Menü 
15110 \family sans
15111 Bearbeiten\SpecialChar \menuseparator
15112 Zeilen & Spalten
15113 \family default
15114  auf links geändert werden.
15115  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15116 \series bold
15117
15118 \backslash
15119 hfill
15120 \begin_inset space \textvisiblespace{}
15121 \end_inset
15122
15123
15124 \series default
15125  eingegeben.
15126 \end_layout
15127
15128 \begin_layout Standard
15129 Der Befehl 
15130 \series bold
15131
15132 \backslash
15133 substack
15134 \series default
15135  ist äquivalent zu 
15136 \series bold
15137
15138 \backslash
15139 subarray
15140 \series default
15141 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15142 \end_layout
15143
15144 \begin_layout Standard
15145 \begin_inset VSpace bigskip
15146 \end_inset
15147
15148 Wie bei Formel 
15149 \begin_inset CommandInset ref
15150 LatexCommand eqref
15151 reference "eq:substack"
15152
15153 \end_inset
15154
15155  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15156  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15157 \end_layout
15158
15159 \begin_layout Standard
15160 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
15161 \end_layout
15162
15163 \begin_layout Standard
15164
15165 \series bold
15166
15167 \backslash
15168 def
15169 \backslash
15170 clap#1{
15171 \backslash
15172 hbox to 0pt{
15173 \backslash
15174 hss #1
15175 \backslash
15176 hss}}
15177 \begin_inset Newline newline
15178 \end_inset
15179
15180
15181 \backslash
15182 def
15183 \backslash
15184 mathclap {
15185 \backslash
15186 mathpalette 
15187 \backslash
15188 mathclapinternal}
15189 \begin_inset Newline newline
15190 \end_inset
15191
15192
15193 \backslash
15194 def
15195 \backslash
15196 mathclapinternal #1#2{
15197 \backslash
15198 clap{$
15199 \backslash
15200 mathsurround =0pt #1{#2}$}}
15201 \end_layout
15202
15203 \begin_layout Standard
15204 Dadurch wird der Befehl 
15205 \series bold
15206
15207 \backslash
15208 mathclap
15209 \series default
15210
15211 \begin_inset Index idx
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215 Befehle ! M ! 
15216 \backslash
15217 mathclap
15218 \end_layout
15219
15220 \end_inset
15221
15222  definiert, der die Breite der Grenze auf 0
15223 \begin_inset space \thinspace{}
15224 \end_inset
15225
15226 pt setzt.
15227  Das Befehlsschema lautet
15228 \end_layout
15229
15230 \begin_layout Standard
15231
15232 \series bold
15233
15234 \backslash
15235 mathclap{Grenze}
15236 \end_layout
15237
15238 \begin_layout Standard
15239 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Auf Formel 
15244 \begin_inset CommandInset ref
15245 LatexCommand eqref
15246 reference "eq:substack"
15247
15248 \end_inset
15249
15250  angewandt, gibt man also den Befehl
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256
15257 \backslash
15258 sum_
15259 \backslash
15260 mathclap{
15261 \backslash
15262 substack
15263 \begin_inset space \textvisiblespace{}
15264 \end_inset
15265
15266 0<k<1000 Strg+Enter
15267 \end_layout
15268
15269 \begin_layout Standard
15270 ein, um die untere Grenze zu erstellen.
15271  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15272 \begin_inset Formula 
15273 \[
15274 \sum_{\mathclap{\substack{0<k<1000\\
15275 \\
15276 k\,\in\,\mathbb{N}
15277 }
15278 }}^{n}k^{-2}
15279 \]
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 \begin_inset VSpace bigskip
15288 \end_inset
15289
15290 In 
15291 \begin_inset CommandInset ref
15292 LatexCommand ref
15293 reference "sub:Selbstdefinierte-Operatoren"
15294
15295 \end_inset
15296
15297  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15298 \end_layout
15299
15300 \begin_layout Subsection
15301 Dekoration für Operatoren
15302 \begin_inset Index idx
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Operatoren ! Dekoration
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Zum Dekorieren von Operatoren gibt es die Befehle 
15316 \series bold
15317
15318 \backslash
15319 overset
15320 \series default
15321
15322 \begin_inset Index idx
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326 Befehle ! O ! 
15327 \backslash
15328 overset
15329 \end_layout
15330
15331 \end_inset
15332
15333  und 
15334 \series bold
15335
15336 \backslash
15337 underset
15338 \series default
15339
15340 \begin_inset Index idx
15341 status collapsed
15342
15343 \begin_layout Plain Layout
15344 Befehle ! U ! 
15345 \backslash
15346 underset
15347 \end_layout
15348
15349 \end_inset
15350
15351 , mit denen man Zeichen über bzw.
15352 \begin_inset space \space{}
15353 \end_inset
15354
15355 unter einen Operator setzen kann.
15356  Mit dem Befehl 
15357 \series bold
15358
15359 \backslash
15360 sideset
15361 \series default
15362
15363 \begin_inset Index idx
15364 status collapsed
15365
15366 \begin_layout Plain Layout
15367 Befehle ! S ! 
15368 \backslash
15369 sideset
15370 \end_layout
15371
15372 \end_inset
15373
15374  können Zeichen vor und nach einen großen Operator gesetzt werden.
15375  Das Befehlsschema lautet:
15376 \end_layout
15377
15378 \begin_layout Standard
15379
15380 \series bold
15381
15382 \backslash
15383 sideset{Zeichen
15384 \series default
15385  
15386 \series bold
15387 davor}{Zeichen
15388 \series default
15389  
15390 \series bold
15391 dahinter}
15392 \end_layout
15393
15394 \begin_layout Standard
15395
15396 \series bold
15397
15398 \backslash
15399 sideset
15400 \series default
15401  muss immer vor dem Operator stehen.
15402  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
15403  Symbolen dekoriert werden.
15404  Will man mit 
15405 \series bold
15406
15407 \backslash
15408 sideset
15409 \series default
15410  z.
15411 \begin_inset space \thinspace{}
15412 \end_inset
15413
15414 B.
15415  nur Zeichen hinter einen großen Operator setzen, schreibt man nichts zwischen
15416  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
15417 \end_layout
15418
15419 \begin_layout Standard
15420 Z.
15421 \begin_inset space \thinspace{}
15422 \end_inset
15423
15424 B.
15425  ergibt der Befehl 
15426 \series bold
15427
15428 \backslash
15429 sideset{
15430 \begin_inset Formula $\to$
15431 \end_inset
15432
15433
15434 \backslash
15435 {
15436 \series default
15437 '
15438 \series bold
15439
15440 \begin_inset Formula $\to$
15441 \end_inset
15442
15443
15444 \backslash
15445 sum_k=1
15446 \begin_inset space \textvisiblespace{}
15447 \end_inset
15448
15449
15450 \series default
15451 ^
15452 \series bold
15453 n
15454 \series default
15455  :
15456 \begin_inset Formula 
15457 \[
15458 \sideset{}{'}\sum_{k=1}^{n}
15459 \]
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset Note Greyedout
15468 status open
15469
15470 \begin_layout Plain Layout
15471
15472 \series bold
15473 Achtung: 
15474 \backslash
15475 sideset
15476 \series default
15477  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15478  Operatoren sind nicht erlaubt.
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 Mit 
15488 \series bold
15489
15490 \backslash
15491 overset
15492 \series default
15493  bzw.
15494 \begin_inset space \space{}
15495 \end_inset
15496
15497
15498 \series bold
15499
15500 \backslash
15501 underset
15502 \series default
15503  kann man auch Symbole und Zeichen dekorieren.
15504  Beispielsweise ergibt der Befehl 
15505 \series bold
15506
15507 \backslash
15508 overset
15509 \begin_inset space \textvisiblespace{}
15510 \end_inset
15511
15512
15513 \backslash
15514 maltese
15515 \begin_inset space \textvisiblespace{}
15516 \end_inset
15517
15518
15519 \series default
15520
15521 \begin_inset Formula $\uparrow$
15522 \end_inset
15523
15524
15525 \series bold
15526 a
15527 \series default
15528  :
15529 \begin_inset Formula 
15530 \[
15531 \overset{a}{\maltese}
15532 \]
15533
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \begin_layout Subsection
15540 Binäre Operatoren
15541 \begin_inset CommandInset label
15542 LatexCommand label
15543 name "sub:Binäre-Operatoren"
15544
15545 \end_inset
15546
15547
15548 \begin_inset Index idx
15549 status collapsed
15550
15551 \begin_layout Plain Layout
15552 Operatoren ! binäre
15553 \end_layout
15554
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \begin_layout Standard
15561 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
15562  ein Zeichen befindet.
15563 \begin_inset VSpace medskip
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \begin_layout Standard
15570 \begin_inset space \hfill{}
15571 \end_inset
15572
15573
15574 \begin_inset Tabular
15575 <lyxtabular version="3" rows="13" columns="2">
15576 <features rotate="0" tabularvalignment="middle">
15577 <column alignment="center" valignment="top" width="0pt">
15578 <column alignment="center" valignment="top" width="0pt">
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 Befehl
15585 \begin_inset Note Note
15586 status collapsed
15587
15588 \begin_layout Plain Layout
15589
15590 \series bold
15591
15592 \backslash
15593 raisebox
15594 \series default
15595  dient nur als Abstandhalter.
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 Ergebnis
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 +
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 \begin_inset Formula $+$
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 <row>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 -
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Formula $-$
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 </row>
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666
15667 \backslash
15668 pm
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Formula $\pm$
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \backslash
15693 mp
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 \begin_inset Formula $\mp$
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 <row>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \backslash
15718 cdot
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Formula $\cdot$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \backslash
15743 times
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 \begin_inset Formula $\times$
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766
15767 \backslash
15768 div
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 \begin_inset Formula $\div$
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 </row>
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 raisebox{-1.2mm}{
15799 \end_layout
15800
15801 \end_inset
15802
15803 *
15804 \begin_inset ERT
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808
15809 }
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 \begin_inset Formula $*$
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \backslash
15839 star
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 \begin_inset Formula $\star$
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \backslash
15864 circ
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 \begin_inset Formula $\circ$
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \backslash
15889 diamond
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset Formula $\diamond$
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row>
15908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \backslash
15914 bullet
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 \begin_inset Formula $\bullet$
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 </row>
15932 </lyxtabular>
15933
15934 \end_inset
15935
15936
15937 \begin_inset space \hfill{}
15938 \end_inset
15939
15940
15941 \begin_inset Tabular
15942 <lyxtabular version="3" rows="13" columns="2">
15943 <features rotate="0" tabularvalignment="middle">
15944 <column alignment="center" valignment="top" width="0pt">
15945 <column alignment="center" valignment="top" width="0pt">
15946 <row>
15947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 Befehl
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 Ergebnis
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 <row>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \backslash
15973 nabla
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 \begin_inset Formula $\nabla$
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row>
15992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \backslash
15998 bigtriangledown
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 \begin_inset Formula $\bigtriangledown$
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \backslash
16023 bigtriangleup
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 \begin_inset Formula $\bigtriangleup$
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \backslash
16048 Box
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 \begin_inset Formula $\Box$
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071
16072 \backslash
16073 cap 
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 \begin_inset Formula $\cap$
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 </row>
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096
16097 \backslash
16098 cup
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Formula $\cup$
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \backslash
16123 dagger
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 \begin_inset Formula $\dagger$
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \backslash
16148 ddagger
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 \begin_inset Formula $\ddagger$
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171
16172 \backslash
16173 wr
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 \begin_inset Formula $\wr$
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196
16197 \backslash
16198 bigcirc
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 \begin_inset Formula $\bigcirc$
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \backslash
16223 wedge
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Formula $\wedge$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \backslash
16248 vee
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Formula $\vee$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \begin_inset space \hfill{}
16272 \end_inset
16273
16274
16275 \begin_inset Tabular
16276 <lyxtabular version="3" rows="13" columns="2">
16277 <features rotate="0" tabularvalignment="middle">
16278 <column alignment="center" valignment="top" width="0pt">
16279 <column alignment="center" valignment="top" width="0pt">
16280 <row>
16281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 Befehl
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 Ergebnis
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \backslash
16307 oplus
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Formula $\oplus$
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \backslash
16332 ominus
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Formula $\ominus$
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \backslash
16357 otimes
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 \begin_inset Formula $\otimes$
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \backslash
16382 oslash
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 \begin_inset Formula $\oslash$
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 <row>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \backslash
16407 odot
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 \begin_inset Formula $\odot$
16417 \end_inset
16418
16419
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 <row>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430
16431 \backslash
16432 amalg
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 \begin_inset Formula $\amalg$
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455
16456 \backslash
16457 uplus
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 \begin_inset Formula $\uplus$
16467 \end_inset
16468
16469
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480
16481 \backslash
16482 setminus
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 \begin_inset Formula $\setminus$
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505
16506 \backslash
16507 sqcap
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 \begin_inset Formula $\sqcap$
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \backslash
16532 sqcup
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 \begin_inset Formula $\sqcup$
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 </row>
16550 <row>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555
16556 \backslash
16557 triangleleft
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 \begin_inset Formula $\triangleleft$
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \backslash
16582 triangleright
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Formula $\triangleright$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 </lyxtabular>
16601
16602 \end_inset
16603
16604
16605 \begin_inset space \hfill{}
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \begin_layout Standard
16612 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
16613  
16614 \begin_inset Graphics
16615         filename ../../images/math/pm.png
16616         scale 85
16617
16618 \end_inset
16619
16620  eingefügt werden.
16621 \end_layout
16622
16623 \begin_layout Standard
16624 Um den Laplace-Operator darzustellen, kann man statt 
16625 \series bold
16626
16627 \backslash
16628 bigtriangleup
16629 \series default
16630  auch 
16631 \series bold
16632
16633 \backslash
16634 Delta
16635 \series default
16636  verwenden oder man benutzt 
16637 \series bold
16638
16639 \backslash
16640 nabla
16641 \series default
16642 ^
16643 \series bold
16644 2
16645 \series default
16646  (
16647 \begin_inset Formula $\nabla^{2}$
16648 \end_inset
16649
16650 ).
16651 \end_layout
16652
16653 \begin_layout Standard
16654 Das Zeichen 
16655 \family sans
16656 Menütrenner
16657 \family default
16658  im Menü 
16659 \family sans
16660 Einfügen\SpecialChar \menuseparator
16661 Sonderzeichen
16662 \family default
16663  ist der Operator 
16664 \series bold
16665
16666 \backslash
16667 triangleright
16668 \series default
16669 .
16670 \end_layout
16671
16672 \begin_layout Subsection
16673 Selbst definierte Operatoren
16674 \begin_inset CommandInset label
16675 LatexCommand label
16676 name "sub:Selbstdefinierte-Operatoren"
16677
16678 \end_inset
16679
16680
16681 \begin_inset Index idx
16682 status collapsed
16683
16684 \begin_layout Plain Layout
16685 Operatoren ! selbstdefinierte
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Standard
16694 Mit Hilfe des Befehls 
16695 \series bold
16696
16697 \backslash
16698 DeclareMathOperator
16699 \series default
16700
16701 \begin_inset Index idx
16702 status collapsed
16703
16704 \begin_layout Plain Layout
16705 Befehle ! D ! 
16706 \backslash
16707 dbinom@
16708 \backslash
16709 DeclareMathOperator
16710 \end_layout
16711
16712 \end_inset
16713
16714  kann man im LaTeX-Vorspann eigene Operatoren definieren.
16715  Das Befehlsschema dazu lautet:
16716 \end_layout
16717
16718 \begin_layout Standard
16719
16720 \series bold
16721
16722 \backslash
16723 DeclareMathOperator{neuer Befehl}{Anzeige}
16724 \end_layout
16725
16726 \begin_layout Standard
16727 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
16728  im Ausdruck aussieht.
16729  Will man einen großen Operator definieren, setzt man hinter den Befehl
16730  ein 
16731 \series bold
16732 *
16733 \series default
16734 .
16735  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
16736  wie in 
16737 \begin_inset CommandInset ref
16738 LatexCommand ref
16739 reference "sub:Operatorgrenzen"
16740
16741 \end_inset
16742
16743  beschrieben.
16744 \end_layout
16745
16746 \begin_layout Standard
16747 Beispielsweise definiert die LaTeX-Vorspannzeile
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753
16754 \backslash
16755 DeclareMathOperator*{
16756 \backslash
16757 Raute}{
16758 \backslash
16759 blacklozenge}
16760 \end_layout
16761
16762 \begin_layout Standard
16763 den Befehl 
16764 \series bold
16765
16766 \backslash
16767 Raute
16768 \series default
16769 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
16770  aus 
16771 \begin_inset CommandInset ref
16772 LatexCommand ref
16773 reference "sub:Sonstige-Symbole"
16774
16775 \end_inset
16776
16777  besteht:
16778 \begin_inset Formula 
16779 \[
16780 \Raute_{n=1}^{\infty}
16781 \]
16782
16783 \end_inset
16784
16785 Der Befehl für diese Formel lautet: 
16786 \series bold
16787
16788 \backslash
16789 Raute
16790 \series default
16791 ^
16792 \series bold
16793
16794 \backslash
16795 infty
16796 \begin_inset Formula $\to$
16797 \end_inset
16798
16799 _n=1
16800 \end_layout
16801
16802 \begin_layout Standard
16803 \begin_inset VSpace bigskip
16804 \end_inset
16805
16806 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
16807  auch mit den Befehlen 
16808 \series bold
16809
16810 \backslash
16811 mathop
16812 \series default
16813
16814 \begin_inset Index idx
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818 Befehle ! M ! 
16819 \backslash
16820 mathop
16821 \end_layout
16822
16823 \end_inset
16824
16825  und 
16826 \series bold
16827
16828 \backslash
16829 mathbin
16830 \series default
16831
16832 \begin_inset Index idx
16833 status collapsed
16834
16835 \begin_layout Plain Layout
16836 Befehle ! M ! 
16837 \backslash
16838 mathbin
16839 \end_layout
16840
16841 \end_inset
16842
16843  definieren, die folgendes Schema besitzen:
16844 \end_layout
16845
16846 \begin_layout Standard
16847
16848 \series bold
16849
16850 \backslash
16851 mathop{Anzeige}
16852 \series default
16853  bzw.
16854 \begin_inset space \space{}
16855 \end_inset
16856
16857
16858 \series bold
16859
16860 \backslash
16861 mathbin{Anzeige}
16862 \end_layout
16863
16864 \begin_layout Standard
16865
16866 \series bold
16867
16868 \backslash
16869 mathop
16870 \series default
16871  definiert große, 
16872 \series bold
16873
16874 \backslash
16875 mathbin
16876 \series default
16877  binäre Operatoren.
16878 \end_layout
16879
16880 \begin_layout Standard
16881
16882 \series bold
16883
16884 \backslash
16885 mathop
16886 \series default
16887  lässt sich z.
16888 \begin_inset space \thinspace{}
16889 \end_inset
16890
16891 B.
16892  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
16893 \begin_inset Formula 
16894 \[
16895 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16896 \]
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Standard
16904 Der Befehl für obige Formel lautet:
16905 \begin_inset Newline newline
16906 \end_inset
16907
16908  
16909 \series bold
16910
16911 \backslash
16912 mathop{
16913 \backslash
16914 sum
16915 \backslash
16916 negmedspace
16917 \backslash
16918 sum
16919 \series default
16920
16921 \begin_inset space \textvisiblespace{}
16922 \end_inset
16923
16924
16925 \series bold
16926
16927 \begin_inset Formula $\to$
16928 \end_inset
16929
16930 ^N
16931 \series default
16932
16933 \begin_inset space \textvisiblespace{}
16934 \end_inset
16935
16936
16937 \series bold
16938 _i,j=1
16939 \end_layout
16940
16941 \begin_layout Standard
16942 \begin_inset Newpage newpage
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \begin_layout Section
16949 Schriften
16950 \begin_inset Index idx
16951 status collapsed
16952
16953 \begin_layout Plain Layout
16954 Schriften
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Subsection
16963 Schriftstile
16964 \begin_inset CommandInset label
16965 LatexCommand label
16966 name "sub:Schriftstile"
16967
16968 \end_inset
16969
16970
16971 \begin_inset Index idx
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975 Schriften ! Schriftstile
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
16985  gesetzt werden:
16986 \begin_inset VSpace -2mm
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 \align center
16994 \begin_inset Tabular
16995 <lyxtabular version="3" rows="7" columns="3">
16996 <features rotate="0" tabularvalignment="middle">
16997 <column alignment="center" valignment="top">
16998 <column alignment="center" valignment="top">
16999 <column alignment="center" valignment="top">
17000 <row>
17001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 Befehl
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 Ergebnis
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 Tastenkürzel
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \backslash
17036 mathbb
17037 \series bold
17038
17039 \begin_inset space \textvisiblespace{}
17040 \end_inset
17041
17042
17043 \series default
17044 ABC
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\mathbb{ABC}$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 Alt+Z K
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 <row>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076
17077 \backslash
17078 mathbf
17079 \series bold
17080
17081 \begin_inset space \textvisiblespace{}
17082 \end_inset
17083
17084
17085 \series default
17086 AbC
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\mathbf{AbC}$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107 Strg+B
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 boldsymbol
17121 \series bold
17122
17123 \begin_inset space \textvisiblespace{}
17124 \end_inset
17125
17126
17127 \series default
17128 AbC
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\boldsymbol{AbC}$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 Alt+Z F oder Strg+Alt+B
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 mathcal
17163 \series bold
17164
17165 \begin_inset space \textvisiblespace{}
17166 \end_inset
17167
17168
17169 \series default
17170 ABC
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\mathcal{ABC}$
17180 \end_inset
17181
17182
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 Alt+Z H
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 mathfrak
17205 \series bold
17206
17207 \begin_inset space \textvisiblespace{}
17208 \end_inset
17209
17210
17211 \series default
17212 AbC
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\mathfrak{AbC}$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 -
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \backslash
17246 mathscr
17247 \series bold
17248
17249 \begin_inset space \textvisiblespace{}
17250 \end_inset
17251
17252
17253 \series default
17254 AbC
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\mathscr{AbC}$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 -
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 </lyxtabular>
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \align center
17290 \begin_inset Tabular
17291 <lyxtabular version="3" rows="5" columns="3">
17292 <features rotate="0" tabularvalignment="middle">
17293 <column alignment="center" valignment="top">
17294 <column alignment="center" valignment="top">
17295 <column alignment="center" valignment="top">
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 Befehl
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 Ergebnis
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 Tastenkürzel
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 mathit
17333 \series bold
17334
17335 \begin_inset space \textvisiblespace{}
17336 \end_inset
17337
17338
17339 \series default
17340 AbC
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $\mathit{AbC}$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 -
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \backslash
17374 mathrm
17375 \series bold
17376
17377 \begin_inset space \textvisiblespace{}
17378 \end_inset
17379
17380
17381 \series default
17382 AbC
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\mathrm{AbC}$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 Alt+Z R
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \backslash
17416 mathsf
17417 \series bold
17418
17419 \begin_inset space \textvisiblespace{}
17420 \end_inset
17421
17422
17423 \series default
17424 AbC
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\mathsf{AbC}$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 Alt+Z S
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 mathtt
17459 \series bold
17460
17461 \begin_inset space \textvisiblespace{}
17462 \end_inset
17463
17464
17465 \series default
17466 AbC
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\mathtt{AbC}$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 Alt+Z C
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 </lyxtabular>
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Standard
17501 \begin_inset Note Greyedout
17502 status open
17503
17504 \begin_layout Plain Layout
17505
17506 \series bold
17507 Achtung:
17508 \series default
17509  Die Stile 
17510 \series bold
17511
17512 \backslash
17513 mathbb
17514 \series default
17515  und 
17516 \series bold
17517
17518 \backslash
17519 mathcal
17520 \series default
17521  können nur für Großbuchstaben verwendet werden.
17522 \end_layout
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Voreingestellt ist der Stil 
17531 \series bold
17532
17533 \backslash
17534 mathnormal
17535 \series default
17536 .
17537 \end_layout
17538
17539 \begin_layout Standard
17540 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17541 \begin_inset Formula 
17542 \[
17543 \mathfrak{A=\frac{b}{C}}
17544 \]
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Standard
17552 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
17553 ile, sondern in dem Textschriftstil 
17554 \series bold
17555
17556 \backslash
17557 textrm
17558 \series default
17559 .
17560  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
17561  ein Fehler in LyX.
17562 \begin_inset Foot
17563 status collapsed
17564
17565 \begin_layout Plain Layout
17566 \begin_inset CommandInset href
17567 LatexCommand href
17568 name "LyX-Fehler #4629"
17569 target "http://www.lyx.org/trac/ticket/4629"
17570
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \begin_layout Standard
17582 Anstelle der Stilbefehle kann man auch den Dialog 
17583 \family sans
17584 Bearbeiten\SpecialChar \menuseparator
17585 Mathe\SpecialChar \menuseparator
17586 Text-Stil
17587 \family default
17588  oder den Mathe-Werkzeugleistenknopf 
17589 \begin_inset Graphics
17590         filename ../../images/math/font.png
17591         scale 85
17592
17593 \end_inset
17594
17595  verwenden.
17596 \end_layout
17597
17598 \begin_layout Subsection
17599 Fett gedruckte Formeln
17600 \begin_inset CommandInset label
17601 LatexCommand label
17602 name "sub:Fett-gedruckte-Formeln"
17603
17604 \end_inset
17605
17606
17607 \begin_inset Index idx
17608 status collapsed
17609
17610 \begin_layout Plain Layout
17611 Formel ! fett gedruckte
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
17621  Kapitel angegebenen Befehl 
17622 \series bold
17623
17624 \backslash
17625 mathbf
17626 \series default
17627  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
17628  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
17629  Formel gut erkennt:
17630 \end_layout
17631
17632 \begin_layout Standard
17633 \begin_inset Formula 
17634 \[
17635 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
17636 \]
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 Um die Formel korrekt darzustellen, verwendet man den Befehl 
17645 \series bold
17646
17647 \backslash
17648 boldsymbol
17649 \series default
17650 :
17651 \begin_inset Formula 
17652 \[
17653 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
17654 \]
17655
17656 \end_inset
17657
17658 Es gibt auch die Möglichkeit die Formel in eine 
17659 \series bold
17660 boldmath-Umgebung
17661 \series default
17662  zu setzen.
17663  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
17664 \series bold
17665
17666 \backslash
17667 boldmath
17668 \series default
17669
17670 \begin_inset Index idx
17671 status collapsed
17672
17673 \begin_layout Plain Layout
17674 Befehle ! B ! 
17675 \backslash
17676 boldmath
17677 \end_layout
17678
17679 \end_inset
17680
17681  eingibt.
17682  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
17683 \series bold
17684
17685 \backslash
17686 unboldmath
17687 \series default
17688
17689 \begin_inset Index idx
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693 Befehle ! U ! 
17694 \backslash
17695 unboldmath
17696 \end_layout
17697
17698 \end_inset
17699
17700  ein.
17701 \begin_inset ERT
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705
17706
17707 \backslash
17708 boldmath 
17709 \end_layout
17710
17711 \end_inset
17712
17713
17714 \begin_inset Formula 
17715 \[
17716 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
17717 \]
17718
17719 \end_inset
17720
17721
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 unboldmath 
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Subsection
17738 Farbige Formeln
17739 \begin_inset Index idx
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743 Formel ! farbige
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
17753  oder Formelteile und verwenden dann den 
17754 \family sans
17755 Textstil
17756 \family default
17757  Dialog.
17758  Hier ist eine Formel in Magenta:
17759 \begin_inset Formula 
17760 \[
17761 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17762 \]
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 Man kann auch eigene Farben definieren, wie in 
17771 \begin_inset CommandInset ref
17772 LatexCommand ref
17773 reference "sub:Farbige-Boxen"
17774
17775 \end_inset
17776
17777  erklärt ist.
17778  Diese können dann mit dem TeX-Code Befehl 
17779 \series bold
17780
17781 \backslash
17782 textcolor
17783 \series default
17784
17785 \begin_inset Index idx
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789 Befehle! T ! 
17790 \backslash
17791 textcolor
17792 \end_layout
17793
17794 \end_inset
17795
17796  verwendet werden, dass folgendes Schema besitzt:
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \series bold
17802
17803 \backslash
17804 textcolor{Farbe}{Zeichen oder Formel}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
17809 \end_layout
17810
17811 \begin_layout Standard
17812 \begin_inset ERT
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816
17817
17818 \backslash
17819 textcolor{dunkelgruen}{
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \begin_inset Formula 
17826 \[
17827 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17828 \]
17829
17830 \end_inset
17831
17832
17833 \begin_inset ERT
17834 status collapsed
17835
17836 \begin_layout Plain Layout
17837
17838 }
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \begin_layout Standard
17847 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
17848 n Farben gefärbt werden.
17849 \begin_inset Foot
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853 \begin_inset CommandInset href
17854 LatexCommand href
17855 name "LyX-bug #5269"
17856 target "http://www.lyx.org/trac/ticket/5269"
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Subsection
17869 Schriftgrößen
17870 \begin_inset CommandInset label
17871 LatexCommand label
17872 name "sub:Schriftgrößen"
17873
17874 \end_inset
17875
17876
17877 \begin_inset Index idx
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881 Schriften ! Schriftgrößen
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \begin_layout Standard
17890 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
17891 le:
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897
17898 \backslash
17899 Huge
17900 \series default
17901
17902 \series bold
17903
17904 \backslash
17905 huge
17906 \series default
17907
17908 \series bold
17909
17910 \backslash
17911 LARGE
17912 \series default
17913
17914 \series bold
17915
17916 \backslash
17917 Large
17918 \series default
17919
17920 \series bold
17921
17922 \backslash
17923 large
17924 \series default
17925
17926 \series bold
17927
17928 \backslash
17929 normalsize
17930 \series default
17931
17932 \series bold
17933
17934 \backslash
17935 small
17936 \series default
17937
17938 \series bold
17939
17940 \backslash
17941 footnotesize
17942 \series default
17943 ,
17944 \begin_inset Newline linebreak
17945 \end_inset
17946
17947
17948 \series bold
17949
17950 \backslash
17951 scriptsize
17952 \series default
17953  und 
17954 \series bold
17955
17956 \backslash
17957 tiny
17958 \end_layout
17959
17960 \begin_layout Standard
17961 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
17962  ab, die dem Befehl 
17963 \series bold
17964
17965 \backslash
17966 normalsize
17967 \series default
17968  entspricht.
17969  Die anderen Befehle produzieren kleinere oder größere Schriften als 
17970 \series bold
17971
17972 \backslash
17973 normalsize
17974 \series default
17975 .
17976  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
17977  Beträgt z.
17978 \begin_inset space \thinspace{}
17979 \end_inset
17980
17981 B.
17982  die Dokumentschriftgröße 12
17983 \begin_inset space \thinspace{}
17984 \end_inset
17985
17986 pt, produziert der Befehl 
17987 \series bold
17988
17989 \backslash
17990 Huge
17991 \series default
17992  dasselbe wie 
17993 \series bold
17994
17995 \backslash
17996 huge
17997 \series default
17998 .
17999  
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18004  Größe aller nachfolgenden Formel- und Textzeichen fest.
18005  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18006  TeX-Modus den Befehl 
18007 \series bold
18008
18009 \backslash
18010 normalsize
18011 \series default
18012  ein.
18013 \end_layout
18014
18015 \begin_layout Standard
18016 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18017  werden:
18018 \end_layout
18019
18020 \begin_layout Standard
18021 \noindent
18022 \align center
18023 \begin_inset Tabular
18024 <lyxtabular version="3" rows="5" columns="2">
18025 <features rotate="0" tabularvalignment="middle">
18026 <column alignment="center" valignment="top">
18027 <column alignment="center" valignment="top">
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 Befehl
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 Ergebnis
18043 \begin_inset Note Note
18044 status collapsed
18045
18046 \begin_layout Plain Layout
18047
18048 \series bold
18049
18050 \backslash
18051 raisebox
18052 \series default
18053  dient nur als Abstandhalter.
18054 \end_layout
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 </row>
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069
18070 \backslash
18071 displaystyle
18072 \begin_inset Index idx
18073 status collapsed
18074
18075 \begin_layout Plain Layout
18076 Befehle ! D ! 
18077 \backslash
18078 displaystyle
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 </row>
18101 <row>
18102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \backslash
18108 textstyle
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \backslash
18133 scriptstyle
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 </row>
18151 <row>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156
18157 \backslash
18158 scriptscriptstyle
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 </row>
18176 </lyxtabular>
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18185  in das die Formelteile eingegeben werden.
18186 \end_layout
18187
18188 \begin_layout Standard
18189 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18190  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18191  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18192  eingegeben.
18193  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18194  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18195  Dazu zwei Beispiele:
18196 \begin_inset VSpace -2mm
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 \begin_inset ERT
18204 status collapsed
18205
18206 \begin_layout Plain Layout
18207
18208
18209 \backslash
18210 huge 
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \begin_inset Formula 
18217 \[
18218 A=\frac{B}{c}\cdot\maltese
18219 \]
18220
18221 \end_inset
18222
18223
18224 \begin_inset Formula 
18225 \[
18226 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18227 \]
18228
18229 \end_inset
18230
18231
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 normalsize 
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Standard
18248 \begin_inset VSpace medskip
18249 \end_inset
18250
18251 Vor beiden Formeln wurde der Befehl 
18252 \series bold
18253
18254 \backslash
18255 huge
18256 \series default
18257  eingegeben.
18258  Der Befehl für die zweite Formel lautet:
18259 \begin_inset Newline newline
18260 \end_inset
18261
18262
18263 \series bold
18264
18265 \backslash
18266 maltese
18267 \begin_inset space \textvisiblespace{}
18268 \end_inset
18269
18270 A M-m m 
18271 \backslash
18272 Large
18273 \begin_inset space \textvisiblespace{}
18274 \end_inset
18275
18276
18277 \backslash
18278 maltese
18279 \begin_inset space \textvisiblespace{}
18280 \end_inset
18281
18282
18283 \backslash
18284 textit
18285 \begin_inset space \textvisiblespace{}
18286 \end_inset
18287
18288 A
18289 \begin_inset Formula $\to$
18290 \end_inset
18291
18292
18293 \begin_inset Formula $\to$
18294 \end_inset
18295
18296
18297 \begin_inset Newline newline
18298 \end_inset
18299
18300
18301 \begin_inset space \hspace*{}
18302 \length 1cm
18303 \end_inset
18304
18305 M-m
18306 \series default
18307  
18308 \series bold
18309
18310 \backslash
18311 tiny
18312 \begin_inset space \textvisiblespace{}
18313 \end_inset
18314
18315
18316 \backslash
18317 maltese
18318 \begin_inset space \textvisiblespace{}
18319 \end_inset
18320
18321
18322 \backslash
18323 textit
18324 \begin_inset space \textvisiblespace{}
18325 \end_inset
18326
18327 A
18328 \end_layout
18329
18330 \begin_layout Standard
18331 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18332  immer in der Standardgröße dargestellt.
18333 \end_layout
18334
18335 \begin_layout Section
18336 Griechische Buchstaben
18337 \begin_inset Index idx
18338 status collapsed
18339
18340 \begin_layout Plain Layout
18341 griechische Buchstaben
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18351  
18352 \begin_inset Graphics
18353         filename ../../images/math/alpha.png
18354         scale 85
18355
18356 \end_inset
18357
18358  eingefügt werden.
18359  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18360  in Formeln aufrecht gesetzt werden.
18361  In einigen Sprachen, wie z.
18362 \begin_inset space \thinspace{}
18363 \end_inset
18364
18365 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18366 \end_layout
18367
18368 \begin_layout Subsection
18369 Kleine Buchstaben
18370 \begin_inset Index idx
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 griechische Buchstaben ! kleine
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 \begin_inset space \hfill{}
18384 \end_inset
18385
18386
18387 \begin_inset Tabular
18388 <lyxtabular version="3" rows="11" columns="2">
18389 <features rotate="0" tabularvalignment="middle">
18390 <column alignment="center" valignment="top" width="0pt">
18391 <column alignment="center" valignment="top" width="0pt">
18392 <row>
18393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 Befehl
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 Ergebnis
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 </row>
18412 <row>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417
18418 \backslash
18419 alpha
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 \begin_inset Formula $\alpha$
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 </row>
18437 <row>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442
18443 \backslash
18444 beta
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 \begin_inset Formula $\beta$
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \backslash
18469 gamma
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 \begin_inset Formula $\gamma$
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \backslash
18494 delta
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 \begin_inset Formula $\delta$
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 <row>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517
18518 \backslash
18519 epsilon
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 \begin_inset Formula $\epsilon$
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 <row>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \backslash
18544 varepsilon
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 \begin_inset Formula $\varepsilon$
18554 \end_inset
18555
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 </row>
18562 <row>
18563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567
18568 \backslash
18569 zeta
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 \begin_inset Formula $\zeta$
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 </row>
18587 <row>
18588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592
18593 \backslash
18594 eta
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 \begin_inset Formula $\eta$
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \backslash
18619 theta
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Formula $\theta$
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 </row>
18637 <row>
18638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \backslash
18644 vartheta
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 \begin_inset Formula $\vartheta$
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 </lyxtabular>
18663
18664 \end_inset
18665
18666
18667 \begin_inset space \hfill{}
18668 \end_inset
18669
18670
18671 \begin_inset Tabular
18672 <lyxtabular version="3" rows="12" columns="2">
18673 <features rotate="0" tabularvalignment="middle">
18674 <column alignment="center" valignment="top" width="0pt">
18675 <column alignment="center" valignment="top" width="0pt">
18676 <row>
18677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 Befehl
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 Ergebnis
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 <row>
18697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701
18702 \backslash
18703 iota
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 \begin_inset Formula $\iota$
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row>
18722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \backslash
18728 kappa
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Formula $\kappa$
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \backslash
18753 varkappa
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 \begin_inset Formula $\varkappa$
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \backslash
18778 lambda
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Formula $\lambda$
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \backslash
18803 mu
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 \begin_inset Formula $\mu$
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 <row>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \backslash
18828 nu
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 \begin_inset Formula $\nu$
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 </row>
18846 <row>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \backslash
18853 xi
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 \begin_inset Formula $\xi$
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 </row>
18871 <row>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 o
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 \begin_inset Formula $o$
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \backslash
18901 pi
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 \begin_inset Formula $\pi$
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 </row>
18919 <row>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924
18925 \backslash
18926 varpi
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 \begin_inset Formula $\varpi$
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 </row>
18944 <row>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \backslash
18951 rho
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 \begin_inset Formula $\rho$
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 </row>
18969 </lyxtabular>
18970
18971 \end_inset
18972
18973
18974 \begin_inset space \hfill{}
18975 \end_inset
18976
18977
18978 \begin_inset Tabular
18979 <lyxtabular version="3" rows="11" columns="2">
18980 <features rotate="0" tabularvalignment="middle">
18981 <column alignment="center" valignment="top" width="0pt">
18982 <column alignment="center" valignment="top" width="0pt">
18983 <row>
18984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 Befehl
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 Ergebnis
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 </row>
19003 <row>
19004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \backslash
19010 varrho
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 \begin_inset Formula $\varrho$
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 </row>
19028 <row>
19029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033
19034 \backslash
19035 sigma
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 \begin_inset Formula $\sigma$
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 <row>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \backslash
19060 varsigma
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 \begin_inset Formula $\varsigma$
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 <row>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \backslash
19085 tau
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 \begin_inset Formula $\tau$
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 <row>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \backslash
19110 upsilon
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 \begin_inset Formula $\upsilon$
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 <row>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \backslash
19135 phi
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144 \begin_inset Formula $\phi$
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 <row>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158
19159 \backslash
19160 varphi
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 \begin_inset Formula $\varphi$
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 </row>
19178 <row>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \backslash
19185 chi
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 \begin_inset Formula $\chi$
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \backslash
19210 psi
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 \begin_inset Formula $\psi$
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \backslash
19235 omega
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula $\omega$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 </lyxtabular>
19254
19255 \end_inset
19256
19257
19258 \begin_inset space \hfill{}
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \begin_layout Standard
19265 \begin_inset VSpace medskip
19266 \end_inset
19267
19268 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19269 \begin_inset CommandInset ref
19270 LatexCommand ref
19271 reference "sub:Aufrechte-kleine-griechische"
19272
19273 \end_inset
19274
19275  beschrieben.
19276 \end_layout
19277
19278 \begin_layout Subsection
19279 Große Buchstaben
19280 \begin_inset Index idx
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 griechische Buchstaben ! große
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Standard
19293 \begin_inset space \hfill{}
19294 \end_inset
19295
19296
19297 \begin_inset Tabular
19298 <lyxtabular version="3" rows="7" columns="2">
19299 <features rotate="0" tabularvalignment="middle">
19300 <column alignment="center" valignment="top" width="0pt">
19301 <column alignment="center" valignment="top" width="0pt">
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 Befehl
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 Ergebnis
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \backslash
19329 Gamma
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 \begin_inset Formula $\Gamma$
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352
19353 \backslash
19354 Delta
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Formula $\Delta$
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 <row>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \backslash
19379 Theta
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula $\Theta$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 Lambda
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\Lambda$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 Xi
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\Xi$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 Pi
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula $\Pi$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 </lyxtabular>
19473
19474 \end_inset
19475
19476
19477 \begin_inset space \hfill{}
19478 \end_inset
19479
19480
19481 \begin_inset Tabular
19482 <lyxtabular version="3" rows="6" columns="2">
19483 <features rotate="0" tabularvalignment="middle">
19484 <column alignment="center" valignment="top" width="0pt">
19485 <column alignment="center" valignment="top" width="0pt">
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 Befehl
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 Ergebnis
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \backslash
19513 Sigma
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $\Sigma$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 Upsilon
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\Upsilon$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 Phi
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\Phi$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 Psi
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\Psi$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 Omega
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\Omega$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 </lyxtabular>
19632
19633 \end_inset
19634
19635
19636 \begin_inset space \hfill{}
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 \begin_inset VSpace medskip
19644 \end_inset
19645
19646 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
19647  geschuldet, der während der Entwicklung von TeX gemacht wurde.
19648  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
19649  mit 
19650 \series bold
19651 var
19652 \series default
19653 .
19654  So ergibt z.
19655 \begin_inset space \thinspace{}
19656 \end_inset
19657
19658 B.
19659  der Befehl 
19660 \series bold
19661
19662 \backslash
19663 varGamma
19664 \series default
19665  
19666 \begin_inset Formula $\varGamma$
19667 \end_inset
19668
19669 .
19670  Eine andere Methode ist das Laden des Pakets 
19671 \series bold
19672 fixmath
19673 \series default
19674
19675 \begin_inset Foot
19676 status collapsed
19677
19678 \begin_layout Plain Layout
19679
19680 \series bold
19681 fixmath
19682 \series default
19683  ist Teil des LaTeX-Paketes 
19684 \series bold
19685 was
19686 \series default
19687
19688 \begin_inset Index idx
19689 status collapsed
19690
19691 \begin_layout Plain Layout
19692 Pakete ! was
19693 \begin_inset ERT
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697
19698
19699 \backslash
19700 vspace{4mm}
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \end_inset
19709
19710 .
19711 \end_layout
19712
19713 \end_inset
19714
19715
19716 \begin_inset Index idx
19717 status collapsed
19718
19719 \begin_layout Plain Layout
19720 Pakete ! fixmath
19721 \end_layout
19722
19723 \end_inset
19724
19725  mit der LaTeX-Vorspannzeile
19726 \end_layout
19727
19728 \begin_layout Standard
19729
19730 \series bold
19731
19732 \backslash
19733 usepackage{fixmath}
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
19738  kursiv ausgegeben.
19739 \end_layout
19740
19741 \begin_layout Subsection
19742 Fett gedruckte Buchstaben
19743 \begin_inset Index idx
19744 status collapsed
19745
19746 \begin_layout Plain Layout
19747 griechische Buchstaben ! fett gedruckte
19748 \end_layout
19749
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \begin_layout Standard
19756 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
19757  Schriftstilen darstellen.
19758  Es besteht nur die Möglichkeit, sie mit dem Befehl 
19759 \series bold
19760
19761 \backslash
19762 boldsymbol
19763 \series default
19764
19765 \begin_inset Index idx
19766 status collapsed
19767
19768 \begin_layout Plain Layout
19769 Befehle ! B ! 
19770 \backslash
19771 boldsymbol
19772 \end_layout
19773
19774 \end_inset
19775
19776  fett gedruckt auszugeben.
19777 \end_layout
19778
19779 \begin_layout Standard
19780 \align center
19781 \begin_inset Tabular
19782 <lyxtabular version="3" rows="3" columns="2">
19783 <features rotate="0" tabularvalignment="middle">
19784 <column alignment="center" valignment="top">
19785 <column alignment="center" valignment="top">
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 Befehl
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 Ergebnis
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 </row>
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \backslash
19813 Upsilon
19814 \backslash
19815 boldsymbol
19816 \backslash
19817 Upsilon
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 <row>
19836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840
19841 \backslash
19842 theta
19843 \backslash
19844 boldsymbol
19845 \backslash
19846 theta
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\theta\boldsymbol{\theta}$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 </lyxtabular>
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Section
19872 Symbole
19873 \begin_inset ERT
19874 status collapsed
19875
19876 \begin_layout Plain Layout
19877
19878
19879 \backslash
19880 texorpdfstring{
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \begin_inset Foot
19887 status collapsed
19888
19889 \begin_layout Plain Layout
19890 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
19891  
19892 \begin_inset CommandInset citation
19893 LatexCommand cite
19894 key "Symbole"
19895
19896 \end_inset
19897
19898 .
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \begin_inset ERT
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908
19909 }{}
19910 \end_layout
19911
19912 \end_inset
19913
19914
19915 \begin_inset Note Note
19916 status collapsed
19917
19918 \begin_layout Plain Layout
19919
19920 \series bold
19921
19922 \backslash
19923 texorpdfstring
19924 \series default
19925  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
19926 \end_layout
19927
19928 \begin_layout Plain Layout
19929 Näheres zu 
19930 \series bold
19931
19932 \backslash
19933 texorpdfstring
19934 \series default
19935  steht in Kapitel 
19936 \begin_inset CommandInset ref
19937 LatexCommand ref
19938 reference "sub:Formeln-in-Überschriften"
19939
19940 \end_inset
19941
19942 .
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \begin_inset Index idx
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952 Symbole
19953 \end_layout
19954
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \begin_layout Standard
19961 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
19962
19963 leistenknöpfe 
19964 \begin_inset Graphics
19965         filename ../../images/math/nabla.png
19966         scale 85
19967
19968 \end_inset
19969
19970  und 
19971 \begin_inset Graphics
19972         filename ../../images/math/digamma.png
19973         scale 85
19974
19975 \end_inset
19976
19977  eingefügt werden.
19978 \end_layout
19979
19980 \begin_layout Subsection
19981 Mathematische Symbole
19982 \begin_inset CommandInset label
19983 LatexCommand label
19984 name "sub:Mathematische-Symbole"
19985
19986 \end_inset
19987
19988
19989 \begin_inset Index idx
19990 status collapsed
19991
19992 \begin_layout Plain Layout
19993 Symbole ! mathematische
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Standard
20002 \begin_inset space \hfill{}
20003 \end_inset
20004
20005
20006 \begin_inset Tabular
20007 <lyxtabular version="3" rows="10" columns="2">
20008 <features rotate="0" tabularvalignment="middle">
20009 <column alignment="center" valignment="top" width="0pt">
20010 <column alignment="center" valignment="top" width="0pt">
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 Befehl
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 Ergebnis
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 neg
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\neg$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 Im
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\Im$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 Re
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\Re$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 aleph
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\aleph$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \backslash
20138 partial
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Formula $\partial$
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 infty
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\infty$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 wp
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\wp$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \backslash
20213 imath
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $\imath$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 jmath
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\jmath$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 </lyxtabular>
20257
20258 \end_inset
20259
20260
20261 \begin_inset space \hfill{}
20262 \end_inset
20263
20264
20265 \begin_inset Tabular
20266 <lyxtabular version="3" rows="10" columns="2">
20267 <features rotate="0" tabularvalignment="middle">
20268 <column alignment="center" valignment="top" width="0pt">
20269 <column alignment="center" valignment="top" width="0pt">
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 Befehl
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 Ergebnis
20285 \begin_inset Note Note
20286 status collapsed
20287
20288 \begin_layout Plain Layout
20289
20290 \series bold
20291
20292 \backslash
20293 raisebox
20294 \series default
20295  dient nur als Abstandhalter.
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 forall
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\forall$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 exists
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\exists$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 nexists
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\nexists$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 emptyset
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\emptyset$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \backslash
20413 varnothing
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 \begin_inset Formula $\varnothing$
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \backslash
20438 dag
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset Formula $\dag$
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 </row>
20456 <row>
20457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461
20462 \backslash
20463 ddag
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset Formula $\ddag$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \backslash
20488 complement
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset ERT
20498 status collapsed
20499
20500 \begin_layout Plain Layout
20501
20502
20503 \backslash
20504 raisebox{-0.8mm}{
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \begin_inset Formula $\complement$
20511 \end_inset
20512
20513
20514 \begin_inset ERT
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518
20519 }
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 Bbbk
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\Bbbk$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 </lyxtabular>
20556
20557 \end_inset
20558
20559
20560 \begin_inset space \hfill{}
20561 \end_inset
20562
20563
20564 \begin_inset Tabular
20565 <lyxtabular version="3" rows="10" columns="2">
20566 <features rotate="0" tabularvalignment="middle">
20567 <column alignment="center" valignment="top" width="0pt">
20568 <column alignment="center" valignment="top" width="0pt">
20569 <row>
20570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 Befehl
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 Ergebnis
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 <row>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594
20595 \backslash
20596 prime
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\prime$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \backslash
20621 backprime
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 \begin_inset Formula $\backprime$
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 <row>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644
20645 \backslash
20646 mho
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\mho$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 <row>
20665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \backslash
20671 triangle
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680 \begin_inset Formula $\triangle$
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 </row>
20689 <row>
20690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694
20695 \backslash
20696 angle
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 \begin_inset Formula $\angle$
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 </row>
20714 <row>
20715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719
20720 \backslash
20721 measuredangle
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730 \begin_inset Formula $\measuredangle$
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \backslash
20746 sphericalangle
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Formula $\sphericalangle$
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 top
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\top$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 bot
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\bot$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 </lyxtabular>
20815
20816 \end_inset
20817
20818
20819 \begin_inset space \hfill{}
20820 \end_inset
20821
20822
20823 \end_layout
20824
20825 \begin_layout Subsection
20826 Sonstige Symbole
20827 \begin_inset CommandInset label
20828 LatexCommand label
20829 name "sub:Sonstige-Symbole"
20830
20831 \end_inset
20832
20833
20834 \begin_inset Index idx
20835 status collapsed
20836
20837 \begin_layout Plain Layout
20838 Symbole ! sonstige
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 \begin_inset VSpace -7mm
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 \noindent
20855 \align center
20856 \begin_inset Tabular
20857 <lyxtabular version="3" rows="10" columns="2">
20858 <features rotate="0" tabularvalignment="middle">
20859 <column alignment="center" valignment="top" width="0pt">
20860 <column alignment="center" valignment="top" width="0pt">
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 Befehl
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 Ergebnis
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 </row>
20881 <row>
20882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886
20887 \backslash
20888 flat
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897 \begin_inset Formula $\flat$
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \backslash
20913 natural
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 \begin_inset Formula $\natural$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 </row>
20931 <row>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936
20937 \backslash
20938 sharp
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 \begin_inset Formula $\sharp$
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 </row>
20956 <row>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961
20962 \backslash
20963 surd
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 \begin_inset Formula $\surd$
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \backslash
20988 checkmark
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 \begin_inset Formula $\checkmark$
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 </row>
21006 <row>
21007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011
21012 \backslash
21013 yen
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022 \begin_inset Formula $\yen$
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \backslash
21038 pounds
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\pounds$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 $
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 \begin_inset Formula $\$$
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 §
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $§$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 </lyxtabular>
21103
21104 \end_inset
21105
21106
21107 \begin_inset Tabular
21108 <lyxtabular version="3" rows="10" columns="2">
21109 <features rotate="0" tabularvalignment="middle">
21110 <column alignment="center" valignment="top">
21111 <column alignment="center" valignment="top">
21112 <row>
21113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 Befehl
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 Ergebnis
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 <row>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \backslash
21139 hbar
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $\hbar$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \backslash
21164 hslash
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\hslash$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 clubsuit
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\clubsuit$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 spadesuit
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\spadesuit$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 bigstar
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\bigstar$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 blacklozenge
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\blacklozenge$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 blacktriangle
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\blacktriangle$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 blacktiangledown
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\blacktriangledown$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 bullet
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\bullet$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 </lyxtabular>
21358
21359 \end_inset
21360
21361
21362 \begin_inset Tabular
21363 <lyxtabular version="3" rows="10" columns="2">
21364 <features rotate="0" tabularvalignment="middle">
21365 <column alignment="center" valignment="top" width="0pt">
21366 <column alignment="center" valignment="top" width="0pt">
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 Befehl
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 Ergebnis
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 diamondsuit
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\diamondsuit$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 Diamond
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\Diamond$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 heartsuit
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\heartsuit$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 P
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\P$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 copyright
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\copyright$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 circledR
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\circledR$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 maltese
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\maltese$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 diagup
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\diagup$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 diagdown
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\diagdown$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 </lyxtabular>
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \begin_layout Standard
21620 \begin_inset VSpace medskip
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
21628  
21629 \begin_inset CommandInset ref
21630 LatexCommand ref
21631 reference "sub:Schriftgrößen"
21632
21633 \end_inset
21634
21635 .
21636 \end_layout
21637
21638 \begin_layout Subsection
21639 Das Euro-Symbol €
21640 \begin_inset Index idx
21641 status collapsed
21642
21643 \begin_layout Plain Layout
21644 Symbole ! Euro-Symbol
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \begin_inset Index idx
21651 status collapsed
21652
21653 \begin_layout Plain Layout
21654
21655 \backslash
21656 @
21657 \begin_inset ERT
21658 status collapsed
21659
21660 \begin_layout Plain Layout
21661
21662
21663 \backslash
21664 officialeuro
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \begin_layout Standard
21678 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
21679
21680 \series bold
21681 eurosym
21682 \series default
21683
21684 \begin_inset Index idx
21685 status collapsed
21686
21687 \begin_layout Plain Layout
21688 Pakete ! eurosym
21689 \end_layout
21690
21691 \end_inset
21692
21693  installieren und dieses mit der LaTeX-Vorspannzeile
21694 \end_layout
21695
21696 \begin_layout Standard
21697
21698 \series bold
21699
21700 \backslash
21701 usepackage[gennarrow]{eurosym}
21702 \end_layout
21703
21704 \begin_layout Standard
21705 aktivieren.
21706  Das Euro-Symbol kann man nun mit dem Befehl 
21707 \series bold
21708
21709 \backslash
21710 euro
21711 \series default
21712
21713 \begin_inset Index idx
21714 status collapsed
21715
21716 \begin_layout Plain Layout
21717 Befehle ! E ! 
21718 \backslash
21719 euro
21720 \end_layout
21721
21722 \end_inset
21723
21724  aufrufen.
21725 \end_layout
21726
21727 \begin_layout Standard
21728 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
21729  eingeben, ohne 
21730 \series bold
21731 eurosym
21732 \series default
21733  installiert zu haben.
21734  Ist 
21735 \series bold
21736 eurosym
21737 \series default
21738  installiert, kann man 
21739 \series bold
21740
21741 \backslash
21742 euro
21743 \series default
21744  auch im TeX-Modus eingeben.
21745  Das offizielle Währungssymbol erhält man dann über den Befehl 
21746 \series bold
21747
21748 \backslash
21749 officialeuro
21750 \series default
21751
21752 \begin_inset Index idx
21753 status collapsed
21754
21755 \begin_layout Plain Layout
21756 Befehle ! O ! 
21757 \backslash
21758 officialeuro
21759 \end_layout
21760
21761 \end_inset
21762
21763 , der nur im TeX-Modus verfügbar ist.
21764 \end_layout
21765
21766 \begin_layout Standard
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771
21772
21773 \backslash
21774 ifeurosym 
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \begin_inset Note Note
21781 status open
21782
21783 \begin_layout Plain Layout
21784 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
21785 \series bold
21786 eurosym
21787 \series default
21788  installiert ist:
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797 Eine Übersicht der verschiedenen Euro-Symbole:
21798 \end_layout
21799
21800 \begin_layout Standard
21801 \align center
21802 \begin_inset Tabular
21803 <lyxtabular version="3" rows="4" columns="3">
21804 <features rotate="0" tabularvalignment="middle">
21805 <column alignment="center" valignment="top" width="0pt">
21806 <column alignment="center" valignment="top" width="0pt">
21807 <column alignment="center" valignment="top" width="0pt">
21808 <row>
21809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 Befehl 
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 Ergebnis
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 </row>
21837 <row>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 Formel
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \backslash
21853 euro
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\euro$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 mathematischer Text
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Formula $\mbox{€}$
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908 TeX-Modus
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \backslash
21919 officialeuro
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933
21934 \backslash
21935 officialeuro
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 </lyxtabular>
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Standard
21954 \begin_inset ERT
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958
21959
21960 \backslash
21961 else 
21962 \end_layout
21963
21964 \end_inset
21965
21966
21967 \begin_inset Note Note
21968 status open
21969
21970 \begin_layout Plain Layout
21971 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
21972 \series bold
21973 eurosym
21974 \series default
21975  nicht installiert ist:
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 Das LaTeX-Paket 
21985 \series bold
21986 eurosym 
21987 \series default
21988 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
21989 \end_layout
21990
21991 \begin_layout Standard
21992 \begin_inset ERT
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996
21997
21998 \backslash
21999 fi 
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \begin_layout Section
22008 Relationen
22009 \begin_inset CommandInset label
22010 LatexCommand label
22011 name "sec:Relationen"
22012
22013 \end_inset
22014
22015
22016 \begin_inset Index idx
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020 Relationen
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \begin_inset Index idx
22027 status collapsed
22028
22029 \begin_layout Plain Layout
22030 Vergleiche|see
22031 \begin_inset ERT
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035
22036 {
22037 \end_layout
22038
22039 \end_inset
22040
22041 Relationen
22042 \begin_inset ERT
22043 status collapsed
22044
22045 \begin_layout Plain Layout
22046
22047 }
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \begin_layout Standard
22061 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22062  
22063 \begin_inset Graphics
22064         filename ../../images/math/leq.png
22065         scale 85
22066
22067 \end_inset
22068
22069  eingefügt werden.
22070 \end_layout
22071
22072 \begin_layout Standard
22073 \begin_inset space \hfill{}
22074 \end_inset
22075
22076
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="17" columns="2">
22079 <features rotate="0" tabularvalignment="middle">
22080 <column alignment="center" valignment="top" width="0pt">
22081 <column alignment="center" valignment="top" width="0pt">
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 Befehl
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 Ergebnis
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 <
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $<$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 le
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\le$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \backslash
22157 ll
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\ll$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 prec
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\prec$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 preceq
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\preceq$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 subset
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\subset$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 subseteq
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\subseteq$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 sqsubseteq
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\sqsubseteq$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 in
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\in$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 vdash
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\vdash$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 smile
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\smile$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 lhd
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\lhd$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 unlhd
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\unlhd$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 gtrless
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\gtrless$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 mid
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\mid$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 nmid
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\nmid$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 </lyxtabular>
22501
22502 \end_inset
22503
22504
22505 \begin_inset space \hfill{}
22506 \end_inset
22507
22508
22509 \begin_inset Tabular
22510 <lyxtabular version="3" rows="17" columns="2">
22511 <features rotate="0" tabularvalignment="middle">
22512 <column alignment="center" valignment="top" width="0pt">
22513 <column alignment="center" valignment="top" width="0pt">
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 Befehl
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 Ergebnis
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 =
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $=$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \backslash
22564 not=
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\not=$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 equiv
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\equiv$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 sim
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\sim$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 simeq
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\simeq$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 approx
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\approx$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 cong
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\cong$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 bowtie
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\bowtie$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 notin
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\notin$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 perp
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\perp$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 propto
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\propto$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 asymp
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\asymp$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 doteq
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\doteq$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 circeq
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\circeq$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 models
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\models$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 widehat=
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\widehat{=}$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 </lyxtabular>
22933
22934 \end_inset
22935
22936
22937 \begin_inset space \hfill{}
22938 \end_inset
22939
22940
22941 \begin_inset Tabular
22942 <lyxtabular version="3" rows="17" columns="2">
22943 <features rotate="0" tabularvalignment="middle">
22944 <column alignment="center" valignment="top" width="0pt">
22945 <column alignment="center" valignment="top" width="0pt">
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 Befehl
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 Ergebnis
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 >
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Formula $>$
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \backslash
22996 ge
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $\ge$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 gg
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\gg$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 succ
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\succ$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 succeq
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\succeq$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 supset
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\supset$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 supseteq
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\supseteq$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 sqsupseteq
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\sqsupseteq$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 ni
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\ni$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 dashv
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\dashv$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 frown
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\frown$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 rhd
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\rhd$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 unrhd
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\unrhd$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 lessgtr
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\lessgtr$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 parallel
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\parallel$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 nparallel
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\nparallel$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 </lyxtabular>
23365
23366 \end_inset
23367
23368
23369 \begin_inset space \hfill{}
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \begin_layout Standard
23376 \begin_inset VSpace medskip
23377 \end_inset
23378
23379 Die Zeichen 
23380 \series bold
23381
23382 \backslash
23383 lhd
23384 \series default
23385  bzw.
23386 \begin_inset space \space{}
23387 \end_inset
23388
23389
23390 \series bold
23391
23392 \backslash
23393 rhd
23394 \series default
23395  sind größer als die gleich aussehenden Operatoren
23396 \begin_inset Newline linebreak
23397 \end_inset
23398
23399
23400 \series bold
23401
23402 \backslash
23403 triangleleft
23404 \series default
23405  bzw.
23406 \begin_inset space \space{}
23407 \end_inset
23408
23409
23410 \series bold
23411
23412 \backslash
23413 triangleright
23414 \series default
23415 .
23416 \end_layout
23417
23418 \begin_layout Standard
23419 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23420 \end_layout
23421
23422 \begin_layout Standard
23423 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23424 \series bold
23425
23426 \backslash
23427 stackrel
23428 \series default
23429
23430 \begin_inset Index idx
23431 status collapsed
23432
23433 \begin_layout Plain Layout
23434 Befehle ! S ! 
23435 \backslash
23436 stackrel
23437 \end_layout
23438
23439 \end_inset
23440
23441  erstellt werden:
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \align center
23446 \begin_inset Tabular
23447 <lyxtabular version="3" rows="2" columns="2">
23448 <features rotate="0" tabularvalignment="middle">
23449 <column alignment="center" valignment="top">
23450 <column alignment="center" valignment="top">
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 Befehl
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 Ergebnis
23466 \begin_inset Note Note
23467 status collapsed
23468
23469 \begin_layout Plain Layout
23470
23471 \series bold
23472
23473 \backslash
23474 raisebox
23475 \series default
23476  dient nur als Abstandhalter.
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 A(r)
23493 \backslash
23494 stackrel
23495 \begin_inset space \textvisiblespace{}
23496 \end_inset
23497
23498 r
23499 \backslash
23500 to
23501 \backslash
23502 infty
23503 \begin_inset space \textvisiblespace{}
23504 \end_inset
23505
23506
23507 \begin_inset Formula $\downarrow$
23508 \end_inset
23509
23510
23511 \backslash
23512 approx
23513 \begin_inset space \textvisiblespace{}
23514 \end_inset
23515
23516
23517 \begin_inset space \textvisiblespace{}
23518 \end_inset
23519
23520 B
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 </lyxtabular>
23539
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \begin_layout Section
23546 Funktionen
23547 \end_layout
23548
23549 \begin_layout Subsection
23550 Vordefinierte Funktionen
23551 \begin_inset CommandInset label
23552 LatexCommand label
23553 name "sub:Vordefinierte-Funktionen"
23554
23555 \end_inset
23556
23557
23558 \begin_inset Index idx
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562 Funktionen ! vordefinierte
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 Allgemein werden in mathematischen Ausdrücken Variablen 
23572 \shape italic
23573 kursiv
23574 \shape default
23575  gesetzt, Funktionsnamen hingegen nicht, denn 
23576 \begin_inset Formula $sin$
23577 \end_inset
23578
23579  könnte als 
23580 \begin_inset Formula $s\cdot i\cdot n$
23581 \end_inset
23582
23583  missverstanden werden.
23584  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23585 en etwas abgesetzt sind.
23586  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23587 \end_layout
23588
23589 \begin_layout Standard
23590 \align center
23591 \begin_inset Tabular
23592 <lyxtabular version="3" rows="2" columns="4">
23593 <features rotate="0" tabularvalignment="middle">
23594 <column alignment="center" valignment="top" width="0pt">
23595 <column alignment="center" valignment="top" width="0pt">
23596 <column alignment="center" valignment="top" width="0pt">
23597 <column alignment="center" valignment="top" width="0pt">
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 Befehl
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 Ergebnis
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 Befehl
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 Ergebnis
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641 Asin(x)+B
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 \begin_inset Formula $Asin(x)+B$
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 A
23663 \backslash
23664 sin(x)+B
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $A\sin(x)+B$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 </lyxtabular>
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Standard
23690 Folgende Funktionen sind vordefiniert:
23691 \end_layout
23692
23693 \begin_layout Standard
23694 \begin_inset VSpace -2mm
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 \align center
23702 \begin_inset Tabular
23703 <lyxtabular version="3" rows="9" columns="4">
23704 <features rotate="0" tabularvalignment="middle">
23705 <column alignment="center" valignment="top" width="0pt">
23706 <column alignment="center" valignment="top" width="0pt">
23707 <column alignment="center" valignment="top" width="0pt">
23708 <column alignment="center" valignment="top" width="0pt">
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 Befehl
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 Befehl
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 Befehl
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 Befehl
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 sin
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 sinh
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 arcsin
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 sup
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 cos
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809
23810 \backslash
23811 cosh
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \backslash
23822 arccos
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831
23832 \backslash
23833 inf
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 tan
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 tanh
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 arctan
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 lim
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 cot
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 coth
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 arg
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 liminf
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 </row>
23931 <row>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936
23937 \backslash
23938 sec
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 min
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 deg
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 limsup
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \backslash
23984 csc
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 max
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004
24005 \backslash
24006 det
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015
24016 \backslash
24017 Pr
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028
24029 \backslash
24030 ln
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 exp
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050
24051 \backslash
24052 dim
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \backslash
24063 hom
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 lg
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 log
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 ker
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107
24108 \backslash
24109 gcd
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 </lyxtabular>
24116
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \begin_layout Standard
24123 Sie können auch über den Mathe-Werkzeugleistenknopf 
24124 \begin_inset Graphics
24125         filename ../../images/math/functions.png
24126         scale 85
24127
24128 \end_inset
24129
24130  eingefügt werden.
24131 \end_layout
24132
24133 \begin_layout Subsection
24134 Selbst definierte Funktionen
24135 \begin_inset Index idx
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139 Funktionen ! selbstdefinierte
24140 \end_layout
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24149 \begin_inset space \thinspace{}
24150 \end_inset
24151
24152 B.
24153  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24154 \end_layout
24155
24156 \begin_layout Itemize
24157 Man definiert die Funktion selbst.
24158  Dazu gibt man im LaTeX-Vorspann die Zeile
24159 \begin_inset Newline newline
24160 \end_inset
24161
24162
24163 \begin_inset VSpace -3mm
24164 \end_inset
24165
24166
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170
24171 \series bold
24172
24173 \backslash
24174 DeclareMathOperator{
24175 \backslash
24176 sgn}{sgn}
24177 \series default
24178
24179 \begin_inset Index idx
24180 status collapsed
24181
24182 \begin_layout Plain Layout
24183 Befehle ! D ! 
24184 \backslash
24185 dbinom@
24186 \backslash
24187 DeclareMathOperator
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \begin_inset Newline newline
24194 \end_inset
24195
24196
24197 \begin_inset VSpace -2mm
24198 \end_inset
24199
24200
24201 \begin_inset Newline newline
24202 \end_inset
24203
24204 ein
24205 \begin_inset Foot
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209 Näheres zu 
24210 \series bold
24211
24212 \backslash
24213 DeclareMathOperator
24214 \series default
24215  siehe 
24216 \begin_inset CommandInset ref
24217 LatexCommand ref
24218 reference "sub:Selbstdefinierte-Operatoren"
24219
24220 \end_inset
24221
24222 .
24223 \end_layout
24224
24225 \end_inset
24226
24227 .
24228  Nun kann man mit dem Befehl 
24229 \series bold
24230
24231 \backslash
24232 sgn
24233 \series default
24234  die neu definierte Funktion aufrufen.
24235 \end_layout
24236
24237 \begin_layout Itemize
24238 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24239  Beispiel die Buchstaben 
24240 \emph on
24241 sgn
24242 \emph default
24243 , und wandelt ihn in in mathematischen Text um.
24244  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24249  Funktion
24250 \begin_inset Foot
24251 status collapsed
24252
24253 \begin_layout Plain Layout
24254 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24255 \end_layout
24256
24257 \end_inset
24258
24259 :
24260 \end_layout
24261
24262 \begin_layout Standard
24263 \align center
24264 \begin_inset Tabular
24265 <lyxtabular version="3" rows="3" columns="2">
24266 <features rotate="0" tabularvalignment="middle">
24267 <column alignment="center" valignment="top" width="0pt">
24268 <column alignment="center" valignment="top" width="0pt">
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 Befehl
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 Ergebnis
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294 A
24295 \backslash
24296 sgn(x)+B
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $A\sgn(x)+B$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 A
24320 \backslash
24321 ,
24322 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24323 \end_inset
24324
24325 (x)+B
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24335 \end_inset
24336
24337
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 </row>
24343 </lyxtabular>
24344
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \begin_layout Standard
24351 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24352  mehrfach verwendet werden soll.
24353 \end_layout
24354
24355 \begin_layout Subsection
24356 Grenzwerte
24357 \begin_inset Index idx
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361 Grenzwerte
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 Für Grenzwerte sind außer 
24371 \series bold
24372
24373 \backslash
24374 lim
24375 \series default
24376
24377 \begin_inset Index idx
24378 status collapsed
24379
24380 \begin_layout Plain Layout
24381 Befehle ! L ! 
24382 \backslash
24383 lim
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \series bold
24390
24391 \backslash
24392 liminf
24393 \series default
24394  und 
24395 \series bold
24396
24397 \backslash
24398 limsup
24399 \series default
24400  noch folgende Funktionen definiert:
24401 \end_layout
24402
24403 \begin_layout Standard
24404 \align center
24405 \begin_inset Tabular
24406 <lyxtabular version="3" rows="5" columns="2">
24407 <features rotate="0" tabularvalignment="middle">
24408 <column alignment="center" valignment="top">
24409 <column alignment="center" valignment="top">
24410 <row>
24411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 Befehl
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424 Ergebnis
24425 \begin_inset Note Note
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429
24430 \series bold
24431
24432 \backslash
24433 raisebox
24434 \series default
24435  dient nur als Abstandhalter.
24436 \end_layout
24437
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 varliminf
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Formula $\varliminf$
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 <row>
24472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 varlimsup
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Formula $\varlimsup$
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 varprojlim
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Formula $\varprojlim$
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 </row>
24521 <row>
24522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 varinjlim
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 \begin_inset Formula $\varinjlim$
24538 \end_inset
24539
24540
24541 \begin_inset Formula $\raisebox{-2.5mm}{}$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 </lyxtabular>
24551
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \begin_layout Standard
24558 \begin_inset VSpace medskip
24559 \end_inset
24560
24561 Der Grenzwert wird durch Tiefstellen erzeugt.
24562  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24563 \end_layout
24564
24565 \begin_layout Standard
24566 \align center
24567 \begin_inset Tabular
24568 <lyxtabular version="3" rows="2" columns="2">
24569 <features rotate="0" tabularvalignment="middle">
24570 <column alignment="center" valignment="top" width="0pt">
24571 <column alignment="center" valignment="top" width="0pt">
24572 <row>
24573 <cell alignment="center" valignment="top" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 Befehl
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 \begin_inset space \hspace{}
24587 \length 1cm
24588 \end_inset
24589
24590 Ergebnis
24591 \begin_inset Note Note
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 Der Leerraum und 
24596 \series bold
24597
24598 \backslash
24599 raisebox
24600 \series default
24601  dienen nur als Abstandhalter.
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 <row>
24613 <cell alignment="center" valignment="top" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 lim_x
24620 \backslash
24621 to
24622 \begin_inset space \textvisiblespace{}
24623 \end_inset
24624
24625 A
24626 \begin_inset space \textvisiblespace{}
24627 \end_inset
24628
24629 x=B
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 </lyxtabular>
24648
24649 \end_inset
24650
24651
24652 \end_layout
24653
24654 \begin_layout Standard
24655 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
24656 \begin_inset Formula 
24657 \[
24658 \lim_{x\to A}x=B
24659 \]
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Subsection
24667 Modulo-Funktionen
24668 \begin_inset Index idx
24669 status collapsed
24670
24671 \begin_layout Plain Layout
24672 Funktionen ! Modulo-
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Standard
24681 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
24682  Varianten.
24683 \end_layout
24684
24685 \begin_layout Standard
24686 Die Varianten in einer abgesetzten Formel:
24687 \begin_inset Formula 
24688 \begin{align*}
24689 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
24690 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24691 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24692 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24693 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24694 \end{align*}
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
24703  weniger Leerraum gesetzt.
24704  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
24705  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
24706 \begin_inset Formula 
24707 \begin{align*}
24708 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
24709 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24710 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24711 \end{align*}
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Section
24719 Sonderzeichen
24720 \begin_inset Index idx
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724 Sonderzeichen
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Subsection
24733 Sonderzeichen im mathematischen Text
24734 \end_layout
24735
24736 \begin_layout Standard
24737 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
24738  verwendet werden:
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset space \hfill{}
24743 \end_inset
24744
24745
24746 \begin_inset Tabular
24747 <lyxtabular version="3" rows="8" columns="2">
24748 <features rotate="0" tabularvalignment="middle">
24749 <column alignment="block" valignment="top">
24750 <column alignment="block" valignment="top">
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 Befehl
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 Ergebnis
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 oe
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 \begin_inset Formula $\textrm{œ}$
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 OE
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 \begin_inset Formula $\textrm{Œ}$
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 <row>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 ae
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 \begin_inset Formula $\textrm{æ}$
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 </row>
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \backslash
24853 AE
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Formula $\textrm{Æ}$
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 </row>
24871 <row>
24872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 aa
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Formula $\textrm{\aa}$
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 <row>
24897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901
24902 \backslash
24903 AA
24904 \begin_inset Index idx
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 @
24911 \begin_inset ERT
24912 status collapsed
24913
24914 \begin_layout Plain Layout
24915
24916
24917 \backslash
24918 textrm{
24919 \backslash
24920 AA}
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 \begin_inset Formula $\textrm{Å}$
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 i
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Formula $\textrm{ı}$
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 </row>
24973 </lyxtabular>
24974
24975 \end_inset
24976
24977
24978 \begin_inset space \hfill{}
24979 \end_inset
24980
24981
24982 \begin_inset Tabular
24983 <lyxtabular version="3" rows="8" columns="2">
24984 <features rotate="0" tabularvalignment="middle">
24985 <column alignment="block" valignment="top">
24986 <column alignment="center" valignment="top">
24987 <row>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 Befehl
24993 \begin_inset Note Note
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997 Der Leerraum von 0
24998 \begin_inset space \thinspace{}
24999 \end_inset
25000
25001 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25002 \begin_inset space \space{}
25003 \end_inset
25004
25005 ¿ erscheinen würde.
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 Ergebnis
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 <row>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 o
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041 \begin_inset Formula $\textrm{ø}$
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 </row>
25050 <row>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \backslash
25057 O
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 \begin_inset Formula $\textrm{Ø}$
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 </row>
25075 <row>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \backslash
25082 l
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091 \begin_inset Formula $\textrm{ł}$
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 </row>
25100 <row>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 L
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116 \begin_inset Formula $\textrm{Ł}$
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 </row>
25125 <row>
25126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 !
25131 \begin_inset space \hspace{}
25132 \length 0mm
25133 \end_inset
25134
25135 `
25136 \begin_inset space \textvisiblespace{}
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 \begin_inset Formula $\textrm{!`}$
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 </row>
25157 <row>
25158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 ?
25163 \begin_inset space \hspace{}
25164 \length 0mm
25165 \end_inset
25166
25167 `
25168 \begin_inset space \textvisiblespace{}
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Formula $\textrm{?`}$
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 j
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 \begin_inset Formula $\textrm{ȷ}$
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 </lyxtabular>
25215
25216 \end_inset
25217
25218
25219 \begin_inset space \hfill{}
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Die Zeichen 
25227 \begin_inset Formula $\textrm{\textrm{Å}}$
25228 \end_inset
25229
25230  und 
25231 \begin_inset Formula $\textrm{\textrm{Ø}}$
25232 \end_inset
25233
25234  können auch über den Mathe-Werkzeugleistenknopf 
25235 \begin_inset Graphics
25236         filename ../../images/math/digamma.png
25237         scale 85
25238
25239 \end_inset
25240
25241  eingefügt werden.
25242 \end_layout
25243
25244 \begin_layout Standard
25245 Eine Ausnahme bilden die Befehle 
25246 \series bold
25247 !
25248 \begin_inset space \hspace{}
25249 \length 0mm
25250 \end_inset
25251
25252 `
25253 \series default
25254  und 
25255 \series bold
25256 ?
25257 \begin_inset space \hspace{}
25258 \length 0mm
25259 \end_inset
25260
25261 `
25262 \series default
25263 , denn man kann sie in LyX direkt in den Text eingeben.
25264 \end_layout
25265
25266 \begin_layout Subsection
25267 Akzente im Text
25268 \begin_inset CommandInset label
25269 LatexCommand label
25270 name "sub:Sonderzeichen-Akzente"
25271
25272 \end_inset
25273
25274
25275 \begin_inset Index idx
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279 Akzente ! im Text
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25289  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25290 \end_layout
25291
25292 \begin_layout Standard
25293 \begin_inset space \hfill{}
25294 \end_inset
25295
25296
25297 \begin_inset Tabular
25298 <lyxtabular version="3" rows="8" columns="2">
25299 <features rotate="0" tabularvalignment="middle">
25300 <column alignment="block" valignment="top">
25301 <column alignment="block" valignment="top">
25302 <row>
25303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307 Befehl
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 Ergebnis
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 </row>
25322 <row>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329
25330 \begin_inset Quotes grd
25331 \end_inset
25332
25333 e
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342 \begin_inset ERT
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346
25347
25348 \backslash
25349 "e
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 </row>
25360 <row>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \backslash
25367 `e
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 \begin_inset ERT
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380
25381
25382 \backslash
25383 `e
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 ^
25402 \begin_inset space \textvisiblespace{}
25403 \end_inset
25404
25405 e
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset ERT
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419
25420 \backslash
25421 ^e
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 </row>
25432 <row>
25433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 =e
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 \begin_inset ERT
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452
25453
25454 \backslash
25455 =e
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471
25472 \backslash
25473 u
25474 \begin_inset space \textvisiblespace{}
25475 \end_inset
25476
25477 e
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486 \begin_inset ERT
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490
25491
25492 \backslash
25493 u e
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 </row>
25504 <row>
25505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509
25510 \backslash
25511 b
25512 \begin_inset space \textvisiblespace{}
25513 \end_inset
25514
25515 e
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 \begin_inset ERT
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528
25529
25530 \backslash
25531 b e
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 </row>
25542 <row>
25543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547
25548 \backslash
25549 t
25550 \begin_inset space \textvisiblespace{}
25551 \end_inset
25552
25553 ee
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567
25568 \backslash
25569 t ee
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 </row>
25580 </lyxtabular>
25581
25582 \end_inset
25583
25584
25585 \begin_inset space \hfill{}
25586 \end_inset
25587
25588
25589 \begin_inset Tabular
25590 <lyxtabular version="3" rows="8" columns="2">
25591 <features rotate="0" tabularvalignment="middle">
25592 <column alignment="block" valignment="top">
25593 <column alignment="center" valignment="top">
25594 <row>
25595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 Befehl
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 Ergebnis
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 H
25622 \begin_inset space \textvisiblespace{}
25623 \end_inset
25624
25625 e
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 \begin_inset ERT
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638
25639
25640 \backslash
25641 H e
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657
25658 \backslash
25659 'e
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668 \begin_inset ERT
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672
25673
25674 \backslash
25675 'e
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 </row>
25686 <row>
25687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691
25692 \backslash
25693 ~e
25694 \begin_inset Index idx
25695 status collapsed
25696
25697 \begin_layout Plain Layout
25698 Tilde
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 \begin_inset ERT
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716
25717
25718 \backslash
25719 ~e
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 </row>
25730 <row>
25731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Plain Layout
25735
25736 \backslash
25737 .e
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 \begin_inset ERT
25747 status collapsed
25748
25749 \begin_layout Plain Layout
25750
25751
25752 \backslash
25753 .e
25754 \end_layout
25755
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 </row>
25764 <row>
25765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769
25770 \backslash
25771 v
25772 \begin_inset space \textvisiblespace{}
25773 \end_inset
25774
25775 e
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 v e
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 d
25810 \begin_inset space \textvisiblespace{}
25811 \end_inset
25812
25813 e
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 d e
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 c
25848 \begin_inset space \textvisiblespace{}
25849 \end_inset
25850
25851 e
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860 \begin_inset ERT
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864
25865
25866 \backslash
25867 c e
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 </row>
25878 </lyxtabular>
25879
25880 \end_inset
25881
25882
25883 \begin_inset space \hfill{}
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset VSpace medskip
25891 \end_inset
25892
25893 Mit dem Befehl 
25894 \series bold
25895
25896 \backslash
25897 t
25898 \series default
25899  können auch zwei verschiedene Zeichen akzentuiert werden.
25900  Der Befehl 
25901 \series bold
25902
25903 \backslash
25904 t
25905 \begin_inset space \textvisiblespace{}
25906 \end_inset
25907
25908 sz
25909 \series default
25910  ergibt: 
25911 \begin_inset ERT
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915
25916
25917 \backslash
25918 t sz
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \begin_layout Standard
25927 Die Akzente 
25928 \series bold
25929 `
25930 \series default
25931  , 
25932 \series bold
25933 '
25934 \series default
25935  und 
25936 \series bold
25937 ^
25938 \series default
25939  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
25940  werden ohne den TeX-Modus zu benutzen.
25941  Dasselbe gilt für die Tilde
25942 \begin_inset Foot
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
25947 \end_layout
25948
25949 \end_inset
25950
25951  
25952 \series bold
25953 ~
25954 \series default
25955  in Verbindung mit 
25956 \emph on
25957 a
25958 \emph default
25959  , 
25960 \emph on
25961 n
25962 \emph default
25963  oder 
25964 \emph on
25965 o
25966 \emph default
25967 .
25968 \end_layout
25969
25970 \begin_layout Standard
25971 Die Befehle 
25972 \series bold
25973
25974 \backslash
25975 b
25976 \series default
25977  , 
25978 \series bold
25979
25980 \backslash
25981 c
25982 \series default
25983  , 
25984 \series bold
25985
25986 \backslash
25987 d
25988 \series default
25989  , 
25990 \series bold
25991
25992 \backslash
25993 H
25994 \series default
25995  , 
25996 \series bold
25997
25998 \backslash
25999 t
26000 \series default
26001  , 
26002 \series bold
26003
26004 \backslash
26005 u
26006 \series default
26007  , 
26008 \series bold
26009
26010 \backslash
26011 v
26012 \series default
26013  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26014  Textmodus verfügbar.
26015  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26016  
26017 \begin_inset CommandInset ref
26018 LatexCommand ref
26019 reference "sub:Akzente-für-ein"
26020
26021 \end_inset
26022
26023 .
26024 \end_layout
26025
26026 \begin_layout Standard
26027 \begin_inset VSpace bigskip
26028 \end_inset
26029
26030 Des Weiteren kann man mit dem Befehl 
26031 \series bold
26032
26033 \backslash
26034 textcircled
26035 \series default
26036
26037 \begin_inset Index idx
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041 Befehle ! T ! 
26042 \backslash
26043 textcircled
26044 \end_layout
26045
26046 \end_inset
26047
26048 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26049  Kreis setzen, quasi mit einem Kreis akzentuieren.
26050 \end_layout
26051
26052 \begin_layout Standard
26053 \align center
26054 \begin_inset Tabular
26055 <lyxtabular version="3" rows="3" columns="2">
26056 <features rotate="0" tabularvalignment="middle">
26057 <column alignment="center" valignment="top">
26058 <column alignment="center" valignment="top">
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 Befehl
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 Ergebnis
26074 \begin_inset Note Note
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079 \series bold
26080
26081 \backslash
26082 raisebox
26083 \series default
26084  in der Formel dient nur als Abstandhalter.
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 </row>
26095 <row>
26096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100
26101 \backslash
26102 textcircled{w}
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 textcircled{w}
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 Large 
26137 \backslash
26138 textcircled{
26139 \backslash
26140 normalsize
26141 \backslash
26142 protect
26143 \backslash
26144 raisebox{-1.5pt}{W}}
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 \begin_inset Formula $\raisebox{4.5mm}{}$
26154 \end_inset
26155
26156
26157 \begin_inset ERT
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161
26162
26163 \backslash
26164 Large 
26165 \backslash
26166 textcircled{
26167 \backslash
26168 normalsize
26169 \backslash
26170 protect
26171 \backslash
26172 raisebox{-1.5pt}W}
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \begin_inset Formula $\raisebox{-2mm}{}$
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 </lyxtabular>
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26196  
26197 \series bold
26198
26199 \backslash
26200 Large
26201 \series default
26202
26203 \begin_inset Foot
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207 siehe 
26208 \begin_inset CommandInset ref
26209 LatexCommand ref
26210 reference "sub:Schriftgrößen"
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218
26219  bestimmt dabei die Größe des Kreises.
26220  Mit Hilfe von 
26221 \series bold
26222
26223 \backslash
26224 raisebox
26225 \series default
26226
26227 \begin_inset Foot
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 siehe 
26232 \begin_inset CommandInset ref
26233 LatexCommand ref
26234 reference "sub:Boxen-ohne-Rahmen"
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242
26243  kann man das Zeichen zentrieren.
26244 \end_layout
26245
26246 \begin_layout Subsection
26247 Minuskelziffern
26248 \begin_inset Index idx
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252 Minuskelziffern
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Standard
26261 Minuskelziffern werden mit dem Befehl 
26262 \series bold
26263
26264 \backslash
26265 oldstylenums
26266 \series default
26267
26268 \begin_inset Index idx
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272 Befehle ! O ! 
26273 \backslash
26274 oldstylenums
26275 \end_layout
26276
26277 \end_inset
26278
26279  erzeugt.
26280  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26281  Das Befehlsschema lautet:
26282 \end_layout
26283
26284 \begin_layout Standard
26285
26286 \series bold
26287
26288 \backslash
26289 oldstylenums{Ziffer}
26290 \end_layout
26291
26292 \begin_layout Standard
26293 Der Befehl 
26294 \series bold
26295
26296 \backslash
26297 oldstylenums{0123456789
26298 \series default
26299  ergibt: 
26300 \begin_inset Formula $\oldstylenums{0123456789}$
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Section
26307 Formelstile
26308 \begin_inset CommandInset label
26309 LatexCommand label
26310 name "sec:Formelstile"
26311
26312 \end_inset
26313
26314
26315 \begin_inset Index idx
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 Formel ! Stile
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Itemize
26328 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26329 \end_layout
26330
26331 \begin_deeper
26332 \begin_layout Description
26333 Zentriert ist der voreingestellte Standard
26334 \end_layout
26335
26336 \begin_layout Description
26337 Eingerückt dazu muss im Menü 
26338 \family sans
26339 Dokument\SpecialChar \menuseparator
26340 Einstellungen
26341 \family default
26342  unter 
26343 \family sans
26344 Dokumentklasse
26345 \family default
26346  die Option 
26347 \series bold
26348 fleqn
26349 \series default
26350  eingeben werden
26351 \end_layout
26352
26353 \begin_layout Standard
26354 Wird 
26355 \series bold
26356 Eingerückt
26357 \series default
26358  verwendet, kann mit der Länge 
26359 \series bold
26360
26361 \backslash
26362 mathindent
26363 \series default
26364
26365 \begin_inset Index idx
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369 Befehle ! M ! 
26370 \backslash
26371 mathindent
26372 \end_layout
26373
26374 \end_inset
26375
26376  die Einrückung eingestellt werden.
26377  Soll der Abstand 15
26378 \begin_inset space \thinspace{}
26379 \end_inset
26380
26381 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26382 \end_layout
26383
26384 \begin_layout Standard
26385
26386 \series bold
26387
26388 \backslash
26389 setlength{
26390 \backslash
26391 mathindent}{15mm}
26392 \end_layout
26393
26394 \begin_layout Standard
26395 ein.
26396  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26397 \begin_inset space \thinspace{}
26398 \end_inset
26399
26400 pt verwendet.
26401 \end_layout
26402
26403 \end_deeper
26404 \begin_layout Itemize
26405 Und zwei verschiedene Nummerierungsstile:
26406 \end_layout
26407
26408 \begin_deeper
26409 \begin_layout Description
26410 Rechts ist der voreingestellte Standard
26411 \end_layout
26412
26413 \begin_layout Description
26414 Links dazu muss im Menü 
26415 \family sans
26416 Dokument\SpecialChar \menuseparator
26417 Einstellungen
26418 \family default
26419  unter 
26420 \family sans
26421 Dokumentklasse
26422 \family default
26423  die Option 
26424 \series bold
26425 leqno
26426 \series default
26427  eingeben werden
26428 \end_layout
26429
26430 \end_deeper
26431 \begin_layout Standard
26432
26433 \series bold
26434 fleqn
26435 \series default
26436  und 
26437 \series bold
26438 leqno
26439 \series default
26440  können auch gemeinsam verwendet werden.
26441  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26442 n.
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26447  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26448  ausgerichtete Formeln setzen, verwendet man den Stil 
26449 \series bold
26450 Zentriert
26451 \series default
26452 .
26453  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26454  
26455 \begin_inset CommandInset ref
26456 LatexCommand ref
26457 reference "sub:Flalign-Umgebung"
26458
26459 \end_inset
26460
26461 .
26462 \end_layout
26463
26464 \begin_layout Section
26465 Mehrzeilige Formeln
26466 \begin_inset CommandInset label
26467 LatexCommand label
26468 name "sec:Mehrzeilige-Formeln"
26469
26470 \end_inset
26471
26472
26473 \begin_inset Index idx
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477 Formel ! mehrzeilige
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Subsection
26486 Allgemeines
26487 \end_layout
26488
26489 \begin_layout Standard
26490 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26491 \family sans
26492 \series bold
26493 Strg+Enter
26494 \family default
26495 \series default
26496  drückt.
26497  Dies erzeugt entweder eine 
26498 \series bold
26499 eqnarray-Umgebung
26500 \series default
26501 , die in 
26502 \begin_inset CommandInset ref
26503 LatexCommand ref
26504 reference "sub:Eqnarray-Umgebung"
26505
26506 \end_inset
26507
26508  beschrieben ist oder, wenn die Option 
26509 \family sans
26510 AMS-Mathe-Paket verwenden
26511 \family default
26512  in den Dokumenteinstellungen gewählt ist, eine 
26513 \series bold
26514 align-Umgebung
26515 \series default
26516 , die in 
26517 \begin_inset CommandInset ref
26518 LatexCommand ref
26519 reference "sub:Standard-align-Umgebung"
26520
26521 \end_inset
26522
26523  beschrieben ist.
26524  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
26525  jedem Fall typographisch korrekt in der Ausgabe.
26526 \end_layout
26527
26528 \begin_layout Standard
26529 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
26530 \family sans
26531 Einfügen\SpecialChar \menuseparator
26532 Mathe
26533 \family default
26534  erstellt werden können.
26535  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
26536 \end_layout
26537
26538 \begin_layout Standard
26539 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
26540  man 
26541 \family sans
26542 Strg+Enter
26543 \family default
26544  drückt.
26545  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
26546 fe 
26547 \begin_inset Graphics
26548         filename ../../images/tabular-feature_append-row.png
26549         scale 85
26550
26551 \end_inset
26552
26553  bzw.
26554 \begin_inset space \space{}
26555 \end_inset
26556
26557
26558 \begin_inset Graphics
26559         filename ../../images/tabular-feature_delete-row.png
26560         scale 85
26561
26562 \end_inset
26563
26564  oder das Menü 
26565 \family sans
26566 Bearbeiten\SpecialChar \menuseparator
26567 Zeilen & Spalten
26568 \family default
26569  verwendet werden.
26570 \end_layout
26571
26572 \begin_layout Subsubsection
26573 Zeilenabstand
26574 \begin_inset CommandInset label
26575 LatexCommand label
26576 name "sub:Zeilenabstand"
26577
26578 \end_inset
26579
26580
26581 \begin_inset Index idx
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 Formel ! mehrzeilige ! Zeilenabstand
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Standard
26594 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
26595 \begin_inset Formula 
26596 \begin{eqnarray*}
26597 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}\\
26598 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
26599 \end{eqnarray*}
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \begin_layout Standard
26607 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
26608 chbefehls angegeben.
26609  Dies ist in LyX aber nicht möglich
26610 \begin_inset Foot
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614 siehe 
26615 \begin_inset CommandInset href
26616 LatexCommand href
26617 name "LyX-Fehler #1505"
26618 target "http://www.lyx.org/trac/ticket/1505"
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626
26627 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
26628  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
26629  Zeile den Befehl 
26630 \series bold
26631
26632 \backslash
26633
26634 \backslash
26635 [3mm]
26636 \series default
26637  ein.
26638  Damit erhält man: 
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 begin{eqnarray*}
26647 \end_layout
26648
26649 \begin_layout Plain Layout
26650
26651 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26652  = & 
26653 \backslash
26654 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26655 \backslash
26656
26657 \backslash
26658 [3mm]
26659 \end_layout
26660
26661 \begin_layout Plain Layout
26662
26663 4x^{2}
26664 \backslash
26665 left(B^{2}+x_{0}^{2}
26666 \backslash
26667 right)+4x_{0}x
26668 \backslash
26669 left(D-B^{2}
26670 \backslash
26671 right)+B^{2}
26672 \backslash
26673 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26674 \backslash
26675 right) & = & 0
26676 \end_layout
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 end{eqnarray*}
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Standard
26691 \begin_inset VSpace bigskip
26692 \end_inset
26693
26694 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
26695  man die Länge 
26696 \series bold
26697
26698 \backslash
26699 jot
26700 \series default
26701
26702 \begin_inset Index idx
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706 Befehle ! J ! 
26707 \backslash
26708 jot
26709 \end_layout
26710
26711 \end_inset
26712
26713 .
26714  Es gilt 
26715 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
26716 \end_inset
26717
26718 .
26719  Voreingestellt ist für 
26720 \series bold
26721
26722 \backslash
26723 jot
26724 \series default
26725  der Wert 3
26726 \begin_inset space \thinspace{}
26727 \end_inset
26728
26729 pt.
26730  Um wie im vorigen Beispiel 3
26731 \begin_inset space \thinspace{}
26732 \end_inset
26733
26734 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
26735 \end_layout
26736
26737 \begin_layout Standard
26738
26739 \series bold
26740
26741 \backslash
26742 setlength{
26743 \backslash
26744 jot}{3mm+3pt}
26745 \end_layout
26746
26747 \begin_layout Standard
26748 im TeX-Modus vor der Formel ein.
26749  Das setzt voraus, dass das LaTeX-Paket 
26750 \series bold
26751 calc
26752 \series default
26753
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759 \series bold
26760 calc
26761 \series default
26762  ist Teil jeder LaTeX-Standardinstallation.
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \begin_inset Index idx
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772 Pakete ! calc
26773 \end_layout
26774
26775 \end_inset
26776
26777  im LaTeX-Vorspann mit der Zeile
26778 \end_layout
26779
26780 \begin_layout Standard
26781
26782 \series bold
26783
26784 \backslash
26785 usepackage{calc}
26786 \end_layout
26787
26788 \begin_layout Standard
26789 geladen wurde.
26790 \end_layout
26791
26792 \begin_layout Standard
26793 Man erhält: 
26794 \begin_inset ERT
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 setlength{
26802 \backslash
26803 jot}{3mm+3pt}
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \begin_inset Formula 
26810 \begin{eqnarray*}
26811 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}\\
26812 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
26813 \end{eqnarray*}
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \begin_layout Standard
26821 \begin_inset ERT
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826
26827 \backslash
26828 setlength{
26829 \backslash
26830 jot}{3pt}
26831 \end_layout
26832
26833 \end_inset
26834
26835  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
26836 \series bold
26837
26838 \backslash
26839 jot
26840 \series default
26841  auf den Wert 3
26842 \begin_inset space \thinspace{}
26843 \end_inset
26844
26845 pt.
26846 \end_layout
26847
26848 \begin_layout Subsubsection
26849 Spaltenabstand
26850 \begin_inset CommandInset label
26851 LatexCommand label
26852 name "sub:Spaltenabstand"
26853
26854 \end_inset
26855
26856
26857 \begin_inset Index idx
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 Formel ! mehrzeilige ! Spaltenabstand
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Mehrzeilige Formeln bilden eine Matrix.
26871  Eine Formel in der Eqnarray-Umgebung ist z.
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 B.
26876  eine dreispaltige Matrix.
26877  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
26878  neben den Relationszeichen ändern.
26879 \end_layout
26880
26881 \begin_layout Standard
26882 Der Spaltenabstand wird mit der Länge 
26883 \series bold
26884
26885 \backslash
26886 arraycolsep
26887 \series default
26888
26889 \begin_inset Index idx
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893 Befehle ! A ! 
26894 \backslash
26895 arraycolsep
26896 \end_layout
26897
26898 \end_inset
26899
26900  festgelegt, wobei gilt:
26901 \begin_inset Newline newline
26902 \end_inset
26903
26904 Spaltenabstand = 2
26905 \begin_inset space \thinspace{}
26906 \end_inset
26907
26908
26909 \series bold
26910
26911 \backslash
26912 arraycolsep
26913 \series default
26914 .
26915 \begin_inset Newline newline
26916 \end_inset
26917
26918 Der im TeX-Modus eingegebene Befehl
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 setlength{
26927 \backslash
26928 arraycolsep}{1cm}
26929 \end_layout
26930
26931 \begin_layout Standard
26932 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936 cm.
26937  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
26938 \series bold
26939
26940 \backslash
26941 arraycolsep
26942 \series default
26943  auf 5
26944 \begin_inset space \thinspace{}
26945 \end_inset
26946
26947 pt.
26948 \end_layout
26949
26950 \begin_layout Standard
26951 Eine Formel mit 2
26952 \begin_inset space \thinspace{}
26953 \end_inset
26954
26955 cm Spaltenabstand:
26956 \begin_inset ERT
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960
26961
26962 \backslash
26963 setlength{
26964 \backslash
26965 arraycolsep}{1cm}
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \begin_inset Formula 
26972 \begin{eqnarray*}
26973 A & = & B\\
26974 C & \ne & A
26975 \end{eqnarray*}
26976
26977 \end_inset
26978
26979 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
26980 \begin_inset space \thinspace{}
26981 \end_inset
26982
26983 pt:
26984 \begin_inset ERT
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988
26989
26990 \backslash
26991 setlength{
26992 \backslash
26993 arraycolsep}{5pt}
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \begin_inset Formula 
27000 \begin{eqnarray*}
27001 A & = & B\\
27002 C & \ne & A
27003 \end{eqnarray*}
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Subsubsection
27011 Lange Formeln
27012 \begin_inset Index idx
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016 Formel ! lange
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Standard
27025 Lange Formeln kann man wie folgt setzen:
27026 \end_layout
27027
27028 \begin_layout Itemize
27029 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27030  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27031 \begin_inset Formula 
27032 \begin{eqnarray}
27033 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 \\
27034  &  & -\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}
27035 \end{eqnarray}
27036
27037 \end_inset
27038
27039 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27040  als Operator, da es das erste Zeichen der Zeile ist.
27041  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27042  Bruchstrich unterscheiden.
27043  Um das zu verhindern, wurde mit dem Befehl 
27044 \series bold
27045
27046 \backslash
27047 hspace
27048 \series default
27049  3
27050 \begin_inset space \thinspace{}
27051 \end_inset
27052
27053 pt Leerraum hinter das Minuszeichen eingefügt.
27054 \begin_inset Foot
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058 mehr zu 
27059 \series bold
27060
27061 \backslash
27062 hspace
27063 \series default
27064  siehe 
27065 \begin_inset CommandInset ref
27066 LatexCommand ref
27067 reference "sub:Variabler-Leerraum"
27068
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \begin_inset Index idx
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 Befehle ! H ! 
27082 \backslash
27083 hspace
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Itemize
27092 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27093 \series bold
27094
27095 \backslash
27096 lefteqn
27097 \series default
27098
27099 \begin_inset Index idx
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Befehle ! L ! 
27104 \backslash
27105 lefteqn
27106 \end_layout
27107
27108 \end_inset
27109
27110 .
27111  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27112  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27113 \begin_inset Formula 
27114 \begin{eqnarray}
27115 \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 \\
27116  &  & -\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 \\
27117  &  & =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}
27118 \end{eqnarray}
27119
27120 \end_inset
27121
27122 Nachdem man 
27123 \series bold
27124
27125 \backslash
27126 lefteqn
27127 \series default
27128  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27129  das gegenüber dem blauen leicht verschoben ist.
27130  In dieses wird die Formel eingegeben.
27131 \begin_inset Newline newline
27132 \end_inset
27133
27134 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27135  eingegeben.
27136  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27137  Einrückung.
27138 \begin_inset VSpace medskip
27139 \end_inset
27140
27141
27142 \begin_inset Newline newline
27143 \end_inset
27144
27145
27146 \begin_inset Note Greyedout
27147 status open
27148
27149 \begin_layout Plain Layout
27150 Bei der Verwendung von 
27151 \series bold
27152
27153 \backslash
27154 lefteqn
27155 \series default
27156  ist Folgendes zu beachten:
27157 \end_layout
27158
27159 \begin_layout Itemize
27160 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27161  Würde man in obigem Beispiel der ersten Zeile den Term 
27162 \begin_inset Formula $-B^{2}$
27163 \end_inset
27164
27165  anfügen, befände sich dieser außerhalb des Seitenrands.
27166  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27167  Leerraum einfügen.
27168 \end_layout
27169
27170 \begin_layout Itemize
27171 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27172  erste Zeile gesetzt werden.
27173 \begin_inset Foot
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177 \begin_inset CommandInset href
27178 LatexCommand href
27179 name "LyX-Fehler #1429"
27180 target "http://www.lyx.org/trac/ticket/1429"
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \end_inset
27188
27189  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27190  Pfeiltasten bewegen.
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Itemize
27199 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27200 \begin_inset CommandInset ref
27201 LatexCommand ref
27202 reference "sub:Multline-Umgebung"
27203
27204 \end_inset
27205
27206  und 
27207 \begin_inset CommandInset ref
27208 LatexCommand ref
27209 reference "sub:Mehrzeilige-Formelteile"
27210
27211 \end_inset
27212
27213  beschriebenen Umgebungen.
27214 \end_layout
27215
27216 \begin_layout Subsubsection
27217 Mehrzeilige Klammern
27218 \begin_inset CommandInset label
27219 LatexCommand label
27220 name "sub:Mehrzeilige-Klammern"
27221
27222 \end_inset
27223
27224
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 Klammern ! mehrzeilige
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Standard
27238 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27239 \begin_inset Formula 
27240 \begin{eqnarray*}
27241 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27242  &  & \left.\cdots+B-D\right]
27243 \end{eqnarray*}
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27252  Größe dürfen nicht über mehrere Zeilen gehen.
27253 \end_layout
27254
27255 \begin_layout Standard
27256 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27257  erste Zeile mit 
27258 \series bold
27259
27260 \backslash
27261 right.
27262 \series default
27263
27264 \begin_inset Index idx
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 Befehle ! R ! 
27269 \backslash
27270 right
27271 \end_layout
27272
27273 \end_inset
27274
27275  und beginnt die zweite Zeile mit 
27276 \series bold
27277
27278 \backslash
27279 left.
27280 \begin_inset Foot
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284 mehr zu 
27285 \series bold
27286
27287 \backslash
27288 left
27289 \series default
27290  und 
27291 \series bold
27292
27293 \backslash
27294 right
27295 \series default
27296  siehe 
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sub:Automatische-Klammergrößen"
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \series default
27310
27311 \begin_inset Index idx
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 Befehle ! L ! 
27316 \backslash
27317 left
27318 \end_layout
27319
27320 \end_inset
27321
27322 .
27323  Nach 
27324 \series bold
27325
27326 \backslash
27327 left.
27328
27329 \series default
27330  gibt man den Befehl 
27331 \series bold
27332
27333 \backslash
27334 vphantom
27335 \series default
27336
27337 \begin_inset space \textvisiblespace{}
27338 \end_inset
27339
27340
27341 \series bold
27342
27343 \backslash
27344 prod
27345 \series default
27346 ^
27347 \begin_inset space \textvisiblespace{}
27348 \end_inset
27349
27350
27351 \series bold
27352
27353 \backslash
27354 infty
27355 \series default
27356
27357 \begin_inset space \textvisiblespace{}
27358 \end_inset
27359
27360
27361 \series bold
27362
27363 \begin_inset Formula $\downarrow$
27364 \end_inset
27365
27366 _R=1}
27367 \series default
27368
27369 \begin_inset Index idx
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373 Befehle ! V ! 
27374 \backslash
27375 vphantom
27376 \end_layout
27377
27378 \end_inset
27379
27380  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27381  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27382 \end_layout
27383
27384 \begin_layout Standard
27385 Das Ergebnis sieht so aus:
27386 \begin_inset Formula 
27387 \begin{eqnarray*}
27388 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27389  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27390 \end{eqnarray*}
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Subsection
27398 Align-Umgebungen
27399 \end_layout
27400
27401 \begin_layout Standard
27402 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27403  werden.
27404  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Align-Umgebungen bestehen aus Spalten.
27409  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27410  ausgerichtet.
27411  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27412 \end_layout
27413
27414 \begin_layout Standard
27415 Align-Umgebung werden über das Menü 
27416 \family sans
27417 Einfügen\SpecialChar \menuseparator
27418 Mathe
27419 \family default
27420  erstellt.
27421  Über das Menü 
27422 \family sans
27423 Bearbeiten\SpecialChar \menuseparator
27424 Mathe\SpecialChar \menuseparator
27425 Formelart
27426 \begin_inset space ~
27427 \end_inset
27428
27429 ändern
27430 \family default
27431  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27432 \end_layout
27433
27434 \begin_layout Standard
27435 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27436
27437 \begin_inset Graphics
27438         filename ../../images/tabular-feature_append-column.png
27439         scale 85
27440
27441 \end_inset
27442
27443  bzw.
27444 \begin_inset space \space{}
27445 \end_inset
27446
27447
27448 \begin_inset Graphics
27449         filename ../../images/tabular-feature_delete-column.png
27450         scale 85
27451
27452 \end_inset
27453
27454  oder das Menü 
27455 \family sans
27456 Bearbeiten\SpecialChar \menuseparator
27457 Zeilen & Spalten
27458 \family default
27459  verwendet werden.
27460 \end_layout
27461
27462 \begin_layout Subsubsection
27463 Standard align-Umgebung
27464 \begin_inset CommandInset label
27465 LatexCommand label
27466 name "sub:Standard-align-Umgebung"
27467
27468 \end_inset
27469
27470
27471 \begin_inset Index idx
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475 Formel ! mehrzeilige ! align-Umgebung
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Standard
27484 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27485 \family sans
27486 Strg+Enter
27487 \family default
27488  drückt oder das Menü 
27489 \family sans
27490 Einfügen\SpecialChar \menuseparator
27491 Mathe\SpecialChar \menuseparator
27492 AMS align-Umge\SpecialChar \-
27493 bung
27494 \family default
27495  aufruft.
27496 \end_layout
27497
27498 \begin_layout Standard
27499 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27500 n align-Umgebung erzeugt wurden:
27501 \begin_inset Formula 
27502 \begin{align*}
27503 A & =\sin(B) & C & =D\\
27504 C & \ne A & B & \ne D
27505 \end{align*}
27506
27507 \end_inset
27508
27509 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27510  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27511 \series bold
27512
27513 \backslash
27514 hfill
27515 \begin_inset Foot
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 mehr zu 
27520 \series bold
27521
27522 \backslash
27523 hfill
27524 \series default
27525  siehe 
27526 \begin_inset CommandInset ref
27527 LatexCommand ref
27528 reference "sub:Variabler-Leerraum"
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \series default
27539  befinden.
27540  Ist der Formelstil 
27541 \series bold
27542 Eingerückt
27543 \begin_inset Foot
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Formelstile siehe 
27548 \begin_inset CommandInset ref
27549 LatexCommand ref
27550 reference "sec:Formelstile"
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \series default
27561  gewählt, wird die Formel ohne den 
27562 \series bold
27563
27564 \backslash
27565 hfill
27566 \series default
27567  vor der ersten Spalte gesetzt.
27568 \end_layout
27569
27570 \begin_layout Subsubsection
27571 Alignat-Umgebung
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Formel ! mehrzeilige ! alignat-Umgebung
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
27586  Man kann ihn manuell durch die in 
27587 \begin_inset CommandInset ref
27588 LatexCommand ref
27589 reference "sub:Leerraum"
27590
27591 \end_inset
27592
27593  beschriebenen Leerräume einfügen.
27594 \end_layout
27595
27596 \begin_layout Standard
27597 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
27598  Formel 1
27599 \begin_inset space \thinspace{}
27600 \end_inset
27601
27602 cm Leerraum eingefügt wurde:
27603 \begin_inset Formula 
27604 \begin{alignat*}{2}
27605 A & =\sin(B) & \hspace{1cm}C & =D\\
27606 C & \ne A & B & \ne D
27607 \end{alignat*}
27608
27609 \end_inset
27610
27611 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
27612  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
27613  Formeln.
27614 \end_layout
27615
27616 \begin_layout Subsubsection
27617 Flalign-Umgebung
27618 \begin_inset CommandInset label
27619 LatexCommand label
27620 name "sub:Flalign-Umgebung"
27621
27622 \end_inset
27623
27624
27625 \begin_inset Index idx
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 Formel ! mehrzeilige ! flalign-Umgebung
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Standard
27638 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
27639  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
27640  Dazu ein Beispiel:
27641 \begin_inset Formula 
27642 \begin{flalign*}
27643 A & =1 & B & =2 & C & =3\\
27644 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27645 \end{flalign*}
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
27654  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
27655  im Dokument links setzen obwohl der Formelstil 
27656 \series bold
27657 Zentriert
27658 \series default
27659  eingestellt ist.
27660  Als Beispiel die eingerückte ausgerichtete Formel 
27661 \begin_inset CommandInset ref
27662 LatexCommand eqref
27663 reference "eq:VolInt"
27664
27665 \end_inset
27666
27667 :
27668 \begin_inset Formula 
27669 \begin{flalign}
27670 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27671 \end{flalign}
27672
27673 \end_inset
27674
27675 In den ersten beiden Spalten befindet sich die Formel.
27676  Damit sie wie beim Formelstil 
27677 \series bold
27678 Eingerückt
27679 \series default
27680  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 pt Leerraum eingefügt.
27685 \end_layout
27686
27687 \begin_layout Subsection
27688 Eqnarray-Umgebung
27689 \begin_inset CommandInset label
27690 LatexCommand label
27691 name "sub:Eqnarray-Umgebung"
27692
27693 \end_inset
27694
27695
27696 \begin_inset Index idx
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700 Formel ! mehrzeilige ! Eqnarray-Umgebung
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Standard
27709 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
27710  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
27711  ausgerichtet.
27712  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
27713  da dieses Kästchen nur für Relationzeichen gedacht ist.
27714 \begin_inset Formula 
27715 \begin{eqnarray*}
27716 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27717 AB & AB & AB\\
27718 A & = & A
27719 \end{eqnarray*}
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Subsection
27727 Gather-Umgebung
27728 \begin_inset Index idx
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 Formel ! mehrzeilige ! Gather-Umgebung
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Standard
27741 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
27742  Jede Zeile kann nummeriert werden.
27743 \begin_inset Formula 
27744 \begin{gather}
27745 A=1\\
27746 X=\textrm{-}1
27747 \end{gather}
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Subsection
27755 Multline-Umgebung
27756 \begin_inset CommandInset label
27757 LatexCommand label
27758 name "sub:Multline-Umgebung"
27759
27760 \end_inset
27761
27762
27763 \begin_inset Index idx
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 Formel ! mehrzeilige ! Multline-Umgebung
27768 \end_layout
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Standard
27776 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
27777  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
27778  Alle anderen Zeilen sind zentriert.
27779  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
27780  Als Beispiel Formel 
27781 \begin_inset CommandInset ref
27782 LatexCommand eqref
27783 reference "eq:lefteqn"
27784
27785 \end_inset
27786
27787  in der multline-Umgebung:
27788 \begin_inset Formula 
27789 \begin{multline}
27790 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}\\
27791 -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}\\
27792 =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}}
27793 \end{multline}
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
27802  nummeriert, wenn rechts (links) nummeriert wird.
27803 \begin_inset Foot
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 Nummerierungsstile siehe 
27808 \begin_inset CommandInset ref
27809 LatexCommand ref
27810 reference "sec:Formelstile"
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \begin_layout Standard
27823 Mit den Befehlen 
27824 \series bold
27825
27826 \backslash
27827 shoveright
27828 \series default
27829
27830 \begin_inset Index idx
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834 Befehle ! S ! 
27835 \backslash
27836 shoveright
27837 \end_layout
27838
27839 \end_inset
27840
27841  und 
27842 \series bold
27843
27844 \backslash
27845 shoveleft
27846 \series default
27847
27848 \begin_inset Index idx
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852 Befehle ! S ! 
27853 \backslash
27854 shoveleft
27855 \end_layout
27856
27857 \end_inset
27858
27859  kann eine zentrierte Zeile rechts bzw.
27860 \begin_inset space \space{}
27861 \end_inset
27862
27863 links ausgerichtet werden.
27864  Die Befehle werden folgendermaßen verwendet:
27865 \end_layout
27866
27867 \begin_layout Standard
27868
27869 \series bold
27870
27871 \backslash
27872 shoveright{Zeileninhalt}
27873 \series default
27874  bzw.
27875 \begin_inset space \space{}
27876 \end_inset
27877
27878
27879 \series bold
27880
27881 \backslash
27882 shoveleft{Zeileninhalt}
27883 \end_layout
27884
27885 \begin_layout Standard
27886 \begin_inset VSpace medskip
27887 \end_inset
27888
27889 Die Länge 
27890 \series bold
27891
27892 \backslash
27893 multlinegap
27894 \series default
27895
27896 \begin_inset Index idx
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Befehle ! M ! 
27901 \backslash
27902 multlinegap
27903 \end_layout
27904
27905 \end_inset
27906
27907  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
27908  Voreingestellt ist die Länge 0
27909 \begin_inset space \thinspace{}
27910 \end_inset
27911
27912 pt.
27913 \end_layout
27914
27915 \begin_layout Standard
27916 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
27917 \end_layout
27918
27919 \begin_layout Standard
27920
27921 \series bold
27922
27923 \backslash
27924 setlength{
27925 \backslash
27926 multlinegap}{2cm}
27927 \end_layout
27928
27929 \begin_layout Standard
27930 eingegeben wurde:
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 setlength{
27939 \backslash
27940 multlinegap}{2cm}
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \begin_inset Formula 
27947 \begin{multline}
27948 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}\\
27949 \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}}\\
27950 =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}}
27951 \end{multline}
27952
27953 \end_inset
27954
27955
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 setlength{
27964 \backslash
27965 multlinegap}{0pt}
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Die zweite Zeile wurde mit 
27975 \series bold
27976
27977 \backslash
27978 shoveleft
27979 \series default
27980  linksbündig ausgerichtet.
27981 \end_layout
27982
27983 \begin_layout Subsection
27984 Mehrzeilige Formelteile
27985 \begin_inset CommandInset label
27986 LatexCommand label
27987 name "sub:Mehrzeilige-Formelteile"
27988
27989 \end_inset
27990
27991
27992 \begin_inset Index idx
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Formel ! mehrzeilige ! Formelteile
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28006  der folgenden Umgebungen: 
28007 \series bold
28008 aligned
28009 \series default
28010
28011 \series bold
28012 alignedat
28013 \series default
28014
28015 \series bold
28016 gathered
28017 \series default
28018  oder 
28019 \series bold
28020 split
28021 \series default
28022 .
28023  Sie können über das Menü 
28024 \family sans
28025 Einfügen\SpecialChar \menuseparator
28026 Mathe
28027 \family default
28028  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28029 \end_layout
28030
28031 \begin_layout Standard
28032 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28033 n Formel\SpecialChar \-
28034 umgebungen.
28035  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28036  Dazu ein Beispiel:
28037 \begin_inset Formula 
28038 \[
28039 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28040 \Delta E\Delta t & \ge\frac{\hbar}{2}
28041 \end{aligned}
28042 \right\} \textrm{Unbestimmtheitsrelationen}
28043 \]
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28052  der Befehl 
28053 \series bold
28054
28055 \backslash
28056 aligned
28057 \series default
28058
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 Befehle ! A ! 
28064 \backslash
28065 aligned
28066 \end_layout
28067
28068 \end_inset
28069
28070  eingegeben wird.
28071  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28072  und Zeilen hinzufügen kann.
28073  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28074  gesetzt werden.
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28079  ausgerichtet sind.
28080  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28081  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28082  Als Beispiel Formel 
28083 \begin_inset CommandInset ref
28084 LatexCommand eqref
28085 reference "eq:kurzlang"
28086
28087 \end_inset
28088
28089  in der aligned-Umgebung:
28090 \begin_inset Formula 
28091 \begin{equation}
28092 \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}|}\\
28093  & -\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}|}
28094 \end{aligned}
28095 \end{equation}
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 Möchte man die Umgebung 
28104 \series bold
28105 alignedat
28106 \series default
28107
28108 \series bold
28109 gathered
28110 \series default
28111  oder 
28112 \series bold
28113 split
28114 \series default
28115  verwenden, gibt man den Befehl 
28116 \series bold
28117
28118 \backslash
28119 alignedat
28120 \series default
28121 ,
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Befehle ! A ! 
28127 \backslash
28128 alignedat
28129 \end_layout
28130
28131 \end_inset
28132
28133  
28134 \series bold
28135
28136 \backslash
28137 gathered
28138 \series default
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Befehle ! G ! 
28145 \backslash
28146 gathered
28147 \end_layout
28148
28149 \end_inset
28150
28151  bzw.
28152 \begin_inset space \space{}
28153 \end_inset
28154
28155
28156 \series bold
28157
28158 \backslash
28159 split
28160 \series default
28161
28162 \begin_inset Index idx
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166 Befehle ! S ! 
28167 \backslash
28168 split
28169 \end_layout
28170
28171 \end_inset
28172
28173  ein.
28174  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28175  jedoch darf sie nur zwei Spalten enthalten.
28176 \end_layout
28177
28178 \begin_layout Subsection
28179 Text in mehrzeiligen Formeln
28180 \begin_inset CommandInset label
28181 LatexCommand label
28182 name "sub:Text-in-mehrzeiligen"
28183
28184 \end_inset
28185
28186
28187 \begin_inset Index idx
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 Text ! in Formeln
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 Formel ! mehrzeilige ! Text
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Standard
28210 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28211  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28212  die Ausrichtung der Spalten nicht beeinflusst.
28213  Dazu wird der Befehl 
28214 \series bold
28215
28216 \backslash
28217 intertext
28218 \begin_inset Index idx
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Befehle ! I ! 
28223 \backslash
28224 intertext
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \series default
28231  nach folgendem Schema benutzt:
28232 \end_layout
28233
28234 \begin_layout Standard
28235
28236 \series bold
28237
28238 \backslash
28239 intertext{Text}
28240 \end_layout
28241
28242 \begin_layout Standard
28243 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28244  werden kann.
28245  Weil LyX 
28246 \series bold
28247
28248 \backslash
28249 intertext
28250 \series default
28251  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28252  Text.
28253  
28254 \series bold
28255
28256 \backslash
28257 intertext
28258 \series default
28259  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28260  dieser Zeile.
28261  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28262 \begin_inset Formula 
28263 \begin{align}
28264 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28265 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28266 \end{align}
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Section
28274 Formelnummerierung
28275 \begin_inset Index idx
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 Formelnummerierung
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset Index idx
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 Formel ! Nummerierung|see
28290 \begin_inset ERT
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295 {
28296 \end_layout
28297
28298 \end_inset
28299
28300 Formelnummerierung
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306 }
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Subsection
28320 Allgemeines
28321 \end_layout
28322
28323 \begin_layout Standard
28324 Nummerierte Formeln können mit dem Menü 
28325 \family sans
28326 Einfügen\SpecialChar \menuseparator
28327 Mathe\SpecialChar \menuseparator
28328 Nummerierte
28329 \begin_inset space ~
28330 \end_inset
28331
28332 Formel
28333 \family default
28334  (Tastenkürzel 
28335 \family sans
28336 Strg+Alt
28337 \begin_inset space ~
28338 \end_inset
28339
28340 N
28341 \family default
28342 ) erstellt, bestehende Formeln über das Menü 
28343 \family sans
28344 Bearbeiten\SpecialChar \menuseparator
28345 Mathe\SpecialChar \menuseparator
28346 Nummerierung
28347 \begin_inset space ~
28348 \end_inset
28349
28350 an/aus
28351 \family default
28352  (Tastenkürzel 
28353 \family sans
28354 Alt+M
28355 \begin_inset space ~
28356 \end_inset
28357
28358 N
28359 \family default
28360 ) nummeriert werden.
28361  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28362  Klammern.
28363  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28364 \end_layout
28365
28366 \begin_layout Standard
28367 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28368  Zeilen nummeriert.
28369  Man kann jedoch über das Menü 
28370 \family sans
28371 Bearbeiten\SpecialChar \menuseparator
28372 Mathe\SpecialChar \menuseparator
28373 Zeilennummerierung an/aus
28374 \family default
28375  (Tastenkürzel 
28376 \family sans
28377 Alt+M
28378 \begin_inset space ~
28379 \end_inset
28380
28381 Shift+N
28382 \family default
28383 ) für jede Zeile die Nummerierung festlegen.
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28388  werden, siehe 
28389 \begin_inset CommandInset ref
28390 LatexCommand ref
28391 reference "sec:Formelstile"
28392
28393 \end_inset
28394
28395 .
28396 \end_layout
28397
28398 \begin_layout Subsection
28399 Querverweise
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Querverweise ! auf Formeln
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Standard
28413 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28414  Eine Marke wird mit dem Menü 
28415 \family sans
28416 Einfügen\SpecialChar \menuseparator
28417 Marke
28418 \family default
28419  oder dem Werkzeugleistenknopf 
28420 \begin_inset Graphics
28421         filename ../../images/label-insert.png
28422         scale 85
28423
28424 \end_inset
28425
28426  gesetzt.
28427  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28428  Alternativ klickt man mit rechts auf die Formel und wählt 
28429 \family sans
28430 Formelmarke
28431 \family default
28432 .
28433  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28434 \series bold
28435 eq:
28436 \series default
28437 , nachdem der eigentliche Markenname eingegeben wird.
28438  Der voreingestellte Eintrag steht für 
28439 \begin_inset Quotes gld
28440 \end_inset
28441
28442 equation
28443 \begin_inset Quotes grd
28444 \end_inset
28445
28446  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28447  einer Formel und nicht zu einem Kapitel gehört.
28448  Um eine Marke zu ändern, wählt man wieder das Menü 
28449 \family sans
28450 Einfügen\SpecialChar \menuseparator
28451 Marke
28452 \family default
28453  oder man klickt mit rechts auf eine Formel und dann auf 
28454 \family sans
28455 Formelmarke
28456 \family default
28457 .
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28462  Eine Formel mit Marke wird immer nummeriert.
28463 \end_layout
28464
28465 \begin_layout Standard
28466 Querverweise werden mit dem Menü 
28467 \family sans
28468 Einfügen\SpecialChar \menuseparator
28469 Querverweis
28470 \family default
28471  oder dem Werkzeugleistenknopf 
28472 \begin_inset Graphics
28473         filename ../../images/dialog-show-new-inset_ref.png
28474         scale 85
28475
28476 \end_inset
28477
28478  eingefügt.
28479  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28480  Wenn man im Querverweis Dialogfenster das Format 
28481 \series bold
28482 (<Querverweis>)
28483 \series default
28484  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28485 \begin_inset Newline newline
28486 \end_inset
28487
28488 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28489  man zur Formel auf die verwiesen wird.
28490 \end_layout
28491
28492 \begin_layout Standard
28493 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28494 \begin_inset Note Note
28495 status open
28496
28497 \begin_layout Plain Layout
28498 Man beachte die unterschiedlichen Querverweistypen.
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 Die Gleichungen 
28508 \begin_inset CommandInset ref
28509 LatexCommand eqref
28510 reference "eq:tag"
28511
28512 \end_inset
28513
28514  und 
28515 \begin_inset CommandInset ref
28516 LatexCommand eqref
28517 reference "eq:c"
28518
28519 \end_inset
28520
28521  sind äquivalent.
28522  In (
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "eq:Lat"
28526
28527 \end_inset
28528
28529 ) werden im Gegensatz zu (
28530 \begin_inset CommandInset ref
28531 LatexCommand ref
28532 reference "eq:Roem"
28533
28534 \end_inset
28535
28536 ) große lateinische Buchstaben zur Nummerierung verwendet.
28537 \end_layout
28538
28539 \begin_layout Standard
28540 \begin_inset VSpace medskip
28541 \end_inset
28542
28543 Ist im Argument von 
28544 \series bold
28545
28546 \backslash
28547 tag
28548 \begin_inset Foot
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552
28553 \series bold
28554
28555 \backslash
28556 tag
28557 \series default
28558  ist in 
28559 \begin_inset CommandInset ref
28560 LatexCommand ref
28561 reference "sub:Benutzerdefinierte-Nummerierung"
28562
28563 \end_inset
28564
28565  beschrieben.
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \series default
28572  wie in 
28573 \begin_inset CommandInset ref
28574 LatexCommand ref
28575 reference "sub:Absatzboxen"
28576
28577 \end_inset
28578
28579  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
28580 \end_layout
28581
28582 \begin_layout Subsection
28583 Unternummerierung
28584 \begin_inset Index idx
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Formelnummerierung ! Unternummerierung
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
28598  
28599 \begin_inset Newline newline
28600 \end_inset
28601
28602
28603 \series bold
28604
28605 \backslash
28606 begin{subequations}
28607 \series default
28608  und 
28609 \series bold
28610
28611 \backslash
28612 end{subequations}
28613 \series default
28614  erreichen.
28615  Beide Befehle werden im TeX-Modus eingegeben.
28616 \end_layout
28617
28618 \begin_layout Standard
28619 Dazu ein Beispiel:
28620 \begin_inset Formula 
28621 \begin{equation}
28622 A=C-B\label{eq:a}
28623 \end{equation}
28624
28625 \end_inset
28626
28627
28628 \begin_inset ERT
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632
28633
28634 \backslash
28635 addtocounter{equation}{-1}
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \begin_inset ERT
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645
28646
28647 \backslash
28648 begin{subequations}
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \begin_inset VSpace -5mm
28655 \end_inset
28656
28657
28658 \begin_inset Formula 
28659 \begin{equation}
28660 B=C-A\label{eq:b}
28661 \end{equation}
28662
28663 \end_inset
28664
28665
28666 \begin_inset Formula 
28667 \begin{equation}
28668 C=A+B\label{eq:c}
28669 \end{equation}
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 \begin_inset ERT
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681
28682
28683 \backslash
28684 end{subequations}
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
28694 \end_layout
28695
28696 \begin_layout Enumerate
28697 erste Formel eingeben
28698 \end_layout
28699
28700 \begin_layout Enumerate
28701
28702 \series bold
28703
28704 \backslash
28705 addtocounter{equation}{-1} 
28706 \backslash
28707 begin{subequations}
28708 \begin_inset Index idx
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712 Befehle ! A ! 
28713 \backslash
28714 addtocounter
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \begin_inset Newline newline
28721 \end_inset
28722
28723
28724 \series default
28725 nach der ersten Formel einfügen
28726 \end_layout
28727
28728 \begin_layout Enumerate
28729 zweite Formel eingeben
28730 \end_layout
28731
28732 \begin_layout Enumerate
28733 dritte Formel eingeben
28734 \end_layout
28735
28736 \begin_layout Enumerate
28737
28738 \series bold
28739
28740 \backslash
28741 end{subequations}
28742 \series default
28743  nach der dritten Formel einfügen
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Jede Formel, die zwischen den Befehlen 
28748 \series bold
28749
28750 \backslash
28751 begin
28752 \series default
28753  und 
28754 \series bold
28755
28756 \backslash
28757 end
28758 \series default
28759  steht, wird mit a, b, c, \SpecialChar \ldots{}
28760  untergliedert.
28761  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
28762  Alle untergliederten Formeln gelten als 
28763 \emph on
28764 eine
28765 \emph default
28766  nummerierte Formel.
28767  Da jede nummerierte Formel den Formelzähler 
28768 \series bold
28769 equation
28770 \series default
28771  um Eins erhöht, ist der Befehl 
28772 \series bold
28773
28774 \backslash
28775 addtocounter
28776 \series default
28777  notwendig um den Zähler wieder zu erniedrigen.
28778  Ansonsten würden die Formeln 
28779 \begin_inset CommandInset ref
28780 LatexCommand eqref
28781 reference "eq:a"
28782
28783 \end_inset
28784
28785
28786 \begin_inset CommandInset ref
28787 LatexCommand eqref
28788 reference "eq:b"
28789
28790 \end_inset
28791
28792
28793 \begin_inset CommandInset ref
28794 LatexCommand eqref
28795 reference "eq:c"
28796
28797 \end_inset
28798
28799  als 
28800 \begin_inset CommandInset ref
28801 LatexCommand eqref
28802 reference "eq:a"
28803
28804 \end_inset
28805
28806
28807 \begin_inset CommandInset ref
28808 LatexCommand eqref
28809 reference "eq:d"
28810
28811 \end_inset
28812
28813
28814 \begin_inset CommandInset ref
28815 LatexCommand eqref
28816 reference "eq:f"
28817
28818 \end_inset
28819
28820  nummeriert werden.
28821 \end_layout
28822
28823 \begin_layout Standard
28824 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
28825  Formeln automatisch etwas Leerraum erstellt.
28826  Um dies rückgängig zu machen, fügt man nach dem Befehl 
28827 \series bold
28828
28829 \backslash
28830 begin{subequations}
28831 \series default
28832  -5
28833 \begin_inset space \thinspace{}
28834 \end_inset
28835
28836 mm vertikalen Leerraum ein.
28837  Ist der Formelstil 
28838 \series bold
28839 Eingerückt
28840 \begin_inset Foot
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Formelstile siehe 
28845 \begin_inset CommandInset ref
28846 LatexCommand ref
28847 reference "sec:Formelstile"
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \series default
28858  gewählt, fügt man -7
28859 \begin_inset space \thinspace{}
28860 \end_inset
28861
28862 mm Leerraum ein.
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
28867  der zweiten Zeile abgeschaltet wurde:
28868 \begin_inset ERT
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872
28873
28874 \backslash
28875 begin{subequations}
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \begin_inset Formula 
28882 \begin{eqnarray}
28883 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28884  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
28885  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
28886 \end{eqnarray}
28887
28888 \end_inset
28889
28890
28891 \begin_inset ERT
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895
28896
28897 \backslash
28898 end{subequations}
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Subsection
28907 Benutzerdefinierte Nummerierung
28908 \begin_inset CommandInset label
28909 LatexCommand label
28910 name "sub:Benutzerdefinierte-Nummerierung"
28911
28912 \end_inset
28913
28914
28915 \begin_inset Index idx
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 Formelnummerierung ! benutzerdefinierte
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Standard
28928 \begin_inset Index idx
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 Formelnummerierung ! eigene Klammern
28933 \end_layout
28934
28935 \end_inset
28936
28937 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
28938  gesetzt.
28939  Will man diese Klammern z.
28940 \begin_inset space \thinspace{}
28941 \end_inset
28942
28943 B.
28944  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
28945  an:
28946 \end_layout
28947
28948 \begin_layout Standard
28949
28950 \series bold
28951
28952 \backslash
28953 def
28954 \backslash
28955 tagform@#1{
28956 \backslash
28957 maketag@@@{|#1|}}
28958 \series default
28959
28960 \begin_inset Note Note
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
28965  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
28966  werden.
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
28976 \series bold
28977 #1
28978 \series default
28979  durch ein oder mehrere gewünschte Zeichen.
28980  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
28981 \end_layout
28982
28983 \begin_layout Standard
28984 \begin_inset VSpace bigskip
28985 \end_inset
28986
28987 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
28988  hinter der Formel stehen, benutzt man den Befehl 
28989 \series bold
28990
28991 \backslash
28992 tag
28993 \series default
28994
28995 \begin_inset Index idx
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Befehle ! T ! 
29000 \backslash
29001 tag
29002 \end_layout
29003
29004 \end_inset
29005
29006 :
29007 \begin_inset Formula 
29008 \begin{equation}
29009 A+B=C\tag{etwas}\label{eq:tag}
29010 \end{equation}
29011
29012 \end_inset
29013
29014  In diesem Beispiel wurde in der Formel der Befehl 
29015 \series bold
29016
29017 \backslash
29018 tag
29019 \series default
29020
29021 \begin_inset space \textvisiblespace{}
29022 \end_inset
29023
29024
29025 \series bold
29026 etwas
29027 \series default
29028  eingegeben.
29029 \end_layout
29030
29031 \begin_layout Standard
29032 Gibt man stattdessen 
29033 \series bold
29034
29035 \backslash
29036 tag*
29037 \series default
29038
29039 \begin_inset space \textvisiblespace{}
29040 \end_inset
29041
29042
29043 \series bold
29044 etwas
29045 \series default
29046  ein, verhindert der Stern die Klammern um den Ausdruck:
29047 \begin_inset Formula 
29048 \[
29049 A+B=C\tag*{etwas}
29050 \]
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Standard
29058 \begin_inset VSpace bigskip
29059 \end_inset
29060
29061 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29062  oder 
29063 \begin_inset ERT
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067
29068
29069 \backslash
29070 mbox{
29071 \end_layout
29072
29073 \end_inset
29074
29075 -abschnitt
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081 }
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset Note Note
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 Der Befehl 
29092 \series bold
29093
29094 \backslash
29095 mbox
29096 \series default
29097  verhindert, dass am Bindestrich umgebrochen wird.
29098 \end_layout
29099
29100 \end_inset
29101
29102  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29103 \end_layout
29104
29105 \begin_layout Standard
29106
29107 \series bold
29108
29109 \backslash
29110 @addtoreset{equation}{part}
29111 \series default
29112
29113 \begin_inset Index idx
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Befehle ! 
29118 \begin_inset ERT
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122
29123 "
29124 \end_layout
29125
29126 \end_inset
29127
29128 @
29129 \begin_inset ERT
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133
29134 "
29135 \end_layout
29136
29137 \end_inset
29138
29139  ! 
29140 \backslash
29141
29142 \begin_inset ERT
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146
29147 "
29148 \end_layout
29149
29150 \end_inset
29151
29152 @
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158 "
29159 \end_layout
29160
29161 \end_inset
29162
29163 addtoreset
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \begin_inset Newline newline
29170 \end_inset
29171
29172 bzw.
29173 \begin_inset Newline newline
29174 \end_inset
29175
29176
29177 \series bold
29178
29179 \backslash
29180 @addtoreset{equation}{section}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29185 \begin_inset Quotes gld
29186 \end_inset
29187
29188 @
29189 \begin_inset Quotes grd
29190 \end_inset
29191
29192  Zeichen für LaTeX mit dem Befehl 
29193 \series bold
29194
29195 \backslash
29196 makeatletter
29197 \series default
29198  
29199 \begin_inset Quotes gld
29200 \end_inset
29201
29202 aktiv
29203 \begin_inset Quotes grd
29204 \end_inset
29205
29206  gemacht werden.
29207  Der Befehl 
29208 \series bold
29209
29210 \backslash
29211 makeatother
29212 \series default
29213  macht dies wieder rückgängig.
29214  Daher ist die Befehlssequenz im TeX-Modus:
29215 \end_layout
29216
29217 \begin_layout Standard
29218
29219 \series bold
29220
29221 \backslash
29222 makeatletter
29223 \begin_inset Newline newline
29224 \end_inset
29225
29226
29227 \backslash
29228 @addtoreset{equation}{section}
29229 \begin_inset Newline newline
29230 \end_inset
29231
29232
29233 \backslash
29234 makeatother
29235 \end_layout
29236
29237 \begin_layout Standard
29238 Im LaTeX-Vorspann können 
29239 \series bold
29240
29241 \backslash
29242 makeatletter
29243 \series default
29244  und 
29245 \series bold
29246
29247 \backslash
29248 makeatother
29249 \series default
29250  weggelassen werden, da LyX sie automatisch intern einfügt.
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Um 
29255 \series bold
29256
29257 \backslash
29258 @addtoreset
29259 \series default
29260  rückgängig zu machen, muss die Datei 
29261 \series bold
29262 remreset.sty
29263 \series default
29264
29265 \begin_inset Foot
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270 \series bold
29271 remreset
29272 \series default
29273  ist Teil des LaTeX-Paketes 
29274 \series bold
29275 carlisle
29276 \series default
29277
29278 \begin_inset Index idx
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282 Pakete ! carlisle
29283 \end_layout
29284
29285 \end_inset
29286
29287 , das Teil jeder LaTeX-Standardinstallation ist.
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Pakete ! remreset
29298 \end_layout
29299
29300 \end_inset
29301
29302  im LaTeX-Vorspann mit der Zeile
29303 \end_layout
29304
29305 \begin_layout Standard
29306
29307 \series bold
29308
29309 \backslash
29310 usepackage{remreset}
29311 \end_layout
29312
29313 \begin_layout Standard
29314 geladen werden.
29315  Dann kann der Befehl 
29316 \series bold
29317
29318 \backslash
29319 @removefromreset
29320 \series default
29321
29322 \begin_inset Index idx
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 Befehle ! 
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332 "
29333 \end_layout
29334
29335 \end_inset
29336
29337 @
29338 \begin_inset ERT
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342
29343 "
29344 \end_layout
29345
29346 \end_inset
29347
29348  ! 
29349 \backslash
29350
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356 "
29357 \end_layout
29358
29359 \end_inset
29360
29361 @
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367 "
29368 \end_layout
29369
29370 \end_inset
29371
29372 removefromreset
29373 \end_layout
29374
29375 \end_inset
29376
29377  mit dem selben Schema wie 
29378 \series bold
29379
29380 \backslash
29381 @addtoreset
29382 \series default
29383  benutzt werden.
29384 \end_layout
29385
29386 \begin_layout Standard
29387 \begin_inset VSpace bigskip
29388 \end_inset
29389
29390 Oftmals möchte man Formeln in folgender Art nummerieren:
29391 \end_layout
29392
29393 \begin_layout Standard
29394
29395 \family typewriter
29396 (Kapitelnummer.Formelnummer)
29397 \end_layout
29398
29399 \begin_layout Standard
29400 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29401 \end_layout
29402
29403 \begin_layout Standard
29404 Für diesen Fall gibt es den Befehl 
29405 \series bold
29406
29407 \backslash
29408 numberwithin
29409 \series default
29410
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 Befehle ! N ! 
29416 \backslash
29417 numberwithin
29418 \end_layout
29419
29420 \end_inset
29421
29422 , der nach folgendem Schema benutzt wird:
29423 \end_layout
29424
29425 \begin_layout Standard
29426
29427 \series bold
29428
29429 \backslash
29430 numberwithin{Zähler}{Gliederung}
29431 \end_layout
29432
29433 \begin_layout Standard
29434 Zähler gibt an, welche Nummerierung betroffen ist.
29435  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29436 \end_layout
29437
29438 \begin_layout Standard
29439 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29440  ein:
29441 \end_layout
29442
29443 \begin_layout Standard
29444
29445 \series bold
29446
29447 \backslash
29448 numberwithin{equation}{section}
29449 \end_layout
29450
29451 \begin_layout Standard
29452 Das ist das Ergebnis:
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 numberwithin{equation}{section}
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \begin_inset Formula 
29467 \begin{equation}
29468 A+B=C
29469 \end{equation}
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Möchte man z.
29478 \begin_inset space \thinspace{}
29479 \end_inset
29480
29481 B.
29482  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29483  gibt man 
29484 \series bold
29485
29486 \backslash
29487 numberwithin{table}{part}
29488 \series default
29489  ein.
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29494 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29495  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29496 \end_layout
29497
29498 \begin_layout Standard
29499
29500 \series bold
29501
29502 \backslash
29503 renewcommand{
29504 \backslash
29505 theequation}{
29506 \backslash
29507 arabic{equation}}
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 Befehle ! A ! 
29513 \backslash
29514 arabic
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \series default
29521
29522 \begin_inset ERT
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526
29527
29528 \backslash
29529 renewcommand{
29530 \backslash
29531 theequation}{
29532 \backslash
29533 arabic{equation}}
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \series bold
29540
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \series default
29546 bzw.
29547 \series bold
29548
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552
29553 \backslash
29554 renewcommand{
29555 \backslash
29556 thetable}{
29557 \backslash
29558 arabic{table}}
29559 \end_layout
29560
29561 \begin_layout Standard
29562
29563 \series bold
29564
29565 \backslash
29566 numberwithin
29567 \series default
29568  benutzt intern den oben beschriebenen Befehl 
29569 \series bold
29570
29571 \backslash
29572 @addtoreset
29573 \series default
29574 , der ebenfalls rückgängig gemacht werden muss.
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 makeatletter
29583 \end_layout
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 @removefromreset{equation}{section}
29590 \end_layout
29591
29592 \begin_layout Plain Layout
29593
29594
29595 \backslash
29596 makeatother
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Subsection
29605 Nummerierung mit römischen Zahlen und Buchstaben
29606 \begin_inset Index idx
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 Formelnummerierung ! mit Buchstaben
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Formelnummerierung ! mit römischen Zahlen
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
29630  werden.
29631  Um z.
29632 \begin_inset space \thinspace{}
29633 \end_inset
29634
29635 B.
29636  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
29637  TeX-Modus den Befehl
29638 \end_layout
29639
29640 \begin_layout Standard
29641
29642 \series bold
29643
29644 \backslash
29645 renewcommand{
29646 \backslash
29647 theequation}{
29648 \backslash
29649 roman{equation}}
29650 \end_layout
29651
29652 \begin_layout Standard
29653 ein.
29654  
29655 \series bold
29656
29657 \backslash
29658 renewcommand
29659 \series default
29660
29661 \begin_inset Index idx
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 Befehle ! R ! 
29666 \backslash
29667 renewcommand
29668 \end_layout
29669
29670 \end_inset
29671
29672  weist dem vordefinierten Befehl 
29673 \series bold
29674
29675 \backslash
29676 theequation
29677 \series default
29678  den Befehl
29679 \begin_inset Newline linebreak
29680 \end_inset
29681
29682
29683 \series bold
29684
29685 \backslash
29686 roman{equation}
29687 \series default
29688  zu.
29689 \begin_inset Foot
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Der Befehl 
29694 \series bold
29695
29696 \backslash
29697 renewcommand
29698 \series default
29699  besitzt dasselbe Schema wie der in 
29700 \begin_inset CommandInset ref
29701 LatexCommand ref
29702 reference "sub:Der-Befehl-newcommand"
29703
29704 \end_inset
29705
29706  beschriebene Befehl
29707 \begin_inset Newline newline
29708 \end_inset
29709
29710
29711 \series bold
29712
29713 \backslash
29714 newcommand
29715 \series default
29716 .
29717 \end_layout
29718
29719 \end_inset
29720
29721  
29722 \series bold
29723 equation
29724 \series default
29725  ist der Formelzähler.
29726  Stellt man einem Zähler den Befehl 
29727 \series bold
29728
29729 \backslash
29730 the
29731 \series default
29732  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
29733  wird.
29734  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
29735  
29736 \series bold
29737
29738 \backslash
29739 theequation
29740 \series default
29741  hinter die Formel.
29742  
29743 \series bold
29744
29745 \backslash
29746 roman{equation}
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Befehle ! R ! 
29752 \backslash
29753 roman
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \series default
29760  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
29761 \end_layout
29762
29763 \begin_layout Standard
29764 Alle Formeln nach dem 
29765 \series bold
29766
29767 \backslash
29768 renewcommand
29769 \series default
29770 -Befehl werden nun römisch nummeriert.
29771  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
29772  den Befehl erneut ein, ersetzt aber 
29773 \series bold
29774
29775 \backslash
29776 roman
29777 \series default
29778  durch 
29779 \series bold
29780
29781 \backslash
29782 Roman
29783 \series default
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Befehle ! R ! 
29790 \backslash
29791 roman@
29792 \backslash
29793 Roman
29794 \end_layout
29795
29796 \end_inset
29797
29798 .
29799  Für die 
29800 \begin_inset Quotes gld
29801 \end_inset
29802
29803 Nummerierung
29804 \begin_inset Quotes grd
29805 \end_inset
29806
29807  mit lateinischen Buchstaben gibt es den Befehl 
29808 \series bold
29809
29810 \backslash
29811 alph
29812 \series default
29813
29814 \begin_inset Index idx
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818 Befehle ! A ! 
29819 \backslash
29820 alph
29821 \end_layout
29822
29823 \end_inset
29824
29825  für kleine und 
29826 \series bold
29827
29828 \backslash
29829 Alph
29830 \series default
29831
29832 \begin_inset Index idx
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 Befehle ! A ! 
29837 \backslash
29838 alph@
29839 \backslash
29840 Alph
29841 \end_layout
29842
29843 \end_inset
29844
29845  für große Buchstaben.
29846 \end_layout
29847
29848 \begin_layout Standard
29849 \begin_inset Note Greyedout
29850 status open
29851
29852 \begin_layout Plain Layout
29853
29854 \series bold
29855 \color none
29856 Achtung:
29857 \series default
29858  Es können nur maximal 26
29859 \begin_inset space ~
29860 \end_inset
29861
29862 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Standard
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 renewcommand{
29879 \backslash
29880 theequation}{
29881 \backslash
29882 roman{equation}}
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 \begin_inset Formula 
29892 \begin{equation}
29893 A=\textrm{römisch}
29894 \end{equation}
29895
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 renewcommand{
29907 \backslash
29908 theequation}{
29909 \backslash
29910 Roman{equation}}
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset Formula 
29917 \begin{equation}
29918 B=\textrm{Römisch}\label{eq:Roem}
29919 \end{equation}
29920
29921 \end_inset
29922
29923
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929
29930 \backslash
29931 renewcommand{
29932 \backslash
29933 theequation}{
29934 \backslash
29935 alph{equation}}
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Formula 
29942 \begin{equation}
29943 C=\textrm{lateinisch}
29944 \end{equation}
29945
29946 \end_inset
29947
29948
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954
29955 \backslash
29956 renewcommand{
29957 \backslash
29958 theequation}{
29959 \backslash
29960 Alph{equation}}
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Formula 
29967 \begin{equation}
29968 D=\textrm{Lateinisch}\label{eq:Lat}
29969 \end{equation}
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \begin_layout Standard
29977 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
29978  ein:
29979 \end_layout
29980
29981 \begin_layout Standard
29982
29983 \series bold
29984
29985 \backslash
29986 renewcommand{
29987 \backslash
29988 theequation}{
29989 \backslash
29990 arabic{equation}}
29991 \begin_inset Index idx
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995 Befehle ! A ! 
29996 \backslash
29997 arabic
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 renewcommand{
30014 \backslash
30015 theequation}{
30016 \backslash
30017 arabic{equation}}
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \begin_inset Formula 
30024 \begin{equation}
30025 E=\textrm{arabisch}
30026 \end{equation}
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 \begin_inset VSpace medskip
30035 \end_inset
30036
30037 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30038 riert.
30039  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30040  beginnen, müssen neue Formelzähler angelegt werden.
30041  Eine Beschreibung dazu findet man in der Datei 
30042 \begin_inset CommandInset href
30043 LatexCommand href
30044 name "Formelnummerierung.lyx"
30045 target "run:Formelnummerierung.lyx"
30046
30047 \end_inset
30048
30049 .
30050 \end_layout
30051
30052 \begin_layout Section
30053 Chemische Symbole und Reaktionsgleichungen
30054 \begin_inset CommandInset label
30055 LatexCommand label
30056 name "sub:Chemische-Symbole-und"
30057
30058 \end_inset
30059
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 chemische Zeichen ! Symbole
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \begin_inset Index idx
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 Reaktionsgleichungen
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset Index idx
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Symbole ! chemische
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Ein Beispieltext aus der Chemie:
30095 \end_layout
30096
30097 \begin_layout Quote
30098 Das 
30099 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30100 \end_inset
30101
30102 -Ion verbindet sich mit zwei 
30103 \begin_inset Formula $\mathrm{Na^{+}}$
30104 \end_inset
30105
30106 -Ionen zu Natriumsulfat 
30107 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30108 \end_inset
30109
30110 .
30111  Die Reaktionsgleichung dazu lautet:
30112 \begin_inset Formula 
30113 \begin{equation}
30114 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30115 \end{equation}
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30124  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30125  in der Formel und wandelt diese mit der Tastenkombination 
30126 \family sans
30127 Alt+Z
30128 \begin_inset space ~
30129 \end_inset
30130
30131 R
30132 \family default
30133  in den aufrechten Schriftstil um.
30134 \begin_inset Foot
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 Schriftstile siehe 
30139 \begin_inset CommandInset ref
30140 LatexCommand ref
30141 reference "sub:Schriftstile"
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \begin_layout Standard
30154 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30155 \series bold
30156  
30157 \backslash
30158 ce
30159 \series default
30160
30161 \begin_inset Index idx
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165 Befehle ! C ! 
30166 \backslash
30167 ce
30168 \end_layout
30169
30170 \end_inset
30171
30172  zu benutzen.
30173  Dieser ist verfügbar, wenn das LaTeX-Paket 
30174 \series bold
30175 mhchem
30176 \series default
30177
30178 \begin_inset Index idx
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182 Pakete ! mhchem
30183 \end_layout
30184
30185 \end_inset
30186
30187  installiert ist.
30188  Nachdem 
30189 \series bold
30190
30191 \backslash
30192 ce
30193 \series default
30194  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30195  Formeln in intuitiver Weise eingegeben werden können.
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \align center
30200 \begin_inset Tabular
30201 <lyxtabular version="3" rows="9" columns="2">
30202 <features rotate="0" tabularvalignment="middle">
30203 <column alignment="center" valignment="top">
30204 <column alignment="center" valignment="top">
30205 <row>
30206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Plain Layout
30210 Befehl
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30216 \begin_inset Text
30217
30218 \begin_layout Plain Layout
30219 Ergebnis
30220 \begin_inset Note Note
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225 \series bold
30226
30227 \backslash
30228 raisebox
30229 \series default
30230  dient nur als Abstandhalter.
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \end_inset
30239 </cell>
30240 </row>
30241 <row>
30242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Plain Layout
30246
30247 \backslash
30248 ce
30249 \begin_inset space \textvisiblespace{}
30250 \end_inset
30251
30252 H2CO3
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Plain Layout
30261 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \end_inset
30268 </cell>
30269 </row>
30270 <row>
30271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Plain Layout
30275
30276 \backslash
30277 ce
30278 \begin_inset space \textvisiblespace{}
30279 \end_inset
30280
30281 SO4^2-
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Plain Layout
30290 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \end_inset
30297 </cell>
30298 </row>
30299 <row>
30300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30301 \begin_inset Text
30302
30303 \begin_layout Plain Layout
30304
30305 \backslash
30306 ce
30307 \begin_inset space \textvisiblespace{}
30308 \end_inset
30309
30310 (NH4)2S
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30316 \begin_inset Text
30317
30318 \begin_layout Plain Layout
30319 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \end_inset
30326 </cell>
30327 </row>
30328 <row>
30329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Plain Layout
30333
30334 \backslash
30335 ce
30336 \begin_inset space \textvisiblespace{}
30337 \end_inset
30338
30339 KCr(SO4)2.12H2O
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 </row>
30357 <row>
30358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30359 \begin_inset Text
30360
30361 \begin_layout Plain Layout
30362
30363 \backslash
30364 ce
30365 \begin_inset space \textvisiblespace{}
30366 \end_inset
30367
30368 A-B
30369 \backslash
30370 dbond
30371 \begin_inset space \textvisiblespace{}
30372 \end_inset
30373
30374 C
30375 \backslash
30376 tbond
30377 \begin_inset space \textvisiblespace{}
30378 \end_inset
30379
30380 D
30381 \end_layout
30382
30383 \end_inset
30384 </cell>
30385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30386 \begin_inset Text
30387
30388 \begin_layout Plain Layout
30389 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 </row>
30398 <row>
30399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Plain Layout
30403
30404 \backslash
30405 ce
30406 \begin_inset space \textvisiblespace{}
30407 \end_inset
30408
30409 ^227
30410 \begin_inset Formula $\downarrow$
30411 \end_inset
30412
30413 _90
30414 \begin_inset Formula $\to$
30415 \end_inset
30416
30417 Th+
30418 \end_layout
30419
30420 \end_inset
30421 </cell>
30422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30423 \begin_inset Text
30424
30425 \begin_layout Plain Layout
30426 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \end_inset
30433 </cell>
30434 </row>
30435 <row>
30436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30437 \begin_inset Text
30438
30439 \begin_layout Plain Layout
30440
30441 \backslash
30442 ce
30443 \begin_inset space \textvisiblespace{}
30444 \end_inset
30445
30446 CO2
30447 \begin_inset space \textvisiblespace{}
30448 \end_inset
30449
30450 +
30451 \begin_inset space \textvisiblespace{}
30452 \end_inset
30453
30454 C
30455 \begin_inset space \textvisiblespace{}
30456 \end_inset
30457
30458 <=>
30459 \begin_inset space \textvisiblespace{}
30460 \end_inset
30461
30462 2CO
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 </row>
30480 <row>
30481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485
30486 \backslash
30487 ce
30488 \begin_inset space \textvisiblespace{}
30489 \end_inset
30490
30491 CO2
30492 \begin_inset space \textvisiblespace{}
30493 \end_inset
30494
30495 +
30496 \begin_inset space \textvisiblespace{}
30497 \end_inset
30498
30499 C
30500 \begin_inset space \textvisiblespace{}
30501 \end_inset
30502
30503 ->[
30504 \backslash
30505 alpha][
30506 \backslash
30507 beta]
30508 \begin_inset space \textvisiblespace{}
30509 \end_inset
30510
30511 2CO}
30512 \end_layout
30513
30514 \end_inset
30515 </cell>
30516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 </row>
30529 </lyxtabular>
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Standard
30537 \begin_inset Note Greyedout
30538 status open
30539
30540 \begin_layout Plain Layout
30541
30542 \series bold
30543 \color none
30544 Achtung:
30545 \series default
30546  Wenn eine Formel in eine 
30547 \series bold
30548
30549 \backslash
30550 ce
30551 \series default
30552 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
30553  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
30554 \begin_inset space \thinspace{}
30555 \end_inset
30556
30557 B.
30558  für
30559 \begin_inset Newline newline
30560 \end_inset
30561
30562
30563 \series bold
30564
30565 \backslash
30566 ce{$
30567 \backslash
30568 mu
30569 \backslash
30570 hyphen$Cl}
30571 \series default
30572
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 ce{$
30581 \backslash
30582 mu
30583 \backslash
30584 hyphen$Cl}
30585 \end_layout
30586
30587 \end_inset
30588
30589  
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset Note Greyedout
30599 status open
30600
30601 \begin_layout Plain Layout
30602
30603 \series bold
30604 \color none
30605 Achtung:
30606 \series default
30607  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
30608  oben zu bekommen, wie es im 
30609 \series bold
30610 mhchem
30611 \series default
30612 -Handbuch steht.
30613  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
30614  Befehl 
30615 \series bold
30616
30617 \backslash
30618 uparrow
30619 \series default
30620 :
30621 \begin_inset Newline newline
30622 \end_inset
30623
30624
30625 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Wird 
30638 \series bold
30639
30640 \backslash
30641 ce
30642 \series default
30643  benutzt, lautet der Befehl für Gleichung
30644 \begin_inset space ~
30645 \end_inset
30646
30647
30648 \begin_inset CommandInset ref
30649 LatexCommand eqref
30650 reference "eq:chemische-Reaktion"
30651
30652 \end_inset
30653
30654 :
30655 \begin_inset Newline newline
30656 \end_inset
30657
30658
30659 \series bold
30660  
30661 \backslash
30662 ce
30663 \series default
30664
30665 \begin_inset space \textvisiblespace{}
30666 \end_inset
30667
30668
30669 \series bold
30670 2Na+
30671 \series default
30672
30673 \begin_inset space \textvisiblespace{}
30674 \end_inset
30675
30676
30677 \series bold
30678 +
30679 \series default
30680
30681 \begin_inset space \textvisiblespace{}
30682 \end_inset
30683
30684
30685 \series bold
30686 SO4^2-
30687 \series default
30688
30689 \begin_inset space \textvisiblespace{}
30690 \end_inset
30691
30692
30693 \begin_inset space \textvisiblespace{}
30694 \end_inset
30695
30696
30697 \series bold
30698 ->
30699 \series default
30700
30701 \begin_inset space \textvisiblespace{}
30702 \end_inset
30703
30704
30705 \series bold
30706 Na2SO4
30707 \end_layout
30708
30709 \begin_layout Standard
30710 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
30711  Formel erstellt, wie in 
30712 \begin_inset CommandInset ref
30713 LatexCommand ref
30714 reference "sec:Mehrzeilige-Formeln"
30715
30716 \end_inset
30717
30718  beschrieben.
30719  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
30720 \series bold
30721
30722 \backslash
30723 ce
30724 \series default
30725  verwendet.
30726  
30727 \begin_inset CommandInset ref
30728 LatexCommand eqref
30729 reference "eq:TEOS-Reaktion-1"
30730
30731 \end_inset
30732
30733  und 
30734 \begin_inset CommandInset ref
30735 LatexCommand eqref
30736 reference "eq:TEOS-Reaktion-2"
30737
30738 \end_inset
30739
30740  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
30741  Gleichung eine eigene Nummer hat.
30742 \begin_inset Formula 
30743 \begin{eqnarray}
30744 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
30745 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
30746 \end{eqnarray}
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 Außer 
30755 \series bold
30756
30757 \backslash
30758 ce
30759 \series default
30760  bietet das Paket 
30761 \series bold
30762 mhchem
30763 \series default
30764  noch den Befehl 
30765 \series bold
30766
30767 \backslash
30768 cf
30769 \series default
30770
30771 \begin_inset Index idx
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 Befehle ! C ! 
30776 \backslash
30777 cf
30778 \end_layout
30779
30780 \end_inset
30781
30782  für spezielle Fälle.
30783  Mehr über 
30784 \series bold
30785
30786 \backslash
30787 cf
30788 \series default
30789  und weitere Beispiele sind in der Dokumentation von 
30790 \series bold
30791 mhchem
30792 \series default
30793  zu finden, 
30794 \begin_inset CommandInset citation
30795 LatexCommand cite
30796 key "mhchem"
30797
30798 \end_inset
30799
30800 .
30801 \end_layout
30802
30803 \begin_layout Section
30804 Diagramme
30805 \end_layout
30806
30807 \begin_layout Standard
30808 LyX unterstützt zwei Typen kommutativer Diagramme: 
30809 \series bold
30810 amscd
30811 \series default
30812  und 
30813 \series bold
30814 xymatrix
30815 \series default
30816 , die im Folgenden erläutert sind.
30817 \end_layout
30818
30819 \begin_layout Subsection
30820 amscd Diagramme
30821 \begin_inset Index idx
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825 Diagramme ! amscd
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \begin_layout Standard
30834 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
30835  Linien oder Pfeilen dar:
30836 \begin_inset Formula 
30837 \[
30838 \begin{CD}A@>>>B@>>>C\\
30839 @AAA@.@VVV\\
30840 F@<<<E@<<<D
30841 \end{CD}
30842 \]
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 Um sie zu erstellen, gibt man in einer Formel den Befehl 
30851 \series bold
30852
30853 \backslash
30854 CD
30855 \begin_inset Index idx
30856 status collapsed
30857
30858 \begin_layout Plain Layout
30859 Befehle ! C ! 
30860 \backslash
30861 CD
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \series default
30868  ein.
30869  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
30870  man die weiteren Befehle eingibt.
30871  Mit 
30872 \series bold
30873
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879
30880 \backslash
30881 mbox{
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \family sans
30888 \series default
30889 Strg+Enter
30890 \family default
30891 \series bold
30892
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898 }
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \series default
30905  wird eine neue Zeile erstellt.
30906  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
30907  Zeilen der Formel eingegeben.
30908 \end_layout
30909
30910 \begin_layout Standard
30911 Zum Erstellen der Beziehungen gibt es folgende Befehle:
30912 \end_layout
30913
30914 \begin_layout Itemize
30915
30916 \series bold
30917 @<<<
30918 \series default
30919  erstellt einen Linkspfeil, 
30920 \series bold
30921 @>>>
30922 \series default
30923  einen Rechtspfeil und 
30924 \series bold
30925 @=
30926 \series default
30927  ein langes Gleichheitszeichen
30928 \end_layout
30929
30930 \begin_layout Itemize
30931
30932 \series bold
30933 @AAA
30934 \series default
30935  erstellt einen Pfeil nach oben, 
30936 \series bold
30937 @VVV
30938 \series default
30939  einen Pfeil nach unten und 
30940 \series bold
30941 @|
30942 \series default
30943  ein senkrechtes Gleichheitszeichen
30944 \end_layout
30945
30946 \begin_layout Itemize
30947
30948 \series bold
30949 @.
30950
30951 \series default
30952  dient als Platzhalter für nicht vorhandene Beziehungen
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Alle Pfeile sind wie folgt beschriftbar:
30957 \end_layout
30958
30959 \begin_layout Itemize
30960 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
30961 \begin_inset space \space{}
30962 \end_inset
30963
30964 > Text eingegeben, erscheint er über dem Pfeil.
30965  Wird der Text zwischen dem zweiten und dritten < bzw.
30966 \begin_inset space \space{}
30967 \end_inset
30968
30969 > eingegeben, erscheint er unter dem Pfeil.
30970 \end_layout
30971
30972 \begin_layout Itemize
30973 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
30974 \begin_inset space \space{}
30975 \end_inset
30976
30977 V eingegeben, erscheint er links neben dem Pfeil.
30978  Bei Eingabe zwischen zweitem und drittem A bzw.
30979 \begin_inset space \space{}
30980 \end_inset
30981
30982 V erscheint er rechts daneben.
30983  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
30984  gesetzt werden.
30985 \end_layout
30986
30987 \begin_layout Standard
30988 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
30989 \end_layout
30990
30991 \begin_layout Standard
30992 \begin_inset Formula 
30993 \[
30994 \begin{CD}A@>j>>B@>>k>C@=F\\
30995 @AmAA@.@VV{V}V@|\\
30996 D@<<j<E@>k>>F@=C
30997 \end{CD}
30998 \]
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 Der Befehl dazu lautet:
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \series bold
31012
31013 \backslash
31014 CD
31015 \begin_inset space \textvisiblespace{}
31016 \end_inset
31017
31018 A@>j>>B@>>k>C@=F Strg+Enter
31019 \begin_inset Newline newline
31020 \end_inset
31021
31022
31023 \begin_inset Phantom HPhantom
31024 status open
31025
31026 \begin_layout Plain Layout
31027
31028 \series bold
31029
31030 \backslash
31031 CD
31032 \begin_inset space \textvisiblespace{}
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \end_inset
31039
31040 @AmAA@.@VV
31041 \backslash
31042 {V
31043 \series default
31044
31045 \begin_inset Formula $\to$
31046 \end_inset
31047
31048
31049 \series bold
31050 V@| Strg+Enter
31051 \begin_inset Newline newline
31052 \end_inset
31053
31054
31055 \begin_inset Phantom HPhantom
31056 status open
31057
31058 \begin_layout Plain Layout
31059
31060 \series bold
31061
31062 \backslash
31063 CD
31064 \begin_inset space \textvisiblespace{}
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072 D@<<j<E@>k>>F@=C
31073 \end_layout
31074
31075 \begin_layout Subsection
31076 xymatrix Diagramme
31077 \begin_inset Index idx
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 Diagramme ! xymatrix
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Standard
31090 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31091 \series bold
31092 xypic
31093 \series default
31094  installiert sein.
31095  Eine Xymatrix wird erstellt, indem der Befehl 
31096 \series bold
31097
31098 \backslash
31099 xymatrix
31100 \series default
31101  in eine Formel eingegeben wird.
31102  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31103  hinzufügen, siehe 
31104 \begin_inset CommandInset ref
31105 LatexCommand ref
31106 reference "sec:Matrizen"
31107
31108 \end_inset
31109
31110 .
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31115  gekrümmte Pfeile und vieles mehr.
31116  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31117  sind im Detail im 
31118 \emph on
31119 XY-pic-Handbuch
31120 \emph default
31121  erklärt, dass im Menü 
31122 \family sans
31123 Hilfe\SpecialChar \menuseparator
31124 Spezielle
31125 \begin_inset space ~
31126 \end_inset
31127
31128 Handbücher
31129 \family default
31130  zu finden ist.
31131 \end_layout
31132
31133 \begin_layout Subsection
31134
31135 \noun on
31136 Feynman
31137 \noun default
31138  Diagramme
31139 \begin_inset Index idx
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 Diagramme ! Feynman
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Um 
31153 \noun on
31154 Feynman-
31155 \noun default
31156 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31157 \series bold
31158 feyn
31159 \series default
31160  installiert sein.
31161  Ein 
31162 \noun on
31163 Feynman-
31164 \noun default
31165 Diagramm wird erstellt, indem der Befehl 
31166 \series bold
31167
31168 \backslash
31169 Diagram
31170 \series default
31171  in eine Formel eingegeben wird.
31172  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31173  hinzufügen, siehe 
31174 \begin_inset CommandInset ref
31175 LatexCommand ref
31176 reference "sec:Matrizen"
31177
31178 \end_inset
31179
31180 .
31181 \end_layout
31182
31183 \begin_layout Standard
31184 Beispiele wie man in LyX 
31185 \noun on
31186 Feynman-
31187 \noun default
31188 Diagramme erstellt sind im 
31189 \emph on
31190 Feynman-Diagramm Handbuch
31191 \emph default
31192  gegeben, dass im Menü 
31193 \family sans
31194 Hilfe\SpecialChar \menuseparator
31195 Spezielle
31196 \begin_inset space ~
31197 \end_inset
31198
31199 Handbücher
31200 \family default
31201  zu finden ist.
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset Newpage newpage
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Section
31212 Benutzerdefinierte Befehle
31213 \begin_inset CommandInset label
31214 LatexCommand label
31215 name "sec:Benutzerdefinierte-Befehle"
31216
31217 \end_inset
31218
31219
31220 \begin_inset Index idx
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 benutzerdefinierte Befehle
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 \begin_inset Note Greyedout
31234 status open
31235
31236 \begin_layout Plain Layout
31237
31238 \series bold
31239 Achtung: 
31240 \series default
31241 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31242 n Buchstaben bestehen.
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \end_layout
31249
31250 \begin_layout Subsection
31251 Der Befehl 
31252 \backslash
31253 newcommand
31254 \begin_inset CommandInset label
31255 LatexCommand label
31256 name "sub:Der-Befehl-newcommand"
31257
31258 \end_inset
31259
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 benutzerdefinierte Befehle ! 
31266 \backslash
31267 newcommand
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \begin_inset Index idx
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277 Befehle ! N ! 
31278 \backslash
31279 newcommand
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \begin_layout Standard
31288 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31289  Man kann sich aber mit dem Befehl 
31290 \series bold
31291
31292 \backslash
31293 newcommand
31294 \series default
31295  neue kürzere Befehle definieren.
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Das Befehlsschema von 
31300 \series bold
31301
31302 \backslash
31303 newcommand
31304 \series default
31305  lautet:
31306 \end_layout
31307
31308 \begin_layout Standard
31309
31310 \series bold
31311
31312 \backslash
31313 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31314 \series default
31315  
31316 \series bold
31317 Wert]
31318 \begin_inset Newline newline
31319 \end_inset
31320
31321
31322 \begin_inset Phantom HPhantom
31323 status open
31324
31325 \begin_layout Plain Layout
31326
31327 \series bold
31328
31329 \backslash
31330 newcommand
31331 \end_layout
31332
31333 \end_inset
31334
31335 {Befehlsdefinition}
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset Note Greyedout
31340 status open
31341
31342 \begin_layout Plain Layout
31343
31344 \series bold
31345 Achtung:
31346 \series default
31347  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31348  oder von benutzten LaTeX-Paketen verwendet wird.
31349  Definiert man beispielsweise für 
31350 \series bold
31351
31352 \backslash
31353 Leftarrow
31354 \series default
31355  den Befehl 
31356 \series bold
31357
31358 \backslash
31359 le
31360 \series default
31361 , erhält man eine Fehlermeldung, denn 
31362 \series bold
31363
31364 \backslash
31365 le
31366 \series default
31367  ist schon für 
31368 \begin_inset Quotes gld
31369 \end_inset
31370
31371
31372 \begin_inset Formula $\le$
31373 \end_inset
31374
31375
31376 \begin_inset Quotes grd
31377 \end_inset
31378
31379  definiert.
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \end_layout
31386
31387 \begin_layout Standard
31388 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31389 \begin_inset space \thinspace{}
31390 \end_inset
31391
31392 -
31393 \begin_inset space \thinspace{}
31394 \end_inset
31395
31396 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31397  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31398  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31399 \emph on
31400 erste
31401 \emph default
31402  Argument des neuen Befehls ein optionales ist.
31403 \end_layout
31404
31405 \begin_layout Standard
31406 Es folgen einige Beispiele:
31407 \end_layout
31408
31409 \begin_layout Itemize
31410 Will man für 
31411 \series bold
31412
31413 \backslash
31414 Longrightarrow
31415 \series default
31416  den Befehl 
31417 \series bold
31418
31419 \backslash
31420 gr
31421 \series default
31422  definieren, lautet die LaTeX-Vor\SpecialChar \-
31423 spannzeile:
31424 \begin_inset VSpace medskip
31425 \end_inset
31426
31427
31428 \begin_inset Newline newline
31429 \end_inset
31430
31431
31432 \series bold
31433
31434 \backslash
31435 newcommand{
31436 \backslash
31437 gr}{
31438 \backslash
31439 Longrightarrow}
31440 \end_layout
31441
31442 \begin_layout Itemize
31443 Um für den Befehl 
31444 \series bold
31445
31446 \backslash
31447 underline
31448 \series default
31449  den Befehl 
31450 \series bold
31451
31452 \backslash
31453 us
31454 \series default
31455  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31456  werden.
31457  Dazu sieht die Vorspannzeile wie folgt aus:
31458 \begin_inset VSpace medskip
31459 \end_inset
31460
31461
31462 \begin_inset Newline newline
31463 \end_inset
31464
31465
31466 \series bold
31467
31468 \backslash
31469 newcommand{
31470 \backslash
31471 us}[1]{
31472 \backslash
31473 underline{#1}}
31474 \series default
31475
31476 \begin_inset VSpace medskip
31477 \end_inset
31478
31479
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483 Das Zeichen 
31484 \series bold
31485 #
31486 \series default
31487  fungiert als Argumentplatzhalter, die 
31488 \series bold
31489 1
31490 \series default
31491  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31492 \end_layout
31493
31494 \begin_layout Itemize
31495 Für 
31496 \series bold
31497
31498 \backslash
31499 framebox
31500 \series default
31501  kann man z.
31502 \begin_inset space \thinspace{}
31503 \end_inset
31504
31505 B.
31506  den Befehl 
31507 \series bold
31508
31509 \backslash
31510 fb
31511 \series default
31512  definieren:
31513 \begin_inset VSpace medskip
31514 \end_inset
31515
31516
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520
31521 \series bold
31522
31523 \backslash
31524 newcommand{
31525 \backslash
31526 fb}[3]{
31527 \backslash
31528 framebox#1#2{$#3$}}
31529 \series default
31530
31531 \begin_inset VSpace medskip
31532 \end_inset
31533
31534
31535 \begin_inset Newline newline
31536 \end_inset
31537
31538 Die beiden Dollarzeichen erstellen hierbei die für 
31539 \series bold
31540
31541 \backslash
31542 framebox
31543 \series default
31544  geforderte weitere Formel, siehe 
31545 \begin_inset CommandInset ref
31546 LatexCommand ref
31547 reference "sub:Boxen-mit-Rahmen"
31548
31549 \end_inset
31550
31551 .
31552 \end_layout
31553
31554 \begin_layout Itemize
31555 Um einen neuen Befehl für 
31556 \series bold
31557
31558 \backslash
31559 fcolorbox
31560 \series default
31561  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31562  definiert man das Argument für die Farbe als optional:
31563 \begin_inset VSpace medskip
31564 \end_inset
31565
31566
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \series bold
31572
31573 \backslash
31574 newcommand{
31575 \backslash
31576 cb}[3][white]{
31577 \backslash
31578 fcolorbox{#2}{#1}{$#3$}}
31579 \series default
31580
31581 \begin_inset VSpace medskip
31582 \end_inset
31583
31584
31585 \begin_inset Newline newline
31586 \end_inset
31587
31588 Gibt man bei der Verwendung von 
31589 \series bold
31590
31591 \backslash
31592 cb
31593 \series default
31594  die Farbe nicht an, wird die voreingestellte Farbe 
31595 \series bold
31596 white
31597 \series default
31598  verwendet.
31599 \end_layout
31600
31601 \begin_layout Standard
31602 Ein Test der neu definierten Befehle:
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \align center
31607 \begin_inset Tabular
31608 <lyxtabular version="3" rows="6" columns="2">
31609 <features rotate="0" tabularvalignment="middle">
31610 <column alignment="center" valignment="top">
31611 <column alignment="center" valignment="top">
31612 <row>
31613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617 Befehl
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31623 \begin_inset Text
31624
31625 \begin_layout Plain Layout
31626 Ergebnis
31627 \begin_inset Note Note
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632 \series bold
31633
31634 \backslash
31635 raisebox
31636 \series default
31637  dient nur als Abstandhalter.
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 </row>
31648 <row>
31649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653 A
31654 \backslash
31655 gr
31656 \begin_inset space \textvisiblespace{}
31657 \end_inset
31658
31659 B
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668 \begin_inset Formula $A\gr B$
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \end_inset
31675 </cell>
31676 </row>
31677 <row>
31678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682
31683 \backslash
31684 us{ABcd
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 </row>
31702 <row>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \backslash
31709 fb{[2cm]
31710 \begin_inset Formula $\to$
31711 \end_inset
31712
31713
31714 \backslash
31715 {
31716 \begin_inset Formula $\to$
31717 \end_inset
31718
31719
31720 \backslash
31721 {
31722 \backslash
31723 int
31724 \begin_inset space \textvisiblespace{}
31725 \end_inset
31726
31727 A=B
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \end_inset
31743 </cell>
31744 </row>
31745 <row>
31746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31747 \begin_inset Text
31748
31749 \begin_layout Plain Layout
31750
31751 \backslash
31752 cb{red
31753 \begin_inset Formula $\to$
31754 \end_inset
31755
31756
31757 \backslash
31758 {
31759 \backslash
31760 int
31761 \begin_inset space \textvisiblespace{}
31762 \end_inset
31763
31764 A=B
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 </row>
31782 <row>
31783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31784 \begin_inset Text
31785
31786 \begin_layout Plain Layout
31787
31788 \backslash
31789 cb[green]
31790 \backslash
31791 {red
31792 \begin_inset Formula $\to$
31793 \end_inset
31794
31795
31796 \backslash
31797 {
31798 \backslash
31799 int
31800 \begin_inset space \textvisiblespace{}
31801 \end_inset
31802
31803 A=B
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \end_inset
31819 </cell>
31820 </row>
31821 </lyxtabular>
31822
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Subsection
31829 Mathe-Makros
31830 \begin_inset Index idx
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834 benutzerdefinierte Befehle ! Mathe-Makros
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \begin_inset Index idx
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 Makros
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
31854  Hat man es in einem Dokument z.
31855 \begin_inset space \thinspace{}
31856 \end_inset
31857
31858 B.
31859  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
31860  auf.
31861  Die allgemeine Form einer quadratischen Gleichung ist
31862 \begin_inset Formula 
31863 \[
31864 0=\lambda^{2}+p\lambda+q
31865 \]
31866
31867 \end_inset
31868
31869 Die allgemeine Form der Lösung lautet
31870 \begin_inset Formula 
31871 \[
31872 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31873 \]
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Standard
31881 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
31882  drei Parameter 
31883 \begin_inset Formula $\lambda$
31884 \end_inset
31885
31886
31887 \begin_inset Formula $p$
31888 \end_inset
31889
31890  und 
31891 \begin_inset Formula $q$
31892 \end_inset
31893
31894  angegeben werden müssen und der Index von 
31895 \begin_inset Formula $\lambda$
31896 \end_inset
31897
31898  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
31899 \begin_inset Newline newline
31900 \end_inset
31901
31902
31903 \series bold
31904
31905 \backslash
31906 newcommand{
31907 \backslash
31908 qG}[4][1,
31909 \backslash
31910 ,2]{#2_{#1}=-
31911 \backslash
31912 frac{#3}{2}
31913 \backslash
31914 pm
31915 \begin_inset Newline newline
31916 \end_inset
31917
31918
31919 \begin_inset Phantom HPhantom
31920 status open
31921
31922 \begin_layout Plain Layout
31923
31924 \series bold
31925
31926 \backslash
31927 newcommand
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \backslash
31934 sqrt{
31935 \backslash
31936 frac{#3^{2}}{4}-#4}}
31937 \end_layout
31938
31939 \begin_layout Standard
31940 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
31941  
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \series bold
31947
31948 \backslash
31949 qG{
31950 \backslash
31951 lambda
31952 \begin_inset Formula $\to$
31953 \end_inset
31954
31955
31956 \backslash
31957 {p
31958 \begin_inset Formula $\to$
31959 \end_inset
31960
31961
31962 \backslash
31963 {q 
31964 \series default
31965 ein.
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
31970  aller verwendeten LaTeX-Befehle kennen, z.
31971 \begin_inset space \thinspace{}
31972 \end_inset
31973
31974 B.
31975  dass ein Bruch in LaTeX mit 
31976 \series bold
31977
31978 \backslash
31979 frac{Zähler}
31980 \begin_inset Newline linebreak
31981 \end_inset
31982
31983 {Nenner}
31984 \series default
31985  eingegeben wird.
31986  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
31987  in LyX nicht sehen, was der neue Befehl macht.
31988  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
31989  Mathe-Makros statt den Befehl 
31990 \series bold
31991
31992 \backslash
31993 newcommand
31994 \series default
31995  zu verwenden.
31996 \end_layout
31997
31998 \begin_layout Standard
31999 Ein Mathe-Makro wird erstellt, indem man das Menü 
32000 \family sans
32001 Einfügen\SpecialChar \menuseparator
32002 Mathe\SpecialChar \menuseparator
32003 Makro
32004 \family default
32005  oder den Werkzeugleistenknopf 
32006 \begin_inset Graphics
32007         filename ../../images/math-macro_newmacroname_newcommand.png
32008         scale 85
32009
32010 \end_inset
32011
32012  verwendet.
32013  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32014  Makro definiert wird:
32015 \begin_inset Newline newline
32016 \end_inset
32017
32018
32019 \begin_inset space \hspace*{\fill}
32020 \end_inset
32021
32022
32023 \begin_inset Graphics
32024         filename ../clipart/macrobox.png
32025
32026 \end_inset
32027
32028
32029 \begin_inset space \hspace*{\fill}
32030 \end_inset
32031
32032
32033 \begin_inset Newline newline
32034 \end_inset
32035
32036
32037 \begin_inset FormulaMacro
32038 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32039 \end_inset
32040
32041
32042 \backslash
32043 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32044  geändert werden sollte.
32045  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32046  Einen Argumentplatzhalter fügt man mit dem Befehl 
32047 \series bold
32048
32049 \backslash
32050 #Argumentnummer
32051 \series default
32052  ein, z.
32053 \begin_inset space \thinspace{}
32054 \end_inset
32055
32056 B.
32057  
32058 \series bold
32059
32060 \backslash
32061 #1
32062 \series default
32063  oder man verwendet den Makro-Werkzeugleistenknopf 
32064 \begin_inset Graphics
32065         filename ../../images/math-macro-add-param.png
32066         scale 85
32067
32068 \end_inset
32069
32070 .
32071  Argumentplatzhalter werden rot dargestellt.
32072  Es sind maximal 9
32073 \begin_inset space ~
32074 \end_inset
32075
32076 Argumente möglich.
32077  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32078 \begin_inset Graphics
32079         filename ../../images/math-macro-add-optional-param.png
32080         scale 85
32081
32082 \end_inset
32083
32084  erstellt.
32085  Mit dem Werkzeugleistenknopf 
32086 \begin_inset Graphics
32087         filename ../../images/math-macro-make-optional.png
32088         scale 85
32089
32090 \end_inset
32091
32092  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32093  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32094  werden soll.
32095  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32096  Kästchen leer lässt.
32097  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32098  einnimmt, kann man in das Kästchen z.
32099 \begin_inset space \thinspace{}
32100 \end_inset
32101
32102 B.
32103 \begin_inset Newline newline
32104 \end_inset
32105
32106
32107 \series bold
32108 qG: 
32109 \backslash
32110 #1
32111 \series default
32112  
32113 \series bold
32114 ,
32115 \series default
32116  
32117 \series bold
32118
32119 \backslash
32120 #2
32121 \series default
32122  
32123 \series bold
32124 ,
32125 \series default
32126  
32127 \series bold
32128
32129 \backslash
32130 #3, 
32131 \backslash
32132 #4
32133 \begin_inset Newline newline
32134 \end_inset
32135
32136
32137 \series default
32138 eingeben.
32139  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32140  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32141  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32142  wurde.
32143 \begin_inset Newline newline
32144 \end_inset
32145
32146 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32147  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32148 \family sans
32149 Ansicht\SpecialChar \menuseparator
32150 Mathe-Makro
32151 \begin_inset space ~
32152 \end_inset
32153
32154 auf/zuklappen
32155 \family default
32156  verwendet.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32161  ein, in unserem Fall 
32162 \series bold
32163
32164 \backslash
32165 qG
32166 \series default
32167 .
32168  Unser Makro sieht in LyX folgendermaßen aus:
32169 \begin_inset Newline newline
32170 \end_inset
32171
32172
32173 \begin_inset space \hspace*{\fill}
32174 \end_inset
32175
32176
32177 \begin_inset Graphics
32178         filename ../clipart/macrouse.png
32179
32180 \end_inset
32181
32182
32183 \begin_inset space \hspace*{\fill}
32184 \end_inset
32185
32186
32187 \begin_inset Newline newline
32188 \end_inset
32189
32190 Hier ist unser Makro-Beispiel mit den Argumenten 
32191 \begin_inset Formula $x$
32192 \end_inset
32193
32194
32195 \begin_inset Formula $\ln(x)$
32196 \end_inset
32197
32198  und 
32199 \begin_inset Formula $B$
32200 \end_inset
32201
32202 :
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset Formula 
32207 \[
32208 \qG x{\ln(x)}B
32209 \]
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 LyX bietet im Menü 
32218 \family sans
32219 Werkzeuge\SpecialChar \menuseparator
32220 Einstellungen\SpecialChar \menuseparator
32221 Bearbeiten\SpecialChar \menuseparator
32222 Kontrolle
32223 \family default
32224  verschiedene Bearbeitungsstile für Makros an.
32225  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32226  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32227  zu sehen.
32228 \end_layout
32229
32230 \begin_layout Standard
32231 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32232 \series bold
32233
32234 \backslash
32235 new\SpecialChar \-
32236 command
32237 \series default
32238 -Befehl umgewandelt.
32239  Der 
32240 \series bold
32241
32242 \backslash
32243 newcommand
32244 \series default
32245 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32246  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32247  Makrodefinitionsbox befinden.
32248 \end_layout
32249
32250 \begin_layout Standard
32251 Mathe-Makros können auch direkt aus einem 
32252 \series bold
32253
32254 \backslash
32255 newcommand
32256 \series default
32257 -Befehl erstellt werden.
32258  Schreibt man z.
32259 \begin_inset space \thinspace{}
32260 \end_inset
32261
32262 B.
32263  den Befehl
32264 \series bold
32265
32266 \begin_inset Newline newline
32267 \end_inset
32268
32269
32270 \backslash
32271 newcommand{
32272 \backslash
32273 larrow}[2]{
32274 \backslash
32275 xleftarrow[#2]{#1}}
32276 \begin_inset Newline newline
32277 \end_inset
32278
32279
32280 \series default
32281 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32282 zel 
32283 \family sans
32284 Strg+M
32285 \family default
32286 , wird der Befehl in ein Mathe-Makro umgewandelt.
32287  Bei dieser Methode muss man jedoch aufpassen, dass der 
32288 \series bold
32289
32290 \backslash
32291 newcommand
32292 \series default
32293 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32294  erstellt, dass später LaTeX-Fehler hervorruft.
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32299  Makrodefinition fehlerhaft behandelt werden.
32300  Dadurch kann das Beispiel 
32301 \series bold
32302
32303 \backslash
32304 fb
32305 \series default
32306  aus 
32307 \begin_inset CommandInset ref
32308 LatexCommand ref
32309 reference "sub:Der-Befehl-newcommand"
32310
32311 \end_inset
32312
32313  nicht als Makro erzeugt werden.
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32318  in LyX angezeigt:
32319 \end_layout
32320
32321 \begin_layout Standard
32322 \begin_inset VSpace defskip
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \begin_layout Standard
32329 \begin_inset Graphics
32330         filename ../clipart/MacroToolbar.png
32331
32332 \end_inset
32333
32334
32335 \begin_inset Index idx
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339 Makros ! Werkzeugleiste
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Standard
32348 \begin_inset VSpace defskip
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset VSpace defskip
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 \begin_inset Tabular
32367 <lyxtabular version="3" rows="9" columns="2">
32368 <features rotate="0" islongtable="true" longtabularalignment="center">
32369 <column alignment="left" valignment="top">
32370 <column alignment="left" valignment="top" width="85col%">
32371 <row interlinespace="2.5mm">
32372 <cell alignment="center" valignment="top" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 \begin_inset Graphics
32377         filename ../../images/math-macro-remove-param.png
32378         rotateOrigin center
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \end_inset
32386 </cell>
32387 <cell alignment="center" valignment="top" usebox="none">
32388 \begin_inset Text
32389
32390 \begin_layout Plain Layout
32391
32392 \family sans
32393 Bearbeiten\SpecialChar \menuseparator
32394 Mathe\SpecialChar \menuseparator
32395 Makro-Definition\SpecialChar \menuseparator
32396 Letztes Argument entfernen
32397 \end_layout
32398
32399 \end_inset
32400 </cell>
32401 </row>
32402 <row interlinespace="2.5mm">
32403 <cell alignment="center" valignment="top" usebox="none">
32404 \begin_inset Text
32405
32406 \begin_layout Plain Layout
32407 \begin_inset Graphics
32408         filename ../../images/math-macro-add-param.png
32409         rotateOrigin center
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422
32423 \family sans
32424 Bearbeiten\SpecialChar \menuseparator
32425 Mathe\SpecialChar \menuseparator
32426 Makro-Definition\SpecialChar \menuseparator
32427 Argument hinzufügen
32428 \end_layout
32429
32430 \end_inset
32431 </cell>
32432 </row>
32433 <row interlinespace="2.5mm">
32434 <cell alignment="center" valignment="top" usebox="none">
32435 \begin_inset Text
32436
32437 \begin_layout Plain Layout
32438 \begin_inset Graphics
32439         filename ../../images/math-macro-make-optional.png
32440         rotateOrigin center
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 <cell alignment="center" valignment="top" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453
32454 \family sans
32455 Bearbeiten\SpecialChar \menuseparator
32456 Mathe\SpecialChar \menuseparator
32457 Makro-Definition\SpecialChar \menuseparator
32458 Das erste nicht-optionale
32459 \begin_inset Newline newline
32460 \end_inset
32461
32462
32463 \begin_inset Phantom HPhantom
32464 status open
32465
32466 \begin_layout Plain Layout
32467
32468 \family sans
32469 Bearbeiten\SpecialChar \menuseparator
32470 Mathe\SpecialChar \menuseparator
32471 Makro-Definition\SpecialChar \menuseparator
32472
32473 \end_layout
32474
32475 \end_inset
32476
32477 Argument in einen optionales
32478 \begin_inset Newline newline
32479 \end_inset
32480
32481
32482 \begin_inset Phantom HPhantom
32483 status open
32484
32485 \begin_layout Plain Layout
32486
32487 \family sans
32488 Bearbeiten\SpecialChar \menuseparator
32489 Mathe\SpecialChar \menuseparator
32490 Makro-Definition\SpecialChar \menuseparator
32491
32492 \end_layout
32493
32494 \end_inset
32495
32496 ändern
32497 \end_layout
32498
32499 \end_inset
32500 </cell>
32501 </row>
32502 <row interlinespace="2.5mm">
32503 <cell alignment="center" valignment="top" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 \begin_inset Graphics
32508         filename ../../images/math-macro-make-nonoptional.png
32509         rotateOrigin center
32510
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 <cell alignment="center" valignment="top" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522
32523 \family sans
32524 Bearbeiten\SpecialChar \menuseparator
32525 Mathe\SpecialChar \menuseparator
32526 Makro-Definition\SpecialChar \menuseparator
32527 Das letzte optionale Argument in
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \begin_inset Phantom HPhantom
32533 status open
32534
32535 \begin_layout Plain Layout
32536
32537 \family sans
32538 Bearbeiten\SpecialChar \menuseparator
32539 Mathe\SpecialChar \menuseparator
32540 Makro-Definition\SpecialChar \menuseparator
32541
32542 \end_layout
32543
32544 \end_inset
32545
32546 einen nicht-optionales ändern
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 </row>
32552 <row interlinespace="2.5mm">
32553 <cell alignment="center" valignment="top" usebox="none">
32554 \begin_inset Text
32555
32556 \begin_layout Plain Layout
32557 \begin_inset Graphics
32558         filename ../../images/math-macro-remove-optional-param.png
32559         rotateOrigin center
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 <cell alignment="center" valignment="top" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572
32573 \family sans
32574 Bearbeiten\SpecialChar \menuseparator
32575 Mathe\SpecialChar \menuseparator
32576 Makro-Definition\SpecialChar \menuseparator
32577 Optionales Argument entfernen
32578 \end_layout
32579
32580 \end_inset
32581 </cell>
32582 </row>
32583 <row interlinespace="2.5mm">
32584 <cell alignment="center" valignment="top" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 \begin_inset Graphics
32589         filename ../../images/math-macro-add-optional-param.png
32590         rotateOrigin center
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603
32604 \family sans
32605 Bearbeiten\SpecialChar \menuseparator
32606 Mathe\SpecialChar \menuseparator
32607 Makro-Definition\SpecialChar \menuseparator
32608 Optionales Argument einfügen
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 </row>
32614 <row interlinespace="2.5mm">
32615 <cell alignment="center" valignment="top" usebox="none">
32616 \begin_inset Text
32617
32618 \begin_layout Plain Layout
32619 \begin_inset Graphics
32620         filename ../../images/math-macro-remove-greedy-param.png
32621         rotateOrigin center
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634
32635 \family sans
32636 Bearbeiten\SpecialChar \menuseparator
32637 Mathe\SpecialChar \menuseparator
32638 Makro-Definition\SpecialChar \menuseparator
32639 Letztes Argument rechts entfernen
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 </row>
32645 <row interlinespace="2.5mm">
32646 <cell alignment="center" valignment="top" usebox="none">
32647 \begin_inset Text
32648
32649 \begin_layout Plain Layout
32650 \begin_inset Graphics
32651         filename ../../images/math-macro-append-greedy-param.png
32652         rotateOrigin center
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \end_inset
32660 </cell>
32661 <cell alignment="center" valignment="top" usebox="none">
32662 \begin_inset Text
32663
32664 \begin_layout Plain Layout
32665
32666 \family sans
32667 Bearbeiten\SpecialChar \menuseparator
32668 Mathe\SpecialChar \menuseparator
32669 Makro-Definition\SpecialChar \menuseparator
32670 Argument von rechts hinzufügen
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 </row>
32676 <row interlinespace="2.5mm">
32677 <cell alignment="center" valignment="top" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 \begin_inset Graphics
32682         filename ../../images/math-macro-add-greedy-optional-param.png
32683         rotateOrigin center
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696
32697 \family sans
32698 Bearbeiten\SpecialChar \menuseparator
32699 Mathe\SpecialChar \menuseparator
32700 Makro-Definition\SpecialChar \menuseparator
32701 Optionales Argument von rechts
32702 \begin_inset Newline newline
32703 \end_inset
32704
32705
32706 \begin_inset Phantom HPhantom
32707 status open
32708
32709 \begin_layout Plain Layout
32710
32711 \family sans
32712 Bearbeiten\SpecialChar \menuseparator
32713 Mathe\SpecialChar \menuseparator
32714 Makro-Definition\SpecialChar \menuseparator
32715
32716 \end_layout
32717
32718 \end_inset
32719
32720 hinzufügen
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 </row>
32726 </lyxtabular>
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Section
32734 Computeralgebrasysteme
32735 \end_layout
32736
32737 \begin_layout Standard
32738 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
32739  oder benutzerdefinierten Skripten auszutauschen.
32740  Momentan werden folgende Anwendungen unterstützt: 
32741 \family typewriter
32742 Maple
32743 \family default
32744
32745 \family typewriter
32746 Mathematica
32747 \family default
32748
32749 \family typewriter
32750 Maxima
32751 \family default
32752  und 
32753 \family typewriter
32754 Octave
32755 \family default
32756 .
32757  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
32758  sehr einfache Fälle beschränkt sind.
32759 \end_layout
32760
32761 \begin_layout Subsection
32762 Verwendung
32763 \end_layout
32764
32765 \begin_layout Standard
32766 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
32767 \family sans
32768 Bearbeiten\SpecialChar \menuseparator
32769 Mathe\SpecialChar \menuseparator
32770 Computer-Algebra-System verwenden
32771 \family default
32772  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
32773  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
32774  mit dem 
32775 \begin_inset Quotes gld
32776 \end_inset
32777
32778 =
32779 \begin_inset Quotes grd
32780 \end_inset
32781
32782  Operator erscheinen.
32783 \end_layout
32784
32785 \begin_layout Standard
32786 Hier sind ein paar einfache Beispiele (mit Resultaten von 
32787 \family typewriter
32788 Maxima
32789 \family default
32790 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
32791 \end_layout
32792
32793 \begin_layout Itemize
32794 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Itemize
32801 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \begin_layout Itemize
32808 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \begin_layout Itemize
32815 \begin_inset Formula $\det\left[\begin{array}{ccc}
32816 1 & 6 & 7\\
32817 2 & 5 & 8\\
32818 3 & 4 & 17
32819 \end{array}\right]=-56$
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Itemize
32826 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Subsection
32833 Tastenkürzel
32834 \end_layout
32835
32836 \begin_layout Standard
32837 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
32838  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
32839 \family sans
32840 math-extern
32841 \family default
32842  verknüpfen (siehe das 
32843 \emph on
32844 LyX-Funktionen
32845 \emph default
32846  Handbuch).
32847  Man kann z.
32848 \begin_inset space \thinspace{}
32849 \end_inset
32850
32851 B.
32852  die 
32853 \family sans
32854 Enter
32855 \family default
32856 -Taste in Formeln verknüpfen.
32857  Um sie mit 
32858 \family typewriter
32859 Maxima
32860 \family default
32861  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
32862 \end_layout
32863
32864 \begin_layout Standard
32865
32866 \series bold
32867 command-alternatives break-paragraph;math-extern maxima
32868 \end_layout
32869
32870 \begin_layout Section
32871 Verschiedenes
32872 \begin_inset Index idx
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876 Verschiedenes
32877 \end_layout
32878
32879 \end_inset
32880
32881
32882 \end_layout
32883
32884 \begin_layout Subsection
32885 Negative Zahlen
32886 \begin_inset Index idx
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890 Zahlen ! negative
32891 \end_layout
32892
32893 \end_inset
32894
32895
32896 \end_layout
32897
32898 \begin_layout Standard
32899 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32900  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32901  dargestellt.
32902  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32903  Minuszeichen korrekt.
32904 \end_layout
32905
32906 \begin_layout Standard
32907 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32908  nicht mehr auf.
32909 \end_layout
32910
32911 \begin_layout Standard
32912 Ein Beispiel zur Veranschaulichung der Problematik:
32913 \end_layout
32914
32915 \begin_layout Standard
32916 \align center
32917 \begin_inset Tabular
32918 <lyxtabular version="3" rows="3" columns="2">
32919 <features rotate="0" tabularvalignment="middle">
32920 <column alignment="right" valignment="top">
32921 <column alignment="left" valignment="top">
32922 <row>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 normaler Text:
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 x = -2
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row>
32943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 Formelmodus:
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 \begin_inset Formula $x=-2$
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 </row>
32965 <row>
32966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 Lösung:
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 \begin_inset Formula $x=\textrm{-}2$
32980 \end_inset
32981
32982
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 </row>
32988 </lyxtabular>
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Subsection
32996 Komma als Dezimaltrennzeichen
32997 \begin_inset Index idx
32998 status collapsed
32999
33000 \begin_layout Plain Layout
33001 Komma
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33011  als Gruppentrennzeichen.
33012  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33013  eingefügt.
33014 \end_layout
33015
33016 \begin_layout Standard
33017 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33018  Text um (Tastenkürzel 
33019 \family sans
33020 Alt+M
33021 \begin_inset space ~
33022 \end_inset
33023
33024 M
33025 \family default
33026 ).
33027 \end_layout
33028
33029 \begin_layout Standard
33030 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33031  lädt man die Datei 
33032 \series bold
33033 icomma.sty
33034 \series default
33035
33036 \begin_inset Foot
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040
33041 \series bold
33042 icomma
33043 \series default
33044  ist Teil des LaTeX-Paketes 
33045 \series bold
33046 was
33047 \series default
33048
33049 \begin_inset Index idx
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053 Pakete ! was
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059
33060 \backslash
33061 vspace{4mm}
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \end_inset
33070
33071 .
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \begin_inset Index idx
33078 status collapsed
33079
33080 \begin_layout Plain Layout
33081 Pakete ! icomma
33082 \end_layout
33083
33084 \end_inset
33085
33086  mit der LaTeX-Vorspannzeile
33087 \end_layout
33088
33089 \begin_layout Standard
33090
33091 \series bold
33092
33093 \backslash
33094 usepackage{icomma}
33095 \end_layout
33096
33097 \begin_layout Subsection
33098 Physikalische Vektoren
33099 \begin_inset CommandInset label
33100 LatexCommand label
33101 name "sub:Physikalische-Vektoren"
33102
33103 \end_inset
33104
33105
33106 \begin_inset Index idx
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 Vektoren ! physikalische
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Standard
33119 Vordefinierte Vektoren bietet das LaTeX-Paket 
33120 \series bold
33121 braket
33122 \series default
33123
33124 \begin_inset Index idx
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128 Pakete ! braket
33129 \end_layout
33130
33131 \end_inset
33132
33133 , das mit der LaTeX-Vorspannzeile
33134 \end_layout
33135
33136 \begin_layout Standard
33137
33138 \series bold
33139
33140 \backslash
33141 usepackage{braket}
33142 \end_layout
33143
33144 \begin_layout Standard
33145 geladen wird.
33146 \begin_inset ERT
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150
33151
33152 \backslash
33153 ifbraket 
33154 \end_layout
33155
33156 \end_inset
33157
33158
33159 \begin_inset Note Note
33160 status open
33161
33162 \begin_layout Plain Layout
33163 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33164 \series bold
33165 braket
33166 \series default
33167  installiert ist:
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Folgende Befehle sind definiert:
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \align center
33181 \begin_inset Tabular
33182 <lyxtabular version="3" rows="4" columns="2">
33183 <features rotate="0" tabularvalignment="middle">
33184 <column alignment="center" valignment="top">
33185 <column alignment="center" valignment="top">
33186 <row>
33187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 Befehl
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 Ergebnis
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 </row>
33206 <row>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211
33212 \backslash
33213 Bra{
33214 \backslash
33215 psi
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 \begin_inset Formula $\Bra{\psi}$
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 </row>
33233 <row>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238
33239 \backslash
33240 Ket{
33241 \backslash
33242 psi
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 \begin_inset Formula $\Ket{\psi}$
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 </row>
33260 <row>
33261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265
33266 \backslash
33267 Braket{
33268 \backslash
33269 psi|
33270 \backslash
33271 phi
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 \begin_inset Formula $\Braket{\psi|\phi}$
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 </lyxtabular>
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 Der Befehl 
33298 \series bold
33299
33300 \backslash
33301 Braket
33302 \series default
33303  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33304  Klammern gesetzt werden:
33305 \begin_inset Formula 
33306 \[
33307 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33308 \]
33309
33310 \end_inset
33311
33312
33313 \begin_inset ERT
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317
33318
33319 \backslash
33320 else 
33321 \end_layout
33322
33323 \end_inset
33324
33325
33326 \begin_inset Note Note
33327 status open
33328
33329 \begin_layout Plain Layout
33330 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33331 \series bold
33332 braket
33333 \series default
33334  nicht installiert ist:
33335 \end_layout
33336
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Standard
33343 Das LaTeX-Paket 
33344 \series bold
33345 braket 
33346 \series default
33347 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33348 \end_layout
33349
33350 \begin_layout Standard
33351 \begin_inset ERT
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 fi 
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 Der Effekt von 
33368 \series bold
33369
33370 \backslash
33371 Braket
33372 \series default
33373  kann auch mit dem Befehl 
33374 \series bold
33375
33376 \backslash
33377 middle
33378 \series default
33379  erzielt werden, der in 
33380 \begin_inset CommandInset ref
33381 LatexCommand ref
33382 reference "sub:Automatische-Klammergrößen"
33383
33384 \end_inset
33385
33386  beschrieben ist.
33387 \end_layout
33388
33389 \begin_layout Subsection
33390 Selbst definierte Brüche
33391 \begin_inset CommandInset label
33392 LatexCommand label
33393 name "sub:Selbstdefinierte-Brüche"
33394
33395 \end_inset
33396
33397
33398 \begin_inset Index idx
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 Brüche ! selbstdefinierte
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33412 \series bold
33413
33414 \backslash
33415 genfrac
33416 \series default
33417
33418 \begin_inset Index idx
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422 Befehle ! G ! 
33423 \backslash
33424 genfrac
33425 \end_layout
33426
33427 \end_inset
33428
33429  in folgendem Schema:
33430 \end_layout
33431
33432 \begin_layout Standard
33433
33434 \series bold
33435
33436 \backslash
33437 genfrac{linke
33438 \series default
33439  
33440 \series bold
33441 Klammer}{rechte
33442 \series default
33443  
33444 \series bold
33445 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33446 \begin_inset Newline newline
33447 \end_inset
33448
33449
33450 \begin_inset Phantom HPhantom
33451 status open
33452
33453 \begin_layout Plain Layout
33454
33455 \series bold
33456
33457 \backslash
33458 genfrac
33459 \end_layout
33460
33461 \end_inset
33462
33463 {Zähler}{Nenner}
33464 \end_layout
33465
33466 \begin_layout Standard
33467 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 -
33472 \begin_inset space \thinspace{}
33473 \end_inset
33474
33475 3 angegeben.
33476 \end_layout
33477
33478 \begin_layout Standard
33479 \align center
33480 \begin_inset Tabular
33481 <lyxtabular version="3" rows="5" columns="2">
33482 <features rotate="0" tabularvalignment="middle">
33483 <column alignment="center" valignment="top">
33484 <column alignment="center" valignment="top">
33485 <row>
33486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33487 \begin_inset Text
33488
33489 \begin_layout Plain Layout
33490 Nummer
33491 \end_layout
33492
33493 \end_inset
33494 </cell>
33495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 Ansichtsstil
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 </row>
33505 <row>
33506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33507 \begin_inset Text
33508
33509 \begin_layout Plain Layout
33510 0
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 abgesetzte Formel
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 </row>
33525 <row>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530 1
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 eingebettete Formel
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 </row>
33545 <row>
33546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550 2
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 klein
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row>
33566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 3
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 winzig
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 </row>
33585 </lyxtabular>
33586
33587 \end_inset
33588
33589
33590 \end_layout
33591
33592 \begin_layout Standard
33593 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33594  
33595 \series bold
33596
33597 \backslash
33598 frac
33599 \series default
33600  der Umgebung an.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33605  0.4
33606 \begin_inset space \thinspace{}
33607 \end_inset
33608
33609 pt verwendet.
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset VSpace medskip
33614 \end_inset
33615
33616 Zum Beispiel sind die Befehle 
33617 \series bold
33618
33619 \backslash
33620 dfrac
33621 \series default
33622  und 
33623 \series bold
33624
33625 \backslash
33626 tbinom
33627 \series default
33628  aus 
33629 \begin_inset CommandInset ref
33630 LatexCommand ref
33631 reference "sub:Brüche"
33632
33633 \end_inset
33634
33635  folgendermaßen definiert:
33636 \end_layout
33637
33638 \begin_layout Standard
33639
33640 \series bold
33641
33642 \backslash
33643 newcommand{
33644 \backslash
33645 dfrac}[2]{
33646 \backslash
33647 genfrac{}{}{}{0}{#1}{#2}}
33648 \end_layout
33649
33650 \begin_layout Standard
33651 und
33652 \end_layout
33653
33654 \begin_layout Standard
33655
33656 \series bold
33657
33658 \backslash
33659 newcommand{
33660 \backslash
33661 tbinom}[2]{
33662 \backslash
33663 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33664 \end_layout
33665
33666 \begin_layout Standard
33667 \begin_inset VSpace medskip
33668 \end_inset
33669
33670 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33671  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33672 \end_layout
33673
33674 \begin_layout Standard
33675
33676 \series bold
33677
33678 \backslash
33679 newcommand{
33680 \backslash
33681 fracS}[3][]{
33682 \backslash
33683 genfrac{}{}{#1}{}{#2}{#3}}
33684 \end_layout
33685
33686 \begin_layout Standard
33687 Dazu ein Test:
33688 \begin_inset Formula 
33689 \begin{align*}
33690 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33691 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33692 \end{align*}
33693
33694 \end_inset
33695
33696 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33697  in etwa der dreifachen Strichdicke.
33698 \end_layout
33699
33700 \begin_layout Subsection
33701 Durchgestrichene Formeln
33702 \begin_inset Index idx
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 Formel ! durchgestrichene
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
33716 \end_layout
33717
33718 \begin_layout Standard
33719 \begin_inset ERT
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723
33724
33725 \backslash
33726 ifcancel 
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \begin_inset Note Note
33733 status open
33734
33735 \begin_layout Plain Layout
33736 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33737 \series bold
33738 cancel
33739 \series default
33740  installiert ist:
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Standard
33749 \align center
33750 \begin_inset Tabular
33751 <lyxtabular version="3" rows="5" columns="2">
33752 <features rotate="0" tabularvalignment="middle">
33753 <column alignment="center" valignment="top">
33754 <column alignment="center" valignment="top">
33755 <row>
33756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760 Befehl
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Plain Layout
33769 Ergebnis
33770 \begin_inset Note Note
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Der Leerraum und 
33775 \series bold
33776
33777 \backslash
33778 raisebox
33779 \series default
33780  dienen nur als Abstandhalter.
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \end_inset
33789 </cell>
33790 </row>
33791 <row>
33792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33793 \begin_inset Text
33794
33795 \begin_layout Plain Layout
33796
33797 \backslash
33798 cancel
33799 \begin_inset space \textvisiblespace{}
33800 \end_inset
33801
33802
33803 \backslash
33804 int
33805 \begin_inset space \textvisiblespace{}
33806 \end_inset
33807
33808 A=B
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Plain Layout
33817 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \end_inset
33824 </cell>
33825 </row>
33826 <row>
33827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831
33832 \backslash
33833 bcancel
33834 \begin_inset space \textvisiblespace{}
33835 \end_inset
33836
33837
33838 \backslash
33839 int
33840 \begin_inset space \textvisiblespace{}
33841 \end_inset
33842
33843 A=B
33844 \end_layout
33845
33846 \end_inset
33847 </cell>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row>
33862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866
33867 \backslash
33868 xcancel
33869 \begin_inset space \textvisiblespace{}
33870 \end_inset
33871
33872
33873 \backslash
33874 int
33875 \begin_inset space \textvisiblespace{}
33876 \end_inset
33877
33878 A=B
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 </row>
33896 <row>
33897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901
33902 \backslash
33903 cancelto
33904 \begin_inset space \textvisiblespace{}
33905 \end_inset
33906
33907
33908 \backslash
33909 int
33910 \begin_inset space \textvisiblespace{}
33911 \end_inset
33912
33913 A=B
33914 \begin_inset Formula $\to$
33915 \end_inset
33916
33917 1
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 </row>
33935 </lyxtabular>
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \series bold
33945
33946 \backslash
33947 cancelto
33948 \series default
33949  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33950  will:
33951 \begin_inset Formula 
33952 \[
33953 \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}}}
33954 \]
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Standard
33962 Um die Größe des 
33963 \begin_inset Quotes gld
33964 \end_inset
33965
33966 hochgestellten
33967 \begin_inset Quotes grd
33968 \end_inset
33969
33970  Werts von 
33971 \series bold
33972
33973 \backslash
33974 cancelto
33975 \series default
33976  zu ändern, kann man die LaTeX-Vorspannzeile
33977 \end_layout
33978
33979 \begin_layout Standard
33980
33981 \series bold
33982
33983 \backslash
33984 PassOptionsToPackage{Option}{cancel}
33985 \end_layout
33986
33987 \begin_layout Standard
33988 hinzufügen.
33989  
33990 \series bold
33991 Option
33992 \series default
33993  ist entweder 
33994 \series bold
33995 samesize
33996 \series default
33997 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
33998  
33999 \series bold
34000 Smaller
34001 \series default
34002 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34003 \end_layout
34004
34005 \begin_layout Standard
34006 Um den Durchstrich zu färben, verwendet man den Befehl
34007 \end_layout
34008
34009 \begin_layout Standard
34010
34011 \series bold
34012
34013 \backslash
34014 renewcommand{
34015 \backslash
34016 CancelColor}{
34017 \backslash
34018 color{red}}
34019 \end_layout
34020
34021 \begin_layout Standard
34022 als TeX-Code.
34023  
34024 \series bold
34025 red
34026 \series default
34027  kann durch eine Farbe der Wahl ersetzt werden.
34028 \end_layout
34029
34030 \begin_layout Standard
34031 \begin_inset ERT
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035
34036
34037 \backslash
34038 renewcommand{
34039 \backslash
34040 CancelColor}{
34041 \backslash
34042 color{red}}
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset Formula 
34052 \[
34053 \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}}}
34054 \]
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \begin_inset ERT
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066
34067
34068 \backslash
34069 renewcommand{
34070 \backslash
34071 CancelColor}{
34072 \backslash
34073 color{black}}
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \begin_inset Note Note
34080 status open
34081
34082 \begin_layout Plain Layout
34083 Farbe zurücksetzen
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Standard
34092 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34093 \series bold
34094 cancel
34095 \series default
34096
34097 \begin_inset CommandInset citation
34098 LatexCommand cite
34099 key "cancel"
34100
34101 \end_inset
34102
34103 .
34104 \begin_inset Index idx
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Pakete ! cancel
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 else 
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \begin_inset Note Note
34131 status open
34132
34133 \begin_layout Plain Layout
34134 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34135 \series bold
34136 cancel
34137 \series default
34138  nicht installiert ist:
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 Das LaTeX-Paket 
34148 \series bold
34149 cancel 
34150 \series default
34151 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset ERT
34156 status collapsed
34157
34158 \begin_layout Plain Layout
34159
34160
34161 \backslash
34162 fi 
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Subsection
34171 Formeln in Überschriften
34172 \begin_inset CommandInset label
34173 LatexCommand label
34174 name "sub:Formeln-in-Überschriften"
34175
34176 \end_inset
34177
34178
34179 \begin_inset Index idx
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183 Formel ! in Überschriften
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \begin_layout Standard
34192 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset Note Greyedout
34197 status open
34198
34199 \begin_layout Plain Layout
34200 Verwendet man 
34201 \series bold
34202 hyperref
34203 \series default
34204
34205 \begin_inset Index idx
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 Pakete ! hyperref
34210 \end_layout
34211
34212 \end_inset
34213
34214  Unterstützung im den Dokumenteinstellungen unter 
34215 \family sans
34216 PDF-Eigenschaften
34217 \family default
34218 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34219  erzeugt.
34220  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34221  dargestellt.
34222  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Standard
34231 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34232  Kurztitel über das Menü 
34233 \family sans
34234 Einfügen\SpecialChar \menuseparator
34235 Kurztitel
34236 \family default
34237  einfügt.
34238  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34239  um das Inhaltsverzeichnis übersichtlich zu halten.
34240  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34241 chen.
34242 \end_layout
34243
34244 \begin_layout Standard
34245 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34246 \series bold
34247 hyperref
34248 \series default
34249 , verwendet man im TeX-Modus den Befehl
34250 \end_layout
34251
34252 \begin_layout Standard
34253
34254 \series bold
34255
34256 \backslash
34257 texorpdfstring{Teil}{Alternative}
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 Befehle ! T ! 
34263 \backslash
34264 texorpdfstring
34265 \end_layout
34266
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Standard
34273 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34274  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34275  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34276  soll.
34277 \end_layout
34278
34279 \begin_layout Standard
34280 Es folgen zwei Beispielüberschriften:
34281 \begin_inset VSpace -3mm
34282 \end_inset
34283
34284
34285 \begin_inset ERT
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289
34290
34291 \backslash
34292 boldmath 
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Subsubsection
34301 Überschrift ohne Formel im Inhaltsverzeichnis 
34302 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34303 \end_inset
34304
34305
34306 \begin_inset Argument 1
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Überschrift ohne Formel im Inhaltsverzeichnis
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Subsubsection
34319 Überschrift mit Formel im Inhaltsverzeichnis
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325
34326 \backslash
34327 texorpdfstring{
34328 \end_layout
34329
34330 \end_inset
34331
34332  
34333 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34334 \end_inset
34335
34336
34337 \begin_inset ERT
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341
34342 }{}
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \begin_inset ERT
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355
34356
34357 \backslash
34358 unboldmath 
34359 \end_layout
34360
34361 \end_inset
34362
34363 In der ersten Überschrift wurde ein Kurztitel verwendet.
34364  In der zweiten 
34365 \series bold
34366
34367 \backslash
34368 texorpdfstring
34369 \series default
34370 .
34371 \end_layout
34372
34373 \begin_layout Standard
34374 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34375  die komplette Überschrift in eine 
34376 \series bold
34377 boldmath
34378 \series default
34379 -Umgebung
34380 \begin_inset Foot
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 siehe 
34385 \begin_inset CommandInset ref
34386 LatexCommand ref
34387 reference "sub:Fett-gedruckte-Formeln"
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395
34396  gesetzt.
34397 \end_layout
34398
34399 \begin_layout Subsection
34400 Formeln im mehrspaltigen Text
34401 \begin_inset Index idx
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405 Formel ! im mehrspaltigen Text
34406 \end_layout
34407
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \begin_layout Standard
34414 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34415  müssen daher über die gesamte Seitenbreite gesetzt werden.
34416  Dazu verwendet man das LaTeX-Paket 
34417 \series bold
34418 multicol
34419 \series default
34420
34421 \begin_inset Foot
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426 \series bold
34427 multicol
34428 \series default
34429  ist Teil jeder LaTeX-Standardinstallation.
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \begin_inset Index idx
34436 status collapsed
34437
34438 \begin_layout Plain Layout
34439 Pakete ! multicol
34440 \end_layout
34441
34442 \end_inset
34443
34444 , das mit der LaTeX-Vorspannzeile
34445 \end_layout
34446
34447 \begin_layout Standard
34448
34449 \series bold
34450
34451 \backslash
34452 usepackage{multicol}
34453 \end_layout
34454
34455 \begin_layout Standard
34456 geladen wird.
34457 \end_layout
34458
34459 \begin_layout Standard
34460 \begin_inset Note Greyedout
34461 status open
34462
34463 \begin_layout Plain Layout
34464 Dabei ist zu beachten, dass im Menü 
34465 \family sans
34466 Dokument\SpecialChar \menuseparator
34467 Einstellungen
34468 \family default
34469  unter 
34470 \family sans
34471 Textformat
34472 \family default
34473  
34474 \emph on
34475 nicht
34476 \emph default
34477  
34478 \family sans
34479 Zweispaltiges
34480 \begin_inset space ~
34481 \end_inset
34482
34483 Dokument
34484 \family default
34485  ausgewählt sein darf.
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Standard
34494 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34495 \end_layout
34496
34497 \begin_layout Standard
34498
34499 \series bold
34500
34501 \backslash
34502 begin{multicols}{Spaltenanzahl}
34503 \end_layout
34504
34505 \begin_layout Standard
34506 wobei die Spaltenanzahl eine Zahl im Bereich 2
34507 \begin_inset space \thinspace{}
34508 \end_inset
34509
34510 -
34511 \begin_inset space \thinspace{}
34512 \end_inset
34513
34514 10 ist.
34515  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34516 \end_layout
34517
34518 \begin_layout Standard
34519
34520 \series bold
34521
34522 \backslash
34523 end{multicols}
34524 \end_layout
34525
34526 \begin_layout Standard
34527 der im TeX-Modus eingegeben wird.
34528 \end_layout
34529
34530 \begin_layout Standard
34531 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34532  Um dies rückgängig zu machen, fügt man vor der Formel -6
34533 \begin_inset space \thinspace{}
34534 \end_inset
34535
34536 mm vertikalen Leerraum ein.
34537  Ist der Formelstil 
34538 \series bold
34539 Eingerückt
34540 \begin_inset Foot
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544 Formelstile siehe 
34545 \begin_inset CommandInset ref
34546 LatexCommand ref
34547 reference "sec:Formelstile"
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \series default
34558  gewählt, fügt man stattdessen -9
34559 \begin_inset space \thinspace{}
34560 \end_inset
34561
34562 mm Leerraum ein.
34563 \end_layout
34564
34565 \begin_layout Standard
34566 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34567 \end_layout
34568
34569 \begin_layout Standard
34570 \begin_inset ERT
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574
34575
34576 \backslash
34577 begin{multicols}{2}
34578 \end_layout
34579
34580 \end_inset
34581
34582 Das Spektrum wird fouriertransformiert.
34583  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34584 , Lösungsmittel) zu trennen.
34585  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34586  nun das Aussehen des Ausgangssignals.
34587  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34588  über alle Phasen integrieren muss.
34589  Sei nun 
34590 \begin_inset Formula $S$
34591 \end_inset
34592
34593  unser normiertes Ausgangssignal und 
34594 \begin_inset Formula $P$
34595 \end_inset
34596
34597  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34598 \begin_inset ERT
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602
34603
34604 \backslash
34605 end{multicols}
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \begin_inset VSpace -6mm
34612 \end_inset
34613
34614
34615 \begin_inset Formula 
34616 \begin{equation}
34617 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34618 \end{equation}
34619
34620 \end_inset
34621
34622
34623 \begin_inset ERT
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627
34628
34629 \backslash
34630 begin{multicols}{2}
34631 \end_layout
34632
34633 \end_inset
34634
34635 wobei 
34636 \begin_inset Formula $S_{0}$
34637 \end_inset
34638
34639  das Signal ohne Gradient ist und die Normierungsbedingung 
34640 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34641 \end_inset
34642
34643  gilt.
34644  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34645  Direkt nach dem 
34646 \begin_inset Formula $\nicefrac{\pi}{2}$
34647 \end_inset
34648
34649
34650 \begin_inset space \thinspace{}
34651 \end_inset
34652
34653 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34654  das Signal zusätzlich abschwächt.
34655  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34656  
34657 \begin_inset Formula $T_{2}$
34658 \end_inset
34659
34660 -Zeit.
34661 \end_layout
34662
34663 \begin_layout Standard
34664 \begin_inset ERT
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668
34669
34670 \backslash
34671 end{multicols}
34672 \end_layout
34673
34674 \end_inset
34675
34676  
34677 \end_layout
34678
34679 \begin_layout Subsection
34680 Formeln mit Beschreibung der Variablen
34681 \begin_inset Index idx
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685 Formel ! mit Variablenbeschreibung
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Möchte man wie in Formel 
34695 \begin_inset CommandInset ref
34696 LatexCommand eqref
34697 reference "eq:innerhalb"
34698
34699 \end_inset
34700
34701 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
34702 \series bold
34703 ×
34704 \series default
34705
34706 \begin_inset Formula $n$
34707 \end_inset
34708
34709
34710 \begin_inset space ~
34711 \end_inset
34712
34713 Matrix mit links ausgerichteten Spalten für die verwendeten 
34714 \begin_inset Formula $n$
34715 \end_inset
34716
34717  Variablen.
34718 \begin_inset Foot
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 Matrizen siehe 
34723 \begin_inset CommandInset ref
34724 LatexCommand ref
34725 reference "sec:Matrizen"
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \end_inset
34733
34734  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
34735 \begin_inset space \thinspace{}
34736 \end_inset
34737
34738 B.
34739  den Befehl 
34740 \series bold
34741
34742 \backslash
34743 footnotesize
34744 \series default
34745  ein.
34746 \begin_inset Foot
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750 Schriftgrößen siehe 
34751 \begin_inset CommandInset ref
34752 LatexCommand ref
34753 reference "sub:Schriftgrößen"
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Wird der Formelstil 
34767 \series bold
34768 Eingerückt
34769 \begin_inset Foot
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773 Formelstile siehe 
34774 \begin_inset CommandInset ref
34775 LatexCommand ref
34776 reference "sec:Formelstile"
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \series default
34787  verwendet, fügt man vor und nach der Matrix ein 
34788 \series bold
34789
34790 \backslash
34791 hfill
34792 \series default
34793
34794 \begin_inset Foot
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798
34799 \series bold
34800
34801 \backslash
34802 hfill
34803 \series default
34804  wirkt nur in Formeln mit dem Stil 
34805 \series bold
34806 Eingerückt
34807 \series default
34808 , siehe 
34809 \begin_inset CommandInset ref
34810 LatexCommand ref
34811 reference "sub:Variabler-Leerraum"
34812
34813 \end_inset
34814
34815 .
34816 \end_layout
34817
34818 \end_inset
34819
34820  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34821  gleich ist.
34822 \end_layout
34823
34824 \begin_layout Standard
34825 Ist der Formelstil 
34826 \series bold
34827 Zentriert
34828 \series default
34829  gewählt, nutzt man die in 
34830 \begin_inset CommandInset ref
34831 LatexCommand ref
34832 reference "sub:Flalign-Umgebung"
34833
34834 \end_inset
34835
34836  beschriebene Möglichkeit, Formeln einzurücken.
34837  Formel 
34838 \begin_inset CommandInset ref
34839 LatexCommand eqref
34840 reference "eq:innerhalb"
34841
34842 \end_inset
34843
34844  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34845  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34846 \begin_inset Formula 
34847 \begin{flalign}
34848 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34849 \rho & \textrm{Dichte}\\
34850 V & \textrm{Volumen}\\
34851 g & \textrm{Fallbeschleunigung}
34852 \end{array} &  & {}\label{eq:innerhalb}
34853 \end{flalign}
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \begin_layout Subsection
34861 Aufrechte kleine griechische Buchstaben
34862 \begin_inset CommandInset label
34863 LatexCommand label
34864 name "sub:Aufrechte-kleine-griechische"
34865
34866 \end_inset
34867
34868
34869 \begin_inset Index idx
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873 griechische Buchstaben ! aufrechte
34874 \end_layout
34875
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \begin_layout Standard
34882 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34883  zur Verfügung.
34884  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34885  aufrechte griechische Buchstaben benötigt.
34886  Die Datei 
34887 \series bold
34888 upgreek.sty
34889 \series default
34890
34891 \begin_inset Foot
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895
34896 \series bold
34897 upgreek
34898 \series default
34899  ist Teil des LaTeX-Paketes 
34900 \series bold
34901 was
34902 \series default
34903
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 Pakete ! was
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914
34915 \backslash
34916 vspace{4mm}
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \end_inset
34925
34926 .
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \begin_inset Index idx
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936 Pakete ! upgreek
34937 \end_layout
34938
34939 \end_inset
34940
34941 , die mit der LaTeX-Vorspannzeile
34942 \end_layout
34943
34944 \begin_layout Standard
34945
34946 \series bold
34947
34948 \backslash
34949 usepackage{upgreek}
34950 \end_layout
34951
34952 \begin_layout Standard
34953 geladen wird, stellt diese Buchstaben zur Verfügung.
34954  
34955 \begin_inset ERT
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959
34960
34961 \backslash
34962 ifupgreek 
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \begin_inset Note Note
34969 status open
34970
34971 \begin_layout Plain Layout
34972 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
34973 \series bold
34974 upgreek
34975 \series default
34976  installiert ist:
34977 \end_layout
34978
34979 \end_inset
34980
34981  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34982  
34983 \series bold
34984 up
34985 \series default
34986  begonnen wird.
34987  So erzeugt z.
34988 \begin_inset space \thinspace{}
34989 \end_inset
34990
34991 B.
34992  der Befehl 
34993 \series bold
34994
34995 \backslash
34996 uptau
34997 \series default
34998  dies: 
34999 \begin_inset Formula $\uptau$
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Damit kann man Elementarteilchenreaktionen erstellen:
35007 \begin_inset Formula 
35008 \[
35009 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35010 \]
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35019  Sie sollten daher nicht für Einheiten wie 
35020 \begin_inset Quotes gld
35021 \end_inset
35022
35023 µm
35024 \begin_inset Quotes grd
35025 \end_inset
35026
35027  verwendet werden.
35028 \end_layout
35029
35030 \begin_layout Standard
35031 \begin_inset ERT
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035
35036
35037 \backslash
35038 else 
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \begin_inset Note Note
35045 status open
35046
35047 \begin_layout Plain Layout
35048 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35049 \series bold
35050 upgreek
35051 \series default
35052  nicht installiert ist:
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \begin_layout Standard
35061 Das LaTeX-Paket 
35062 \series bold
35063 upgreek 
35064 \series default
35065 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35066 \end_layout
35067
35068 \begin_layout Standard
35069 \begin_inset ERT
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073
35074
35075 \backslash
35076 fi 
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Subsection
35085 Textzeichen in Formeln
35086 \begin_inset CommandInset label
35087 LatexCommand label
35088 name "sub:Textzeichen-in-Formeln"
35089
35090 \end_inset
35091
35092
35093 \begin_inset Index idx
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097 Text ! in Formeln
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Standard
35106 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35107  Benötigt man z.
35108 \begin_inset space \thinspace{}
35109 \end_inset
35110
35111 B.
35112  den mittigen Punkt · in Formeln wie 
35113 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35114 \end_inset
35115
35116 , müsste man dafür jedes Mal den Befehl 
35117 \series bold
35118
35119 \backslash
35120 cdot
35121 \series default
35122  eingeben
35123 \begin_inset Foot
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 siehe 
35128 \begin_inset CommandInset ref
35129 LatexCommand ref
35130 reference "sub:Binäre-Operatoren"
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \end_inset
35138
35139 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35140  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35141 \end_layout
35142
35143 \begin_layout Standard
35144
35145 \series bold
35146
35147 \backslash
35148 DeclareInputText{183}{
35149 \backslash
35150 ifmmode
35151 \backslash
35152 cdot
35153 \backslash
35154 else
35155 \backslash
35156 textperiodcentered
35157 \backslash
35158 f\SpecialChar \textcompwordmark{}
35159 i}
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Die Zeichenkodierung (Menü 
35164 \family sans
35165 Dokument\SpecialChar \menuseparator
35166 Einstellungen\SpecialChar \menuseparator
35167 Sprache
35168 \family default
35169 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35170  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35171 \series bold
35172
35173 \backslash
35174 textperiodcentered
35175 \series default
35176  verwendet.
35177  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35178  LaTeX-Fehlern kommen würde.
35179  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35180  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35181  nicht.
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35186  Z.
35187 \begin_inset space \thinspace{}
35188 \end_inset
35189
35190 B.
35191  ist die Kodierung 
35192 \series bold
35193 latin9
35194 \series default
35195  in der Datei 
35196 \series bold
35197 latin9.def
35198 \series default
35199  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35200  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35201 eien geändert werden.
35202  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35203  nicht ohne Weiteres bearbeitet werden.
35204 \end_layout
35205
35206 \begin_layout Standard
35207 \begin_inset VSpace medskip
35208 \end_inset
35209
35210 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35211  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35212  Formel eingegeben werden können:
35213 \end_layout
35214
35215 \begin_layout Standard
35216
35217 \series bold
35218
35219 \backslash
35220 DeclareInputText{176}{
35221 \backslash
35222 ifmmode^
35223 \backslash
35224 circ
35225 \backslash
35226 else
35227 \backslash
35228 textdegree
35229 \backslash
35230 f\SpecialChar \textcompwordmark{}
35231 i}
35232 \end_layout
35233
35234 \begin_layout Standard
35235 \begin_inset Newpage newpage
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \begin_layout Section
35242 \start_of_appendix
35243 Typographische Hinweise
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Typographische Hinweise
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35258  Regeln, die teilweise auch im Duden 
35259 \begin_inset CommandInset citation
35260 LatexCommand cite
35261 key "Duden"
35262
35263 \end_inset
35264
35265  unter 
35266 \family typewriter
35267 Textverarbeitung
35268 \family default
35269  aufgelistet sind.
35270  Weitere Regeln sind in 
35271 \begin_inset CommandInset citation
35272 LatexCommand cite
35273 key "Checklist"
35274
35275 \end_inset
35276
35277  zu finden.
35278 \end_layout
35279
35280 \begin_layout Itemize
35281 Physikalische Einheiten werden 
35282 \emph on
35283 immer
35284 \emph default
35285  aufrecht gesetzt
35286 \begin_inset Foot
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290 wird durch Schriftstile erreicht, siehe 
35291 \begin_inset CommandInset ref
35292 LatexCommand ref
35293 reference "sub:Schriftstile"
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \end_inset
35301
35302 , egal ob sie sich in einem kursiven Text befinden: 30
35303 \begin_inset space \thinspace{}
35304 \end_inset
35305
35306 km/h
35307 \begin_inset Newline newline
35308 \end_inset
35309
35310 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35311 \begin_inset CommandInset ref
35312 LatexCommand ref
35313 reference "sub:Vordefinierter-Leerraum"
35314
35315 \end_inset
35316
35317 .
35318 \begin_inset Newline newline
35319 \end_inset
35320
35321 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35322 \series bold
35323
35324 \backslash
35325 unittwo
35326 \series default
35327  verwendet.
35328  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35329  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35330  erhält wie oben: 
35331 \begin_inset Formula $\unit[30]{km/h}$
35332 \end_inset
35333
35334
35335 \begin_inset space \thinspace{}
35336 \end_inset
35337
35338 .
35339  Zu beachten ist, dass 
35340 \series bold
35341
35342 \backslash
35343 unittwo
35344 \series default
35345  kein echter LaTeX-Befehl, sondern der Befehl 
35346 \series bold
35347
35348 \backslash
35349 unit[Wert]{Einheit}
35350 \series default
35351  ist, daher kann man ihn nicht im TeX-Code benutzen.
35352 \end_layout
35353
35354 \begin_layout Itemize
35355 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35356 \begin_inset Newline newline
35357 \end_inset
35358
35359 1,2
35360 \begin_inset space \thinspace{}
35361 \end_inset
35362
35363 ‰ Alkohol im Blut
35364 \begin_inset Newline newline
35365 \end_inset
35366
35367 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35368  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35369 \end_layout
35370
35371 \begin_layout Itemize
35372 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35373  wird in einer Einheit verwendet: 15
35374 \begin_inset space \thinspace{}
35375 \end_inset
35376
35377 °C
35378 \end_layout
35379
35380 \begin_layout Itemize
35381 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35382  Ziffer der kleinste Leerraum eingefügt: 18
35383 \begin_inset space \thinspace{}
35384 \end_inset
35385
35386 473
35387 \begin_inset space \thinspace{}
35388 \end_inset
35389
35390 588
35391 \end_layout
35392
35393 \begin_layout Itemize
35394 Für Bemaßungen wie z.
35395 \begin_inset space \thinspace{}
35396 \end_inset
35397
35398 B.
35399  120×90×40
35400 \begin_inset space \thinspace{}
35401 \end_inset
35402
35403 cm, verwendet man das gelegte Kreuz 
35404 \begin_inset Quotes gld
35405 \end_inset
35406
35407 ×
35408 \begin_inset Quotes grd
35409 \end_inset
35410
35411 , dass entweder über den Befehl 
35412 \series bold
35413
35414 \backslash
35415 times
35416 \series default
35417  oder über das Menü 
35418 \family sans
35419 Einfügen\SpecialChar \menuseparator
35420 Sonderzeichen\SpecialChar \menuseparator
35421 Symbole
35422 \family default
35423  verfügbar ist.
35424 \end_layout
35425
35426 \begin_layout Itemize
35427 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35428  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35429 \begin_inset space \thinspace{}
35430 \end_inset
35431
35432 6.
35433 \begin_inset space ~
35434 \end_inset
35435
35436 1979
35437 \end_layout
35438
35439 \begin_layout Itemize
35440 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35441  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35442 \begin_inset CommandInset ref
35443 LatexCommand ref
35444 reference "sub:Vordefinierte-Funktionen"
35445
35446 \end_inset
35447
35448 .
35449 \end_layout
35450
35451 \begin_layout Itemize
35452 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35453  
35454 \begin_inset Formula $E_{\mathrm{kin}}$
35455 \end_inset
35456
35457
35458 \begin_inset Newline newline
35459 \end_inset
35460
35461 Komponenten von Matrizen werden kursiv gesetzt: 
35462 \begin_inset Formula $\hat{H}_{kl}$
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Itemize
35469 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35470  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35471  Variablen zu verwechseln.
35472 \end_layout
35473
35474 \begin_layout Itemize
35475 Das Symbol für eine 
35476 \noun on
35477 Fourier
35478 \noun default
35479 -Transformation kann entweder mit dem Befehl 
35480 \series bold
35481
35482 \backslash
35483 mathscr
35484 \begin_inset space \textvisiblespace{}
35485 \end_inset
35486
35487 F
35488 \series default
35489  oder über das Menü 
35490 \family sans
35491 Einfügen\SpecialChar \menuseparator
35492 Sonderzeichen\SpecialChar \menuseparator
35493 Symbole\SpecialChar \menuseparator
35494 Buchsta\SpecialChar \-
35495 benähnliche Symbole
35496 \family default
35497  eingefügt werden: 
35498 \begin_inset Formula $\mathscr{F}$
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 \begin_inset Newpage newpage
35506 \end_inset
35507
35508
35509 \end_layout
35510
35511 \begin_layout Section
35512 Synonyme
35513 \begin_inset Index idx
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517 Synonyme
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \begin_layout Standard
35526 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35527  Hier ist eine Übersicht der Synonymbefehle:
35528 \end_layout
35529
35530 \begin_layout Standard
35531 \begin_inset VSpace bigskip
35532 \end_inset
35533
35534
35535 \begin_inset space \hfill{}
35536 \end_inset
35537
35538
35539 \begin_inset Tabular
35540 <lyxtabular version="3" rows="12" columns="2">
35541 <features rotate="0" tabularvalignment="middle">
35542 <column alignment="center" valignment="top" width="0pt">
35543 <column alignment="center" valignment="top" width="0pt">
35544 <row>
35545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35546 \begin_inset Text
35547
35548 \begin_layout Plain Layout
35549 Befehl
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558 äquivalent zu
35559 \begin_inset Note Note
35560 status collapsed
35561
35562 \begin_layout Plain Layout
35563
35564 \series bold
35565
35566 \backslash
35567 raisebox
35568 \series default
35569  dient nur als Abstandhalter.
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 </row>
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585
35586 \backslash
35587 ast
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 \begin_inset ERT
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600
35601
35602 \backslash
35603 raisebox{-1.2mm}{
35604 \end_layout
35605
35606 \end_inset
35607
35608 *
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614 }
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \end_inset
35623 </cell>
35624 </row>
35625 <row>
35626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35627 \begin_inset Text
35628
35629 \begin_layout Plain Layout
35630
35631 \backslash
35632 choose
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641
35642 \backslash
35643 binom
35644 \end_layout
35645
35646 \end_inset
35647 </cell>
35648 </row>
35649 <row>
35650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654
35655 \backslash
35656 geq
35657 \end_layout
35658
35659 \end_inset
35660 </cell>
35661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35662 \begin_inset Text
35663
35664 \begin_layout Plain Layout
35665
35666 \backslash
35667 ge
35668 \end_layout
35669
35670 \end_inset
35671 </cell>
35672 </row>
35673 <row>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678
35679 \backslash
35680 lbrace
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 {
35690 \end_layout
35691
35692 \end_inset
35693 </cell>
35694 </row>
35695 <row>
35696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700
35701 \backslash
35702 lbracket
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 [
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 </row>
35717 <row>
35718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35719 \begin_inset Text
35720
35721 \begin_layout Plain Layout
35722
35723 \backslash
35724 leftarrow
35725 \end_layout
35726
35727 \end_inset
35728 </cell>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733
35734 \backslash
35735 gets
35736 \end_layout
35737
35738 \end_inset
35739 </cell>
35740 </row>
35741 <row>
35742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746
35747 \backslash
35748 leq
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757
35758 \backslash
35759 le
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 </row>
35765 <row>
35766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770
35771 \backslash
35772 lor
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781
35782 \backslash
35783 vee
35784 \end_layout
35785
35786 \end_inset
35787 </cell>
35788 </row>
35789 <row>
35790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35791 \begin_inset Text
35792
35793 \begin_layout Plain Layout
35794
35795 \backslash
35796 neq
35797 \end_layout
35798
35799 \end_inset
35800 </cell>
35801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35802 \begin_inset Text
35803
35804 \begin_layout Plain Layout
35805
35806 \backslash
35807 not=
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 </row>
35813 <row>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818
35819 \backslash
35820 slash
35821 \end_layout
35822
35823 \end_inset
35824 </cell>
35825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Plain Layout
35829 /
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 </row>
35835 <row>
35836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35837 \begin_inset Text
35838
35839 \begin_layout Plain Layout
35840
35841 \backslash
35842 vert
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851 |
35852 \end_layout
35853
35854 \end_inset
35855 </cell>
35856 </row>
35857 </lyxtabular>
35858
35859 \end_inset
35860
35861
35862 \begin_inset space \hfill{}
35863 \end_inset
35864
35865
35866 \begin_inset Tabular
35867 <lyxtabular version="3" rows="12" columns="2">
35868 <features rotate="0" tabularvalignment="middle">
35869 <column alignment="center" valignment="top" width="0pt">
35870 <column alignment="center" valignment="top" width="0pt">
35871 <row>
35872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35873 \begin_inset Text
35874
35875 \begin_layout Plain Layout
35876 Befehl
35877 \end_layout
35878
35879 \end_inset
35880 </cell>
35881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885 äquivalent zu
35886 \end_layout
35887
35888 \end_inset
35889 </cell>
35890 </row>
35891 <row>
35892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35893 \begin_inset Text
35894
35895 \begin_layout Plain Layout
35896
35897 \backslash
35898 backslash
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35904 \begin_inset Text
35905
35906 \begin_layout Plain Layout
35907
35908 \backslash
35909
35910 \backslash
35911
35912 \end_layout
35913
35914 \end_inset
35915 </cell>
35916 </row>
35917 <row>
35918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35919 \begin_inset Text
35920
35921 \begin_layout Plain Layout
35922
35923 \backslash
35924 dasharrow
35925 \end_layout
35926
35927 \end_inset
35928 </cell>
35929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35930 \begin_inset Text
35931
35932 \begin_layout Plain Layout
35933
35934 \backslash
35935 dashrightarrow
35936 \end_layout
35937
35938 \end_inset
35939 </cell>
35940 </row>
35941 <row>
35942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35943 \begin_inset Text
35944
35945 \begin_layout Plain Layout
35946
35947 \backslash
35948 land
35949 \end_layout
35950
35951 \end_inset
35952 </cell>
35953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957
35958 \backslash
35959 wedge
35960 \end_layout
35961
35962 \end_inset
35963 </cell>
35964 </row>
35965 <row>
35966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970
35971 \backslash
35972 rbrace
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35978 \begin_inset Text
35979
35980 \begin_layout Plain Layout
35981 }
35982 \end_layout
35983
35984 \end_inset
35985 </cell>
35986 </row>
35987 <row>
35988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Plain Layout
35992
35993 \backslash
35994 rbracket
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 ]
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014
36015 \backslash
36016 rightarrow
36017 \end_layout
36018
36019 \end_inset
36020 </cell>
36021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36022 \begin_inset Text
36023
36024 \begin_layout Plain Layout
36025
36026 \backslash
36027 to
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 </row>
36033 <row>
36034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038
36039 \backslash
36040 lnot
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049
36050 \backslash
36051 neg
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 </row>
36057 <row>
36058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36059 \begin_inset Text
36060
36061 \begin_layout Plain Layout
36062
36063 \backslash
36064 ne
36065 \end_layout
36066
36067 \end_inset
36068 </cell>
36069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36070 \begin_inset Text
36071
36072 \begin_layout Plain Layout
36073
36074 \backslash
36075 not=
36076 \end_layout
36077
36078 \end_inset
36079 </cell>
36080 </row>
36081 <row>
36082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086
36087 \backslash
36088 owns
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097
36098 \backslash
36099 ni
36100 \end_layout
36101
36102 \end_inset
36103 </cell>
36104 </row>
36105 <row>
36106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36107 \begin_inset Text
36108
36109 \begin_layout Plain Layout
36110
36111 \backslash
36112 square
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121
36122 \backslash
36123 Box
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 </row>
36129 <row>
36130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134
36135 \backslash
36136 Vert
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145
36146 \backslash
36147 |
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 </row>
36153 </lyxtabular>
36154
36155 \end_inset
36156
36157
36158 \begin_inset space \hfill{}
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \begin_inset Newpage newpage
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Bibliography
36172 \begin_inset CommandInset bibitem
36173 LatexCommand bibitem
36174 key "TLC2"
36175
36176 \end_inset
36177
36178
36179 \shape smallcaps
36180 Mittelbach, F.
36181  ; Goossens, M.
36182 \shape default
36183
36184 \shape italic
36185 The LaTeX Companion
36186 \shape default
36187 .
36188  Addison Wesley, 2004
36189 \end_layout
36190
36191 \begin_layout Bibliography
36192 \begin_inset CommandInset bibitem
36193 LatexCommand bibitem
36194 key "Mathmode"
36195
36196 \end_inset
36197
36198
36199 \begin_inset CommandInset href
36200 LatexCommand href
36201 name "Beschreibung"
36202 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36203
36204 \end_inset
36205
36206  der mathematischen Fähigkeiten von LaTeX
36207 \end_layout
36208
36209 \begin_layout Bibliography
36210 \begin_inset CommandInset bibitem
36211 LatexCommand bibitem
36212 key "AMS"
36213
36214 \end_inset
36215
36216
36217 \begin_inset CommandInset href
36218 LatexCommand href
36219 name "Beschreibung"
36220 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36221
36222 \end_inset
36223
36224  von 
36225 \begin_inset ERT
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229
36230
36231 \backslash
36232 AmS
36233 \end_layout
36234
36235 \end_inset
36236
36237 -LaTeX
36238 \end_layout
36239
36240 \begin_layout Bibliography
36241 \begin_inset CommandInset bibitem
36242 LatexCommand bibitem
36243 key "Symbole"
36244
36245 \end_inset
36246
36247
36248 \begin_inset CommandInset href
36249 LatexCommand href
36250 name "Auflistung"
36251 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36252
36253 \end_inset
36254
36255  aller über LaTeX-Pakete verfügbare Symbole
36256 \end_layout
36257
36258 \begin_layout Bibliography
36259 \begin_inset CommandInset bibitem
36260 LatexCommand bibitem
36261 key "cancel"
36262
36263 \end_inset
36264
36265
36266 \begin_inset CommandInset href
36267 LatexCommand href
36268 name "Dokumentation"
36269 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36270
36271 \end_inset
36272
36273  des LaTeX-Pakets 
36274 \series bold
36275 cancel
36276 \series default
36277
36278 \begin_inset Index idx
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282 Pakete ! cancel
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \end_layout
36289
36290 \begin_layout Bibliography
36291 \begin_inset CommandInset bibitem
36292 LatexCommand bibitem
36293 key "hyperref"
36294
36295 \end_inset
36296
36297
36298 \begin_inset CommandInset href
36299 LatexCommand href
36300 name "Dokumentation"
36301 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36302
36303 \end_inset
36304
36305  des LaTeX-Pakets 
36306 \series bold
36307 hyperref
36308 \series default
36309
36310 \begin_inset Index idx
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314 Pakete ! hyperref
36315 \end_layout
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Bibliography
36323 \begin_inset CommandInset bibitem
36324 LatexCommand bibitem
36325 key "mhchem"
36326
36327 \end_inset
36328
36329
36330 \begin_inset CommandInset href
36331 LatexCommand href
36332 name "Dokumentation"
36333 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36334
36335 \end_inset
36336
36337  des LaTeX-Pakets 
36338 \series bold
36339 mhchem
36340 \series default
36341
36342 \begin_inset Index idx
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346 Pakete ! mhchem
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Bibliography
36355 \begin_inset CommandInset bibitem
36356 LatexCommand bibitem
36357 key "Mathclap"
36358
36359 \end_inset
36360
36361
36362 \begin_inset CommandInset href
36363 LatexCommand href
36364 name "Beschreibung"
36365 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36366
36367 \end_inset
36368
36369  des in 
36370 \begin_inset CommandInset ref
36371 LatexCommand ref
36372 reference "sub:Operatorgrenzen"
36373
36374 \end_inset
36375
36376  vorgestellten Befehls 
36377 \series bold
36378
36379 \backslash
36380 mathclap
36381 \series default
36382
36383 \begin_inset Index idx
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387 Befehle ! M ! 
36388 \backslash
36389 mathclap
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Bibliography
36398 \begin_inset CommandInset bibitem
36399 LatexCommand bibitem
36400 key "Duden"
36401
36402 \end_inset
36403
36404
36405 \emph on
36406 Duden Band 1
36407 \emph default
36408 .
36409  22.
36410  Auflage, Duden Verlag 2001
36411 \end_layout
36412
36413 \begin_layout Bibliography
36414 \begin_inset CommandInset bibitem
36415 LatexCommand bibitem
36416 key "Checklist"
36417
36418 \end_inset
36419
36420
36421 \begin_inset CommandInset href
36422 LatexCommand href
36423 name "Prüfliste"
36424 target "http://physics.nist.gov/Document/checklist.pdf"
36425
36426 \end_inset
36427
36428  für das Rezensieren von Manuskripten
36429 \end_layout
36430
36431 \begin_layout Standard
36432 \begin_inset Note Note
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436 Damit der Index den Namen 
36437 \begin_inset Quotes gld
36438 \end_inset
36439
36440 Stichwortverzeichnis
36441 \begin_inset Quotes grd
36442 \end_inset
36443
36444  erhält, wurde im LaTeX-Vorspann
36445 \end_layout
36446
36447 \begin_layout Plain Layout
36448
36449 \series bold
36450
36451 \backslash
36452 addto
36453 \backslash
36454 captionsngerman{
36455 \backslash
36456 renewcommand{
36457 \backslash
36458 indexname}{Stichwortverzeichnis}}
36459 \end_layout
36460
36461 \begin_layout Plain Layout
36462 eingefügt.
36463 \end_layout
36464
36465 \begin_layout Plain Layout
36466 Das Paket 
36467 \series bold
36468 babel
36469 \series default
36470  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36471  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36472  Außerdem wird 
36473 \series bold
36474 babel
36475 \series default
36476  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36477  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36478 che verwendet wurde.
36479 \end_layout
36480
36481 \begin_layout Plain Layout
36482 Möchte man andere Beschriftungen ändern, ersetzt man 
36483 \series bold
36484
36485 \backslash
36486 indexname
36487 \series default
36488  durch 
36489 \series bold
36490
36491 \backslash
36492 <Beschriftungs>name
36493 \series default
36494 .
36495  Eine Auflistung der möglichen Namen findet man unter
36496 \end_layout
36497
36498 \begin_layout Plain Layout
36499
36500 \family typewriter
36501 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36502 \end_layout
36503
36504 \begin_layout Plain Layout
36505 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36506 \series bold
36507 ngerman
36508 \series default
36509  durch die Dokumentsprache und
36510 \end_layout
36511
36512 \begin_layout Plain Layout
36513
36514 \series bold
36515
36516 \backslash
36517 captionsgerman
36518 \series default
36519  durch 
36520 \series bold
36521
36522 \backslash
36523 captions<Dokumentsprache>
36524 \series default
36525 .
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \begin_inset CommandInset index_print
36532 LatexCommand printindex
36533 type "idx"
36534
36535 \end_inset
36536
36537
36538 \end_layout
36539
36540 \end_body
36541 \end_document